![]() |
Export SMS from N900 to Android
Hi ,
I got an HTC Desire under Android 2.1 . I am looking for a method to export my sms from N900 to Android. I know a method who can import sms in file .csv from pc suite. Or do you know an application on N900 who can generate a .csv file structured like pc suite one's ? Thanks for advance for your help. :) |
Re: Export SMS from N900 to Android
Hi ,
No answer to my Thread :=(( Ok when i backup my message where the file is stocked ? i hope the backup file is in .csv. Thanks for your answer. |
Re: Export SMS from N900 to Android
Hi,
After some googling i found my answer 1. export sms from n900 with smsexporter (cf http://talk.maemo.org/showthread.php?t=37354) 2. import them in Android (cf http://libe.toile-libre.org/?p=530) Hope it could help. Thanks for reading |
Re: Export SMS from N900 to Android
Quote:
Cheers |
Re: Export SMS from N900 to Android
guys, any update on this? link under 2. doesn't work
|
Re: Export SMS from N900 to Android
I managed by exporting my SMSes in .csv format from Nokia PC suite.
By using Ath2Sms from Android market i could import them into gingerbread. Had to do it separately for sent and recieved SMSes. First I tried to export with Ovi suite but Ath2Sms did not recognize .cvs format from Ovi. |
Re: Export SMS from N900 to Android
Hi all,
I know that this thread is old, but probably there are still people around here needing to import N900 SMS on Android. I finally had to bury my beloved Nokia after the second Touchscreen started to malfunction as well :( Anyway, I do not have access to a working Ovi Suite for exporting my SMS, so I used a Backup copy of the phone (created using the Backup & Recovery tool on the N900) for that. This is just a folder containing some zip archives, containing more folders and archives and finally there's an SQLite database containing the SMS. A tool like SQLite database browser can then be used to export the table into a CSV file, which in turn can be converted to the standard Nokia format understandable for e.g. SMS Tools on Android. For this conversion, I've written a little Perl script, see below (n900_smsconv.pl). This also contains some more usage information. Maybe it helps anyone. Cheers, Philipp Code:
#!/usr/bin/perl |
Re: Export SMS from N900 to Android
Quote:
A couple of notes for anyone else needing to do this conversion: 1) Check that the order of the CSV fields in csvline matches up against the CSV you exported from the database browser. I had to reorder some fields, add a new field (mc_profile), and change the event type ID from 11 to 7 to get it to work. 2) When using SMS Tools to do the import, if you don't allow it to be the default SMS app the import will appear to do stuff, but won't actually achieve anything. So you need to allow it to be the default app. After the import it will offer to make Messaging the default SMS app again. |
Re: Export SMS from N900 to Android
As toojays already said, current backups have a slightly different column count and order. I've had a lot of fun with the csv export from the database, especially with commas and newlines in the messages. I finally gave up, exported with a different delimiter, and did some magic with libreoffice. This slightly changed script ran fine:
Code:
#!/usr/bin/perl Changed back my commas and newlines in the csv output and installed the "Sms Tools - All in one" (Valiero Finazzo - thanks man!) from the app store. Sent the stuff to the device, hit import, done! (backup your current messages first, you know...) Well, guess my N900 is now ready for retirement after 7.5 years of service... :( |
Re: Export SMS from N900 to Android
In case anyone is still migrating away from Maemo, I tried to use the previous script but it didn't work for me, I think the schema was different.
So I wrote my own script, it takes the db as first argument (file called el-v1.db) and optional csv output file as second one. Then I used an Android program called "Anything With SMS" to import the CSV. Finally I used another Android program called "Mark All SMS Read" to (surprise!) mark all SMS as read. Code:
#!/usr/bin/perl |
All times are GMT. The time now is 00:08. |
vBulletin® Version 3.8.8