Android 2.3.6 - USB Tethering and ADB at the same time -


i'm trying use usb tethering , adb @ same time rooted android 2.3.6 (yeah, old, know) can't, when activate usb tethering, adb stops recognizing device. how android 2.3.6 works? there can have both working?

thanks!

don't use tethering option, disable it.

install proxoid app , start server on device. configure system proxy http localhost on port 8080 , run:

adb forward tcp:8080 tcp:8080

the first proxoid port , second 1 of proxy


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -