![]() |
2010-02-26
, 23:10
|
|
Posts: 28 |
Thanked: 58 times |
Joined on Jan 2010
|
#2
|
![]() |
2010-04-01
, 10:18
|
Posts: 70 |
Thanked: 6 times |
Joined on Dec 2009
|
#3
|
![]() |
2010-04-03
, 16:45
|
Posts: 197 |
Thanked: 25 times |
Joined on Apr 2010
@ Europe
|
#4
|
![]() |
2010-04-21
, 04:58
|
Posts: 3 |
Thanked: 0 times |
Joined on Apr 2010
|
#5
|
Hi,
Maybe this helps.
Note: Make backups first. I will not take any responsibility if you brick your device. It's your own responsibility.
1. Open terminal
2. give following command:
sqlite3 -html /home/user/.rtcom-eventlogger/el.db "SELECT service_id,event_type_id,free_text, remote_uid FROM Events WHERE remote_uid='xxxxxxxxxxxx' order by start_time DESC;" > output.html
3. xxxxxxxxxxxx in above command is the phone number of the contact. For example you want to save conversations with the person that phone number is 1234567890 the command would be:
sqlite3 -html /home/user/.rtcom-eventlogger/el.db "SELECT service_id,event_type_id,free_text, remote_uid FROM Events WHERE remote_uid='1234567890' order by start_time DESC;" > output.html
Now you should have output.html file that has conversation in HTML format. Now you just need to transfer that file to your computer via USB for example.
You can see additional output modes by giving following command in terminal and replacing -html with something else like -csv or -column for example.
sqlite3 --help
Hope it helps.
Regards,
Jarkko
![]() |
2010-04-21
, 05:16
|
Posts: 328 |
Thanked: 101 times |
Joined on Dec 2009
|
#6
|
Hi, Jarkko!
I did it; I'm unable to find the output.html file
Pls help me to find it.
Regards,
![]() |
2010-04-21
, 05:48
|
Posts: 104 |
Thanked: 2 times |
Joined on Feb 2010
|
#7
|
![]() |
2010-04-21
, 05:53
|
Posts: 3 |
Thanked: 0 times |
Joined on Apr 2010
|
#8
|
![]() |
2010-04-21
, 05:56
|
Posts: 66 |
Thanked: 30 times |
Joined on Feb 2010
|
#9
|
![]() |
2010-04-21
, 06:01
|
Posts: 3 |
Thanked: 0 times |
Joined on Apr 2010
|
#10
|
Any ideas how to export or save the files to my computer will be greatly appreciated !!!