SecondScreen icon indicating copy to clipboard operation
SecondScreen copied to clipboard

Disable device backlight

Open molli1312 opened this issue 1 year ago • 1 comments

Hi, I am very happy with the app. What I'm missing, however, is Disable device backlight. For me it works with the ADB command echo 0 > /sys/class/backlight/panel0-backlight/brightness.

I would like to see the change in the next update.

Furthermore, after disconnecting the display, the app sets the density DPI. But my preferred standard DPi in "phone mode" is 289. The possibility of setting this when the display is disconnected would be nice.

My Phone: Fairphone 4 with Lineageos

molli1312 avatar May 03 '24 12:05 molli1312

" Furthermore, after disconnecting the display, the app sets the density DPI. But my preferred standard DPi in "phone mode" is 289. The possibility of setting this when the display is disconnected would be nice."

I have found a solution to this problem

adb devices adb root adb remount #adb pull /system/vendor/build.prop #nano build.prop ##change #ro.sf.lcd_density=VALUE ##to #ro.sf.lcd_density=289 adb push build.prop /system/vendor/build.prop adb shell chmod 644 /system/vendor/build.pro adb reboot

molli1312 avatar May 16 '24 12:05 molli1312