PPCGeeks Forums HTC Arrive HTC HD2 HTC Thunderbolt HTC Touch Pro 2 HTC Evo 4G HTC Evo 3D Samsung Galaxy S II Motorola Droid X Apple iPhone Blackberry
Go Back   PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-20-2008, 02:04 AM
sfxc13's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
 
Join Date: Sep 2008
Posts: 420
Reputation: 540
sfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
How to use UC

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
Attached Files
File Type: zip GetBinaryFromReg.zip (19.6 KB, 88 views) Click for barcode!
File Type: zip CABARC.zip (57.5 KB, 96 views) Click for barcode!

Last edited by sfxc13; 11-20-2008 at 02:09 AM.
Reply With Quote
This post has been thanked 4 times.
  #2 (permalink)  
Old 11-20-2008, 02:04 AM
sfxc13's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 420
Reputation: 540
sfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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

Last edited by sfxc13; 11-20-2008 at 03:17 PM.
Reply With Quote
This post has been thanked 4 times.
  #3 (permalink)  
Old 11-20-2008, 02:05 AM
sfxc13's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 420
Reputation: 540
sfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to use UC

Reserved
Reply With Quote
  #4 (permalink)  
Old 11-20-2008, 02:07 AM
sfxc13's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 420
Reputation: 540
sfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to use UC

Reserved #2
Reply With Quote
  #5 (permalink)  
Old 11-20-2008, 07:27 PM
InvincibleLiving's Avatar
Post Master General
Offline
Pocket PC: White Evo: Myn's TPT RLS5, Stock Kernel
Carrier: The "NOW" Network
Location: Leesburg, VA
 
Join Date: Jun 2007
Posts: 6,464
Reputation: 4222
InvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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...
__________________
Creator of iLife ROM Series

Best... Member... Ever...
Reply With Quote
This post has been thanked 1 times.
  #6 (permalink)  
Old 11-20-2008, 07:41 PM
sfxc13's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 420
Reputation: 540
sfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to use UC

Quote:
Originally Posted by nautica2450 View Post
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.)
Reply With Quote
  #7 (permalink)  
Old 11-21-2008, 12:09 PM
InvincibleLiving's Avatar
Post Master General
Offline
Pocket PC: White Evo: Myn's TPT RLS5, Stock Kernel
Carrier: The "NOW" Network
Location: Leesburg, VA
 
Join Date: Jun 2007
Posts: 6,464
Reputation: 4222
InvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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?
Reply With Quote
  #8 (permalink)  
Old 11-21-2008, 12:49 PM
InvincibleLiving's Avatar
Post Master General
Offline
Pocket PC: White Evo: Myn's TPT RLS5, Stock Kernel
Carrier: The "NOW" Network
Location: Leesburg, VA
 
Join Date: Jun 2007
Posts: 6,464
Reputation: 4222
InvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributionsInvincibleLiving should be added to the payroll for their contributions
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to use UC

OMG nevermind i got it.... all 3 accounts cabbed up together... i feel so proud lol...
Reply With Quote
  #9 (permalink)  
Old 11-21-2008, 04:23 PM
mnassoiy's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
Location: Michigan
 
Join Date: Oct 2008
Posts: 65
Reputation: 60
mnassoiy is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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.
__________________
Current ROM: MightyROM
Current Radio: Stock
Current satiscation level:
Reply With Quote
  #10 (permalink)  
Old 11-21-2008, 04:32 PM
sfxc13's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro2
Carrier: Sprint
Threadstarter
 
Join Date: Sep 2008
Posts: 420
Reputation: 540
sfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuffsfxc13 knows their stuff
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: How to use UC

Quote:
Originally Posted by mnassoiy View Post
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
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Diamond


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -4. The time now is 12:54 AM.


Powered by vBulletin® ©2000 - 2024, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0
©2012 - PPCGeeks.com