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!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to