|
2008-02-06
, 15:08
|
Posts: 6 |
Thanked: 0 times |
Joined on Feb 2008
|
#2
|
|
2008-02-06
, 15:35
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#3
|
|
2008-02-06
, 15:39
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
2008-02-06
, 15:44
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#5
|
chroot /mnt/initfs dsmetest -l <1-255>
|
2008-02-06
, 15:58
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#6
|
He seems to have a newer deb here:
http://cs.trinity.edu/~acm/debs/adva....7-1_armel.deb
The Following User Says Thank You to GeneralAntilles For This Useful Post: | ||
|
2008-02-06
, 16:12
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#7
|
|
2008-02-06
, 16:14
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#8
|
yes, blset works (in OS2006-8) but you need modified kernel. For N8x0 running OS2008 check the adv-backlight project. Or (in OS2008) you can also run directly
such level x writes toCode:chroot /mnt/initfs dsmetest -l <1-255>
/sys/devices/platform/omapfb/panel/backlight_level something similar to (x-1)/2 so 3 becomes 1 and 255 becomes 127
|
2008-02-06
, 16:21
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#9
|
|
2008-02-06
, 16:25
|
Posts: 15 |
Thanked: 2 times |
Joined on Dec 2007
|
#10
|
He seems to have a newer deb here:
http://cs.trinity.edu/~acm/debs/adva....7-1_armel.deb
But its true, I use that script fine on a N800 with OS2008 & fanoush's kernel fine.
I am new into the N810 world. I would like to have full control over the N810 backlight using an script or even a binary. I tried first this script (http://fanoush.wz.cz/maemo/blset), but it does not work at all.
I run it as root (via ssh) but nothing happens. The only way I found to modify the backlight is like this:
echo x > /sys/devices/platform/omapfb/panel/backlight_level
Being x a number between 0 and 127. It works...but just for few seconds. After 2 or 3 seconds the backlight goes back to it original value (the value set through the brightness control in the status bar).
I also disabled the light sensor so it is not playing with the backlight anymore.
Anyone has any idea of how to get full backlight control ??
Any help will be very wellcome!