View Single Post
raandoom's Avatar
Posts: 46 | Thanked: 131 times | Joined on Jul 2011 @ Russia, Moscow area
#51
Hmm, seems like it can be done without installing mcetools.
GConf has /system/osso/dsm/display/inhibit_blank_mode key.
Something about this key:
Code:
~$ gconftool --long-docs /system/osso/dsm/display/inhibit_blank_mode
0 - Don't inhibit blanking; 1 - Inhibit dimming if charger is connected; 2 - Inhibit blanking if charger is connected; 3 - Inhibit dimming; 4 - Inhibit blanking
Command to set needed value:
Code:
~$ gconftool --set /system/osso/dsm/display/inhibit_blank_mode --type int 0
 

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