-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
Make it possible to record phone unlock screen #212
Comments
You probably need root for this. I think so. |
I've seen this behavior on Android 12 and up (Samsung Note 10/Tab S7+) but not on Android 10 and lower (Samsung Note 9/Note 8). On Android 10 and lower you can hit the "Home" button on your keyboard to bring up the lock screen. That said, some apps have a black screen entirely which I'm pretty sure it related to the ability to screen capture which some apps block outright...most my banking apps and a few smart home apps prohibit screen grabs entirely and show a black screen during a VNC session. |
That could be, but I don't know for sure.
That's correct. |
Describe the bug
When the phone screen is locked, it's very hard to enter the unlock code via the VNC viewer because it only shows a black screen.
I can press the buttons to enter the code by trial and error, so the input is still being transmitted to the phone, but the phone screen doesn't seem to be transmitted to the VNC client.
I'm not even sure if this is possible to fix, as it seems like a security feature of Android.
To Reproduce
Steps to reproduce the behavior:
Note: this assumes a phone that shows a lock screen with a code.
Expected Behavior
The phone unlock screen on the VNC viewer should be visible.
Logs/Backtraces
I don't think it's applicable but I can provide them if necesssary.
Your environment (please complete the following information):
Additional context
Not sure if this is relevant but I'll mention it in case someone thinks of something useful: I'm trying to help a friend who has ALS and cannot move, so he can control his phone from his computer (he controls the computer using an eye tracker).
The text was updated successfully, but these errors were encountered: