View Single Post
SPARTAN563's Avatar
Posts: 92 | Thanked: 92 times | Joined on May 2011 @ Stellenbosch, South Africa
#36
@warhark
That is weird, did you remove your old settings.db file? The new version uses a different format which is incompatible. You may also need to restart the daemon or launch an app that does lock the phone. I will look into rectifying that issue but it appears that the monitor's listen function blocks the update...

@brokensmile
As I said earlier, this app is really not ready for everyone. I'd recommend waiting for v0.3.0 with a GUI before you use it.
Answering your question, Conversations doesn't exist as a desktop file. If you want to add the conversations app to the monitor list then add:
/usr/share/applications/hildon/rtcom-messaging-ui.desktop

Just keep in mind that clicking in a notification will open it without locking the phone. That will be fixed with the GUI where I will have a list of special apps that have their own monitor details.

Some other apps that have multiple monitors:
Phone
Desktop File
Code:
/usr/share/applications/hildon/rtcom-call-ui.desktop
Keyboard Launch Monitor - Pressing a number key on your desktop
Code:
dbus-send --dest=com.sierrasoftworks.AppLock /com/sierrasoftworks/AppLock com.sierrasoftworks.AppLock.Daemon.AddSearch string:PhoneKeypress string:session string:"type='method_call',interface='com.nokia.CallUI',member='ShowDialpad'"
Contacts
Desktop File
Code:
/usr/share/applications/hildon/osso-addressbook.desktop
Keypress Monitor - Entering text while on the desktop
Code:
dbus-send --dest=com.sierrasoftworks.AppLock /com/sierrasoftworks/AppLock com.sierrasoftworks.AppLock.Daemon.AddSearch string:ContactsKeypress string:session string:"type='method_call',interface='com.nokia.MessagingUI',member='search_append'"
__________________
Sierra Softworks