Shizuku implementation

Endercraft

Moderator (& bug finder :D)
Oh yeah it's probably tcpip. I tried that and adb connect [localhost_IP]:5555 returned "device already connected", but when I ran adb 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 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 use adb usb...
 
Top