![]() |
2009-10-20
, 18:58
|
Posts: 19 |
Thanked: 2 times |
Joined on Oct 2009
@ Monroe, Washington
|
#11
|
![]() |
2009-10-23
, 10:13
|
Posts: 542 |
Thanked: 117 times |
Joined on Sep 2008
@ 52 N, 6 E
|
#12
|
/usr/bin/dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"locked"
![]() |
2009-10-29
, 18:50
|
Posts: 31 |
Thanked: 11 times |
Joined on Aug 2008
|
#13
|
![]() |
2009-10-29
, 18:57
|
Posts: 329 |
Thanked: 142 times |
Joined on Oct 2009
|
#14
|
You can also lock the device by a shell script:
And add this command in 'personal menu' so I can lock my device by just a single click.Code:/usr/bin/dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"locked"
Only *un*lock requires the slider (unless connected via ssh from my laptop where I can start the unlock command).