-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Can not turn screen off in android Q with 1.10 scrcpy #835
Comments
I'm having this issue since latest Android 10 update --> Android 10.0.0 (Release 3) - QP1A.190711.020.C3 When I turn on scrcpy, it shows this:
And..., not only the screen doesn't turn off, but I cannot use the mobile from the computer. It just reflects the mobile screen, but slows the mobile down. |
(The exception you get crashes the controller thread, so this is not surprising.) |
Call getInternalDisplayToken(), which retrieve the id of the first physical display (which is not necessarily 0 anymore). Fixes <#835>
My device just received the Android 10 upgrade tonight, so I fixed the issue on |
Excuse me, can you add a compiled version of windows that has fixed this problem? |
Is there a compiled Windows version of this with this issue fixed? I'm still experiencing this on v1.13. |
Could you paste the error you get in the console please? |
I did, here: |
My device is Oneplus 7 pro with OxygenOS Android Q openbeta 2. I found ctrl + o cannot turnoff the screen of my device, and program carshed with following:
scrcpy --version shows:
So I noticed you had fixed this issues, but it seems don't work to me...
The text was updated successfully, but these errors were encountered: