![]() |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
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! ;-) |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Quote:
|
Re: HOWTO: Importing SMS messages from Nokia phones to N900
i get the permission denied error, can someone shed some light on this as i'm a complete newbie. i need a step by step how to do this with the commands as i dont know them. alternatively ill pay someone to do this for me if i have to as i really need my messages and am that desperate.
please help |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
I tried several times with and without semicolon and every time I got Segmentation Fault.
Is this due because I'm running the new firmware? Any help? Thanks |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Quote:
I finally managed to import most of my messages to the N900, but I also have a few messages containing special characters. Actually the name of the contact who sent the messages contain those special characters. I am thinking of deleting the name and replacing it with the phone number of the contact but which editing software should I use? Notepad seems to mess with the encoding of the csv file, which software did you use? Thanks! Edit: Alternatively you can tell me which encoding I should use when saving in Notepad, I'll be removing all special characters anyway :) |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
OK, I have successfully imported every message I wanted to import.
What I had to do to achieve this was not all that pretty :) Messages from particular contacts refused to open in Conversations and I had to remove the name (most of my messages had the contact name in the CSV file instead of their numbers) and replace them with their phone numbers in +XXXXXXXXXXXX format. Also as the last 1-2 characters in all messages were omitted, To avoid this problem I added a full-stop, or an exclamation mark at the end of each message in the CSV file(s). I had stripped the number of messages to transfer down to a little more than a hundred so it wasn't all that hard a work for me, but for people with more messages, this would really take a long time to do. I deleted el.db once again (and for the last time I hope), rebooted the phone, ran the commands in xterm, rebooted again just to be on the safe side and when I opened up Conversations, I had all the messages I needed, and in good shape... As I've said, my solutions wouldn't be suitable for people with a large number of messages to import. But for smaller numbers, it's certainly doable... |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
I was able to import the message when all the content is in English. If there is some special character, such as Chinese character, the importer threw a 'Segmentation fault' error. And I couldn't open the Converstaions until manually deleting the db. I also tried to save the CSV file in UTF-8 format. The importer exited without doing anything.
Is there any solution for the non-ASCII characters? Thanks! |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Concerning the national characters issue, I haven't tested this out but here is a thought:
I've just read "The sqlite3.exe command-line doesn't do UTF-8 or UTF-16, it does whatever encoding your computer is configured for." If I am correct N900 is in UTF-8, so the problem with national characters is on the side of the csv file (which is in in a custom encoding). On this site: howto convert iso-8859-1 charset html files into utf-8 charset files is in my opinion the solution. In the terminal execute (Instead of CP1252 should be your national characters encoding): Code:
iconv --from-code=CP1252 --to-code=UTF-8 ./oldfile.csv > ./newfile.csv To check if your national language characters converted to UTF-8 correctly, type: Code:
cat ./newfile.csv |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
Hi Robb, thanks for the advise. Actually before copying the CSV file to N900, I already converted it to UTF-8 in Notepad++ on an XP machine.
When I ran the importer application, it exited straight away without any error message. |
Re: HOWTO: Importing SMS messages from Nokia phones to N900
I figured it out. The trick is the CSV file must be encoded in UTF-8 without BOM rather than UTF-8.
|
All times are GMT. The time now is 15:22. |
vBulletin® Version 3.8.8