![]() |
2010-04-25
, 00:00
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#12
|
![]() |
2010-04-25
, 00:29
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#13
|
![]() |
2010-04-25
, 04:51
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#14
|
![]() |
2010-04-25
, 05:14
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#15
|
![]() |
2010-04-25
, 21:55
|
|
Posts: 232 |
Thanked: 44 times |
Joined on Feb 2010
@ Austria, Amstetten
|
#16
|
eg. when I give it to my 3 year old kid to watch cartoon.
Is this possible?
![]() |
2010-04-25
, 22:31
|
|
Posts: 2,473 |
Thanked: 12,265 times |
Joined on Oct 2009
@ Jerusalem, PS/IL
|
#17
|
yes. As long as what I have on the screen at the time doesn't get interrupted and stay. (video or sat nav etc)
![]() |
2010-04-26
, 00:21
|
Posts: 1,427 |
Thanked: 2,077 times |
Joined on Aug 2009
@ Sydney
|
#18
|
hmm.... mplayer does nothing when u touch the touchscreen....
opening files is easy with mc....
![]() |
2010-05-27
, 23:03
|
Posts: 5 |
Thanked: 0 times |
Joined on May 2010
|
#19
|
![]() |
2010-05-27
, 23:34
|
Posts: 255 |
Thanked: 61 times |
Joined on Feb 2010
|
#20
|
#!/bin/sh if [ `hal-get-property --udi /org/freedesktop/Hal/devices/platform_kb_lock --key button.state.value` == true ] ; then # echo press >> /tmp/kllp # date >> /tmp/kllp echo $$ > /tmp/kb_lock_long_pid sleep 2 if [ -f /tmp/kb_lock_long_pid ] ; then rm -f /tmp/kb_lock_long_pid # echo long >> /tmp/kllp # date >> /tmp/kllp # run-standalone.sh env >> /tmp/kllp if true ; then if dbus-send --print-reply --system --dest=com.nokia.mce --type=method_call /com/nokia/mce/request com.nokia.mce.request.get_device_mode | grep -q normal ; then echo 1 > /sys/devices/platform/omap2_mcspi.1/spi1.0/disable_ts else echo 0 > /sys/devices/platform/omap2_mcspi.1/spi1.0/disable_ts fi fi fi else if [ -f /tmp/kb_lock_long_pid ] ; then kill `cat /tmp/kb_lock_long_pid` rm -f /tmp/kb_lock_long_pid # echo del >> /tmp/kllp # date >> /tmp/kllp fi fi &
The Following User Says Thank You to ear0wax For This Useful Post: | ||
Have a look at Queen BeeCon Widget (WIKI) Customizable and flexible widget-based multi-instance monitoring, alerting and interactive tool for the N900
Please provide comments and feedback for having QBW supported and enhanced further - (DONATE) - v1.3.3devel / v1.3.3testing / v1.3.3extras