The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2011-12-19
, 12:31
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#962
|
|
2011-12-19
, 13:02
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#963
|
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.
#!/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
The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2011-12-19
, 13:05
|
|
Posts: 3,811 |
Thanked: 1,151 times |
Joined on Oct 2007
@ East Lansing, MI
|
#964
|
|
2011-12-19
, 18:15
|
Posts: 86 |
Thanked: 29 times |
Joined on Sep 2011
|
#965
|
@ Johnnie Price, does this still happen with latest test binary? If so, could you download and install the debug binary "asui dd ; asui id". Look for any errors after "loading buttons..." or "loading widgets..." in the log file after installing. Then reboot and look for errors in the new log file. Run asui it to restore test binary after generating the log files.
Edit: I have confirmed that something is wiping out the entire ASUI state gconf folder. Might be related to alarms since it just happened twice after alarm tests caused my tablet to reboot.
|
2011-12-19
, 18:56
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#966
|
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?
Must specify a key or keys to get Must specify alternating keys/values as arguments
|
2011-12-19
, 19:12
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#967
|
|
2011-12-19
, 23:43
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#968
|
Heh, did a quick tweak after i noticed that $1 was never set. a float on each line seems to have done the trick.
edit2: oops, integer not float...
|
2011-12-20
, 05:15
|
Posts: 86 |
Thanked: 29 times |
Joined on Sep 2011
|
#969
|
You don't need to test anything, the debug binary won't tell me anything. Can you confirm that it only happens when the tablet reboots from a lockup/crash? Or does a normal reboot initiated by you cause the state to revert? Try running asui k ; asui s from terminal and tell me if the state reverts. If it only occurs after a tablet crash reboot, let me know what happened right before the crash.
|
2011-12-20
, 05:22
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#970
|
Tags |
bada blows, bada rox |
|
Have any of you made any command buttons that might be useful for others?
Edit: I have confirmed that something is wiping out the entire ASUI state gconf folder. Might be related to alarms since it just happened twice after alarm tests caused my tablet to reboot.
Last edited by auouymous; 2011-12-19 at 12:21.