Reply
Thread Tools
Posts: 50 | Thanked: 45 times | Joined on Dec 2009 @ France
#1
Hi,

do you now how to change display settings with command line or in which file are they store ?

I like to change sygic's shortcut to disable the "lock screen automatically".
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
gconftool -s -t bool /system/osso/dsm/locks/touchscreen_keypad_autolock_enabled false

Last edited by qwerty12; 2010-05-20 at 15:43. Reason: false, sorry
 

The Following User Says Thank You to qwerty12 For This Useful Post:
Posts: 50 | Thanked: 45 times | Joined on Dec 2009 @ France
#3
My hero

How to do you know that ? Where can I found this kind of information alone ?
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#4
Originally Posted by mymybib View Post
My hero

How to do you know that ? Where can I found this kind of information alone ?
I have a copy of strings so I just looked at the Display control panel applet (/usr/lib/hildon-control-panel/libcpdisplay.so) and grepped it for "/" because I know it stores its settings in GConf, and GConf keys start with "/"

For completeness' sake, here's the output of that:
/system/osso/dsm/display/max_display_brightness_levels
/system/osso/dsm/display/display_brightness_level_step
/system/osso/dsm/display/possible_display_dim_timeouts
/system/osso/dsm/display/display_brightness
/system/osso/dsm/display/display_dim_timeout
/system/osso/dsm/locks/touchscreen_keypad_autolock_enabled
/system/osso/dsm/vibra/touchscreen_vibra_enabled
/system/osso/dsm/display/enable_power_saving
/system/osso/dsm/display/inhibit_blank_mode
"gconftool -s -type <type> <key> <value>" will set a key's value,
"gconftool -g <key>" will tell you its current value,
and "gconftool -T <key>" will tell you the key's type
 

The Following 3 Users Say Thank You to qwerty12 For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 21:19.