android007
Newbie
Alright, folks, I was a WM5 user - TMobile MDA (in UK TMobile MDA Vario), and I switched to Android (TMobile G1)
There are some important messages that I want to keep (i.e. transfer from MDA to G1). But as HTC (makers of MDA)'s website says, there's no way of synching SMSs with PC...that there is no way to import/export SMSs from HTC phones.
Well, thanks to http://wince.nasenbaeren.net/smsimport I have been able to extract the SMSs from the MDA to my PC in XML format.
The syntax of the XML is:
- <SMSExport>
- <store name="SMS">
- <folder name="Deleted Items">
<message date="mm/dd/yyyy hh:mm:ss" sender=""Name" <#############>" recipient="#############">Message body</message>
<message date="mm/dd/yyyy hh:mm:ss" sender=""Name" <#############>" recipient="#############">Message body</message>
</folder>
</store>
</SMSExport>
Now, for the next part of the project: how do I import SMSs from this file onto my G1? Please help!
Many thanks!
There are some important messages that I want to keep (i.e. transfer from MDA to G1). But as HTC (makers of MDA)'s website says, there's no way of synching SMSs with PC...that there is no way to import/export SMSs from HTC phones.
Well, thanks to http://wince.nasenbaeren.net/smsimport I have been able to extract the SMSs from the MDA to my PC in XML format.
The syntax of the XML is:
- <SMSExport>
- <store name="SMS">
- <folder name="Deleted Items">
<message date="mm/dd/yyyy hh:mm:ss" sender=""Name" <#############>" recipient="#############">Message body</message>
<message date="mm/dd/yyyy hh:mm:ss" sender=""Name" <#############>" recipient="#############">Message body</message>
</folder>
</store>
</SMSExport>
Now, for the next part of the project: how do I import SMSs from this file onto my G1? Please help!
Many thanks!