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. Sending SMS message [solved]
QtWS25 Last Chance

Sending SMS message [solved]

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 1 Posters 3.2k 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.
  • S Offline
    S Offline
    strekazoid
    wrote on last edited by
    #1

    Is there some example how to send SMS messages with Qt on Symbian device?

    Googling only gives me some archived deprecated articles. Tried including QMessage and QMessageService in my app, but those are just dummy headers in the SDK (or so it seems).

    Also would be nice to send SMS without displaying messaging UI to the user.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      strekazoid
      wrote on last edited by
      #2

      Ok, I solved this with this example:
      http://www.developer.nokia.com/Community/Wiki/Send_SMS_using_Qt_Mobility

      The catch was to declare QTM_USE_NAMESPACE together with <QMessage> and <QMessageService>. After that it all started working.

      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