autoadb
autoadb copied to clipboard
How to execute some task when adb device is "Disconnected"?
This program works perfectly when the device is connected, but how to use the same one to execute a task when the device is disconnected?
It's currently hardcoded to only execute command on device connection (to simplify the command line usage).