View Single Post
Posts: 1,038 | Thanked: 3,981 times | Joined on Nov 2010 @ USA
#189
Originally Posted by juiceme View Post
You can get just the SMS text (without dates or phone numbers) by
Code:
tracker-sparql -q "select nie:plainTextContent(?d) where {?d a nmo:SMSMessage}"
FYI, if one's texts are MMSs instead -- like sometimes group texts show up as even though they don't contain multimedia -- you can replace the "SMSMessage" fieldname with "MMSMessage" to get the text content of those.
 

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