|
|
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
__________________
|
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
Set Exchange to download entire message and unlimited attachment size and delete without warnings Code:
<wap-provisioningdoc>
<!-- *** Start Configure Email Settings No Warn on Delete/Download Size Limit to Entire Message/Include Attachments Unlimited Size *** -->
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings" translation="filesystem">
<parm name="WarnOnDeleteSoftkey" datatype="integer" value="0"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\ActiveSync" translation="filesystem">
<parm name="MIMETruncation" datatype="integer" value="-1"/>
<parm name="MailBodyTruncation" datatype="integer" value="-1"/>
<parm name="HTMLTruncation" datatype="integer" value="-1"/>
<parm name="MailFileAttachments" datatype="integer" value="-1"/>
<parm name="BodyTruncation" datatype="integer" value="-1"/>
<parm name="NPWRunOnDevice" datatype="integer" value="0"/>
</characteristic>
</characteristic>
<!-- *** End Configure Email Settings No Warn on Delete/Download Size Limit to Entire Message/Include Attachments Unlimited Size *** -->
</wap-provisioningdoc>
Last edited by elephant007; 03-25-2009 at 12:19 PM. |
| This post has been thanked 1 times. |
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
For instance, this is my set up for "Sync". It took me a bit to get it to work: Code:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="xxxx"/>
<parm name="User" value="xxxx"/>
<parm name="Password" value="xxxx"/>
<parm name="SavePassword" value="1"/>
<parm name="Domain" value=""/>
<parm name="AllowSSLOption" value="1"/>
<parm name="UseSSL" value="1"/>
<parm name="EnableRNDIS" value="1"/>
</characteristic>
<characteristic type="Settings">
<parm name="PeakStartTime" value="0800"/>
<parm name="PeakEndTime" value="1800"/>
<parm name="PeakFrequency" value="-1"/>
<parm name="OffPeakFrequency" value="0"/>
<parm name="BodyTruncation" value="-1"/>
<parm name="SendMailItemsImmediately" value="1"/>
<parm name="MailBodyTruncation" value="-1"/>
<parm name="HTMLTruncation" value="-1"/>
<parm name="MIMETruncation" value="-1"/>
<parm name="SyncWhenRoaming" value="1"/>
<characteristic type="PeakDays">
<parm name="Sun" value="0"/>
<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="0"/>
</characteristic>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="1"/>
<parm name="CalendarAgeFilter" value="6"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
<parm name="EmailAgeFilter" value="5"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
|
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
|
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
![]() Registry Code Code:
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings] "AttsOnCard"=dword:00000001 Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKCU\Software\Microsoft\Inbox\Settings" translation="filesystem">
<parm name="AttsOnCard" datatype="integer" value="1"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
Last edited by elephant007; 03-25-2009 at 12:48 PM. |
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
|
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
I thought that is what was asked, just the attachments? Well if not, I can go back to the drawing board.
|
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
ok so all my cabs install fine...but i have issues with the prov.xml
some stuff imports some stuff doesnt....i even broke them up into different files any ideas where to even begin. I know its right becuase...sashimi...imports them flawlessly also im not doing any email account importing this is only software and system settings. Last edited by zikronix; 03-25-2009 at 01:49 PM. |
|
||||
|
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!
Quote:
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|