![]() |
2011-12-08
, 22:20
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#241
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-12-08
, 22:29
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#242
|
![]() |
2011-12-08
, 22:38
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#243
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-12-08
, 22:44
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#244
|
![]() |
2011-12-09
, 00:28
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#246
|
![]() |
2011-12-12
, 18:23
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#247
|
blank=`gconftool-2 -g /system/osso/dsm/display/display_blank_timeout` gconftool-2 --type boolean --set /apps/modest/auto_update False killall modest sudo /etc/init.d/mce restart /usr/bin/set-backlight `gconftool-2 --get /apps/adv-backlight/brightness` sleep 4 restore_value() { gconftool-2 --type $1 --set $2 `gconftool-2 --get $2` } gconftool-2 --type int --set /apps/osso/applet/osso-applet-display/turn_off_display 30 gconftool-2 --type int --set /apps/osso/applet/osso-applet-display/brightness_period 30 gconftool-2 --type int --set /system/osso/dsm/display/display_dim_timeout 30 gconftool-2 --type int --set /system/osso/dsm/display/display_blank_timeout 30
![]() |
2011-12-12
, 20:20
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#248
|
The Following User Says Thank You to auouymous For This Useful Post: | ||
![]() |
2011-12-12
, 20:23
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#249
|
![]() |
2011-12-12
, 21:50
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#250
|
blank=`gconftool-2 -g /system/osso/dsm/display/display_blank_timeout` gconftool-2 --type boolean --set /apps/modest/auto_update False sleep 4 killall modest sudo /etc/init.d/mce restart etc...