[SailfishDevel] qml dbus send SMS

Alfonso Martone alfonso.martone at gmail.com
Tue Mar 17 20:24:08 UTC 2015


If you use a shell to execute dbus-send, you may need to quote the
"quoted" message string. Here this works for me from command-line (note
that this does not update the database of SMS messages and does not let
you know if it was actually sent):

dbus-send --system --print-reply --dest=org.ofono /ril_0
org.ofono.MessageManager.SendMessage string:"+39347347347347"
'string:"This is an SMS message #OMG 2+2=4"'




More information about the Devel mailing list