Endercraft
Moderator
ADB automatically recognizes if the devices has any ports for ADB between a certain range (something like 5555-5575), thinks them as emulators and automatically connects. Which is annoying when you need to connect to another device because ADB will not let you disconnect from it unless you useOh yeah it's probably tcpip. I tried that andadb connect [localhost_IP]:5555
returned "device already connected", but when I ranadb devices
it showed the localhost... as "Offline". So now I'm stuck here - can't figure out how to make the phone appear online to Termux even after it's connected :/
adb usb
...