i want to perform system wide touch emulation to build a VNC like remote control app.
GestureDescription via AccessibilityServiceis not that good, because it records the gesture and do it AFTER i finished it on the client.
The problem here is that you cannot scroll "live" therefore you dont know where you at while scrolling a list for expample.
So i searched for other methods to do this and found this:
can anybody help me to use this in B4A? My app is already signed by the system key
GestureDescription via AccessibilityServiceis not that good, because it records the gesture and do it AFTER i finished it on the client.
The problem here is that you cannot scroll "live" therefore you dont know where you at while scrolling a list for expample.
So i searched for other methods to do this and found this:
How to simulate touch from background service with sendevent or other way?
Is it possible to simulate touch from the background application (or service) or to run sh script (that simulate touch)? It is needed for testing android system without USB or other connection to ...
stackoverflow.com
can anybody help me to use this in B4A? My app is already signed by the system key