-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
screen unlock #4178
Comments
If your lock screen sets the secure flag, you cannot mirror it from Android 12+ (#36, #2129). However, you can change/disable your lock password with adb: https://nerdschalk.com/change-remove-lockscreen-pattern-pin-password-adb-android-oreo/ |
unlock.sh
adb -s push unlock.sh /data/local/tmp/unlock Replace [PASSWORD] with your password |
I was able to resolve the issue using adb. |
Environment
When unlocking the screen lock with scrcpy, only a black screen is displayed on the screen of scrcpy, and it is not possible to operate on scrcpy.
Also, my smartphone is currently broken and I can't display the screen. Is there a way to make the screen visible and unlock it with scrcpy?
The text was updated successfully, but these errors were encountered: