Linux and Android tethering

MyWorld

Executive Member
Joined
Mar 24, 2004
Messages
5,001
If you do not know what tethering is, like I had to learn, read up:
http://en.wikipedia.org/wiki/Tethering

So getting your phone to share it's internet connection...
Some phones have a option to "share internet connection" with everything already done, some even have the option to create a WIFI hotspot. Mine has this option but it does not work, it could be a bug in the Dexter rom or it could be that MTN is not allowing this, not sure.

Fear not, here is the geek way of doing it!

http://www.asgrim.com/2009/07/24/te...ndroid-phone-in-ubuntu-9-04-jaunty-jackalope/

I did not change a thing, it worked 100% "out-of-the-box" for me, have a go and let me know if it works for you as well.

:D
 

MyWorld

Executive Member
Joined
Mar 24, 2004
Messages
5,001
Almost forgot, there were some minor adjustments. the adb package has been moved, so once you installed/extracted the android-sdk you need to cd to tools/ and run "android". Choose to install android-sdk-platform-tools, now you will have adb.

In Arch it is simple:
yaourt -S android-sdk android-sdk-platform-tools
 
Top