Search code examples
androidadb

faster adb commands (skip delay in each command)


I send debug commands via adb in windows to my rooted android device. command is in a loop:

adb shell input tap 200 200

but it seems there is a second or fewer delay in each command to run in device. is there any way to send commands on device without delay or decrease it?

Note: I used tasker and result was same as adb in windows.


Solution

  • There is no delay "between" the commands. It just takes about a second (depending on the device) to run the input command.