[maemo-community] sms on harmattan
From: Felipe Crochik felipe at crochik.comDate: Mon Jan 16 05:59:42 EET 2012
- Previous message: Council Meeting minutes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anybody knows of a replacement for the n900 Messaging ui dbus call?
This works on the n900 ....
QDBusMessage msg = QDBusMessage::createMethodCall(
"com.nokia.MessagingUI", // --dest
"/com/nokia/MessagingUI", // destination object path
"com.nokia.MessagingUI", // message name (w/o method)
"messaging_ui_interface_start_sms" // method
);
msg << "sms:" + number;
msg = QDBusConnection::sessionBus().call(msg);
qDebug() << msg;
return msg.type() != QDBusMessage::ErrorMessage;
I wonder if there is something similar on harmattan so I can avoid dealing
with telepathy.
BTW, does anybody know of any harmattan specific information about
telepathy?
Thanks,
Felipe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.maemo.org/pipermail/maemo-community/attachments/20120115/ba11a4f6/attachment.htm>
- Previous message: Council Meeting minutes
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
