![]() |
Turn off backlight completely in sunlight
I have noticed that in strong sunlight the N900 screen is fairly easy to read still. It's not the backlight that's stronger, I covered the light sensor to dim it and I can still read the screen just fine.
So, I am wondering if it's possible to turn off the backlight completely - preferrably on demand but perhaps also automatically when the light level is enough. This can also help save some battery because the N900 appears to be automatically boosting the backlight level to compensate for ambient light - which is nice but in strong sun it's counterproductive. |
Re: Turn off backlight completely in sunlight
This was possible on the N810 which also had a transflexive (read: sunlight-readable) screen with an app called advanced backlight.
I think the same should be possible with the N900, too. Maybe by echo'ing a '0' directly into the appropriate sysfs interface of the driver? Did anybody try already? |
Re: Turn off backlight completely in sunlight
|
Re: Turn off backlight completely in sunlight
I would love an app for customizing the backlight level. Right now I find it's too bright in total darkness... if I reduce the level then it's too dark everywhere else.
|
Re: Turn off backlight completely in sunlight
Quote:
|
Re: Turn off backlight completely in sunlight
i'm also interested in turning the backlight completely off in sunlight, any news? :)
|
Re: Turn off backlight completely in sunlight
Try this in terminal:
Code:
rootYou can make a Desktop Command Execution widget with this script (DO NOT SET IT TO RUN ON BOOT OR PERIODICALLY :D): Code:
echo "echo 0 > /sys/class/backlight/acx565akm/brightness" | sudo gainroot | echo "" |
Re: Turn off backlight completely in sunlight
or you could install my custom brightness, just change 1 value in it and it will go to 0, with that you have total control of brightness.
link in my signature. PS. it's post #2 |
Re: Turn off backlight completely in sunlight
hi, thanks :) I've never done any programming for maemo, but I'd read the light sensor value (if sun light has a greater value than bright ambient light) and set the brightness to 0 at sun light.
maybe that could help to create such a script: http://doc.qt.nokia.com/qtmobility/s...using-a-sensor |
Re: Turn off backlight completely in sunlight
Quote:
|
Re: Turn off backlight completely in sunlight
there is a app for that which intergrates into the menu, it works really well. Same as settings but much much more convienant
|
Re: Turn off backlight completely in sunlight
How to get the current value of the light sensor in the terminal?
|
Re: Turn off backlight completely in sunlight
cat /sys/class/backlight/acx565akm/brightness
|
Re: Turn off backlight completely in sunlight
This shows the current value of the backlight.
I need to value the light sensor. |
Re: Turn off backlight completely in sunlight
1 Attachment(s)
* - The value of this sensor in real time.how to get?
|
Re: Turn off backlight completely in sunlight
Quote:
For the backlight itself (without (directly) affecting the brightness) use: (turn off) # echo 1 > /sys/class/backlight/acx565akm/bl_power (turn on) # echo 0 > /sys/class/backlight/acx565akm/bl_power |
Re: Turn off backlight completely in sunlight
Quote:
light metter have 2 sensors : infrared & visible >> channel 0 .......adc0 IR only >> channel 1..............adc1 (also founded in sysfs folder ) in plain sunlight i expect ir sensor ( 1 ) have high values so a simple script can turn off lcd backlight after this value is above a custom set value . sysfs lux value is a computed value based on arbitrary formula. |
Re: Turn off backlight completely in sunlight
Many thanks to you! you really helped! what was needed!
|
| All times are GMT. The time now is 06:50. |
vBulletin® Version 3.8.8