Active Topics

 


Reply
Thread Tools
Posts: 1 | Thanked: 0 times | Joined on Nov 2009
#1
Just two quick questions:
  • Where are the SMSes stored on the device?
  • Where is the SMS API documentation or alternatively the source code or code examples?

(Maybe I am just blind, but I didn't find it, neither in this forum, nor by googling, nor by grepping through most of the device, so now I am asking here)
 
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Originally Posted by Rasmus View Post
Where are the SMSes stored on the device?
you can use the eventlogger API to access stored sms on device.

Originally Posted by Rasmus View Post
Where is the SMS API documentation or alternatively the source code or code examples?
To send and receive SMS the telepathy framework is used as a highlevel API. It is quite complex, but we are working on an example, which should ease the development.

Daniel
 

The Following 2 Users Say Thank You to danielwilms For This Useful Post:
morusaka's Avatar
Posts: 15 | Thanked: 11 times | Joined on Jan 2010 @ Italy
#3
Originally Posted by Rasmus View Post
  • Where are the SMSes stored on the device?
They are stored in a sqlite database (/home/user/.rtcom-eventlogger/el.db)
You are not supposed to access / modify the database directly, you should use rtcom API.

Originally Posted by Rasmus View Post
  • Where is the SMS API documentation or alternatively the source code or code examples?
you can find an overview here:
http://maemo.gitorious.org/maemo-rtc...es/Eventlogger
and API doc here:
http://maemo.org/api_refs/5.0/5.0-final/eventlogger/

I'd like to know if somebody is working on a Python version of the API.

Ciao,

L-
 
Reply


 
Forum Jump


All times are GMT. The time now is 14:44.