How to Steps For Mobile Internet Tethering with Android
What is often asked about phones that provide data plans is if you can use it to tether the Internet to your laptop and now Android provides a means to do so on the G1.
The steps below provided by a 28 year old in Boulder Colorado, Graham Stewart, and require some technical and programming experience:
- Install the Android Proxy application on your android phone, by clicking here
- You might have to change your settings to permit apps that don’t come from the Google Market by going to your home screen and choosing MENU > Settings > Applications > Unknown Sources.
- Turn USB debugging ON by going to the G1 home screen, press MENU > Settings > Applications > Development, then enable USB debugging.
- If your laptop is using Windows or Linux install the Android driver here.
- If using Linux or Mac download and install the current Android SDK here
- If using Windows just get the ADB utility from here
- Plug your phone into your computer
- Choose Proxy App from your phone’s menu
- Press the Start Proxy button on your phone
- Move to the directory that has the adb utility, using inside the Sdk Tools folder and run
On Windows: adb forward tcp:8080 localabstract:Proxy
On Linux/Mac: ./adb forward tcp:8080 localabstract:Proxy - Now you should have a proxy server running on port 8080 of your own computer that will relay the information over the Android Debug Bridge to the Proxy App which will relay it on to the Internet.
- Set your FireFox proxy : Options > Advanced > Network > Manual Proxy Configuration
HTTP Proxy: localhost
Port: 8080 - Leave the others blank
*** Remember to disable your proxy settings in FireFox if you want to stop using your phone. ***