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 Touch Pro 2
Register Community Search

Notices


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

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-18-2010, 05:22 PM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by NinjaDuck View Post
Hotmail is HTTPMail, but I think they have pop3 and SMTP server.


Try this. I will add it to the front page if it works.
Code:
<wap-provisioningdoc>
   <characteristic type="EMAIL2">
        <characteristic type="{618a7a2b-d44e-4069-9df0-c7aa69038a37}">
            <parm name="SERVICENAME" value="Hotmail" />
            <parm name="SERVICETYPE" value="POP3" />
            <parm name="INSERVER" value="pop3.live.com" />
            <parm name="OUTSERVER" value="smtp.live.com" />
            <parm name="NAME" value="My Name" /> 
            <parm name="REPLYADDR" value="" />
            <parm name="AUTHNAME" value="{your account}@hotmail.com" />
            <parm name="AUTHSECRET" value="{your passowrd}" />
            <parm name="DOMAIN" value="" />
            <parm name="AUTHREQUIRED" value="1" />
            <parm name="LINGER" value="120" />
            <parm name="RETRIEVE" value="-1" />
            <parm name="KEEPMAX" value="-1" />
            <parm name="DWNDAY" value="3" />
                        <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>
Worked like a charm! I love you man!

Other than one minor issue with **EDIT** [the way I edited] your exchange code, I'm now at the point where I got UC to do everything I had Sashimi doing. Now I need to look into getting UC to do some program settings.

For some reason, **EDIT** I typed my domain name where it is clearly marked Server] your exchange code set my server name the same as my domain name. So instead of mail1.domain.com it set both to domain.com. Once I changed the server name, I synced right away.

Any luck with the Opera 10 settings/Home screen websites? This takes me the longest to do on a new flash (since I now know UC).

Thank you. Thank you.

Last edited by bsarlo; 03-18-2010 at 06:10 PM. Reason: My Bad
Reply With Quote
  #2 (permalink)  
Old 03-18-2010, 09:38 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by bsarlo View Post
Worked like a charm! I love you man!

Other than one minor issue with **EDIT** [the way I edited] your exchange code, I'm now at the point where I got UC to do everything I had Sashimi doing. Now I need to look into getting UC to do some program settings.

For some reason, **EDIT** I typed my domain name where it is clearly marked Server] your exchange code set my server name the same as my domain name. So instead of mail1.domain.com it set both to domain.com. Once I changed the server name, I synced right away.

Any luck with the Opera 10 settings/Home screen websites? This takes me the longest to do on a new flash (since I now know UC).

Thank you. Thank you.
I think you just need to backup this entire tree to the root of your files folder for the UC process to restore your favorites:

\Program Files\Opera Mobile 10\profile\datastorage

Folder 6 is actually the favorites.
__________________
Some requests I have filled: Click Here
Reply With Quote
This post has been thanked 1 times.
  #3 (permalink)  
Old 03-19-2010, 12:04 PM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by NinjaDuck View Post
I think you just need to backup this entire tree to the root of your files folder for the UC process to restore your favorites:

\Program Files\Opera Mobile 10\profile\datastorage

Folder 6 is actually the favorites.

Thanks. I will be flashing again tonight so I'll let you know if that works.

The best part about all of this, in my opinion, is you really can't mess things up too badly. If something doesn't work with your programs when you make a change to the Config file, you can just re-flash and you are right back where you started.
Reply With Quote
  #4 (permalink)  
Old 03-22-2010, 10:52 AM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by NinjaDuck View Post
I think you just need to backup this entire tree to the root of your files folder for the UC process to restore your favorites:

\Program Files\Opera Mobile 10\profile\datastorage

Folder 6 is actually the favorites.
This file worked for the beta and final version of Opera 10. It is such a time saver thank you ND!

Time to start learning/converting to XDA_UC
Reply With Quote
  #5 (permalink)  
Old 03-22-2010, 11:07 AM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by bsarlo View Post
This file worked for the beta and final version of Opera 10. It is such a time saver thank you ND!

Time to start learning/converting to XDA_UC
I used to use Juicy and have had a bunch of XDA_UC experience already.

Since it will run SDCOnfig.txt files, I just have chosen to stick with this path. I actually like that you can do a little of both though.

If I could insert a few posts at the beginning of this thread, I would cover that as topic.
Reply With Quote
This post has been thanked 1 times.
  #6 (permalink)  
Old 03-22-2010, 11:55 AM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by NinjaDuck View Post
I used to use Juicy and have had a bunch of XDA_UC experience already.

Since it will run SDCOnfig.txt files, I just have chosen to stick with this path. I actually like that you can do a little of both though.

If I could insert a few posts at the beginning of this thread, I would cover that as topic.
In NRG's tweet, he said no more SDConfig.txt.?? Are you saying that XDA_UC does run the .txt file? How will this all pan out do you think?

Could you insert a little about XDA_UC into the post you saved for

Quote:
Originally Posted by NinjaDuck View Post
Why not one more. I can always delete it later... =D>
Anything would help and since you are an Energy user, I bet other users wanting more info would appreciate it in this thread. Especially since your UC explanation is so helpful and you are a trusted and regular poster in the NRG thread. Even a link to an XDA_UC thread you find useful would be nice. Thanks for all your help with this. I think I am still going to work on my UC tweaks just in case I decide to someday branch out from NRG ROMs and try a different one.
Reply With Quote
  #7 (permalink)  
Old 03-22-2010, 12:36 PM
NinjaDuck's Avatar
VIP Duck
Offline
Pocket PC: RAPHAEL / TOPAZ / RHODIUM
Carrier: Verizon
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by bsarlo View Post
In NRG's tweet, he said no more SDConfig.txt.?? Are you saying that XDA_UC does run the .txt file? How will this all pan out do you think?

Could you insert a little about XDA_UC into the post you saved for


Anything would help and since you are an Energy user, I bet other users wanting more info would appreciate it in this thread. Especially since your UC explanation is so helpful and you are a trusted and regular poster in the NRG thread. Even a link to an XDA_UC thread you find useful would be nice. Thanks for all your help with this. I think I am still going to work on my UC tweaks just in case I decide to someday branch out from NRG ROMs and try a different one.

I am not sure what the output of NRG's work will be as I understand the cooks have some choices for how they integrate XDA_UC.

Check this thread for more information:
http://forum.xda-developers.com/showthread.php?t=562568


Here is a quote from the thread in terms of features that is confirmed by my experience with Juicy:

Reply With Quote
This post has been thanked 1 times.
  #8 (permalink)  
Old 03-24-2010, 09:44 PM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Do I need to export the entire registry folder to make a change in SDConfig?

For example, I found the entry to change the Weather Update settings. The problem is that it's in the [HKEY_CURRENT_USER\Software\HTC\Manila] folder and there are a lot of different entries in there. I just want to change the two:

Data.DownloadWhenRoaming=dword:00000001
Data.AutoDownloadOff=dword:00000000

Is there a way for me to just create/change these two entries with some sort of code without copying anything from the registry?

Could you possibly tell me briefly what XDA_UC does? I am having a really difficult time understanding the tutorials because they don't really tell exactly what to do. Is there a code that I need to copy and change in order for it to work? Do I just create an XDA_UC folder and put my cabs in it and then the program will install them automatically? I know it's a lot to ask and I understand if you don't want to. It's just that this thread was so helpful to me. Thanks.
Reply With Quote
  #9 (permalink)  
Old 04-16-2010, 02:47 PM
badwolf's Avatar
Regular 'Geeker
Offline
Pocket PC: Touch Pro 2
Carrier: Sprint
 
Join Date: Jan 2007
Posts: 414
Reputation: 219
badwolf is keeping up the good workbadwolf is keeping up the good workbadwolf is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by NinjaDuck View Post
I think you just need to backup this entire tree to the root of your files folder for the UC process to restore your favorites:

\Program Files\Opera Mobile 10\profile\datastorage

Folder 6 is actually the favorites.
so if i put the above in my xda_uc folder it will just copy to the same place or do I need a reg file made to do it?
Reply With Quote
  #10 (permalink)  
Old 04-16-2010, 06:28 PM
bsarlo's Avatar
PPCGeeks Regular
Offline
Pocket PC: Rhodium Touch Pro2
Carrier: Sprint
Location: Washington
 
Join Date: Feb 2010
Posts: 238
Reputation: 485
bsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regularbsarlo is becoming a PPCGeeks regular
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Learn UC / Registry / XML Provisioning / CAB Editing {2010-03-15}

Quote:
Originally Posted by badwolf View Post
so if i put the above in my xda_uc folder it will just copy to the same place or do I need a reg file made to do it?
No, you can do it several ways (so I've heard). SDConfig works for sure (SEE page 1 of this thread).

Here's what I've tried on NRG ROMs (Nothing has worked yet):

MORTSCRIPT:
Code:
XCopy( "\Storage Card\XDADirCopy\Program Files", "\Program Files", TRUE, TRUE )
XDA Registry:
Code:
Windows Registry Editor Version 5.00
[HKLM\Software\XDA\DirCopy]
"\\Program Files\"="\Storage Card\XDADirCopy\Program Files"
I'd prefer to do it without SDConfig so any help would be nice. Thanks.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro 2


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 02:25 AM.


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