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 > CDMA TP Development
Register Community Search

Notices


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-20-2009, 05:27 PM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
User Control & Custom Roms

How many people are actually using the User Control in their custom roms? I've been using the SDConfig.txt to install cabs but I'd like to find the provisioning code to do the following:

- Change Settings (sound notifications, TouchFLO, Task Manager, etc.)
- Load Windows Live "Hotmail" Accounts
- Add my "City" to Weather
- Add Program Shortcuts to the Programs tab
- Add username & passwords to Account Manager
- Add people to the "People" tab

I've read the User Control threads over at XDA but sifting through 100+ pages for code is rather exhausting and after a few days of research I've come up short. Has anyone found any of code to put into the provisioning.xml file to automatically load settings?
Reply With Quote
  #2 (permalink)  
Old 02-20-2009, 05:43 PM
tx_jaycee's Avatar
Almost a VIP
Offline
Pocket PC: HTC Touch Pro> EVO
Carrier: Sprint
Location: Houston, TX
 
Join Date: Nov 2008
Posts: 777
Reputation: 1590
tx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to tx_jaycee
Re: User Control & Custom Roms

Ok you're in luck. Yesterday phattooth posted here some easy instructions on using OEMizer to create XML file for your email account setup.
__________________
If I was able to provide a useful/helpful post, please click the THANKS button.
Reply With Quote
  #3 (permalink)  
Old 02-20-2009, 05:49 PM
tx_jaycee's Avatar
Almost a VIP
Offline
Pocket PC: HTC Touch Pro> EVO
Carrier: Sprint
Location: Houston, TX
 
Join Date: Nov 2008
Posts: 777
Reputation: 1590
tx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to tx_jaycee
Re: User Control & Custom Roms

Quote:
Originally Posted by ryangruhn View Post
- Add my "City" to Weather
- Add Program Shortcuts to the Programs tab
Here's some XML language for the these 2 options you mentioned.

<wap-provisioningdoc>

<characteristic type="Registry">

<!-- Weather Changes for US Salt Lake City -->

<characteristic type="HKCU\Software\HTC\Manila">
<parm name="Weather.CityList" value="NAM|US|UT|SALT LAKE CITY" datatype="string"/>
<parm name="Weather.Fahrenheit" value="1" datatype="integer"/>
<parm name="Weather_Focus" value="United States" datatype="string"/>
</characteristic>

<!-- Program Launcher -->

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0">
<parm name="DispName" value="Google Maps" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Google Maps.lnk" datatype="string"/>
</characteristic>

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\1">
<parm name="DispName" value="Live Search" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Live Search.lnk" datatype="string"/>
</characteristic>

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\2">
<parm name="DispName" value="Sprint Navigation" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Sprint Navigation.lnk" datatype="string"/>
</characteristic>

etc...
Reply With Quote
This post has been thanked 1 times.
  #4 (permalink)  
Old 02-20-2009, 05:51 PM
tx_jaycee's Avatar
Almost a VIP
Offline
Pocket PC: HTC Touch Pro> EVO
Carrier: Sprint
Location: Houston, TX
 
Join Date: Nov 2008
Posts: 777
Reputation: 1590
tx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on reptx_jaycee is halfway to VIP status based on rep
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Send a message via Yahoo to tx_jaycee
Re: User Control & Custom Roms

Quote:
Originally Posted by ryangruhn View Post
- Add username & passwords to Account Manager
I would love this too. I'm praying for a quick Mozilla Fennec release with add-in support for Foxmarks.
Reply With Quote
  #5 (permalink)  
Old 02-20-2009, 05:52 PM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Control & Custom Roms

Wow,

Thank you guys! I'm not sure the email set up will work for Windows Live. Has anyone else tried it?
Reply With Quote
  #6 (permalink)  
Old 02-20-2009, 11:17 PM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Control & Custom Roms

Quote:
Originally Posted by tx_jaycee View Post
Here's some XML language for the these 2 options you mentioned.

<wap-provisioningdoc>

<characteristic type="Registry">

<!-- Weather Changes for US Salt Lake City -->

<characteristic type="HKCU\Software\HTC\Manila">
<parm name="Weather.CityList" value="NAM|US|UT|SALT LAKE CITY" datatype="string"/>
<parm name="Weather.Fahrenheit" value="1" datatype="integer"/>
<parm name="Weather_Focus" value="United States" datatype="string"/>
</characteristic>

<!-- Program Launcher -->

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0">
<parm name="DispName" value="Google Maps" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Google Maps.lnk" datatype="string"/>
</characteristic>

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\1">
<parm name="DispName" value="Live Search" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Live Search.lnk" datatype="string"/>
</characteristic>

<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\2">
<parm name="DispName" value="Sprint Navigation" datatype="string"/>
<parm name="Path" value="\Windows\Start Menu\Programs\Sprint Navigation.lnk" datatype="string"/>
</characteristic>

etc...
I'm coming up short with both of these. The weather one doesn't seem to want to add my city when I change the value "NAM . . . " and the program launcher doesn't add them to the programs tab.

Thoughts?
Reply With Quote
  #7 (permalink)  
Old 02-21-2009, 01:03 AM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Control & Custom Roms

Got it working, AWESOME.
Reply With Quote
This post has been thanked 1 times.
  #8 (permalink)  
Old 02-21-2009, 03:11 AM
ryangruhn's Avatar
PPCGeeks Regular
Offline
Pocket PC: Touch Pro
Carrier: Spring
Threadstarter
 
Join Date: Nov 2007
Posts: 136
Reputation: 105
ryangruhn is keeping up the good workryangruhn is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: User Control & Custom Roms

Here is what I've done so far to get things to work:

I've been sucessful in getting the Account Manager to hold my username & passwords, enlarged the start menu, & added my icons to the programs tab. I haven't got weather to automatically update itself nor have I figured out windows live.

Code:
<wap-provisioningdoc>
    <characteristic type="Registry">
 
    <!-- Enlarged State Menu -->
 
    <characteristic type="HKLM\Software\HTC\EnlargeMenu">
     <parm name="Enable" value="1" datatype="integer"/> 
  </characteristic>
 
<!-- Program Launcher -->
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\0">
<parm name="DispName" value="Calculator" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\Calculator.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\1">
<parm name="DispName" value="PHM RegEdit" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\PHM RegEdit.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\2">
<parm name="DispName" value="PIM Backup" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\PIM Backup.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\3">
<parm name="DispName" value="File Explorer" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\File Explorer.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\4">
<parm name="DispName" value="RSS Hub" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\RSS Hub.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\5">
<parm name="DispName" value="Remote Desktop Mobile" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\Remote Desktop Mobile.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\6">
<parm name="DispName" value="Teeter" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\Teeter.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\7">
<parm name="DispName" value="Windows Media" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\Windows Media.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\8">
<parm name="DispName" value="Youtube" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\Youtube.lnk" datatype="string"/>
</characteristic>
<characteristic type="HKLM\Software\HTC\Manila\ProgramLauncher\9">
<parm name="DispName" value="hTorch Flashlight" datatype="string"/> 
<parm name="Path" value="\Windows\Start Menu\Programs\hTorch Flashlight.lnk" datatype="string"/>
</characteristic>
 
<!-- Account Manager -->
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookAccount" value="username@hotmail.com" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookAutoLogin" value="1" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookSavePassword" value="1" datatype="string"/> 
</characteristic> 
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookSecret" value="XXXXXXXXXXXXXXXXXXXXXXXXXXX" datatype="string"/> 
</characteristic> 
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookSession" value="XXXXXXXXXXXXX-9316001" datatype="string"/> 
</characteristic> 
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookUserID" value="XXXXX" datatype="string"/> 
</characteristic> 
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="FacebookUserName" value="username" datatype="string"/> 
</characteristic> 
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="YoutubeAutoLogin" value="1" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="YoutubePassword" value="password" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="YoutubeSavePassword" value="1" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="YoutubeToken" value="XXXXXXXXXXXXXXXXXXX" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="YoutubeUserID" value="username" datatype="string"/> 
</characteristic>
<characteristic type="HKLM\Software\HTC\HTCAccountManager">
<parm name="YoutubeUserName" value="username" datatype="string"/> 
</characteristic>
</characteristic>
</wap-provisioningdoc>

Last edited by ryangruhn; 02-21-2009 at 03:13 AM.
Reply With Quote
Reply

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Touch Pro > CDMA TP Development


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 06:28 AM.


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