openstf / minitouch

Minimal multitouch event producer for Android.
Other
633 stars 233 forks source link

Unable to find a suitable touch device #31

Open ghost opened 6 years ago

ghost commented 6 years ago

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.

sorccu commented 6 years ago

Thanks! Unfortunately, if there is no multitouch device then minitouch doesn't work.

ghost commented 6 years ago

Thanks for your reply. I need to find other solution.

q315099997 commented 5 years ago

@ghost do you get other solution?

4c0n commented 4 years ago

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.