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 read SMS in android with Qt 5.1?

How read SMS in android with Qt 5.1?

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 3.8k 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.
  • M Offline
    M Offline
    mehrdadsilver
    wrote on last edited by
    #1

    Hi, I use Qt 5.1 for android & want to receive and read SMS messages(in smart phones and tablets). how can i do this?

    Mehrdad Abdolghafari, Be silver

    1 Reply Last reply
    1
    • M Offline
      M Offline
      mbnoimi
      wrote on last edited by
      #2

      I'm still a newbie in Android but you can take a look in:
      http://blog.qt.digia.com/blog/2009/09/21/introducing-qmf-an-advanced-mobile-messaging-framework/
      http://qt-project.org/forums/viewthread/5086

      It seems that QMF is what you're looking for.

      1 Reply Last reply
      0
      • raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        [quote author="mbnoimi" date="1378830091"]
        It seems that QMF is what you're looking for.[/quote]
        QMF is an outdated project of Qt Mobility times. So it wont be much help here.

        What you can do for sure is JNI and call the android API to do so. I don't think that this feature is available through Qt API.
        There are some resources on the web how to do JNI calls out of C++/Qt.
        Like "this":http://jgoday.wordpress.com/2009/04/16/jni-with-qt-part1/ or "this":http://community.kde.org/Necessitas/JNI one.

        On android side you can "read this":http://stackoverflow.com/questions/848728/how-can-i-read-sms-messages-from-the-inbox-programmatically-in-android how to read sms of the phone.

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mbnoimi
          wrote on last edited by
          #4

          [quote]QMF is an outdated project of Qt Mobility times[/quote]
          I read some where that Qt guys planned to increase Android support after Qt 5.2 (let's don't forget Android & iOS support still in preview mode)

          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