Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
105.38k stars 10.23k forks source link

Full Screen #5007

Open AlfredoDore opened 2 weeks ago

AlfredoDore commented 2 weeks 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 2 weeks ago

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

Giantvince1 commented 1 week 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.