View Single Post
sakya's Avatar
Posts: 533 | Thanked: 1,341 times | Joined on Dec 2010 @ Italy
#2
You can read the sqlite database:
Code:
sqlite3 /home/user/.rtcom-eventlogger/el-v1.db "Select remote_uid,
 free_text, outgoing, is_read, storage_time from Events where service_id=3 and e
vent_type_id=11 order by storage_time desc"
if you want to read only incoming messages add
Code:
 and outgoing=0
to the where condition

Last edited by sakya; 2011-06-25 at 11:50.
 

The Following 3 Users Say Thank You to sakya For This Useful Post: