View Single Post
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#20
Originally Posted by mece View Post
hmm how about a remote-wife-update-light, where you cut 'n' paste the sms and it automagically makes the list. like replace commas with newline or something? I really don't want to bother with conversations api.
You can basically get it with sqlite with a simple sql query:

/home/user/.rtcom-eventlogger/el-v1.db

Code:
SELECT free_text FROM Events WHERE service_id = 3 AND remote_uid="WIFESPHONENUMBER" AND outgoing=0 ORDER BY id DESC LIMIT 1
Maybe add some logic to concat split messages.
 

The Following User Says Thank You to ukki For This Useful Post: