![]() |
2007-11-30
, 11:59
|
Posts: 30 |
Thanked: 10 times |
Joined on Jul 2007
|
#12
|
Strange, level 6 doesn't work? Also when you first select it in UI and then use blset without second parameter it doesn't change too? Then it is a bug on my part.
[about reboot] Sounds strange too, did you have charger connected? With charger there is no real shutdown and boot.
Also that fancy fade effect still works with their original levels so it is slightly annoying when you change the level in UI. It would need additional non-trivial code to disable this. So far I was lazy to do it.
![]() |
2007-11-30
, 12:14
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#13
|
Just tested again, and confirm that level 6 does not work, both with and without swlevel. Not a major bug though, since I would probably leave level6 unchanged, to max brightness.
How can I add a small script that runs at startup, to define custom swlevel?
![]() |
2007-11-30
, 14:51
|
Posts: 209 |
Thanked: 8 times |
Joined on Nov 2005
@ Fishers, Indiana
|
#14
|
Tested and confirmed working. Thanks!
FYI, the software levels on N800 OS2008 are 2,3,4,5. There is one additional one, maximum brightness, which cannot be changed. Assigning a custom hardware level to one of those 4 software levels survives a reboot :-)
Now I have got my n800 (almost) working as it should, no thanks to nokia.
![]() |
2007-11-30
, 14:55
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#15
|
![]() |
2007-11-30
, 15:44
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#16
|
I have a feeling that the applet doesn't directly set the brightness and the hardware management daemon (hald or dsme?) reads the value and does the scaling itself.
Incidentally, there's yet another way to set the brightness:
chroot /mnt/initfs
/usr/sbin/dsmetest -l (0-255 for brightness level)
exit
Larry
![]() |
2007-12-06
, 08:22
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#17
|
Also that fancy fade effect still works with their original levels so it is slightly annoying when you change the level in UI. It would need additional non-trivial code to disable this. So far I was lazy to do it.
value=$((hwlevel*256+swlevel+128+32768))
![]() |
2008-01-03
, 08:40
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#18
|
![]() |
2008-01-04
, 22:23
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#19
|
The Following 2 Users Say Thank You to fanoush For This Useful Post: | ||
![]() |
2008-01-05
, 12:20
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#20
|
The Following User Says Thank You to fanoush For This Useful Post: | ||
Also that fancy fade effect still works with their original levels so it is slightly annoying when you change the level in UI. It would need additional non-trivial code to disable this. So far I was lazy to do it.
Newbies click here before posting. Thanks.
If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.