Talk:Tutorials/sms
From freesmartphone.org
changes
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SMS.SendMessage 0049987654321 "test message" []
should now be
mdbus -s org.freesmartphone.ogsmd /org/freesmartphone/GSM/Device org.freesmartphone.GSM.SMS.SendTextMessage 0049987654321 "test message" ['':'']
SendTextMessage. No idea when that changed. Recently. See
--Pike 21:38, 6 May 2010 (UTC)
This changed with fsogsmd. The old version describes ogsmd and should be adjusted.
--
Also notice the signature seems to have changed: its now ( ssb ). I *think* that was ( ssa ). If the signature is wrong, the dbus will come back with dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod.
--Pike 20:30, 10 May 2010 (UTC)