We have moved to a new Sailfish OS Forum. Please start new discussions there.
10

How to search for a string in all SMS stored on the Jolla ?

asked 2016-05-18 21:41:06 +0300

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

updated 2016-05-20 10:25:37 +0300

jiit gravatar image

Hi,

I'm trying to search for a string in all SMS stored on my Jolla, how can this be done ?

edit retag flag offensive close delete

Comments

1

AFAIK the how-to tag is for »questions«, that are actually an explanation on how to accomplish something or solve a problem.

Tanghus ( 2016-05-19 01:03:22 +0300 )edit

1 Answer

Sort by » oldest newest most voted
12

answered 2016-05-18 22:45:50 +0300

juiceme gravatar image

updated 2016-05-18 22:46:59 +0300

On console you can access message database directly, like this for example;

sqlite3 /home/nemo/.local/share/commhistory/commhistory.db "select Freetext from Events where type=2;" | grep <your_searchstring_here>
edit flag offensive delete publish link more

Comments

@juiceme Is there an application for that ?

SebM ( 2016-05-18 22:51:09 +0300 )edit
2

Sorry, no idea about that. It'd be real easy to make one though; probably just plain QML could be enough.

However I think the best thing to do would be to patch jolla-messages and add a menu for searching SMS texts.

juiceme ( 2016-05-18 22:58:41 +0300 )edit

Can I have similar question, how can i access contacts? For example when i want to make my own app? I wanted to look at source codes of some contact harborou app i found, but i didnt find source codes :( Tanks!

Huholoman ( 2016-05-19 15:36:16 +0300 )edit
Login/Signup to Answer

Question tools

Follow
3 followers

Stats

Asked: 2016-05-18 21:41:06 +0300

Seen: 773 times

Last updated: May 19 '16