[maemo-community] sms on harmattan

From: Felipe Crochik felipe at crochik.com
Date: Mon Jan 16 05:59:42 EET 2012
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>
More information about the maemo-community mailing list