View Single Post
  #9 (permalink)  
Old 03-04-2008, 03:49 AM
shawn_'s Avatar
shawn_
N00b
Offline
 
Join Date: Mar 2008
Posts: 29
Reputation: 15
shawn_ is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: mrgeoff's WM6.1 ROM v4 + UC

OK i just installed this Rom for the first time and I had a couple issues
1) the alignment issue ... but its obviously because the autorun runs b4 the alignment step can be completed ... which is fine ... its easy to align after the fact
2) my provisioning XML does not run .. it just errors out. It failed during the UC and it fails during a manual installing with the FdcSoft Task Manager. This exact same xml runs fine on the Bell stock rom, dcd's rom and ghetofreeryder's rom .

Code:
<wap-provisioningdoc>
  <characteristic type="Sync">
    <characteristic type="Connection">
      <parm name="Server" value="https://mail.mydomain.com/"/>
      <parm name="AllowSSLOption" value="1"/>
      <parm name="User" value="shawn@mydomain.com"/>
      <parm name="Domain" value=""/>
      <parm name="SavePassword" value="1"/>
    </characteristic>
    <characteristic type="Settings">
      <parm name="PeakStartTime" value="0800"/>
      <parm name="PeakEndTime" value="1800"/>
    </characteristic>
    <characteristic type="Mail">
      <parm name="Enabled" 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="1"/>
    </characteristic>
  </characteristic>
</wap-provisioningdoc>