|
2008-04-08
, 15:58
|
|
Posts: 1,878 |
Thanked: 646 times |
Joined on Sep 2007
@ San Jose, CA
|
#52
|
2a) You can already have the nokia not dim the screen when plugged in. not turning off the display when on battery would not be recommended as the battery would drain quickly. That said, I believe there is a gconf hack to add longer display timeouts
4) the problem is those other locations are unsafe to use for logs as they can dissapear at any time.
A simple script could move/copy the logs when you want the on the external card.
|
2008-04-08
, 16:06
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#53
|
|
2008-04-08
, 19:36
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#54
|
gconftool-2 -s -t list --list-type=int /system/osso/dsm/display/possible_display_blank_timeouts "[30,60,120,300,xxxx]" gconftool-2 -s -t list --list-type=int /system/osso/dsm/display/possible_display_dim_timeouts "[10,30,60,120,yyyy]"
|
2008-04-08
, 19:50
|
|
Posts: 1,878 |
Thanked: 646 times |
Joined on Sep 2007
@ San Jose, CA
|
#55
|
As user change xxxx and yyyy and run. Display options will now contain additional dimming and off settings ( values are in seconds ). You can set this to be anything you choose. You can make it so your display, effectively, never turns off if you wish.Code:gconftool-2 -s -t list --list-type=int /system/osso/dsm/display/possible_display_blank_timeouts "[30,60,120,300,xxxx]" gconftool-2 -s -t list --list-type=int /system/osso/dsm/display/possible_display_dim_timeouts "[10,30,60,120,yyyy]"
|
2008-04-08
, 20:22
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#56
|
|
2008-04-08
, 21:06
|
|
Posts: 1,878 |
Thanked: 646 times |
Joined on Sep 2007
@ San Jose, CA
|
#57
|
Don't get snippy at me, I didn't write it and Nokia hasn't seen fit to open it to developers.
Then I guess it's time to break out the compiler and take over the pidgin project. It shouldn't be too difficult to keep the display from blanking using a few dbus calls.
Have fun while you are at it.
The Following User Says Thank You to johnkzin For This Useful Post: | ||
|
2008-04-08
, 22:03
|
|
Posts: 868 |
Thanked: 474 times |
Joined on Oct 2007
@ Capital District, NY, USA
|
#58
|
4) the problem is those other locations are unsafe to use for logs as they can dissapear at any time. A simple script could move/copy the logs when you want the on the external card.