The Following User Says Thank You to nephridium For This Useful Post: | ||
![]() |
2010-08-25
, 12:43
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#2
|
echo 0 > /sys/class/backlight/acx565akm/brightness
The Following 6 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-08-27
, 03:31
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#4
|
![]() |
2010-08-27
, 07:25
|
Posts: 118 |
Thanked: 202 times |
Joined on Aug 2010
|
#5
|
#!/bin/sh tmp='/home/user/brightness.tmp' if [ -f $tmp ] then b=$(cat $tmp) echo "Setting backlight back to normal ($b)" rm $tmp echo $b > /sys/class/backlight/acx565akm/brightness start mce else echo "Turning backlight off" stop mce cat /sys/class/backlight/acx565akm/brightness > $tmp echo 0 > /sys/class/backlight/acx565akm/brightness fi
![]() |
2010-08-27
, 07:29
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#6
|
![]() |
2010-08-27
, 09:11
|
Posts: 118 |
Thanked: 202 times |
Joined on Aug 2010
|
#7
|
chmod +x /home/user/bl.sh
![]() |
2010-08-27
, 09:13
|
Posts: 1,522 |
Thanked: 392 times |
Joined on Jul 2010
@ São Paulo, Brazil
|
#8
|
![]() |
2010-08-27
, 09:34
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#9
|
each time it's run it will either turn the backlight on or off like a toggle switch?
The Following User Says Thank You to MohammadAG For This Useful Post: | ||
![]() |
2010-08-27
, 14:42
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#10
|
Is there a command to turn the N900 screen backlight off during usage, the way it is when flashing? I'm asking mostly out of curiosity.
I think if you can faintly see the Nokia logo during flash mode that might be good enough to use for standard usage too when the ambient light it good enough (from a hardcore battery conserver's POV