android_touch icon indicating copy to clipboard operation
android_touch copied to clipboard

Low latency high speed android multitouch event server

Results 16 android_touch issues
Sort by recently updated
recently updated
newest added

I have tried the precompiled build as well as building on my own - the app fails when it tries to open /dev/input/* with permission denied. I am running Android...

i found a problem, the touch lags on the screen, i can't disappear the touch unless reboot the device, how to fix

hello there sorry to open this as issue but i dont know hot to ask a quesionon githup my question can we set the move command speed ? like to...

should be `local` instead of `loal` in ```adb shell /data/loal/tmp/touch```

An example android project or a well documented how to use instructions for android apps would be nice , instead of showing python script and curl commands.

Typo fixed: adb shell /data/loal/tmp/touch -> adb shell /data/local/tmp/touch

C:\Users\hamma\Desktop\Emulator>adb shell /data/local/tmp/touch WARNING: linker: /data/local/tmp/touch: unused DT entry: type 0x6ffffffe arg 0x1908 WARNING: linker: /data/local/tmp/touch: unused DT entry: type 0x6fffffff arg 0x3

When i send the command to my samsung s10plus the command curl --header "Content-Type: application/json" --trace-ascii dump.txt -d '[{"type":"down","contact":0,"x":10,"y":10,"pressure":50},{"type":"commit"},{"type":"up","contact":0},{"type":"commit"}]' http://localhost:9889 i get the following error curl: (56) Recv failure: Connection...

Into the function dispatchMessage of the file Logging.cpp there is the following directive ```c void android_touch::Logging::dispatchMessage(std::string message) { #ifdef ANDROID __android_log_print(ANDROID_LOG_DEBUG, "android_touch", "%s", message.c_str()); #else std::cout

The Content-Length Header in Requests must be UpperFirst-ed. content-length will make the server parse an empty request body. Content-Length in upper first, will work correctly. The problem is that if...