Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 367 Bytes

DEVELOP.md

File metadata and controls

32 lines (23 loc) · 367 Bytes

minitouch

测试数据

d 0 800 1000 50
c
u 0
c

d 0 600 800 50 c u 0 c

运行

APK=$(adb shell pm path com.github.uiautomator | cut -d: -f2)
adb shell export CLASSPATH="$APK"\; \
    exec app_process /system/bin com.github.uiautomator.MinitouchAgent

测试

adb forward tcp:7788 localabstract:minitouchagent
nc localhost 7788