[maemo-developers] How to Send SMS programatically in Maemo

From: ibrahim ibrahim.ali at asgatech.com
Date: Wed Nov 4 12:53:44 EET 2009
greetings;

I Want To Implement An App For Sending And Receiving SMS. I looked for 
telepathy and DBus APIs ,took a look at articles and books like 
http://people.collabora.co.uk/~danni/telepathy-book/ , but didn't help 
me much

I also read the Bluetooth example code provided in maemo.org 
documentation  like
http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Using_Connectivity_Components/Maemo_Connectivity#Bluetooth_DBUS_UI_dialogs
and 
https://garage.maemo.org/svn/maemoexamples/trunk/maemo-examples/example_bluetooth.c
and I figured out my application would be a lot like them, Maybe i only 
have yo use the APIs they used to get the SMS message done.

but the problem is I can't seem to find any documentation related to SMS 
handling. what parameters should I provide to the telepathy APIs to use 
the SMS sending functionality ??? (I mean the service name, dbus 
interface name and path)
what parameters should I provide for methods like :
dbus_g_bus_get 
<https://stage.maemo.org/svn/maemo/projects/haf/doc/api/dbus-glib/group__DBusGLib.html#g90db0df4c8c0af7c21961dd2fe1ca6a0> 
(DBusBusType type, GError **error) // the type

dbus_g_proxy_new_for_name           (DBusGConnection <http://dbus.freedesktop.org/doc/dbus-glib/dbus-glib-DBusGConnection.html#DBusGConnection> *connection,
                                                         const char *name,
                                                         const char *path,
                                                         const char *interface); // what is the path and interface


dbus_g_proxy_call 
<http://maemo.org/api_refs/4.0/dbus-glib/group__DBusGLibInternals.html#ge38c0fb788e874fcf88489c961480f38> 
(DBusGProxy 
<http://maemo.org/api_refs/4.0/dbus-glib/struct__DBusGProxy.html> 
*proxy, const char *method, GError **error, GType first_arg_type,...) // 
what is the name of the method to call in order to send sms??
..... etc

i am kind of lost and i dont't know where to find things like that

I appreciate any help
thanx in advance
More information about the maemo-developers mailing list