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:
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 ...
can anybody help me to use this in B4A? My app is already signed by the system key