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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -