View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#444
Originally Posted by tso View Post
As for the power button long press, i held it down for a couple of seconds, then on release the screen would light up and give me a "press fullscreen to unlock" message.
You can edit the dim->blank timeout (/system/osso/dsm/display/display_blank_timeout) with gconf-editor so it would be less than the 2 minute dim timeout, it might work.

Just need to figure out what bug is causing your screen to re-blank after short pressing power button, since your dim->blank timeout isn't causing it.

Originally Posted by fpp View Post
After adding the CSSU to the 800 and rebooting, ASUI is back to its normal behaviour... sorry for the corner case
Had you rebooted the device after installing ASUI? Maybe it didn't properly start and the reboot fixed it, and not the CSSU. But the CSSU is probably good to have installed since it patches various userland apps.

Originally Posted by fpp View Post
I did spot another niggling detail though (probably nothing to do with ASUI) : on the 800, in Cpanel/Navigation, I can uncheck the standard Maemo battery icon, and check the ASUI one in its place. On the 810 I can't because the Maemo icon is greyed out (and checked), so I'd end up with two. Strange.
Did you have advanced-power installed on the n800? It seems the battery applet is mandatory and advanced-power probably disabled that. I will have ASUI do the same in next release, in the mean time you can run
Code:
sed -i "s:^Mandatory=true$:#Mandatory=true:g" /usr/share/applications/hildon-status-bar/hildon-status-bar-battery.desktop
as root so you can remove the default battery applet.