![]() |
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 |
Re: Export SMS from N900 to Android
Quote:
Thanks a lot for sharing! :) |
Re: Export SMS from N900 to Android
Quote:
Welcome to civilization ;) |
Re: Export SMS from N900 to Android
Quote:
You mean welcome to mainstream walled garden? SMS is still working fine on my N900! |
Re: Export SMS from N900 to Android
Thanks for this script! I just migrated from n900 to Android 9. On Ubuntu 18.04 I needed to install
Code:
sudo apt install libtext-csv-perl libdbd-sqlite3-perl Since Anything with SMS is not available anymore from Google Play I installed it from apkmonk. First I tried the autodetected "Message Xtreme SMSGlobal", but the order of fields was wrong and I had to delete over 15k messages - since the shitty Android Messages app doesn't offer this (because it's dangerous m'kay), I used ChompSMS. Finally, I gave up with predefined formats and used the following: Code:
"$(folder)","$(address)","$(dateyyyy-MM-dd HH:mm:ss)","$(body)" |
Re: Export SMS from N900 to Android
i am just migrating all SMS from my >10y old N900 to my brandnew FxTec Pro1 - with physical QWERTY keyboard - running Android 9. i managed converting the el-v1.db file to a CSV file. now it's all about getting this el-v1.csv into the Pro1...will see how it works with ChompSMS. does anybody have some detailed instructions for that ? i saw ThePainoGuy's note - thanks much for this starter !
i am also curious how to get my old addressbook into the Pro1. any experience out there ? |
Re: Export SMS from N900 to Android
i am a bit lost with this Anything with SMS app for my Android phone. is there somewhere an instruction how to use this thing ? i saw that one can change formats and make patterns - still, the whole workflow is pretty unclear to me currently.
a further problem is how and where to transfer by sms.csv file from my linux box to the Android phone ? jmtpfs with PTP puts the file into Images/Pictures but i don't see the file with in Android (only photos). is there a way to put it into Downloads, in case that helps to see the file as a CSV file in Android ? last : the addressbook transfer was ultimately quite a simple task and is done. |
All times are GMT. The time now is 05:28. |
vBulletin® Version 3.8.8