View Single Post
  #276 (permalink)  
Old 03-31-2009, 04:54 PM
elephant007's Avatar
elephant007
domo arigato mr roboto
Offline
 
Join Date: Jan 2007
Posts: 1,248
Reputation: 3584
elephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIPelephant007 is still contributing even after becoming a VIP
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Post Your SDconfig.txt, provisioning.xml, etc. Files Here!

Quote:
Originally Posted by mightymike View Post
I, for the life of me can't get exchange.xml to setup my exchange AT ALL.



Here is a a sample of my sdconfig. I'm using the exchange xml posted on the 1st or second page of this thread.

LOCK:Enabled
XML: \Internal Storage\SDConfiguration\Exchange.xml
CAB: \Internal Storage\SDConfiguration\Personalizer_3.1.cab
CPY1:\Internal Storage\OCN8\OCN8.lnk
CPY2:\Windows\Start Menu\Programs\OCN8.lnk
CPY1:\Internal Storage\Program Files\Astraware\Text Twist\TextTwist.lnk
CPY2:\Windows\Start Menu\Programs\Games\TextTwist.lnk
LOCKisabled
RST: Reset

I noticed on the code I posed that I had a minus (-) sign at the very start of the code, if that's in your XML it will fail, this is how it needs to be
Code:
<wap-provisioningdoc>
<!--  ActiveSync Settings --> 
<characteristic type="Sync">
<characteristic type="Connection">
  <parm name="Server" value="mailserver" /> 
  <parm name="AllowSSLOption" value="1" /> 
  <parm name="User" value="entire email address@place you work.com" /> 
  <parm name="Domain" value="" /> 
  <parm name="Password" value="YourPassword" /> 
  <parm name="SavePassword" value="1" /> 
  </characteristic>
<characteristic type="Settings">
  <parm name="PeakStartTime" value="0800" /> 
  <parm name="PeakEndTime" value="1700" /> 
  <parm name="PeakFrequency" value="-1" /> 
  <parm name="BodyTruncation" 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="Mail">
  <parm name="Enabled" value="1" /> 
  <parm name="MailBodyTruncation" value="-1" /> 
  <parm name="MailFileAttachments" value="-1" /> 
  </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="0" /> 
  </characteristic>
  </characteristic>
  </wap-provisioningdoc>
Reply With Quote