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

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
  #21 (permalink)  
Old 03-18-2010, 07:29 AM
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}

I have been using an xml to set up gmail imap. now on uc run it sets up the account like before but I still have to set it up again for use of the inbox softkey? I have to run email wizzard otherwise it says set up email or sms/mms
Reply With Quote
  #22 (permalink)  
Old 03-18-2010, 10:18 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
Do you know a way to add my Opera settings including my home page web sites to UC?

Can I just copy your xml code into a new text file and use it as is (adding my personalized entries of course)? Why are some enable values 1 and some are 0? What do each mean or are they specific to the attribute? For example do some attributes use 1 and -1 while others use 1 and 0? Or do they all use -1, 0, and 1? If they do what does the zero mean?

Dumb Q : what is hotmail? IMAP4 or POP3? I set it up using Makisu as a POP3 account and that worked. Do you have a sample code for POP3?

Can I just use the xml file created by Makisu in UC or is that only set up to run with Sashimi?

More Qs brewing...
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>
__________________
Some requests I have filled: Click Here
Reply With Quote
This post has been thanked 1 times.
  #23 (permalink)  
Old 03-18-2010, 10:19 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 badwolf View Post
I have been using an xml to set up gmail imap. now on uc run it sets up the account like before but I still have to set it up again for use of the inbox softkey? I have to run email wizzard otherwise it says set up email or sms/mms
Pick a path. UC or Wizard.
Reply With Quote
  #24 (permalink)  
Old 03-18-2010, 11:25 AM
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
Pick a path. UC or Wizard.
I use uc. for some reason when i first hit mail/inbox the choices are create or sms/mms.
I want the gmail inbox to appear when I press the inbox, for some reason I have to run menu account set up for it to work...
Reply With Quote
  #25 (permalink)  
Old 03-18-2010, 12:21 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 badwolf View Post
I use uc. for some reason when i first hit mail/inbox the choices are create or sms/mms.
I want the gmail inbox to appear when I press the inbox, for some reason I have to run menu account set up for it to work...
Tmail.exe has startup paramaters so you can create a link to a specific account. I don't know them off the top of my head, but I use them.

The way it works is it will open up whatever you opened last or display the account picker based on your settings.

You can always just swipe the screen horizontally to get to the next account.

PM me if you want more help as this does not appear to be a UC issue.
Reply With Quote
This post has been thanked 1 times.
  #26 (permalink)  
Old 03-18-2010, 12:25 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}

I added your Hotmail code and am almost ready to flash. I was looking through my registry and there is an Activesync folder with all of the Exchange settings. Have you ever tried just copying it instead of xml? Or do you need xml to set up the account?
HKCU\Software\Microsoft\Activesync
Reply With Quote
  #27 (permalink)  
Old 03-18-2010, 04:08 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}

New question, which file is the opera passwords in so i can copy it over... i no longer need to copy my .adr for opera 9.

Thanks
Reply With Quote
  #28 (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
  #29 (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.
Reply With Quote
This post has been thanked 1 times.
  #30 (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
Reply

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

Thread Tools
Display Modes

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 09:27 AM.


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