Open ghost opened 6 years ago
Thanks! Unfortunately, if there is no multitouch device then minitouch doesn't work.
Thanks for your reply. I need to find other solution.
@ghost do you get other solution?
Thanks to recent changes, regarding Android 10, if you build the APK following these changes
https://github.com/openstf/STFService.apk/pull/53
It should work.
Hi,Simo Kinnunen , thank you very much for your contribution. The minicap has gave me much help. Recently ,when I use minitouch ,I meet a problem. My devices is not a phone but a development-board(HiKey970) developed by HUAWEI Corporation. When I run $ LD_LIBRARY_PATH=/data/local/tmp /data/local/tmp/minitouch command,it return me # Unable to find a suitable touch device. So, I want to make sure that is minitouch run with support of touch driver on device? If not, how can I deal with this problem.