Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Alarm Information

    Mobile and Embedded
    6
    12
    5114
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      akazad last edited by

      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

      1 Reply Last reply Reply Quote 0
      • X
        xizzhu last edited by

        AFAIK no such API yet :(

        My Blog: http://xzis.me/

        1 Reply Last reply Reply Quote 0
        • A
          ABag last edited by

          Hi akazad,

          Did u get any clue to proceed?

          1 Reply Last reply Reply Quote 0
          • A
            akazad last edited by

            Sorry, no success yet.

            1 Reply Last reply Reply Quote 0
            • A
              ABag last edited by

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

              1 Reply Last reply Reply Quote 0
              • K
                koshui last edited by

                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.

                1 Reply Last reply Reply Quote 0
                • A
                  ABag last edited by

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

                  1 Reply Last reply Reply Quote 0
                  • A
                    andre last edited by

                    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.

                    1 Reply Last reply Reply Quote 0
                    • K
                      koshui last edited by

                      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.

                      1 Reply Last reply Reply Quote 0
                      • A
                        ABag last edited by

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

                        1 Reply Last reply Reply Quote 0
                        • A
                          ABag last edited by

                          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?

                          1 Reply Last reply Reply Quote 0
                          • C
                            Chuck Gao last edited by

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

                            Chuck

                            1 Reply Last reply Reply Quote 0
                            • First post
                              Last post