Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Alarm Information
QtWS25 Last Chance

Alarm Information

Scheduled Pinned Locked Moved Mobile and Embedded
12 Posts 6 Posters 5.6k Views
  • 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 Offline
    A Offline
    akazad
    wrote on last edited by
    #1

    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
    0
    • X Offline
      X Offline
      xizzhu
      wrote on last edited by
      #2

      AFAIK no such API yet :(

      My Blog: http://xzis.me/

      1 Reply Last reply
      0
      • A Offline
        A Offline
        ABag
        wrote on last edited by
        #3

        Hi akazad,

        Did u get any clue to proceed?

        1 Reply Last reply
        0
        • A Offline
          A Offline
          akazad
          wrote on last edited by
          #4

          Sorry, no success yet.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            ABag
            wrote on last edited by
            #5

            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
            0
            • K Offline
              K Offline
              koshui
              wrote on last edited by
              #6

              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
              0
              • A Offline
                A Offline
                ABag
                wrote on last edited by
                #7

                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
                0
                • A Offline
                  A Offline
                  andre
                  wrote on last edited by
                  #8

                  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
                  0
                  • K Offline
                    K Offline
                    koshui
                    wrote on last edited by
                    #9

                    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
                    0
                    • A Offline
                      A Offline
                      ABag
                      wrote on last edited by
                      #10

                      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
                      0
                      • A Offline
                        A Offline
                        ABag
                        wrote on last edited by
                        #11

                        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
                        0
                        • C Offline
                          C Offline
                          Chuck Gao
                          wrote on last edited by
                          #12

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

                          Chuck

                          1 Reply Last reply
                          0

                          • Login

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Users
                          • Groups
                          • Search
                          • Get Qt Extensions
                          • Unsolved