Konubinix' opinionated web of thoughts

How to Control My Old Android Devices

Fleeting

I have accumulated several old phones, and I can’t stand waiting for them to collect dust.

android 7 and more

android 5

android 4.1.2

temp adb over wifi

If connected over usb

adb tcpip 5555

otherwise

setprop service.adb.tcp.port 5555
stop adbd
start adbd

permanent adb over wifi

in dev tools if possible

or

if root, add “service.adb.tcp.port=5555” into “/system/build.prop”