View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#6
Well, to check if your SMS'es are in the DB, you can give the following command as user:
Code:
tracker-sparql -q "select nie:plainTextContent(?d) where {?d a nmo:SMSMessage}"
That should print out the text of all messages in DB.

Also, you might be able to retrieve the content of the DB offline, if for some reason it is corrupted so that tracker utilities cannot access it.

The DB location is "/home/user/.cache/tracker/" which is a directory owned by "metadata" so you need to be root to copy the content to your computer.
 

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