How to use ADB Tasker plugin

bewafa

Member
I get error
Error!
OK
Logs:
keyfiles paths: /data/user/0/com.ADBPlugin/files/pub.key, /data/user/0/com.ADBPlugin/files/priv.key
Loaded existing keypair
Socket connecting at localhost:5555

java.lang.Exception: Device at localhost:5555 has no adb enabled or connection is refused
I do have enabled USB DEBUGGING
 

Dimlos

Well-known member
This plugin cannot be used just by installing it. You must use the "adb tcpip 5555" command beforehand.
Do you have a PC? Do you have only one smartphone? How to enter the command depends on your environment.
 

bewafa

Member
I do have both a PC and more than one device. Could you please explain the steps briefly? I would be thankful
 

Dimlos

Well-known member
Make sure the PC is ready to send adb commands and connect to the PC with a USB cable.
Confirm the connection with the "adb devices" command and enter the "adb tcpip 5555" command.
This command becomes invalid after the device is rebooted, so it must be done every time the device is rebooted.
 

Dimlos

Well-known member
If you would like to automate entering commands at each reboot, the information in the following thread may be helpful.
 
Top