Reply
Thread Tools
Posts: 7 | Thanked: 1 time | Joined on Dec 2009
#1
Does anyone know if there is a way to save a conversation with contact?

http://talk.maemo.org/showthread.php...e+conversation

Last edited by vuongvan; 2010-03-18 at 23:39. Reason: Found a similar post
 
Posts: 4,556 | Thanked: 1,624 times | Joined on Dec 2007
#2
Not without installing additional software to my knowledge. Luckily glogarchive in extras does what you need.
__________________
Originally Posted by ysss View Post
They're maemo and MeeGo...

"Meamo!" sounds like what Zorro would say to catherine zeta jones... after she slaps him for looking at her dirtily...
 

The Following User Says Thank You to Laughing Man For This Useful Post:
Posts: 992 | Thanked: 995 times | Joined on Dec 2009 @ California
#3
In manual of PR1.2 (not yet released):

"Tip: To copy text from a received or sent text or instant
message, activate selection mode. Drag from the left of the
touch screen onto the screen, and select .
Drag your finger on the text to select, and, to copy the text,
press ctrl + C.
To copy an entire text or instant message, select and hold the
menu, select Copy."
 
Posts: 36 | Thanked: 42 times | Joined on Jan 2010
#4
Originally Posted by Laughing Man View Post
Not without installing additional software to my knowledge. Luckily glogarchive in extras does what you need.
conversations are stored in the sqlite3 database file /home/user/.rtcom-eventlogger/el.db so you can use sqlite3.

To dump all the base :
Code:
 
~ $ echo .dump | sqlite3 /home/user/.rtcom-eventlogger/el.db | head
BEGIN TRANSACTION;
CREATE TABLE Services (id INTEGER PRIMARY KEY,name TEXT NOT NULL UNIQUE,plugin_id INTEGER,desc TEXT);
...
INSERT INTO "Events" VALUES(12,3,7,1265274038,1265274013,1265274038,1,0,0,0,'ring/tel/ring',NULL,'+33675937769',NULL,'Et là, ça ping ?','5937769');
After, there's a bit of work to use that and if you don't want to do it you can use glogarchive as say Laughing Man
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:41.