PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Diamond (http://forum.ppcgeeks.com/forumdisplay.php?f=66)
-   -   How to use UC (http://forum.ppcgeeks.com/showthread.php?t=45674)

sfxc13 11-20-2008 02:04 AM

How to use UC
 
2 Attachment(s)
First most of this comes from Sleuth225 over at XDA. I am mainly transcribing stuff from there to here so that all of the talk in the different ROM threads can be consolidated.

The original thread:
http://forum.xda-developers.com/showthread.php?t=366337

sfxc13 11-20-2008 02:04 AM

Re: How to use UC
 
How to #1:
Install Email accounts
1) Create SDConfig.txt file (w/a texteditor = e.g. Notepad)
a) Copy the following code:
Code:

LOCK:Enabled
XML: \Internal Storage\EmailUC.xml
LOCK:Disabled
RST: Reset

and past it into the SDConfig.txt
2) Creat EmailUC.xml (also w/a texteditor)
a) Copy and Past the following code into the file:
Code:

<wap-provisioningdoc>
<characteristic type="EMAIL2">

b) Connect your diamond to the computer (using ActiveSync)
c) Download RapiConfig (see first post)
d) extract rapiconfig
e) open RapiConfigIn.xml (w/a texteditor)
f) copy and paste the following:
Code:

<wap-provisioningdoc>
    <characteristic-query type="EMAIL2" recursive="true"/>
</wap-provisioningdoc>

g) open command prompt
i) navigate to directory you extracted rapiconfig to
e.g.
C:\Users\sfxc13>D:
D:\>cd\Diamond\UC\GetBinaryFromReg
D:\Diamond\UC\GetBinaryFromReg>
ii) run the following command:
Code:

RapiConfig.exe /P RapiConfigIn.xml
h) open RapiConfigOut.xml (w/text editor)
i) copy everything after
Code:

<characteristic-query type="EMAIL2" recursive="true"/>
and past it into your EmailUC.xml after <characteristic type="EMAIL2">
ii) the end result should look like this:
Code:

<wap-provisioningdoc>
<characteristic type="EMAIL2">
 <characteristic type="{7B3D74EC-35D9-45e3-B8F3-E38F4B90D174}">
  <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="Username" />
  <parm name="AUTHNAME" value="login@gmail.com" />
  <parm name="AUTHSECRET" value="password" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="login@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="-1" />
  <parm name="KEEPMAX" value="-1" />
  <parm name="DWNDAY" value="3" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="login@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="password" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>
<characteristic type="EMAIL2">
 <characteristic type="{877e6100-cd6d-4a44-bd4c-3edf4b901480}">
  <parm name="SERVICENAME" value="Gmail1" />
  <parm name="SERVICETYPE" value="IMAP4" />
  <parm name="INSERVER" value="imap.gmail.com" />
  <parm name="OUTSERVER" value="smtp.gmail.com" />
  <parm name="NAME" value="Username" />
  <parm name="AUTHNAME" value="login1@gmail.com" />
  <parm name="AUTHSECRET" value="password1" />
  <parm name="DOMAIN" value="" />
  <parm name="REPLYADDR" value="login1@gmail.com" />
  <parm name="LINGER" value="15" />
  <parm name="RETRIEVE" value="-1" />
  <parm name="KEEPMAX" value="-1" />
  <parm name="DWNDAY" value="3" />
  <parm name="AUTHREQUIRED" value="1" />
  <parm name="SMTPALTENABLED" value="1" />
  <parm name="SMTPALTAUTHNAME" value="login1@gmail.com" />
  <parm name="SMTPALTPASSWORD" value="password1" />
  <parm name="SMTPALTDOMAIN" value="smtp.gmail.com" />
 </characteristic>
</characteristic>
</wap-provisioningdoc>

i) save your work
3) Drop both files into the root folder of Internal Storage and use any UC ROM and your email will be set up for you!
or you can rename your EmailUC.XML file to _Setup.xml and create a cab with it using CABARC.exe (see first post)
i)Open command prompt
ii)Navigate to CABARC folder location (I put mine in Diamond\UC which is the same folder my xml is in
iii) run command:
Code:

cabarc n test.cab _setup.xml
iv) put resulting cab on your Device and run

sfxc13 11-20-2008 02:05 AM

Re: How to use UC
 
Reserved

sfxc13 11-20-2008 02:07 AM

Re: How to use UC
 
Reserved #2

InvincibleLiving 11-20-2008 07:27 PM

Re: How to use UC
 
EXCELLENT work porting this over... guess i have to put on my UC thinking cap again, I had learned to use it pretty well and then gave up a while back...

sfxc13 11-20-2008 07:41 PM

Re: How to use UC
 
Quote:

Originally Posted by nautica2450 (Post 532560)
EXCELLENT work porting this over... guess i have to put on my UC thinking cap again, I had learned to use it pretty well and then gave up a while back...

Thanks, I'd like to get a running conversation on Diamond Specific UC. I have a pretty complete UC that I run, but there are a few holes I would like to fill (like email signatures.)

InvincibleLiving 11-21-2008 12:09 PM

Re: How to use UC
 
quick question: do you have to do this individually for each email account? meaning do i have to create a seperate cab for each account?

InvincibleLiving 11-21-2008 12:49 PM

Re: How to use UC
 
OMG nevermind i got it.... all 3 accounts cabbed up together... i feel so proud lol...

mnassoiy 11-21-2008 04:23 PM

Re: How to use UC
 
There are a couple of things that I am looking to do, and I have not found a solution yet...

- Hotmail settings. These are not an EMAIL2 characteristic.
- Regristration codes. Specifically for Resco now, but others later.
- Setting up Manila with the people/favorites view? http://forum.ppcgeeks.com/showthread.php?t=45414 has some of the answers, but I don't like the pim.vol backup method.

If there is any information on these, I would be on my way to have a full setup after a HR.

sfxc13 11-21-2008 04:32 PM

Re: How to use UC
 
Quote:

Originally Posted by mnassoiy (Post 534379)
There are a couple of things that I am looking to do, and I have not found a solution yet...

- Hotmail settings. These are not an EMAIL2 characteristic.
- Regristration codes. Specifically for Resco now, but others later.
- Setting up Manila with the people/favorites view? http://forum.ppcgeeks.com/showthread.php?t=45414 has some of the answers, but I don't like the pim.vol backup method.

If there is any information on these, I would be on my way to have a full setup after a HR.

Which hotmail settings are you referring to?
There are more "email" settings in the following:
[HKEY_CURRENT_USER\Software\Microsoft\Inbox]
[HKEY_CURRENT_USER\Software\Microsoft\Inbox\Setting s]
[HKEY_LOCAL_MACHINE\System\Inbox]
[HKEY_LOCAL_MACHINE\System\Inbox\Attachments]

I don't currently have Resco but it should be somewhere similar to:
HKLM\Software\Sling Media\SlingPlayer\Player\

I am looking into the People Favorites as I too don't like pim.vol.

Sorry I couldn't give more in depth answers, but if you give me more info I can give you a better idea of what the code will look like


All times are GMT -4. The time now is 06:59 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0