SDConfig and exchange servers
This was is the first ROM that I've attempted to utilize UC with (basically wasted the whole day wiht it) and I've been pretty successful thanks to a lot of searching and learning from everyone's hard work.
I've been able to set owner info & my weather location, set up email addresses, and even make some registry tweaks. The one thing I haven't been able to figure out is how to configure an exchange server through xml provisioning though. I've been trying to set up a mail2wed server that I've been using, but running the following code gives me the following results:
1. Can't connect to my network
2. Can't connect to Activesync (won't even turn green)
Here's the code I got from a post somewhere in the forumn:
<wap-provisioningdoc>
<characteristic type="Sync">
<characteristic type="Connection">
<parm name="Server" value="mobile.exchange.mail2web.com"/>
<parm name="AllowSSLOption" value="1"/>
<parm name="User" value="
MyEmail@mail2web.com"/>
<parm name="Domain" value=""/>
<parm name="Password" value="
MyPassword"/>
<parm name="SavePassword" value="1"/>
</characteristic>
<characteristic type="Mail">
<parm name="Enabled" value="1"/>
</characteristic>
<characteristic type="Calendar">
<parm name="Enabled" value="0"/>
</characteristic>
<characteristic type="Contacts">
<parm name="Enabled" value="0"/>
</characteristic>
<characteristic type="Tasks">
<parm name="Enabled" value="0"/>
</characteristic>
</characteristic>
</wap-provisioningdoc>
For those that are familiar with this, you can see that I only want to sync up email. Any suggestions. Is anyone successfully configuring an exchange server like this? When I run this, I end up having to remove the line that runs this xml file in sdconfig and then perform a hard reset to get back to normal.
ROM is great when I leave this out though. Would just like to figure it out so I can flash more frequently in the future without having to go through a ton of settings afterwards. Thansk for any help!