minitouch icon indicating copy to clipboard operation
minitouch copied to clipboard

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

Open chenzhuojie opened this issue 4 years ago • 5 comments

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

image

can you help me?

chenzhuojie avatar Mar 10 '20 07:03 chenzhuojie

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

tanghong1992 avatar Mar 11 '20 07:03 tanghong1992

What is the device model?

koral-- avatar Mar 11 '20 18:03 koral--

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

chenzhuojie avatar Mar 12 '20 00:03 chenzhuojie

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

tanghong1992 avatar Mar 12 '20 01:03 tanghong1992

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

Should solve your issue.

4c0n avatar Jun 07 '20 18:06 4c0n