? minitouch git:(master) ? adb shell
OnePlus6T:/ $ cd /data/local/tmp
OnePlus6T:/data/local/tmp $ ls -l
total 40
-rwxrwxrwx 1 shell shell 25360 2021-03-03 17:54 minitouch
drwxrwxrwx 5 shell shell 4096 2021-03-02 14:46 perfd
OnePlus6T:/data/local/tmp $ chmod 777 minitouch
OnePlus6T:/data/local/tmp $ ls -l
total 40
-rwxrwxrwx 1 shell shell 25360 2021-03-03 17:54 minitouch
drwxrwxrwx 5 shell shell 4096 2021-03-02 14:46 perfd
OnePlus6T:/data/local/tmp $ exit
? minitouch git:(master) ? adb shell /data/local/tmp/minitouch
open: Permission denied
Unable to open device /dev/input/event5 for inspectionopen: Permission denied
Unable to open device /dev/input/event4 for inspectionopen: Permission denied
Unable to open device /dev/input/mice for inspectionopen: Permission denied
Unable to open device /dev/input/event0 for inspectionopen: Permission denied
Unable to open device /dev/input/event1 for inspectionopen: Permission denied
Unable to open device /dev/input/event3 for inspectionopen: Permission denied
Unable to open device /dev/input/event2 for inspectionUnable to find a suitable touch device
connecting socket: Connection refused
權(quán)限已經(jīng)777了, 為什么還是執(zhí)行不了呢
MiniTouchminitouch介紹 跟minicap一樣,minitouch也是用NDK開(kāi)發(fā)的,跟minicap使用方法類似,不過(guò)它只要上傳一個(gè)minitouch文件就可以了。對(duì)應(yīng)的文件...