View Single Post
  #6 (permalink)  
Old 11-18-2009, 02:58 AM
kjhadfield's Avatar
kjhadfield
HI Fly Guy
Offline
Location: Sum place along da Gulf
 
Join Date: Sep 2008
Posts: 1,315
Reputation: 3110
kjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIPkjhadfield is still contributing even after becoming a VIP
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Re: Cooking: Trying to create a provision that will auto set my email settings???

Quote:
Originally Posted by amw1972 View Post
So this might prove useful
Quote:
Originally Posted by jfizz88 View Post
<wap-provisioningdoc>

<characteristic type="EMAIL">

<characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
<parm name="SERVICENAME" value="yahoo! Mail" />
<parm name="SERVICETYPE" value="IMAP4" />
<parm name="INSERVER" value="imap.mail.yahoo.com" />
<parm name="OUTSERVER" value="smtp.mobile.mail.yahoo.com" />
<parm name="NAME" value="NAME OF ACCOUNT" />
<parm name="AUTHNAME" value="USERNAME" />
<parm name="AUTHSECRET" value="PASSWORD" />
<parm name="DOMAIN" value="" />
<parm name="REPLYADDR" value="youremail@yahoo.com" />
<parm name="LINGER" value="120" />
<parm name="RETRIEVE" value="-1" />
<parm name="KEEPMAX" value="-1" />
<parm name="DWNDAY" value="3" />
<parm name="AUTHREQUIRED" value="1" />
<parm name="SMTPALTENABLED" value="0" />
<parm name="SMTPALTAUTHNAME" value="USERNAME" />
<parm name="SMTPALTPASSWORD" value="PASSWORD" />
<parm name="SMTPALTDOMAIN" value="smtp.mobile.mail.yahoo.com" />
</characteristic>

</characteristic>

</wap-provisioningdoc>


thats the XML i used to auto install my email account after a hard reset. i used sdconfig builder to turn it into a cab after, and just stick it into my xda_uc folder. you can switch it arond for your preferred email service, but im pretty sure you would need this code to do what you need. progress
i'm not sure i understand how to use these 2 together. when i pulled up "this" it had stuff in the box. do i clear it empty then could i copy/paste the ex. w/ my info.?

thanks and sorry i admit this is my 1st attempt at this
Reply With Quote