logo der blechtrottel brodaktschns  blechtrottel brodaktschns
deutsch

SMS from Nokia to Android

Theory

In theory things are quite simple. Export your SMS via Nokia Suite into a csv file, copy same onto your Android mobile and import everything using Anything to SMS. And when you do this, you get this screen:

Here at blechtrottel brodaktschns we react to such difficulties with defiance. Therefore we can now offer these instructions on how to make the conversion work.

Reality

Anything to SMS comes with an import filter for Nokia, which stems from ages ago, when Nokia Suite was still named Ovi Suite. Things have changed since then, not only the program's name but also the structure of the csv file it generates. We have to generate our own filter:

  1. Open Anything to SMS and choose Manage Conversion sets
  2. Create a new conversion set under Add a new Conversion Set
  3. In the first line name your filter anything you like, then insert the following under Inbox
    "sms","READ,RECEIVED","$(address)","[^"]*","","$(dateyyyy.MM.dd hh:mm)","","$(body)"[\n]
    and this under Sent
    "sms","SENT","[^"]*","$(address)","","$(dateyyyy.MM.dd hh:mm)","","$(body)"[\n]
    Both entries should not contain line breaks.
  4. Lastly save things by pressing Modify.

Unfortunately Anything to SMS does not save settings for long. We recommend not stopping it and not turning your mobile off.

If we now start import again and choose our own filter from the menu - we get the very same failure message.

More Reality

We have to do some work on the csv file generated by Nokia Suite. This is what we have to take care of:

  1. The SMS message body starts and ends with apostrophies ". If someone wrote a message using apostrophies in the text the import routine interprets this as the end of the message body and cannot deal with the rest of the message. Therefore delete all " in the message texts or replace them by '
  2. Each and every line needs a line break. Even the very last! There must not be any space characters before the line breaks.
  3. Android was created in the world of Linux. Our csv file therefore must be in utf8 format and have Linux line breaks.

If you are without a clue now, don't worry. We recommend doing the first step on your pc, while line breaks and saving as utf8 can be done on your phone easily. There are good text editors available for Android. We chose free Jota Text Editor.

And, while typing is still a nuisance on smartphones, we offer you filter entries and a test file containing two SMS texts for download.

home up one level to the top 31.1.2012