342156 / android-wifi-tether

Automatically exported from code.google.com/p/android-wifi-tether
0 stars 0 forks source link

Not su compatible. #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I had problems setting up tethering, but running the tether start command
from adb shell, worked fine, i later found out that su was not working, in
my case su -c "tether start" had to be replaced by su -c tether start.

I made a patch, to svn tree, to try some diffrent known su commands, before
failing.

Thanks for a well-working well-written app!

/Jimmy Wennlund

Original issue reported on code.google.com by jimmy.we...@gmail.com on 23 Aug 2009 at 5:20

Attachments:

GoogleCodeExporter commented 9 years ago
Updated test-su-exists part too.

Original comment by jimmy.we...@gmail.com on 23 Aug 2009 at 5:30

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for that patch. Will be integrated in next version. ;-)

Original comment by harald....@gmail.com on 26 Aug 2009 at 3:19