![]() |
2010-02-19
, 11:52
|
Posts: 11 |
Thanked: 1 time |
Joined on Jan 2010
|
#132
|
Dear Friends Finally i could do it of transferring all the SMSs (Sent and Inbox) from my E90 to N900. I followed the below steps
1. Installed PC Suit 7.1 version
2. Connected E90 Phone and took backup of E90
3. Converted the SMS Inbox and Sent items into a CSV file format
4. Restored backup of E90 to N900. This restored only the contacts and calender. For SMS it said the file format of N900 doesnt match with that of E90
5. From this blog i got the utility smsimporter
6. copy all inbox and sent items in single file say name it as sms.csv.
7. default delimiter is , (comma). change this delimiter to ; (semi-colon)
8. When you convert file from E90 the first 2 fields doesnt get missed, where you have to also do the delimeter eg sms,deliver, in case of inbox SMS. This should appear as sms;deliver; after you change the delimeter. In case of sent sms it should appear as sms;submit;
9. Connect N900 device and in the device chose Mass Storage mode
10. open the device folder where you would see the folders like ".docuements", ".images" etc named folder
11. copy file smsimporter and sms.csv (combined inbox and sent sms file)
12. Diconnect the phone from the PC
13. selet xTerminal module from the phone
14. type command cp MyDocs/smsimporter MyDocs/sms.csv . (dot should be there at the end of the command) and press enter
15. In above statement, please follow the cases of MyDocs spelling
16. type command ls -l and press enter. This command will list the files. Here you should be able to see the files which you had copied
17. type command chmod +x ./smsimporter and press enter
18. type command run-standalone.sh ./smsimporter sms.csv and press enter
19. Above command will start importing the SMS, which will give the imported sms displays.
20 Press exit on the command prompt and go to the conversation module. There you should be able to see all the imported SMS.
21 if you have not imported contacts, then in conversation the Sent to & received from numbers will appear. And if you have already imported the contacts, the Sent to and received from name will appear.
Finally i think this should work for all
![]() |
2010-03-13
, 15:25
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2010
|
#133
|
![]() |
2010-03-14
, 17:14
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2010
|
#134
|
![]() |
2010-03-16
, 19:58
|
Posts: 14 |
Thanked: 5 times |
Joined on Mar 2010
|
#135
|
I have resolved after I changed the semicolons to "I" and removed all ü,ö,ä....remember to delete the damaged el.db after every try. I'm not sure if it's necessary to create a new one before next try, e.g. sending an sms to yourself...
Somehow it worked...hang in there! ;-)
![]() |
2010-03-17
, 01:09
|
Posts: 14 |
Thanked: 5 times |
Joined on Mar 2010
|
#136
|
![]() |
2010-03-23
, 04:58
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2010
@ Melbourne
|
#137
|
![]() |
2010-03-23
, 08:48
|
Posts: 146 |
Thanked: 76 times |
Joined on Feb 2010
@ Poland
|
#138
|
iconv --from-code=CP1252 --to-code=UTF-8 ./oldfile.csv > ./newfile.csv
cat ./newfile.csv
The Following User Says Thank You to Robb For This Useful Post: | ||
![]() |
2010-03-25
, 02:37
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2010
@ Melbourne
|
#139
|
![]() |
2010-03-28
, 11:59
|
Posts: 3 |
Thanked: 0 times |
Joined on Mar 2010
@ Melbourne
|
#140
|
Somehow it worked...hang in there! ;-)