![]() |
2009-12-16
, 16:02
|
Posts: 91 |
Thanked: 29 times |
Joined on Dec 2009
@ Milan - Italy
|
#22
|
Hello guys,
I wrote a simple command line tool for importing SMS messages in csv format to N900. Using that tool I was able to import ~500 received and ~100 sent SMS messages from my old E66.
Here are few step how I did that:
1. I exported all messages to csv files using "Nokia Communication Centre" from Nokia PC Suite
2. merged together exported received and sent messages to one file. eg. sms.csv
3. copied sms.csv to device to home directory together with smsimporter binary
4. and then entered these commands from terminal:
chmod +x smsimporterrun-standalone.sh ./smsimporter sms.csv5. done, now you should have your old SMS messages imported.
Code of that tool is little bit ugly, because I didn't wanted to spend all work day writing it. So, if someone want to improve it, write simple GUI for it, you are welcome.
![]() |
2009-12-16
, 17:21
|
Posts: 42 |
Thanked: 27 times |
Joined on Dec 2009
@ Espoo, Finland
|
#23
|
![]() |
2009-12-16
, 21:32
|
Posts: 119 |
Thanked: 110 times |
Joined on Sep 2009
@ Prague
|
#24
|
The Following 5 Users Say Thank You to andree For This Useful Post: | ||
![]() |
2009-12-16
, 22:04
|
Posts: 45 |
Thanked: 43 times |
Joined on Nov 2009
|
#25
|
![]() |
2009-12-16
, 22:11
|
Posts: 91 |
Thanked: 29 times |
Joined on Dec 2009
@ Milan - Italy
|
#26
|
![]() |
2009-12-16
, 23:40
|
Posts: 22 |
Thanked: 1 time |
Joined on Dec 2009
@ Dortmund, Germany
|
#27
|
run-standalone.sh ./smsimporter sms.cvs
![]() |
2009-12-17
, 04:47
|
Posts: 67 |
Thanked: 24 times |
Joined on Dec 2009
@ Helsinki Finland
|
#28
|
Hello guys,
I wrote a simple command line tool for importing SMS messages in csv format to N900. Using that tool I was able to import ~500 received and ~100 sent SMS messages from my old E66.
Here are few step how I did that:
1. I exported all messages to csv files using "Nokia Communication Centre" from Nokia PC Suite
2. merged together exported received and sent messages to one file. eg. sms.csv
3. copied sms.csv to device to home directory together with smsimporter binary
4. and then entered these commands from terminal:
chmod +x smsimporterrun-standalone.sh ./smsimporter sms.csv5. done, now you should have your old SMS messages imported.
Code of that tool is little bit ugly, because I didn't wanted to spend all work day writing it. So, if someone want to improve it, write simple GUI for it, you are welcome.
![]() |
2009-12-17
, 05:00
|
Posts: 45 |
Thanked: 43 times |
Joined on Nov 2009
|
#29
|
Worked like charm, I got my ols SMS's transferred to new "environment".
Thanks for good work.
![]() |
2009-12-17
, 05:13
|
Posts: 45 |
Thanked: 43 times |
Joined on Nov 2009
|
#30
|
when I copy the files each one takes the lenght of smsimporter...
I tried to copy one by one, they took the right lenght but... still not working...
just one thing... when I copy from my "old" E90 I select all the messagges (also MMS) could this make a problem creating the csv file?
Last edited by alexporta; 2009-12-16 at 15:55.