SMS IMPORT AND EXPORT Reply
2B:
you can try to open the msg-file with a text editor.
- case 1: the file was not saved in plain text but in binary mode (which is of course the faster way to backup).
- solution 1: then you would have to investigate how WinMo saves their files, and work out an application that converts the binary file to plain text. [EDDIT/ADD] since dotfreds PimBackup is able to do the same on your device, maybe he could give some help here
- solution 2: restore your old pim file to a windows mobile phone, and then backup again, with unselected "binary backup" checkbox.[EDIT/ADD] to receive the plain text file
- move on with case 2
- case 2: you can open it successfully in a text editor and you can actually read all the messages.
- solution 1: write an app / batch / whatever-you-are-able-to-work-with to make an xml patterned file.
- solution 2: look for an application that can do that
Thanks. My experiment led me to finding that all my messages were actually in plain text when I opened that file in notepad, although I discovered that between every single letter was a space, and between every word were three spaces, and they didn't appear to be in any kind of organization whatsoever. Just to make sure, I checked the XML files that "SMS backup and restore" in Android had created for my more current messages, and it looked quite different (and very organized).
I'm guessing that with this I'll need to do "solution 2". I've never built a program or batch before, and I'm not sure if anyone has really made one. Maybe this is a long shot here, but are there any other Windows Mobile SMS export software? I have access to a spare Windows Mobile device for experimenting with that if anyone has any ideas.
Thanks.
- 2B
PSUpdate: I did a bit more reading, and someone had actually created a program to do just what I'm looking for, described in
this blog post. Unfortunately, I get the infamous "'python' is not recognized as an internal or external..." blah blah blah problem when I try to run it from the command prompt. Some
further research led me to modifying the template in
this program and exporting from there. I will try this tomorrow, but I'm still curious what the community had to think.