-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: failed to upload device info: Invalid argument
.
#30
Comments
In the case if I am building netevent with
|
Interesting thing. When I am trying to pass touchscreen of other devices to this device it actually works. |
I don't really have the time or energy to dig into android related things, android tends to just suck the fun out of everything with its anti-consumer culture of malpractice app development with anti-consumer "safety nets" and what not... The error might perhaps indicate that the touch screen you cannot clone may have some capability that's not fully supported either by |
Are there some tests that I can perform? Touchscreen can be passed to my kubuntu 23.04 desktop, but fails to be passed to other Android devices. |
Can you please make some debug output for this to check what parameter is failed to be passed to kernel? |
Hi. I've configured netevent for Android with this build script
And compiled it with this script
I know, this code is pretty rude and straightforward but it works.
I used this command to instantiate device's touchscreen as a touchpad.
/data/local/tmp/netevent cat /dev/input/event4 | /data/local/tmp/netevent create
It works fine on
Samsung SM_A042F
, but fails to run onSamsung SM_G780F
with the following error:I do not know if there is a debug mode so I extracted everything I could.
The text was updated successfully, but these errors were encountered: