scrcpy
scrcpy copied to clipboard
how to call SurfaceControl.setDisplayPowerMode() with adb shell
how to call SurfaceControl.setDisplayPowerMode() screen off with out scrcpy only with adb
With only adb, you can't, you must execute java code on the device with shell permissions to call setDisplayPowerMode().
https://www.coolapk.com/feed/42236171?shareKey=YzVkZTEwN2Y1MmRjNjQ2ZWYyMGE~&shareUid=2638279&shareFrom=com.coolapk.market_13.0.2
I have wrote a dex file to run SurfaceControl.setDisplayPowerMode() in shell command.