The Following User Says Thank You to auouymous For This Useful Post: | ||
|
2011-03-17
, 04:57
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#432
|
|
2011-03-17
, 14:14
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#433
|
|
2011-03-17
, 22:54
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#434
|
|
2011-03-18
, 02:31
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#435
|
on the ASUI script "issue" tho, why not use the uu option that is in the script already?
The Following 5 Users Say Thank You to auouymous For This Useful Post: | ||
|
2011-03-18
, 09:24
|
Posts: 875 |
Thanked: 918 times |
Joined on Sep 2010
|
#436
|
|
2011-03-18
, 10:51
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#437
|
#!/bin/sh #taken from http://fanoush.wz.cz/maemo/initfs_flasher.tgz # use gainroot to become root and relaunch itself if [ `id -u` != 0 ] ; then #if not already root, call itself as root TTY=`tty` [ "$TTY" = "not a tty" ] && unset TTY exec sudo gainroot <<EOF # sudo $0 $* if [ -z "$TTY" ] ; then exec $0 $* ; else exec <$TTY $0 $* ; fi EOF exit $? fi # real script follows
|
2011-03-18
, 14:32
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#438
|
|
2011-03-18
, 16:41
|
Posts: 86 |
Thanked: 8 times |
Joined on May 2010
|
#439
|
The Following User Says Thank You to mcow For This Useful Post: | ||
|
2011-03-18
, 17:02
|
|
Posts: 4,783 |
Thanked: 1,253 times |
Joined on Aug 2007
@ norway
|
#440
|
Tags |
bada blows, bada rox |
Thread Tools | |
|
You will need to have performed the upgrade instructions from the previous test release before installing this.
@ mcow, does this binary allow you to toggle the stayslit setting in ASUI and get the correct blanking while connected to charger? Blank and lock&blank also toggle this setting. I was only changing one of the two gconf values which worked fine on my n810 but n800 might be different.
@ kroll, the clock page in asui-settings has three new values for popup duration, on-map and fullscreen. The popup will appear whenever the screen turns on and remain for <duration> seconds. Tapping the popup or pressing a key will close it early, if ASUI is mapped then tapping ASUI will also close the popup. If on-map is checked it will also appear whenever you open ASUI with the power button. Fullscreen setting makes the popup cover the entire screen instead of occupying a small window.
@ tso, I have reproduced your problem. Screen locked, dimmed indicator appeared but screen eventually dimmed after 1 minute and blanked after 2 (normal times). Not sure yet what mplayer did that wouldn't allow ASUI to allow blanking.
Last edited by auouymous; 2011-03-17 at 04:40.