We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scrcpy --new-display
Then I unlock the screen, the virtualdisplay screen remained unchanged
scrcpy --new-display --start-app=com.android.deskclock
Then I closed the deskclock app through recent activities, the virtualdisplay screen remained unchanged
then I start the calendar app via adb
am start -n com.android.calendar/com.android.calendar.AllInOneActivity display 52
VirtualDisplay can refresh in real time when closing the top application
The text was updated successfully, but these errors were encountered:
Yes, on some devices (maybe even AOSP), virtual displays do not work when the main screen is locked.
(It's not related to I-frames though.)
Sorry, something went wrong.
Yes, on some devices (maybe even AOSP), virtual displays do not work when the main screen is locked. (It's not related to I-frames though.)
Thank you for your reply, I revised the problem description.
No branches or pull requests
Environment
Describe the bug
Then I unlock the screen, the virtualdisplay screen remained unchanged
Then I closed the deskclock app through recent activities, the virtualdisplay screen remained unchanged
then I start the calendar app via adb
VirtualDisplay can refresh in real time when closing the top application
The text was updated successfully, but these errors were encountered: