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
The --new-display can set DPI, but how make it in the primary display?
The --new-display alone whitout --start-app, have some problems, black screen.
I try --new-display=/240 --start-app=com.android.system, but can't unblock the "new android".
Some idea ?
THX.
The text was updated successfully, but these errors were encountered:
The primary display already exists, so scrcpy does not set its size or dpi. But you can change it (independently of scrcpy) with:
adb shell wm size … adb shell wm density …
Because your system has no default launcher or virtual display (it depends on the device system).
You can start a launcher: https://github.com/Genymobile/scrcpy/blob/master/doc/virtual_display.md#start-app
Sorry, something went wrong.
No branches or pull requests
The --new-display can set DPI, but how make it in the primary display?
The --new-display alone whitout --start-app, have some problems, black screen.
I try --new-display=/240 --start-app=com.android.system, but can't unblock the "new android".
Some idea ?
THX.
The text was updated successfully, but these errors were encountered: