How to Control My Old Android Devices
Fleeting- see,
I have accumulated several old phones, and I can’t stand waiting for them to collect dust.
android 7 and more
-
termux ok
-
adb over wifi using dev tools
- on my klipad kl_6888 does not have it in the developer tools, nor did so I had root access. So I only could allow temp adb over wifi
-
ssh server with simplesshd
android 5
-
no termux
-
enabled permanent adb over wifi by adding “service.adb.tcp.port=5555” into “/system/build.prop”
-
can install simplesshd
android 4.1.2
- enabled permanent adb over wifi by
- cannot install https://www.galexander.org/software/simplesshd/
- can install sshdroid
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”