|
2010-09-29
, 23:11
|
|
Posts: 623 |
Thanked: 289 times |
Joined on Jan 2010
@ UK
|
#2
|
|
2010-09-30
, 00:31
|
|
Posts: 324 |
Thanked: 65 times |
Joined on Jun 2008
@ FL
|
#3
|
|
2010-09-30
, 00:33
|
Posts: 4,556 |
Thanked: 1,624 times |
Joined on Dec 2007
|
#4
|
|
2010-11-13
, 07:17
|
Posts: 41 |
Thanked: 11 times |
Joined on Nov 2010
|
#5
|
|
2010-12-18
, 17:48
|
Posts: 4 |
Thanked: 6 times |
Joined on Dec 2010
@ Cologne
|
#6
|
# wget http://repository.maemo.org/extras-devel/pool/fremantle/free/d/dbus-scripts/dbus-scripts_1.0+maemo-5_armel.deb # dpkg -i dbus-scripts_1.0+maemo-5_armel.deb
#!/bin/sh if [ "$4" == "tklock_mode_ind" ]; then echo $5 > /tmp/lockmode fi if [ "$6" == "cover" ]; then if [ `cat /tmp/lockmode` == "unlocked" ]; then dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"locked" fi fi
/usr/bin/closelock.sh * * org.freedesktop.Hal.Device Condition ButtonPressed cover /usr/bin/closelock.sh * * com.nokia.mce.signal tklock_mode_ind
The Following 2 Users Say Thank You to sebhack For This Useful Post: | ||
is there a same app for the N900?