-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
no input on Raspberry PI CM4 running Android 13 #108
Comments
For this, please see https://github.com/bk138/droidVNC-NG/blob/master/README.md#notes
Keyboard input is still in the works (#4), pointer input should work though. If it does not, it very probably is something on the host OS side, akin to #11. Not much we can do here unless you find another API for injecting input on this OS :-/ Have you tried alphavnc? Can we handle this as a duplicate of #11? |
I see adb method for permissions - will also try the additional permissions command to see if that allows input to be fully granted. pointer input was moving around screen - using Mac mouse did not get click action - will need to see if ctrl click has any effect as there is only left click functionality (which may be enough for correct interaction [that I wasn't seeing on screen]) Key and pointer clicks were both not working on droid vnc and alpha vnc, there is an rom image built in vnc that works correctly - but I don't know what differences have been implemented to get this functionality. Although I do agree that this is a similar port issue like lineageOS, this is a different rom...I think that if others are not having issues with android 13 and droid vnc then assigned to duplicate of #11 is fine...but I highly doubt that rom creator sees merit in running this fringe case down - although I know that you don't have bandwidth, or knowledge of his rom implementation either...is there anythink about the api that he would have to know about to possibly get him knowledge of the interaction he'd have to add to get up and running? |
No idea, as I'm not familiar with those ROMs 🤷 - closing then as dupe of #11 (which kinda goes along the lines "ROM is missing APIs"... |
Describe the bug
I've used this vnc viewer on an Rpi4 omnirom on android 11 and this was the best solution, really great integration of vnc settings to still allow screen timeout after the viewer connection had closed (this is a unique feature of droidVNC and makes it a great app!). With the new omnirom android 13 on a cm4 (Raspberry pi compute module 4) the system connects perfectly and sends all screen images (although permission to cast comes up at boot every time, would be nice to set and forget) but no button presses or screen inputs are recorded - I looked through all permissions (they're all granted) and settings (in developer tab) and found nothing that seems attributable to getting input recognized on the screen.
To Reproduce
Expected Behavior
I expected that the VNC would connect to server and input button or key presses would come through and be displayed/used.
Your environment (please complete the following information):
Additional context
I know that this is a fringe case of a device that has experimental OS on it as well, so multiple angles of complication in where the issue is really attributed to, but would love some help to get operational on this implementation as this is installed as a wall tablet in my infrastructure and this is the last piece to come together and make it seamless for the re-install since pulling out the Rpi4 and installing the Rpi cm4 and upgrading to android 13 - any help is very much appreciated!
The text was updated successfully, but these errors were encountered: