![]() |
2012-05-30
, 23:42
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#2
|
![]() |
2012-05-31
, 23:26
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#3
|
QMessage message; message.setBody("message helo"); message.setParentAccountId(QMessageAccount::defaultAccount(QMessage::Sms)); message.setTo(QMessageAddress(QMessageAddress::Phone, "PHONENUMBER")); qmessageservice->send(message);
QMessageManager* qma = new QMessageManager(this); foreach (const QMessageAccountId &id, qma->queryAccounts()) { qWarning() << "account " << id.toString(); }
![]() |
2012-06-01
, 00:12
|
|
Posts: 275 |
Thanked: 389 times |
Joined on Feb 2010
@ Sydney
|
#4
|
I am working on an application which sends SMS messages to a service which then replies. I am using QMessageService.
When I look at these messages in conversation they are flagged as delivered and not sent as the ones send through Conversation itself.
They also do not seem to be delivered immediately and looking at the dbus-monitor, I seem to get a reply from the service center
Has anybody seen this before?
Quick Widgets - http://wiki.maemo.org/Quick_Widgets