View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#963
Originally Posted by tso View Post
restarting MCE takes care of the blanking issue after each restart here. Just need to pop into the display settings afterwards to set the dim and blank times afterwards.
Code:
#!/bin/sh
/etc/init.d/mce restart
sleep 2
restore_value()
{
    gconftool-2 --type $1 --set $2 `gconftool-2 --get $2`
}
restore_value /system/osso/dsm/display/display_dim_timeout
restore_value /apps/osso/applet/osso-applet-display/brightness_period
restore_value /system/osso/dsm/display/display_blank_timeout
restore_value /apps/osso/applet/osso-applet-display/turn_off_display
Can you try copying that to a file, chmod 755 it, call it from a restart mce command button and let me know if it prevents the trip to control panel?
 

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