Home > OS >  The adb shell rapid succession click method
The adb shell rapid succession click method

Time:09-21

The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide
The adb shell rapid succession click method? O guide

CodePudding user response:

The adb shell input tap 100 300
Use a for loop to perform the above statement, but the adb shell response is slow, so can not simulate the effect of the extreme click, may every click interval beyond your expectations,

CodePudding user response:

This approach is lagging, short of expectations

CodePudding user response:

Dd if=/dev/input/event1 of=/sdcard/recordtap
For I ` in 1 100 ` seq; Do the dd if=/sdcard/recordtap of=/dev/input/event1; Sleep 0.1; The done

How to achieve the best effect?
  • Related