The Following 34 Users Say Thank You to qwazix For This Useful Post: | ||
AapoRantalainen, ahmadamaj, bingomion, chill, daniel_m, dzano, Estel, foobar, fw190, Half-Life_4_Life, HELLASISGREECE, imo, J4ZZ, Kabouik, kent_autistic, kojacker, lorenzo, MaKenZi, nicolai, nkirk, OVK, panjgoori, peterleinchen, ranbaxy, rotoflex, sifo, Sohil876, Sourav.dubey, thedead1440, Tiran, Wikiwide, xes, yrannadx, zincholic |
![]() |
2012-04-16
, 15:55
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#2
|
![]() |
2012-04-16
, 19:42
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#3
|
![]() |
2012-04-17
, 17:53
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#4
|
![]() |
2012-04-17
, 19:05
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#5
|
![]() |
2012-04-17
, 23:13
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#6
|
![]() |
2012-04-18
, 13:08
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#7
|
echo 0 > /sys/class/graphics/fb0/blank echo 20 > /sys/class/backlight/acx565akm/brightness
# With the screen on cat /dev/fb0 > rawscreenshot # Lock screen with side button echo 0 > /sys/class/graphics/fb0/blank echo 20 > /sys/class/backlight/acx565akm/brightness cat rawscreenshot > /dev/fb0 # You should see your screenshot on the framebuffer
echo 0 > /sys/devices/platform/omap2_mcspi.1/spi1.0/disable_ts
![]() |
2012-04-18
, 13:29
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#8
|
The Following 9 Users Say Thank You to MohammadAG For This Useful Post: | ||
![]() |
2012-04-18
, 13:39
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#9
|
The Following 6 Users Say Thank You to qwazix For This Useful Post: | ||
![]() |
2012-04-18
, 14:26
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#10
|
mplayer -vo fbdev videofile
I also saw the 701, which also has an LCD screen and has an Idle screen with the time and notifications just like the N9, with the backlight turned down to the lowest level.
So I think maybe there is not too much impact on battery life if the N900 showed the lock screen always, (with a white background and black text)
I managed to turn the lock screen on when the device is locked with a script that simulates a power button press, and then dim the screen to 2 or even 0, but the screen turns off again 3 seconds later. I made a loop that triggers the power button again, and I managed to make it last for about 15 seconds, but then the screen turns forcibly off, and back on the next time the loop kicks in. The downside is that the backlight is dimmed 0.7 seconds after "power button pressed" so the light flashes once each 15 seconds which is unacceptable. You can try it by physically tapping the power button continuously. The lock screen eventually turns off.
So I am in search of a dbus command or other script that just forces the screen to turn on, and stay that way.
EDIT: various solutions are in development, check the thread. Most stable seems to be woodys' QBW in page 2. (Link)
EDIT: I am happy to announce timenow, a utility that shows the time on the locked screen when the proximity sensor is uncovered. This should be power friendly enough, but please test and report.
EDIT: fixed some bugs and imported to extras-devel
Proud coding competition 2012 winner: ρcam
My other apps: speedcrunch N9 N900 Jolla 末 contactlaunch 末 timenow
Nemo UX blog: Grog
My website: qwazix.com
My job: oob
Last edited by qwazix; 2012-09-06 at 19:35.