PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Windows Mobile Software (http://forum.ppcgeeks.com/forumdisplay.php?f=23)
-   -   Provisioning XML Importer (http://forum.ppcgeeks.com/showthread.php?t=15977)

Vinny 01-13-2008 01:49 PM

Provisioning XML Importer
 
2 Attachment(s)
This is just a little app I whipped up for me and thought I would share it. It looks for all provisioning XML files in the same directory as the VConfigXML.exe and displays them in a checkbox listview so you can select the ones you want to apply and click Ok. If the import is successful, the name in the listview will change to "Succeeded - filename" otherwise it will be "Failed - filename".

Source is included in the zip file.

lennysh 01-13-2008 01:53 PM

I'll give it a try.....

temp_warrior 06-29-2008 06:38 AM

Re: Provisioning XML Importer
 
Sorry to bring back this old thread back out of the dark but could someone help me for creating an XML file for easy set-up my Mail2Web.com account?

I used this code inside of my XML:
Code:

<characteristic type="Sync">
    <characteristic type="Settings">
        <parm name="BodyTruncation" value="1024" />
    </characteristic>
    <characteristic type="Connection">
        <parm name="Domain" value="a2d" />
        <parm name="Password" value="maxbgrant" />
        <parm name="SavePassword" value="1" />
        <parm name="Server" value="mobile.exchange.mail2web.com" />
        <parm name="User" value="animelover@mail2web.com" />
        <parm name="URI" value="Microsoft-Server-ActiveSync" />
    </characteristic>
    <characteristic type="Mail">
        <parm name="Enabled" value="1" />
        <parm name="MailBodyTruncation" value="1024" />
        <parm name="MailFileAttachments" value="1024" />
    </characteristic>
    <characteristic type="Calendar">
        <parm name="Enabled" value="1" />
    </characteristic>
    <characteristic type="Contacts">
        <parm name="Enabled" value="1" />
    </characteristic>
    <characteristic type="Tasks">
        <parm name="Enabled" value="1" />
    </characteristic>
</characteristic>

But VConfigXML says everytime "Failure"! ](*,)


All times are GMT -4. The time now is 02:12 PM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0