|
View Poll Results: What you want to know about UC? | |||
Basics - show me how to get started | 72 | 35.29% | |
Editing and creating cabs - I want to share what I do | 13 | 6.37% | |
XML Provisioning - I want to set up ActiveSync,WI-FI... automatically | 40 | 19.61% | |
Scripting - I want to learn MortScript and how it can make UC easier | 9 | 4.41% | |
Advanced Customizations - Removing the things I don't use | 31 | 15.20% | |
What the hell is UC anyway? | 39 | 19.12% | |
Voters: 204. You may not vote on this poll |
|
LinkBack | Thread Tools | Display Modes |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
<parm name="LINGER" value="120" /> <parm name="8128000B" value="0"/> <parm name="812C000B" value="0"/> |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Since the door's already been opened, could someone take a look at my exchange xml code and maybe suggest why it isn't working? I've gotten gmail to set up properly but not exchange.
Quote:
Edit: Also, I saw this question earlier in the thread but it was never really answered. Does anyone know where to find registry settings for setting up the facebook, twitter and youtube accounts as found in the Data services part of the Sense settings tab? Thanks. Last edited by PHaim; 04-21-2010 at 11:37 AM. |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
Change the MIMETruncation value from 51200 to -1 MailBody Truncation from 4294967295 to -1 Let me know if that works. |
This post has been thanked 1 times. |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
As some previous posters have mentioned, I'm gonna put some effort into locating every setting and hopefully automate the whole process. I'm gonna spend a little more time looking for everything myself and post what I need help with all in one post so I don't get spammy. |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
__________________
Some requests I have filled: Click Here
|
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Ninja Duck...Thank You for creating this tutorial, I promise you it will be printed, programs downloaded and I will do my level best to learn this from scratch turkey. I appreciate someone taking the time to do this from the beginning which is where I'm at and there is one thing I've learned about flashing and that is how quick it gets old having to do everything manually following flashing my device with the latest ROM. My memory serves me correct you also did some work with the Opera Mobile browser while it was in beta. Thanks again!
|
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
I have a question about how to configure my email based on the following XML file:
<wap-provisioningdoc> <characteristic type="Email2"> <characteristic type="{9d24a930-4e2b-11df-9879-0800200c9a66}"> <parm name="SERVICENAME" value="Gmail" /> <parm name="SERVICETYPE" value="IMAP4" /> <parm name="INSERVER" value="imap.gmail.com" /> <parm name="OUTSERVER" value="smtp.gmail.com" /> <parm name="NAME" value="Me" /> <parm name="AUTHNAME" value="Me" /> <parm name="AUTHSECRET" value="password" /> <parm name="DOMAIN" value="" /> <parm name="REPLYADDR" value="myemail@gmail.com" /> <parm name="LINGER" value="120" /> <parm name="RETRIEVE" value="-1" /> <parm name="KEEPMAX" value="-1" /> <parm name="DWNDAY" value="7" /> <parm name="AUTHREQUIRED" value="0" /> <parm name="SMTPALTENABLED" value="0" /> <parm name="SMTPALTAUTHNAME" value="" /> <parm name="SMTPALTPASSWORD" value="" /> <parm name="SMTPALTDOMAIN" value="" /> <characteristic type="TAGPROPS"> <parm name="8128000B" value="0"/> <parm name="812C000B" value="0"/> </characteristic> </characteristic> </characteristic> </wap-provisioningdoc> Now my questions is, which "parm name" sets the "Message download limit" and the "Automatic Send/Receive" times? I was guessing that "Linger" was the one, but I want to set my time to "Manually". Do i just put in "0" or leave it blank? |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Quote:
As far as download limits (FROM MSDN), there are two options - one for the actual message and one for attachments: RETRIEVE[Optional] Specifies the maximum size (in bytes) for messages retrieved from the incoming e-mail server. Messages beyond this size will still be retrieved, but will be truncated. Use a value of 0 to specify that you only want to download headers. Use a value of -1 (or 4294967295) to specify that you want to download the full messages. KEEPMAX[Optional] Specifies the maximum size (in KB) for message attachments to be downloaded. Attachments that are larger will remain on the server, but the message itself will still be downloaded. Use a value of 0 to specify that you do not want any message attachments. Use a value of -1 (or 4294967295) to specify that you want all message attachments, no matter how large. |
|
||||
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}
Awesome Thread.
So far I’ve managed to get my Hotmail account, WiFi for home and office, companies server certificate, various applications, registry settings and cabs all installing from my XDA_UC folder. The only thing I’ve had no success with is setting up my corporate email with our Exchange server. I’ve tried copying xml from here and various other threads as templates, substituting my settings, no joy. All the data gets correctly inserted into the Outlook account settings except for the very first value when setting up, "Email Address," which is blank. Using the xml files to create the accounts seems to prohibit me from editing them after, so I simple delete the Outlook account and recreate it with all the same info, including the email address and everything works fine. I’m wondering if the issue is due to the fact that I’m using an email alias on the Exchange server as opposed to the standard user name. I tried rapiconfig.exe which created a lengthy xml with an "EmailAddress" parameter in settings. That didn’t help either. So I’m either missing something (possible) or doing something dumb (probable.) Any tips would be appreciated. |
|
|
|