Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
113.56k stars 10.82k forks source link

Full Screen #5007

Open AlfredoDore opened 5 months ago

AlfredoDore commented 5 months ago

I liked the program, but there's no way to put it in full screen? and on devices like Rakuten TV, Prime Video and others it turns black, I heard that this is due to it being mirrored, Interestingly, Boing works correctly image

rom1v commented 5 months ago

https://github.com/Genymobile/scrcpy/blob/master/doc/window.md#fullscreen

Giantvince1 commented 5 months ago

The reason some apps output only black is because of a new FLAG_SECURE restriction implemented starting in Android 12 preview builds, preventing the shell user from creating a secure display and so apps that request a secure display will not be shown on the mirror on your desktop.