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. How to light phone's notification light?
Qt 6.11 is out! See what's new in the release blog

How to light phone's notification light?

Scheduled Pinned Locked Moved Mobile and Embedded
7 Posts 3 Posters 3.6k Views 1 Watching
  • 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.
  • J Offline
    J Offline
    jkosonen
    wrote on last edited by
    #1

    How the phone's notification light can be set on?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      Blizzard
      wrote on last edited by
      #2

      @TInt retVal = KErrNone;
      retVal = RProperty::Set( KPropertyUidEmailLedCategory, KEmailLEDOnRequest, KSetEmailLedOn );@

      Not sure if this code will set the light to on, or blinking - let me know how it goes.

      Also check out this link:
      http://doc.qt.nokia.com/qtmobility/publ-subs.html

      Software Engineer | Aerospace & Defence

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jkosonen
        wrote on last edited by
        #3

        Can I use Symbian c++ code in my Qt app?

        1 Reply Last reply
        0
        • B Offline
          B Offline
          Blizzard
          wrote on last edited by
          #4

          "Using Qt and Symbian C++ Together":http://www.developer.nokia.com/Community/Wiki/Using_Qt_and_Symbian_C++_Together

          Hope you find what you're looking for here, let us know how it goes!

          Software Engineer | Aerospace & Defence

          1 Reply Last reply
          0
          • J Offline
            J Offline
            jkosonen
            wrote on last edited by
            #5

            This needs "emailledvalues.h", but it's not found. Any idea where that can be found?

            1 Reply Last reply
            0
            • B Offline
              B Offline
              Blizzard
              wrote on last edited by
              #6

              I don't see that header in the bluetooth library files mentioned in that link, where do you see it? It sounds like a custom header, i doubt you need it.

              Software Engineer | Aerospace & Defence

              1 Reply Last reply
              0
              • L Offline
                L Offline
                leon.anavi
                wrote on last edited by
                #7

                Finding this header might be a serious problem :( According to "this article at Nokia Developer":http://www.developer.nokia.com/Community/Wiki/TSS000552_-_Controlling_LED_on_Nokia_E61_for_incoming_messages emailledvalues.h comes with the Enterprise Solutions SDK which is available only in Nokia Developer PRO.

                Update: at "another article":http://www.developer.nokia.com/Community/Wiki/How_to_switch_on_the_email_LED_indicator_in_S60_devices_? there is a download link for "E-Series plugin SDK for 3rd edition and 3rd edition FP1":http://www.developer.nokia.com/info/sw.nokia.com/id/c136eec5-5496-43cc-be53-83a7a6ed8a31/Nokia_Eseries_SDK_Plug-Ins_for_S60.html so you can try do obtain the header from it.

                http://anavi.org/

                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