View Single Post
Posts: 1,101 | Thanked: 1,185 times | Joined on Aug 2008 @ Spain
#286
The following command will lock the device
Code:
dbus-send --print-reply --system --type=method_call --dest=com.nokia.system_ui /com/nokia/system_ui/request com.nokia.system_ui.request.devlock_open string:'com.nokia.mce' string:'/com/nokia/mce/request' string:'com.nokia.mce.request' string:'devlock_callback' uint32:3
That message is sent by mce after pressing lock.
----
EDIT: If you stop mce and run that command, the device will lock, but will be unable to validate the unlock code.
----
And, after playing a bit with dbus-monitor:
Code:
dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.devlock_callback int32:2
That message is sent by system_ui to unlock the device.
I also discovered by experimentation that int32:3 will also lock the device.
Powerlaunch implements mce in powered/mce.c, it seems the callbacks haven't been implemented.

Last edited by maacruz; 2011-01-29 at 00:03.
 

The Following User Says Thank You to maacruz For This Useful Post: