| The Following User Says Thank You to auouymous For This Useful Post: | ||


| The Following User Says Thank You to auouymous For This Useful Post: | ||
| The Following User Says Thank You to auouymous For This Useful Post: | ||
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


| The Following User Says Thank You to auouymous For This Useful Post: | ||
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...
