|
2008-02-06
, 17:34
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#12
|
yes because (x-1)/2 for x=1,2 is 0
with N810 (unlike N800) the display is readable even with brightness 0
|
2008-02-06
, 18:00
|
Posts: 6 |
Thanked: 0 times |
Joined on Feb 2008
|
#13
|
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
, 18:24
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#14
|
The Following User Says Thank You to fanoush For This Useful Post: | ||
|
2008-02-06
, 19:10
|
Posts: 6 |
Thanked: 0 times |
Joined on Feb 2008
|
#15
|
|
2008-02-06
, 20:04
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#16
|
|
2008-02-06
, 20:29
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#17
|
Modules=homekey;filter-brightness-als;inactivity;camera;alarm
Modules=homekey;inactivity;camera;alarm
mv /usr/lib/mce/modules/libfilter-brightness-als.so /usr/lib/mce/modules/libfilter-brightness-als.so.notused
|
2008-02-07
, 00:08
|
|
Posts: 239 |
Thanked: 53 times |
Joined on Jan 2008
@ Massachusetts
|
#18
|
|
2008-02-07
, 16:15
|
Posts: 6 |
Thanked: 0 times |
Joined on Feb 2008
|
#19
|
Thanks for all you responses. That particular one seem to work for me:
Thanks again!