|
|
2011-03-03
, 11:37
|
|
|
Posts: 4,365 |
Thanked: 2,466 times |
Joined on Jan 2010
@ Australia Mate
|
#22
|
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Name=Lock Screen
Comment=lock_screen
Exec=/usr/bin/dbus-send --print-reply --system --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:locked
Icon=connectivity_wlan_securitylevel3
|
|
2011-03-03
, 11:56
|
|
|
Posts: 3,159 |
Thanked: 2,023 times |
Joined on Feb 2008
@ Finland
|
#23
|
| The Following User Says Thank You to ossipena For This Useful Post: | ||
|
|
2011-03-03
, 13:47
|
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#24
|
I'll see if I manage to scrape up time for it. but in nutshell it would only be a python app that stays in the background and listens sms dbus signal and when it is triggered, sends dbus signal to unlock the device.
|
|
2011-03-03
, 20:55
|
|
|
Posts: 1,444 |
Thanked: 461 times |
Joined on Dec 2010
@ pakistan
|
#25
|
actually what's even better is an app that listen to hildon notification, so not only sms, but im and even pidgin (if you install pidgin-libnotify)
I was thinking of making this, but if you'd want to make it, think I'll just wait for you to do it
|
|
2011-03-03
, 21:06
|
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#26
|
|
|
2011-03-11
, 10:24
|
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#27
|
for ages ive had a shortcut by making a file in
usr/share/applications/hildon/lock.desktop
containing:
|
|
2011-03-11
, 10:53
|
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#28
|
| The Following User Says Thank You to nicolai For This Useful Post: | ||
|
|
2011-03-11
, 10:56
|
|
Posts: 119 |
Thanked: 22 times |
Joined on Dec 2009
|
#29
|
|
|
2011-03-11
, 13:02
|
|
Posts: 235 |
Thanked: 86 times |
Joined on Dec 2010
|
#30
|
Maybe an option like the iPhone has, where the incoming message is displayed on the locked screen is an additional option that can be handy to you? Then you would immediately know whether you actually want to unlock your device to write a reply or not. Although of course technically I have no idea how you would go about to create such a feature