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. PLEASE MAKE BACKUP OF YOUR MESSAGES IN THE DEVICE USING BACKUP APPLICATION BEFORE IMPORTING/EXPORTING YOUR OLD SMS MESSAGES!!! EDIT: - Added updated version of smsimporter. This version should automatically detect delimiter. - Added smsexporter tool.
chmod +x smsimporter
run-standalone.sh ./smsimporter sms.csv