[Q]OpenVPN for custom roms. - HTC Desire S

Guys i just want to ask why is that i cant make openvpn connect when using virtuous rom.. hope the develiper of that rom can help me..
Sent from my HTC Desire S using XDA Premium App

yeah me too. I also tried coredroid and lbc same problem occurred. VPN is connected but there is no network activity.
I'm currently on CM7 ROM and openVPN works perfectly here

Same problem here! Openvpn says "connected to xxx.xxx.xxx.xxx as", thats it.
Nothing happens and i can´t connect to the Exchange-server behind the openvpn-server.
Need a little help!

Same problem here! Openvpn says "connected to xxx.xxx.xxx.xxx as", thats it.
Nothing happens and i can´t connect to the Exchange-server behind the openvpn-server.
Need a little help!
Click to expand...
Click to collapse
yeah same problem! I hope someone here could help us because I really like the virtuous and lbc ROM.
So for now, I'll be sticking with CM7 ROM because openvpn works perfectly here

Hi, i have found a solution that work for me.
I use the SAGA LBC MOD v.0.5.2
1.) install binaries to /system/xbin
2.) select path to ifconfig and route -> /system/xbin/bb
3.) make a link to xbin -> "ln -s /system/xbin /system/xbin/bb"
I hope this will help you.
Greets

Rolle05 said:
Hi, i have found a solution that work for me.
I use the SAGA LBC MOD v.0.5.2
1.) install binaries to /system/xbin
2.) select path to ifconfig and route -> /system/xbin/bb
3.) make a link to xbin -> "ln -s /system/xbin /system/xbin/bb"
I hope this will help you.
Greets
Click to expand...
Click to collapse
can you provide a link to the binaries or attach them, thanks

I use the "OpenVPN Installer" from the Market.
The link to xbin i maked with the terminal emulator from the market
,but first i use "Super Manager-->File Explorer" to make the sytem r/w.
Greets Rolle

Rolle05 said:
2.) select path to ifconfig and route -> /system/xbin/bb
Click to expand...
Click to collapse
Excuse me: what does it mean?

Related

Openvpn update for desire + tun.ko

Copy the update to your sdcard and apply the update with the recovery-console (sudo ./step2.sh from latest method)
You need OpenVPN Settings from the market (Friedrich Schauffelhut) and load the module from the following location: /system/lib/modules/tun.ko (see attached screenshots).
There's a different kernel in Modaco Custom Rom so we need a new module version. (2.6.29-82821fb5).
Openvpn from MCR kitchen lacks some cypher-algo's so i couldn't use that.
I left the busybox binary out in the MCR version.
If any of you have dns problems please use the "OpenVPN settings" provided setting for that:
Long press your connection config and change the Preferences.
happy tunneling.
HTC Desire stock kitchen = vpnupdatedesire_2.6.29-97da29ed-signed.zip
MCR kitchen (dont use openvpn from kitchen) = vpnupdatedesire_2.6.29-82821fb5-signed.zip
uvoc version = vpnupdatedesire_uvoc-signed.zip
Can I use the file and method to put tun.ko in system folder as required from vpnc?
Thanks
patomas said:
Can I use the file and method to put tun.ko in system folder as required from vpnc?
Thanks
Click to expand...
Click to collapse
The file tun.ko wil be copied to /system/lib/modules/ if you apply this update. Don't know if vpnc can load the module or that you need to load it before you start vpnc (OpenVPN Settings can load the tun module on startup). You could always load it from commandline: adb shell insmod /system/lib/modules/tun.ko
vpnc works
I can confirm that vpnc works OK with this tun.ko module. Thanks Richard.
For the moment the get-a-robot-vpnc application does not work out-of-the box on Desire, but this is another issue.
xcyb0rg said:
I can confirm that vpnc works OK with this tun.ko module. Thanks Richard.
For the moment the get-a-robot-vpnc application does not work out-of-the box on Desire, but this is another issue.
Click to expand...
Click to collapse
Which vpnc works ok? I can't load tun.ko, at least with insmod
Which vpnc works ok? I can't load tun.ko, at least with insmod
Click to expand...
Click to collapse
see this post :hxxp://android.modaco.com/content/htc-desire-desire-modaco-com/307667/cisco-vpn-client-on-htc-desire-short-howto/
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
richardtrip said:
see this post :hxxp://android.modaco.com/content/htc-desire-desire-modaco-com/307667/cisco-vpn-client-on-htc-desire-short-howto/
Sent from my HTC Desire using the XDA mobile application powered by Tapatalk
Click to expand...
Click to collapse
Thank you. I've seen it and already tried, it works perfectly! Now I can use Rdp client. The Android one is so much better that the windows mobile's one!
Works perfectly, thank you.
Note to anyone who comes here, if you get an error about being unable to allocate the TUN/TAP device dynamically, it's because the insmod changed but the app. doesn't warn you. Check the paths and/or insmod manually to fix.
jayshah said:
Works perfectly, thank you.
Note to anyone who comes here, if you get an error about being unable to allocate the TUN/TAP device dynamically, it's because the insmod changed but the app. doesn't warn you. Check the paths and/or insmod manually to fix.
Click to expand...
Click to collapse
thanks,
There's also a new openvpn + tun.ko version for the Modaco custom rom r1 kitchen online.
Should busybox be included inside this openvpn update too?
Tsjoklat said:
Should busybox be included inside this openvpn update too?
Click to expand...
Click to collapse
the modaco rootedupdate.zip doesn't provide busybox. Just to make sure i put it in.
There's a new version for MCR without busybox binary. See first post.
Tested on MCR3 and working without any problem.
New version for uvoc kernel posted.
Note to anyone who comes here, if you get an error about being unable to allocate the TUN/TAP device dynamically, it's because the insmod changed but the app. doesn't warn you. Check the paths and/or insmod manually to fix.
Click to expand...
Click to collapse
I get the error you mention in OpenVPN Settings, but I am not sure I understand what to do. Can you please be a little more specific.
When I try to load the module in terminal I get this error :
insmod: init_module '/system/lib/modules/tun.ko' failed (Exec format error)
Thank you.
Jaev said:
I get the error you mention in OpenVPN Settings, but I am not sure I understand what to do. Can you please be a little more specific.
When I try to load the module in terminal I get this error :
insmod: init_module '/system/lib/modules/tun.ko' failed (Exec format error)
Thank you.
Click to expand...
Click to collapse
Sorry, changed = failed (must've typed on the Desire with auto-correct kicking in).
Try and insmod it manually
Code:
insmod /system/lib/modules/tun.ko
as root. If that fails, check it's actually there.
If all else failed, extract the tun.ko from the zip, push to sdcard and run
Code:
insmod /sdcard/tun.ko
When I try to load the module in terminal I get this error :
insmod: init_module '/system/lib/modules/tun.ko' failed (Exec format error)
Thank you.
Click to expand...
Click to collapse
What rom are u using? It looks like a wrong module for your kernel version.
hi richard,
yesterday i flashed r4 modaco rom on my desire and have seen that they use 2.6.32.15-g99cb4fa kernel version. can you provide a tun module for this ver?
many many thanks
chemstar said:
2.6.32.15-g99cb4fa kernel version
Click to expand...
Click to collapse
If the version is in fact 2.6.32.15-g99cb4f2, you can use the one attached.
richardtrip said:
Copy the update to your sdcard and apply the update with the recovery-console (sudo ./step2.sh from latest method)
Click to expand...
Click to collapse
struggling to find the "latest method" here folks!
can someone post a URL please ?
jumping between here and modaco following threads is confusing the living bejeesus out of me trying to solve this one !
Many thanks in advance
Rob
Anyone working on a 2.6.32.15-g1fc4045 version ?

Busybox

is there a way to install busyboxy with ClockWorkMod recovery?
Well most roms have a version of it what rom are you running?
Sent from my SPH-D700 using XDA App
no need to install busybox unless your on an older rom/kernel, but for whatever reason you need to there is one in the market
I am running the epic experience v1.2.06 and i have tried the one on the market and it always comes up fails
Try downloading titanium backup and go to the problems section and it will install busybox.
sent from the epic
tried that and it failed
Well I looked and the ee rom has busybox and just wondering what do you need it for?
sent from the epic
Metamorph keeps telling me I need to install it but the installer tells me its installed :-( what location shuld I pick?
HI
Can some one explain what is busy box thank you very much
luvjones305 said:
Can some one explain what is busy box thank you very much
Click to expand...
Click to collapse
Search bar! Use it!
Also, in before moved to General.
igotsthemagicinme said:
Metamorph keeps telling me I need to install it but the installer tells me its installed :-( what location shuld I pick?
Click to expand...
Click to collapse
Maybe it's already installed. Most of the ROMs have it already built in.
igotsthemagicinme said:
Metamorph keeps telling me I need to install it but the installer tells me its installed :-( what location shuld I pick?
Click to expand...
Click to collapse
you need to adb shell or run a terminal on your handset and create a link where metamorph is expecting to find busybox (or simply copy the binary)
i.e.,:
$su
#ln -s /sbin/busybox /system/bin/busybox
- or -
$su
#cp /sbin/busybox /system/bin/busybox
linking saves you the trouble of version mismatching, but some people seem to have issues with it.

[Q] Cisco AnyConnect for Rooted Devices

Has anyone got the Cisco Any Connect for Rooted Devices App to work on the TF??? I keep getting the "This device does not meet minimum requirements to run this software (TunTap driver could not be located)" error. Anyone find a workaround?
I'd root my TF in a sec if it will work. I've been trying to get this to work on my D2G but it also doesn't have a TunTap driver. I found tun.ko in one of the forums but have to had the chance to see how one might install it. I know some custom ROMs have it included.
works fine rooted prime + clemsyn 16
It seems that it is not able to load the tun.ko if it is present as a module. I had to use insmod /system/lib/modules/tun.ko to make it work. I have a stock kernel with just added tun.ko module.
Woah, didn't know this came out...thanks. Will give it a shot.
Edit: Appears to work fine, but I need get get my ASA license.
Awesome! Finally!
The app installs fine but when you try to connect is when you get that error. @ljs_cz, does the stock 3.1 come with the tun.ko module? If not where can I find one? I found a post with a module but its for 3.0.
Totally wasn't aware this existed. Works flawlessly on my TF running prime and clemsyn. This combined with RemoteRDP means I don't need to carry round my laptop when I'm on call!
Thank you OP, life-changer.
For those who are on stock 3.1 root, copy tun.ko to /system/lib/modules and
install it from a terminal, command "insmod tun.ko".
Check with command lsmod, you should see tun.ko loaded.
Install cisco anyconnect for rooted device and you are set.
Note, you will need to load tun.ko again after a reboot.
tun.ko, http://db.tt/ad4m1qB
Sent from my Transformer TF101 using Tapatalk
Thanks ill give that a try!!!
Ok its works great but when i restart the device the module isn't installed anymore and i have to insmod again. Any way to keep is installed after device boots???
help
gpmg762 said:
For those who are on stock 3.1 root, copy tun.ko to /system/lib/modules and
install it from a terminal, command "insmod tun.ko".
Check with command lsmod, you should see tun.ko loaded.
Install cisco anyconnect for rooted device and you are set.
Note, you will need to load tun.ko again after a reboot.
tun.ko,
Sent from my Transformer TF101 using Tapatalk
Click to expand...
Click to collapse
i tried copying the tun.ko to /system/lib/modules but i got Permission Denied.
Is there another way to make this work?
I am rooted with build model 8.4.4.11
You need to mount the /system as RW before you can copy it. I am not sure of the ADB command, but you can do it through total commander (file manager) which is how I did it.
is it possible that you could give me a step by step guide as to how to accomplish this? i am trying but seem to be failing.
Bump, I could also use some help with ssretz's problem.
hmm..on ICS, tried your solution anyway. copied the file over to the location you specified, but when i run the command in the terminal it says no such file or directory.
Edit...i ran su -c insmod /system/xxx/xxx/tun.ko
i ran su earlier, but not on the same line.
that seems to register it. will test later.
still failing to copy files
Hi,
im running the TF PRIME 2 with ICS 4
im trying all of the suggested aboe and still failing to copy a file to the system/library/modules folder
any help?
i think it's a permission issue, my device IS rooted and i CAN copy files to the other SD folders
zipper9 said:
Hi,
im running the TF PRIME 2 with ICS 4
im trying all of the suggested aboe and still failing to copy a file to the system/library/modules folder
any help?
i think it's a permission issue, my device IS rooted and i CAN copy files to the other SD folders
Click to expand...
Click to collapse
I've done it via command line (you must mount the system directory in RW mode) using multiple iteration of the proper switches until it finally worked, but if you're struggling, just spend a couple bucks to buy Root Explorer. The aggravation you'll save will be well worth it.
Root Explorer has a button that will eliminate the command line instructions necessary to mount the system directory in RW mode and return it to R only, along with allowing you a simple copy/paste interface to move the files.
connects but does not route over tunnel with CM9/Megatron 1.0.1
Current system with issue: Megatron 1.0.1 with stock kernel.
Details:
I am able to connect using Rooted anyconnect, and I see my route table getting updated but when I try to access a resource on the vpn network it can not reach. I am not able to ping, ssh, rdc to any resource thru the tunnel. Local lan resources such as my own computer work fine or internet resources
I see the following interfaces get created after I connect:
-csctun0
-droptun0
My route table displays updated routes after vpn connects showing to use the iface of the cscotun0 for the resources that need to be routed thru. (192.*, 10.*, etc)
Funny thing is that I am able to use the stock 4.0 ICS and/or older honeycomb releases and it works fine. It's just with Megatron 1.0.1 or any CM9 rom. I tried using update-cm-9-20120329-NIGHTLY-tf101-signed.zip, still a nogo. Leads me to believe could be related to the CM9 trunk.
The logs between stock and CM9 flavored roms look the same on anyconnect. Nothing glaring.
lsmod doesn't show the tun module in as I believe now tun is compiled directly in the kernel (can someone confirm this?) (Running lsmod with stock doesn't show tun, nor in CM9/Megatron).
I love me some cyanogen and really like ricardopvz work especially the quick apps, but I need my vpn working for production support as its nice to work off the tablet when I am not near a computer.
Any help or direction will be greatly appreciated. Thanks in advance.
Confirmed that my problem only exists with CM9/Megatron roms
AOKP and stock based roms work fine. Any one else have this issue?
Sent from my Incredible 2 using XDA

Symlink on Android

Hello
I have a problem with ln -s command, it just says "Link failled function not implemented" when i try
I have root, on android 4.0.3 on a TF101, i installed busybox and ticked the box for "ln" command when installing, but the box intick itself afterward.
I also don't know if the symlink are saved after a reboot, if not, i'd need to way to recreate the link at boot.
Hope someone have an idea on how to fix it.
Thanks in advance, Magissia.
Hi again, found that mount -o work, but i don't know how to make it remount itself after a reboot.
Hello, any one could help me ?
Regards
I'd love to have some help
Regards
Magissia said:
I'd love to have some help
Regards
Click to expand...
Click to collapse
Found this thread while searching for stuff related to symlinking. Sorry you haven't gotten a reply mate!
If you have a ROM with init.d support (or add it to your existing ROM using something like Pimp My ROM), you could use scripts to run it on every reboot. That's what I'm doing!
Hello, totally forgot about this post.
I'm using directorybind at the moment, it's not exactly symlinking but it works.
Regards

WIFI TETHERING (WORKAROUND) FOR (CM 10, AOKP, SOURCE BASED Roms) ~ UPDATED

this is to people having issues with wifi tethering for source based rom...i'll list what is needed & what needs to be done in order to have a working wifi tethering & ive tested it 150% with i9100 & other devices to ensure this trick works.
What is needed is:
Gscript lite from play market.
What needs to be done is quite simple if you follow it step by step..
Once gscript is downloaded you'll have to open the app up once and just close it there-after and reboot your phone right after that. Once you download the file below you'll need to move that to folder that'll be created after reboot which is called gscript. Move the .sh file there and then unplug device from computer. Open up gscript and press the menu button on our phone. You'll see an option to add script click that. Once done that then it'll give you option for adding a script click on load file and when you press that you'll see tetherfix.sh file in the list click that.that should bring you back to screen with file loaded and all you do is press save once done it'll show up in gscript lite list. All set and done then what you do is create a desktop shortcut to your tethering setting and this script via w/e launcher and adding shortcut to these files. So anytime you need to start up wifi tethering just run that and you're good to go and im gonna thank this to the guys in s3. Since i was there i guess i learned alot from them too. Thanks guys. And if this method works out for you all you have to do is press thanks.
I just updated my ROM last night to AOKP 4.2.2 [2.19.13]
I'm having this exact problem with Wifi Tether, it will not work for the life of me!
I've been messing around with it for the last 2 hours and cannot get it to connect to my Macbook Pro. I previously had an AOKP 2.1 ROM that I've been using for close to a year now. Wifi tether worked fine on this ROM and I used it all the time.
I was hesitant to update my ROM for this very reason. It always seems Wifi Tether has a problem no matter what ROM I update to.
Your instructions seem a little complicated to me, I'm a novice in the ROM world and I'm just trying to fix this problem.
Any idea as to what is causing Wifi Tether not to work with my laptop?
I cannot figure out why this always happens.
Any help would be appreciated.
Thanks-
MVLJR said:
I just updated my ROM last night to AOKP 4.2.2 [2.19.13]
I'm having this exact problem with Wifi Tether, it will not work for the life of me!
I've been messing around with it for the last 2 hours and cannot get it to connect to my Macbook Pro. I previously had an AOKP 2.1 ROM that I've been using for close to a year now. Wifi tether worked fine on this ROM and I used it all the time.
I was hesitant to update my ROM for this very reason. It always seems Wifi Tether has a problem no matter what ROM I update to.
Your instructions seem a little complicated to me, I'm a novice in the ROM world and I'm just trying to fix this problem.
Any idea as to what is causing Wifi Tether not to work with my laptop?
I cannot figure out why this always happens.
Any help would be appreciated.
Thanks-
Click to expand...
Click to collapse
I flashed this is as well. But it wasn't working at first. And by this I mean creating a new connection to said WIFIHS. Wasn't working. So I just instead edited an already set WIFI option I had and it worked.
doodjay said:
I flashed this is as well. But it wasn't working at first. And by this I mean creating a new connection to said WIFIHS. Wasn't working. So I just instead edited an already set WIFI option I had and it worked.
Click to expand...
Click to collapse
I can't get it to work at all.
I'm going to wait until later and see if the OP updates the ROM, he said he was going to after my post earlier.
wali01x said:
this is to people having issues with wifi tethering for source based rom...i'll list what is needed & what needs to be done in order to have a working wifi tethering & ive tested it 150% with i9100 & other devices to ensure this trick works.
What is needed is:
Gscript lite from play market.
What needs to be done is quite simple if you follow it step by step..
Once gscript is downloaded you'll have to open the app up once and just close it there-after and reboot your phone right after that. Once you download the file below you'll need to move that to folder that'll be created after reboot which is called gscript. Move the .sh file there and then unplug device from computer. Open up gscript and press the menu button on our phone. You'll see an option to add script click that. Once done that then it'll give you option for adding a script click on load file and when you press that you'll see tetherfix.sh file in the list click that.that should bring you back to screen with file loaded and all you do is press save once done it'll show up in gscript lite list. All set and done then what you do is create a desktop shortcut to your tethering setting and this script via w/e launcher and adding shortcut to these files. So anytime you need to start up wifi tethering just run that and you're good to go and im gonna thank this to the guys in s3. Since i was there i guess i learned alot from them too. Thanks guys. And if this method works out for you all you have to do is press thanks.
Click to expand...
Click to collapse
Can you please elaborate on this part?
I've gotten to here, but now I'm stuck. I don't know how to create a shortcut
your trick solved my tethering problems
Hello,
your script solved my problems of wifi tethering with my i9100 and cm10.1 nightlies after 2013-02-16 til 2013-03-14.
In this post of cm10.1 i9100 official thread i've descirbed my problems.
Running in terminal emulator your script before activating the wifi tethering solve the problem.
I've also followed the gscript way without any problem and now i'm just to click the scipt icon on my desktop in order to make tethering work.
Is there any way in order to run the script during the boot process?
Thank you again.
Andy
I think what he's saying is to run this script with GScript just before you start up tethering.
Here's the contents of the script if anyone is interested:
Code:
iptables -A bw_FORWARD -i !lo+
iptables -A natctrl_FORWARD -j RETURN -i rmnet+ -o wlan0 -m state --state RELATED,ESTABLISHED
iptables -A natctrl_FORWARD -j DROP -i wlan0 -o rmnet+ -m state --state INVALID
iptables -A natctrl_FORWARD -j RETURN -i wlan0 -o rmnet+
iptables -A natctrl_FORWARD -j DROP
iptables -A natctrl_nat_POSTROUTING -t nat -o rmnet+ -j MASQUERADE
traketto said:
Hello,
your script solved my problems of wifi tethering with my i9100 and cm10.1 nightlies after 2013-02-16 til 2013-03-14.
In this post of cm10.1 i9100 official thread i've descirbed my problems.
Running in terminal emulator your script before activating the wifi tethering solve the problem.
I've also followed the gscript way without any problem and now i'm just to click the scipt icon on my desktop in order to make tethering work.
Is there any way in order to run the script during the boot process?
Thank you again.
Andy
Click to expand...
Click to collapse
Probably just need to add that to an init.d script.
car vs driver said:
I think what he's saying is to run this script with GScript just before you start up tethering.
Here's the contents of the script if anyone is interested:
Code:
iptables -A bw_FORWARD -i !lo+
iptables -A natctrl_FORWARD -j RETURN -i rmnet+ -o wlan0 -m state --state RELATED,ESTABLISHED
iptables -A natctrl_FORWARD -j DROP -i wlan0 -o rmnet+ -m state --state INVALID
iptables -A natctrl_FORWARD -j RETURN -i wlan0 -o rmnet+
iptables -A natctrl_FORWARD -j DROP
iptables -A natctrl_nat_POSTROUTING -t nat -o rmnet+ -j MASQUERADE
Probably just need to add that to an init.d script.
Click to expand...
Click to collapse
CvD for the win. Just copied the script text and added it to init.d as 85wifi tether. I'm tehtered to my phone as I'm sending this. Toyes AOKP 3-14 with your 1.07c+ kernel. If you add it to the init.d for your kernel I bet people will be stoked.
So...I just copied the text in a file and added it to system/etc/init.d. I've used this on CM 10.1 and other 4.2.2 ROMs and have had no problems.
However, this is supposed to work on 4.1.2 ROMs such as Embryo...but for some reason it isn['t working for me. I must be missing something...anyone have any ideas?
THanks
Hi.
I'm running CM10.1 20130420 on a SGS II GT-I9100.
I have copy this text in a file named 85wifitether and stored it on system/etc/init.d
I have gave the same rights (owner : root, group : shell, permission rwxr-xr-x)
I have reboot my phone but I can get tethering work with my Asus TF300T as client
When I run 85wifitether script in console after being root (su root), I have this messages :
iptables -v give me : v1.4.11.1
Is there something wrong with my phone ?
Thanks.
mikebzh44 said:
Hi.
I'm running CM10.1 20130420 on a SGS II GT-I9100.
Is there something wrong with my phone ?
Thanks.
Click to expand...
Click to collapse
Wrong forum dude
Sent from my SAMSUNG-SGH-I727 using xda app-developers app
Sorry but as Traketo was running CM 10.1 on GT-I9100 :
http://forum.xda-developers.com/showpost.php?p=39132404&postcount=6
As well as xxboarderxx :
http://forum.xda-developers.com/showpost.php?p=39865491&postcount=9
I was expecting some help from them
I will ask in CM10.1 forum
Thanks.
This does not work on P.A.C rom 22.1.0 built by me on 4/24
wali01x said:
this is to people having issues with wifi tethering for source based rom...i'll list what is needed & what needs to be done in order to have a working wifi tethering & ive tested it 150% with i9100 & other devices to ensure this trick works.
What is needed is:
Gscript lite from play market.
What needs to be done is quite simple if you follow it step by step..
Once gscript is downloaded you'll have to open the app up once and just close it there-after and reboot your phone right after that. Once you download the file below you'll need to move that to folder that'll be created after reboot which is called gscript. Move the .sh file there and then unplug device from computer. Open up gscript and press the menu button on our phone. You'll see an option to add script click that. Once done that then it'll give you option for adding a script click on load file and when you press that you'll see tetherfix.sh file in the list click that.that should bring you back to screen with file loaded and all you do is press save once done it'll show up in gscript lite list. All set and done then what you do is create a desktop shortcut to your tethering setting and this script via w/e launcher and adding shortcut to these files. So anytime you need to start up wifi tethering just run that and you're good to go and im gonna thank this to the guys in s3. Since i was there i guess i learned alot from them too. Thanks guys. And if this method works out for you all you have to do is press thanks.
Click to expand...
Click to collapse
It's work fine thanks but I have a problem with GScript that keeps crashing.
I have already tried cache and dalvik wipes, do you have any suggestion?
Inviato dal mio GT-I9100 con Tapatalk 2
J. Silver said:
It's work fine thanks but I have a problem with GScript that keeps crashing.
I have already tried cache and dalvik wipes, do you have any suggestion?
Inviato dal mio GT-I9100 con Tapatalk 2
Click to expand...
Click to collapse
I have installed this apps :
http://www.thisiscolossal.com/2013/05/manon-wethlys-instagram-photos-of-airborne-beverages/
And it's work with my tablet and my laptop
mikebzh44 said:
I have installed this apps :
And it's work with my tablet and my laptop
Click to expand...
Click to collapse
???
Inviato dal mio GT-I9100 con Tapatalk 2
mikebzh44 said:
Hi.
I'm running CM10.1 20130420 on a SGS II GT-I9100.
I have copy this text in a file named 85wifitether and stored it on system/etc/init.d
I have gave the same rights (owner : root, group : shell, permission rwxr-xr-x)
I have reboot my phone but I can get tethering work with my Asus TF300T as client
When I run 85wifitether script in console after being root (su root), I have this messages :
iptables -v give me : v1.4.11.1
Is there something wrong with my phone ?
Thanks.
Click to expand...
Click to collapse
All you have to do is load the script directly from the gscript folder (/sdcard/gscript), and then run the script before run the tethering.
I think that the error is cause by an error in copy/paste the script in gscript in wrong way.
J. Silver said:
???
Inviato dal mio GT-I9100 con Tapatalk 2
Click to expand...
Click to collapse
Sorry, wrong link.
I have installed this app :
https://code.google.com/p/android-wifi-tether/issues/detail?id=1661#c109
massimilianonball said:
All you have to do is load the script directly from the gscript folder (/sdcard/gscript), and then run the script before run the tethering.
I think that the error is cause by an error in copy/paste the script in gscript in wrong way.
Click to expand...
Click to collapse
As GScript app need to geolocalize me and need network access, I don't installed it. So I thought that running the script by placing it in init.rd folder could work, as other users in this thread.
But now, I'm using this app above and everything is OK.
mikebzh44 said:
Sorry, wrong link.
I have installed this app :
....
As GScript app need to geolocalize me and need network access, I don't installed it. So I thought that running the script by placing it in init.rd folder could work, as other users in this thread.
But now, I'm using this app above and everything is OK.
Click to expand...
Click to collapse
Do you have another link, this one doesn't work.
Inviato dal mio GT-I9100 con Tapatalk 2
No but I will upload the apk this evening.
Envoyé depuis mon GT-I9100 avec Tapatalk

Categories

Resources