![]() |
2011-10-27
, 16:23
|
Posts: 249 |
Thanked: 277 times |
Joined on May 2010
@ Brighton, UK
|
#2
|
![]() |
2011-10-27
, 16:57
|
Posts: 1,523 |
Thanked: 1,997 times |
Joined on Jul 2011
@ not your mom's FOSS basement
|
#3
|
![]() |
2011-10-27
, 21:22
|
Posts: 3 |
Thanked: 0 times |
Joined on Feb 2011
|
#4
|
![]() |
2011-10-27
, 22:10
|
Posts: 249 |
Thanked: 277 times |
Joined on May 2010
@ Brighton, UK
|
#5
|
The Following User Says Thank You to mr_jrt For This Useful Post: | ||
![]() |
2011-10-27
, 22:34
|
Posts: 560 |
Thanked: 422 times |
Joined on Mar 2011
|
#6
|
![]() |
2011-10-27
, 23:57
|
Posts: 671 |
Thanked: 1,630 times |
Joined on Aug 2010
|
#7
|
Hello.
I've recently found a way to send my texts from my N900 to my PC, thanks to some very smart people. The solution would be:
" Start xterm and type the following code
~ $ sqlite3 .rtcom-eventlogger/el-v1.db "select * from events where event_type_id in (7,8) order by id;"
> /home/user/MyDocs/sms.txt "
Fine and dandy, but I have a question. What has to be modified in order to have all of the texts organized first by contact, and secondly by date? I would really like to see all the texts from all my contacts one after the other. I've done a little sql language, and I would like to know what the columns of the table are here. I'd like to select only the actual text message, contact number, and eventually the date and time, but without the "ring/tel/ring self handle"
An example of an entry:
31|3|7|1294511062|1294511062|0|1|0|0|0|ring/tel/ring|<SelfHandle>|+407354*****||*actual text message*|54*****|1|0
What are the other numbers and what do they mean ?
Thank you in advance!
I've recently found a way to send my texts from my N900 to my PC, thanks to some very smart people. The solution would be:
" Start xterm and type the following code
~ $ sqlite3 .rtcom-eventlogger/el-v1.db "select * from events where event_type_id in (7,8) order by id;"
> /home/user/MyDocs/sms.txt "
Fine and dandy, but I have a question. What has to be modified in order to have all of the texts organized first by contact, and secondly by date? I would really like to see all the texts from all my contacts one after the other. I've done a little sql language, and I would like to know what the columns of the table are here. I'd like to select only the actual text message, contact number, and eventually the date and time, but without the "ring/tel/ring self handle"
An example of an entry:
31|3|7|1294511062|1294511062|0|1|0|0|0|ring/tel/ring|<SelfHandle>|+407354*****||*actual text message*|54*****|1|0
What are the other numbers and what do they mean ?
Thank you in advance!