The Following User Says Thank You to Fry-kun For This Useful Post: | ||
|
2014-01-02
, 09:00
|
Posts: 45 |
Thanked: 9 times |
Joined on May 2011
@ Mumbai
|
#272
|
This is how I have transferred all my SMS from my N900 to a Android phone:
1. install glogarchive for N900, switch to LiveDB and export to CSV, e.g. filename "liveDB.csv"
2. run the attached Python script to convert it to Athg2SMS format.
This requires Python to be installed (e.g. on your N900 - apt-get install python)
execute in the Terminal on your Mac/Linux PC or N900 (might work on Windows as well):
3. install Athg2SMS on your Android phone, copy sms.csv to it and import it in Athg2SMS using the Nokia format - warning: don't touch the phone during import - the app is unstable.Code:python log2csv.py < liveDB.csv > sms.csv
this might take a while...
4. success
PS: smstools didn't work as they cant differentiate between in and outgoing SMS
The Following User Says Thank You to tusharpatel123 For This Useful Post: | ||
glogarchive + log2csv worked for me