View Single Post
  #7452 (permalink)  
Old 08-30-2009, 01:11 PM
joojoobee666's Avatar
joojoobee666
PPCKitchen Crew
Offline
Location: Ohio
 
Join Date: Jul 2008
Posts: 1,442
Reputation: 10635
joojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation leveljoojoobee666 can't get a higher reputation level
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: WM 6.5 Kitchen QVGA and VGA Developer Edition

Ok, here's a clean provxml to get Activesync setup for exchange on boot. Just insert this into a provxml or make it one all by itself.

Code:
<wap-provisioningdoc>
   <!-- Mail2web Settings -->
   <characteristic type="Sync">
            <characteristic type="Connection">
            <parm name="Server" value="mail.xxxx.com"/>
            <parm name="AllowSSLOption" value="0"/>
            <parm name="User" value="username"/>
            <parm name="Domain" value="domainname"/>
            <parm name="Password" value="password"/>
            <parm name="SavePassword" value="1"/>
            </characteristic>
        <characteristic type="Settings">
            <parm name="PeakStartTime" value="0700"/>
            <parm name="PeakEndTime" value="2300"/>
            <parm name="PeakFrequency" value="15"/>
            <parm name="BodyTruncation" value="-1"/>
            <parm name="OffPeakFrequency" value="60"/>
            <parm name="PeakEndTime" value="2100"/>
            <parm name="PeakStartTime" value="0700"/>
            <parm name="SyncWhenRoaming" value="1"/>
              <characteristic type="PeakDays">
                            <parm name="Sun" value="1"/>
                            <parm name="Mon" value="1"/>
                            <parm name="Tue" value="1"/>
                            <parm name="Wed" value="1"/>
                            <parm name="Thr" value="1"/>
                            <parm name="Fri" value="1"/>
                            <parm name="Sat" value="1"/>
                          </characteristic>
        </characteristic>
        <characteristic type="Mail">
            <parm name="Enabled" value="1"/>
            <parm name="MailBodyTruncation" value="-1"/>
            <parm name="MailFileAttachments" value="25600"/>
        </characteristic>
        <characteristic type="Calendar">
                <parm name="CalendarAgeFilter" value="7"/>
            <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>
</wap-provisioningdoc>
I have my certificate in with my provxml The utility that is used to get the cert is here ->http://blogs.msdn.com/windowsmobile/...-released.aspx Just grab Version 2. Run it with the mail server as option and it will create an xml file with the cert in it. Just copy the crap out of it and drop it into a provxml (just use the same one). Done
Reply With Quote
This post has been thanked 3 times.