Domanda

I'm trying to use USB tethering and ADB at the same time with a rooted Android 2.3.6 (yeah, old, I know) but I can't, when I activate USB tethering, adb stops recognizing the device. Is it how Android 2.3.6 works? Is there anything I can do to have both working?

Thanks!

È stato utile?

Soluzione

don't use the tethering option, disable it.

install proxoid app and start the server on your device. Then configure your system proxy for HTTP to be localhost on port 8080 and run:

adb forward tcp:8080 tcp:8080

the first is the proxoid port and the second the one of your proxy

Source: http://www.linux-magazine.com/Online/Blogs/Productivity-Sauce/Tether-an-Android-Phone-Using-Proxoid

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top