openstf / minitouch

Minimal multitouch event producer for Android.
Other
639 stars 236 forks source link

I have a problem about Unable to find a suitable touch device #61

Open chenzhuojie opened 4 years ago

chenzhuojie commented 4 years ago

My device is arm64-v8a.When I run the command /data/local/tmp/minitouch an error will be reported.

image

can you help me?

tanghong1992 commented 4 years ago

设备不支持,你的系统应该是开发板安装的机顶盒系统,没有支持的事件

koral-- commented 4 years ago

What is the device model?

chenzhuojie commented 4 years ago

My device doesn't have a screen. It's a development device.Similar to a TV box

tanghong1992 commented 4 years ago

You can use /dev/uinput create a /dev/input/event support screen input. link:https://github.com/WTCool666/Android-Uinput

4c0n commented 4 years ago

https://github.com/openstf/STFService.apk/pull/53

Should solve your issue.