View Single Post
Posts: 10 | Thanked: 1 time | Joined on Oct 2010
#51
Originally Posted by jamar View Post
The n900export program uses standard rtcom-eventlogger api to access SMS messages. It then replaces semicolons with colons in SMS text so it does not interfere with CSV separator, and newline with newline and space, so new lines in SMS text allways starts with space. This is required by Merlin's jollaImport to identify that these lines belongs to the same SMS message.

The Eventlogger's database is located at /home/user/.rtcom-eventlogger/el-v1.db, it's a SQLite database file, so you can just copy it to your PC and manipulate it as you like.
How does it cope with emoticons in the message? If it's looking for colons, surely something like this :-) will confuse it, won't it?

I've been playing some more and so far all the messages have been declared invalid.

Do you happen to know where the Jolla message database is stored so that I can take a look at that?