View Single Post
Posts: 2,006 | Thanked: 3,351 times | Joined on Jun 2010 @ N900: Battery low. N950: torx 4 re-used once and fine; SIM port torn apart
#4
Quick reply...
About Settings --> Display --> Backlight time-out (on N900):
If you want to set another value - which is not in the list - you can go to X-Terminal, and type:
Code:
gconftool-2 -g /system/osso/dsm/display/possible_display_dim_timeouts
It should output (in seconds): [10, 30, 60, 120]
Then, if you want to add a value - say, 15 seconds:
Code:
gconftool-2 --set --type=list --list-type=int /system/osso/dsm/display/possible_display_dim_timeouts [10, 15, 30, 60, 120]
Best wishes.
 

The Following 2 Users Say Thank You to Wikiwide For This Useful Post: