Notifications on Symbian
-
wrote on 5 Aug 2010, 05:17 last edited by
Is there an API for issuing some kind of notification/alarm on Symbian platforms? For example, consider writing a simple email or IM client in Qt which keeps running in the background and gives an alert when a new message is received. Alerts may be of various varieties: flashing LEDs, vibration, sound, some app-specific notification icon etc. Is such a functionality available? If not, any plans for such?
-
wrote on 5 Aug 2010, 17:21 last edited by
Hello Rahul,
Did you notice the "Service Framework API":http://developer.qt.nokia.com/forums/viewthread/371/ in the Qt Mobility 1.1.0-tp? I haven't had the opportunity to full investigate it but it may be worth your consideration.
-jk
-
wrote on 5 Aug 2010, 19:21 last edited by
Well, the API looks to be an API to discover and use "services" present on the device but not sure if there are any default services and whether a notification service is available.
I found that there is libnotify on Maemo (and not part of Qt but can be easily used within Qt apps) but not sure if there is anything similar on Symbian and whether it is exposed as a Qt API.
-
wrote on 5 Aug 2010, 19:24 last edited by
Notifications on Meego appear to be handled by libmeegotouch, so as far as I can see notifications are still platform-specific and not available as part of Qt.
-
wrote on 5 Aug 2010, 20:23 last edited by
Hello Rahul,
Symbian has many servers. One is the "messaging server":http://developer.symbian.org/main/documentation/reference/s3/pdk/GUID-DD27A452-8B0F-5C6D-A2E6-FC21145468B6.html. "Here":http://developer.symbian.org/wiki/index.php/Handle_Incoming_SMS_Messages is an example of how to handle incoming text messages.
-hth
john
1/5