用于录制android按键,录制后可以重放,可以帮助做一些重复的操作。 使用adb shell push evi /system/bin/evi 命令将该工具push到android手机 /system/bin/目录即可使用 用法很简单: 1 输入 adb shell evi record 后,做自己想要重复执行的操作。 2 输入 adb shell evi replay -t n ,即可重复执行操作,n代表想要重复执行的次数。 adb shell evi Usage: evi record [-f ] [] - record system events to If no -f option is supplied then the data is written to "/sdcard/events" ( is the list of events to be backed up. For example, "1 3 5" means event1, event3 and event5. By default, event0, event1, event3, event4, event6 and event7 are included.) evi replay [-f ] [-t ] - replay system events from If no -f option is supplied then "/sdcard/events" is used. If no -t option is supplied then events will be replayed once.
2022-07-03 04:33:52 11KB evi record replay 录制
1
windows录制按键软件,一键连招,部分键盘可能需要搭配fn+f1~f12才可触发
2021-09-15 19:03:00 4.15MB 按键录制 自动化 一键连招
1