January 17, 2011

akazad akazad
Lab Rat
12 posts

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

January 17, 2011

xizzhu xizzhu
Lab Rat
58 posts

AFAIK no such API yet :(

 Signature 

My Blog: http://xzis.me/

February 3, 2011

ABag ABag
Lab Rat
8 posts

Hi akazad,

Did u get any clue to proceed?

February 3, 2011

akazad akazad
Lab Rat
12 posts

Sorry, no success yet.

February 3, 2011

ABag ABag
Lab Rat
8 posts

ok…I am also working on a similar kind of thing…
Pls let me know in case u get any success.

February 3, 2011

koshui koshui
Lab Rat
31 posts

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.

February 4, 2011

ABag ABag
Lab Rat
8 posts

Actually I m working on the already released versions of N8 so can’t use mobility APIs…
Any other work around?

February 4, 2011

Andre Andre
Area 51 Engineer
6031 posts

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.

 Signature 

Looking for Qt developers to join our team @ i-Optics: https://qt-project.org/forums/viewthread/25393/

February 4, 2011

koshui koshui
Lab Rat
31 posts

Mobile Extensions is not Qt Mobility. As I said the Mobile Extensions project is dead, it never was supported by official release of Qt for Symbian. I mentioned it so that you can use it as reference how to implement Alarm API. You do need to write native code.

February 4, 2011

ABag ABag
Lab Rat
8 posts

Sorry I meant the current OVI store which doesn’t support Qt Mobility 1.1. so can’t use the mobility APIs…

February 8, 2011

ABag ABag
Lab Rat
8 posts

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?

July 18, 2011

Chuck Gao Chuck Gao
Lab Rat
342 posts

Try to run reallyclean and build again. Or use sbs derectly. Hope this will help you :D

 Signature 

Chuck

 
  ‹‹ Missed call or any Call information      Qt Mobility 1.2.0 TP install ERROR ››

You must log in to post a reply. Not a member yet? Register here!