Uploaded image for project: 'Qt Mobility'
  1. Qt Mobility
  2. QTMOBILITY-64

Sms message is not send in symbian mobile. The message stays in draft folder.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 1.0.1
    • 1.0.0
    • Messaging
    • None
    • Devel env: Win XP sp 3, Nokia Symbian SDK 5th edition, Qt 4.6.2, Qt Mobility API beta 1.0.0.
      Target env: Nokia 5800 XpressMusic v 40.0.005.C03.01, Qt 4.6.2 + Qt Mobility beta 1.0.0 support packages.
    • 602cd5098d41da23247847fef51c441f8d21ab5b

      QMessage myMessage;
      myMessage.setType(QMessage::Sms);
      myMessage.setParentAccountId(QMessageAccount::defaultAccount(QMessage::Sms));
      myMessage.setTo(QMessageAddress(QMessageAddress::Phone, "+35840123456"));
      myMessage.setBody(QString("(Body) Hello, mobility world!"));
      m_messageService.send(myMessage);

      The message described above goes to draft folder and never triggers sms sending in target environment.

      QMessage myMessage;
      myMessage.setType(QMessage::Mms);
      myMessage.setParentAccountId(QMessageAccount::defaultAccount(QMessage::Mms));
      myMessage.setTo(QMessageAddress(QMessageAddress::Phone, "+35840123456"));
      myMessage.setBody(QString("(Body) Hello, mobility world!"));
      m_messageService.send(myMessage);

      When the message type is modified to MMS message the target environment sends the message correctly and moves it to send folder.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            sanders Don Sanders (closed Nokia identity) (Inactive)
            tareinik Tane Reinikainen
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes