View Single Post
  #2  
Old 2011-06-25, 11:42
sakya's Avatar
sakya sakya is offline
 
Join Date: Dec 2010
Location: Italy
Posts: 533
Thanks!: 198
Thanked 1,341 Times in 357 Posts
Default Re: is there a way to read SMS's via wifi thru SSH?

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.
Reply With Quote
The Following 3 Users Say Thank You to sakya For This Useful Post: