Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
111.79k stars 10.7k forks source link

Black screen #4056

Open bani4kata opened 1 year ago

bani4kata commented 1 year ago

I have a black screen on my keypad for password everywhere and on private folder when access to her. I try everything and even asked ChatGPT what can i do but nothing help. My phone is realme 8 rmx3085 on android 12 but with broken screen.

rom1v commented 1 year ago

You can't see apps which set the secure flag on Android 12+. See #2129.

bani4kata commented 1 year ago

Is there anyway to disable that because i dont find much information that i can understand it

rom1v commented 1 year ago

Not easily, it's in the Android system.

You can if your device is rooted, or if you extract the APK of the app which is black, decompile it, unset the "secure flag", recompile it, reinstall it.

powellnorma commented 2 months ago

A simpler alternative (for rooted devices) is to use https://github.com/j-hc/FlagSecurePatcher - it disables the "secure flag" globally