This app is a plugin for Tasker, a paid app with a 7-day free trial, and requires Tasker to function. It allows users to perform various actions on their target device, such as opening apps, moving files, and simulating input, by using the terminal or ADB Shell. The possibilities are endless and users can find helpful commands by searching on Google.
To use this app, it must be added as an action in Tasker and properly configured. Users can send multiple commands at once by separating them with a ";". The app automatically adds an "exit" command after each action to close the ADB connection. If multiple commands are dependent on each other, they must be put in a single Tasker action and separated with ";".
When using this plugin, it is important to trust the device and keep the timeout set as is. The output of the console can be viewed and reused within Tasker by accessing %output1, %output2, etc. or by iterating over %output() using a for loop. The plugin also generates two key files for a secure ADB connection to the devices.
Some useful commands include turning an ADB over WiFi enabled AndroidTV on or off by sending the command "input keyevent POWER", rebooting the device with "reboot", and launching apps with "am start -n com.android.chrome/com.google.android.apps.chrome.Main". Users can also execute commands on the device itself by entering "localhost" in the IP address field.
This app was inspired by another app that allows users to connect to a remote device via an interface within the app. The developer also provides helpful tips for enabling ADB over WiFi. The app uses the AdbLib Java library and is now open source on GitHub. For help, users can email the developer or visit the XDA-Developers thread.









