Open xiezy1 opened 1 year ago
It's not possible with ADB commands. And it won't work after Android 14.
Also see #2888
The --turn-screen-off
is just displaying black screen instead of really turning off my IPS screen so I assume it's not saving power. I have Poco M4 Pro 5g Android 13. Is it a bug or intentional behavior?
It depends on the device, scrcpy just request sto set the power mode to "off", how the device reacts is device-specific.
The
--turn-screen-off
is just displaying black screen instead of really turning off my IPS screen so I assume it's not saving power. I have Poco M4 Pro 5g Android 13. Is it a bug or intentional behavior?
On every OLED screen, making it black will save you power. On most LCD screens, making the whole screen black will also actually cut off the backlight.
Hello, I would like to know how the '-- turn screen off' instruction in scrcpy is implemented
My requirement is to use ADB to turn off the screen backlight instead of locking the screen, similar to the '-- turn screen off' command
Can I use the adb command to achieve this now? I only found that the 'adb shell input keyevent 26/223' effect is different from what I thought
Thanks