Alarm Information
Hi,
I am using Qt 4.7.1, Qt Mobility 1.1 and Qt Creator 2.0.1
I want to access if any Alarm set in the device with Qt APIs. Does anybody has any idea?
Br,
AKA
11 replies
Now dead mobile extensions had such API XQAlarms, see http://wiki.forum.nokia.com/index.php/Draft_Mobile_Extensions .
I don’t see why this thing cannot be done with native code.
Use the API’s for the N8 directly? Qt is still just C++, so there is no reason why you can’t link against platform specific libraries containing API for such things. If you feel like you don’t want to lock yourself in on that platform, create some abstraction yourself and keep your platform dependent implementation separate from your main code, so it is easy to replace for use on another platform.
error: Source object \NokiaQtSDK\Symbian\SDK\epoc32\release\ARMV5\udeb\alarmclient.lib(alarmclient{000a0000}-5.o) has EABI version 2, but target \NokiaQtSDK\Symbian\SDK\EPOC32\BUILD\myapp\MYAPP_0XEE653D4F\GCCE\udeb\MYApp.exe has EABI version 4
I am getting this error on creating a wrapper API for Alarm & building it in Qt.
Any idea about this?
You must log in to post a reply. Not a member yet? Register here!




