I have a root shell on the phone.
However, no adb service seems running, i.e. the port 5555 is on the device not open1:
$ telnet 1.2.3.4 5555
Trying 1.2.3.4...
telnet: Unable to connect to remote host: Connection refused
I.e. something what should listen on adb connections, does not run on my Android.
Can I somehow start it from a root shell (on the Android)?
I have Android 10.
1Telnet only serves here port testing purpose, obviously adbd
will be connected by adb
.