View Single Post
Posts: 28 | Thanked: 46 times | Joined on Apr 2012
#33
Originally Posted by sconf View Post
I have the filter-brightness-simple now working, at least most of the time. Every now and then I get the black screen effect when double-tapping the lock screen (once in couple of weeks or so).

If you want to see the effect, do

echo 0 > /sys/devices/omapdss/display0/backlight/display0/brightness

To get screen back "echo 7 >...". When my screen suddenly turns black, something has written 0 there. Don't know what triggers that.
In case anyone else arrives here looking for this command line as I have, here's the command that worked for me:
Code:
echo $BRIGHTNESS > /sys/class/backlight/acx565akm/brightness
Of course $BRIGHTNESS should be replaced by the desired number between 0 and 255.
I think the /sys/ folder structure is different since I switched from stock to CSSU Maemo.
 

The Following User Says Thank You to gebeleysis For This Useful Post: