Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Hey! Can I please get someone to help me with this?
Well posting a lovely picture of yourself in here WILL get you plenty of help with tethering. I'm surprised the whole forum hasn't tried to help you yet.
Let me know if your still stuck with this and I'll try and guide you in the right direction. I've been running Tetherbot successfully on my phone to laptop for over a month.
Did you download Android SDK or did you use the ADB utility
You seem to have everything installed and running correctly. Did you download FOXYPROXY plugin in Firefox and run it?
ALSO, did you give PROXIFIER a try? With Proxifier running in conjunction with Tetherbot and the ADB you can browse in Internet Explorer and yes, IM works as well. The downside to proxifier is it's a 30 day trial version BUT I'm believing within 30 days from now an official tether program should be released for the G1.![]()
Thanks. That's sweet.
I am still having problems. The ADB file doesn't seem to want to open on Windows XP and I don't know anything about Proxy servers or what hostname or port to use.
"I'm not quite sure what I'm doin different... I didn't change any settings from before, the only thing I noticed in this forum that was different was running "adb forward tcp:8080 localabstractroxy"...."
the command line to run adb should be...
adb forward tcp:1080 tcp:1080
the socks proxy is set to port 1080.
.. When I do this I get a blank screen on FireFox, instead of the usual no proxy error message, which makes me think it's trying to work... And with IE it will load the page then give me the BSOD and restart my comp
first off the you have to run the "adb" from the command line.
go to "start menu" ---> run and type "cmd.exe"
now from the screen that pops up you will need to change the directory with
cd\android-sdk-windows-1.0_r2\tools
now you can run the adb
adb forward tcp:1080 tcp:1080
on the screen nothing will happen just give you another prompt but it works.
this thread has all of the information you need to get it working. i probably read it 10 times.
j9k
Thanks. I did all of that but now it says this:
* daemon not running. starting it now *
* daemon started successfully *
error: device not found
Someone else was having a problem like this on page 3 so it was suggested that they download the android_usb_windows file. I did that and put it in the android-sdk-windows-1.0_r2 file. I still can't get it to work. All it says at the command prompt is:
error: device not found
I *think* you're right. Here's what I would do... double/triple check your proxy settings in firefox. Start everything. Then if it doesn't work, try restarting one thing after another, including plugging into another usb port.
I spent a few hours trying to get this to work to no avail, then the next morning I started again and without changing anything, it worked. I suspected plugging into another usb port did it, but I don't know. I do know that once on, it sometimes just stops responding and restarting the adb gets it up and running. I do that by killing it in task manager and then re entering the command line. If you're sure your proxy settings are correct per this thread, try fiddling with it like that and see.
When you plug in the android do you mount or not mount. I personally do not.
1 plug in android
2 start socks
3 run adb
4 open firefox
I just keep the cmd open and f3 the adb comand when I need to reestablish connection
J9k