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 Vogue > HTC Vogue Development

Notices


Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-13-2008, 09:23 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Creating Today Theme OEM's for your Custom Rom - Tutorial

Creating Today Theme OEM's for your Custom Rom - Tutorial


About this Tutorial
-=-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=-
This tutorial will show you how to add your favorite Windows Mobile Today Theme (.TSK files) to your ROM. You can use it to set system colors and
system...well, anything that get's changed when you install a new theme.

Here is a breakdown of the first four reserved posts in this thread:
Post #1 - Tutorial
Post #2 - Tutorial
Post #3 - User created theme downloads
Post #4 - As I finger out what each registry key is I'll try to break them down and explain what each one sets. (I haven't done this yet, but in time...)

A little preparation now, can save you a lot of time later.


This tutorial ASSUMES you have working knowledge of cooking your own rom. I AM NOT RESPONSIBLE FOR ANYTHING THAT HAPPENS TO YOU OR YOUR DEVICE by reading this tutorial! This tutorial will work with most windows-mobile based kitchens, Apache, Titan, Vogue, PPCKitchen and others.


Credits
-=-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=-
I would like to thank PPCGeeks and all those that made the kitchens possible! You all know who they (you) are! And a special thanks to Aceszhigh for providing the tutorial basics on WinCeRegeditor, and xda-developers.com and their Wiki Tutorial on Ervius's Package Creator!


Terminology used in this tutorial:
-=-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=-
OEM - Similar to a .CAB file, this is the method used to add files/programs to a cooked Rom. This is copied to USER_OEM if using the ppckitchen, or into your OEM folder if you are using another kitchen.
GUID - GUID (or UUID) is an acronym for 'Globally Unique Identifier'. It is a 128-bit integer number used to identify resources.
RGU File - The file in the OEM that contains the registry entries.

.TSK File - A package that contains the Color/Background theme information for Windows Mobile.
The following files are inside:
--STWATER*.GIF - The Image that contains the background image for the Start Menu.
--TDYWater*.GIF - The image that contains the background image for the Today Screen.


Tools that you will need:
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
1. CeRegEditor
2. Ervius's Package Creator


Usefull/Related Tutorials:
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
To help you with this, I recommend the following Tutorials:
1. Ervius's OEM Package Tutorial: This will show you how to use this so you can extract the contents of your .tsk file.

2. Tutorial: Integrating Custom Registry Settings into a ROM w/ ProvXML - Lazy Man's Way by AceszHigh: Good sniplet on exporting registry values using CERegEditor

3. Tutorial: Adding Registry Entries to your Rom (RGU Method): This will help you with creating the RGU file and inserting your registry entries.


The steps involved with this Tutorial:
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
This tutorial will teach you how to incorporate Today Themes into your cooked rom. I will show you how to how to process .tsk files so that you can jazz up your Rom.

So here are the steps involved:
1. Download and install CeRegEditor and Ervius's Package Creator
2. Copy your target .tsk file to an empty directory.
3. Process your .tsk file and create your OEM
4. Install .tsk file to your device and export Registry entries
5. Incorporate Registry entries to your OEM's RGU file.
6. Copy to your kitchens OEM or USER_OEM directory.
7. Build your Rom and FLASH!
8. Upload your new OEM and share with the community!
9. A special note on how to bypass the default theme set by your provider in your stock rom.


First a look inside a TSK file:
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
The standard TSK files are:
tdywater.gif = The GIF that displays on the home screen
stwater.gif = The GIF that displays as the background for Windows Start Menu

More advanced TSK packages also contain images for QVGA and VGA themes:

QVGA Themes (Portrait and Landscape):
tdywater_240_320.gif
tdywater_320_240.gif
stwater_240_320.gif
stwater_320_240.gif

VGA Themes (portrait and landscape):
tdywater_480_640.gif
tdywater_640_480.gif
stwater_480_640.gif
stwater_640_480.gif

Note: Spb Software also has incorporated some extra gif files that enhance/compliment their programs. You can delete them if you don't use them...

Let's get the party started:
1. Download and install CeRegEditor and Ervius's Package Creator
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
This is fairly basic, download and install these two programs. CeRegEditor is a standard windows installer, and the link to Ervius's Package
Creator, just unarchive this download to it's own directory.


2. Copy your target .tsk file to an empty directory.
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
It is easiest to create a new directory for processing new OEM's. I have like five directory's for creating OEM's, one of them specifically for doing .tsk files.

Tip: Ervius's Package creator will create the OEM in a new subdirectory off this "work" directory you create.


3. Process your .tsk file and create your OEM
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
Here is the fun part. I found that a .tsk file is just a form of a .cab file. So here is what we want to do:

(1) - Rename your .tsk file to a .cab file. (example: rename "metal.tsk" to "metal.cab")
(2) - Process the .cab file with Ervius's Package Creator to create your new OEM. (I have linked the tutorial above...)
(3) - Rename the .cab file back to a .tsk file and copy inside the new OEM. (You'll want it if you change your theme and want to change it back)

That's it for this part! Now you have created an OEM with all it's components for your kitchen, and seperated out the tdywater*.gif, and
stwater*.gif files needed. The basics....

Note: I've tried OEMizer and it does not work with this method at the time I wrote this tutorial.

Note2: If you do not want to mess with Ervius's Package creator, you can install the Today Theme to your device and just copy the stwater*.gif and tdywater*.gif's from your device (located in \windows) to one of the OEM's already completed in post #3. You will still need to export your registry entries and replace the ones in the existing RGU. (and don't forget to delete the existing *.gif files too)

NOTE: As always, I post the basics then pretty it up over a couple of days...so be patient!

Note: Attached is a dummy provisioning file to add to your OEM that will bypass the stock one if needed. See Step #9 for more information...
Attached Files
File Type: zip mxipcold_wpc_2.provxml.zip (314 Bytes, 109 views) Click for barcode!
__________________
If this post was helpfull, let me know by clicking Thanks!


Last edited by rstoyguy; 08-13-2008 at 06:39 PM.
This post has been thanked 7 times.
  #2 (permalink)  
Old 08-13-2008, 09:23 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Creating Today Theme OEM's for your Custom Rom - Tutorial

4. Install .tsk file to your device and export Registry entries
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
Now comes the labor intensive part, well not really. Here is what we need to do now:

(1) - Copy the .tsk file to your device and install.
(2) - Connect to your computer and fire up CeRegEditor.
(3) - Using CeRegEditor Export the following three keys:

[HKEY_CURRENT_USER\Software\Microsoft\Today]
[HKEY_LOCAL_MACHINE\System\GWE]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Color]

Note: These three keys contain all the information you should need.

When I export these, I export them into the new OEM's directory. I export them as 1.cereg, 2.cereg, and 3.cereg for easy importing in Step 5.

Here is what the contents of my completed RGU looks like for the theme "metal.tsk":

Quote:
Originally Posted by TodayTheme - Metal.RGU
REGEDIT4

;A reminder for the 3 keys to export...
[HKEY_CURRENT_USER\Software\Microsoft\Today]
[HKEY_LOCAL_MACHINE\System\GWE]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Color]

[HKEY_LOCAL_MACHINE\Software\Microsoft\Color]
"SHColor"=hex:\
FF,00,00,00,00,00,00,00,DD,DD,DD,00,FF,FF,CC,00,FF ,FF,FF,00,82,82,82,00,\
82,82,82,00,DE,DE,DE,00,74,74,74,00,FF,FF,FF,00,74 ,74,74,00,74,74,74,00,\
74,74,74,00,82,82,82,00,74,74,74,00,FF,FF,FF,00,DE ,DE,DE,00,9D,9D,9D,00,\
9D,9D,9D,00,FF,FF,FF,00,82,82,82,00,74,74,74,00,FF ,FF,FF,00,82,82,82,00,\
84,84,C3,00,82,82,82,00,74,74,74,00,FF,FF,FF,00,FF ,FF,FF,00,00,00,00,00,\
FF,FF,FF,00,00,00,00,00,FF,FF,FF,00,82,82,82,00,9D ,9D,9D,00,FF,FF,FF,00,\
FF,FF,FF,00,DE,DE,DE,00,74,74,74,00,FF,FF,FF,00,74 ,74,74,00
"BaseHue"=dword:0000007B
"40"=hex:\
C0,C0,C0,00
"39"=hex:\
FF,FF,FF,00
"38"=hex:\
67,67,67,00
"37"=hex:\
C0,C0,C0,00
"36"=hex:\
FF,FF,FF,00
"28"=hex:\
FF,FF,FF,00
"27"=hex:\
FF,FF,FF,00
"26"=hex:\
4D,4D,4D,00
"25"=hex:\
00,00,00,00
"16"=hex:\
FF,FF,FF,00
"15"=hex:\
FF,FF,FF,00
"14"=hex:\
80,80,80,00
"13"=hex:\
00,00,00,00
"12"=hex:\
50,50,50,00
"11"=hex:\
80,80,80,00
"7"=hex:\
41,42,42,00
"6"=hex:\
FF,FF,FF,00
"4"=hex:\
FF,FF,FF,00
"DefSHColor"=hex:\
FF,00,00,00,00,00,00,00,DD,DD,DD,00,FF,FF,CC,00,FF ,FF,FF,00,15,AF,BC,00,\
15,AF,BC,00,C9,E7,E9,00,14,9C,A7,00,FF,FF,FF,00,14 ,9C,A7,00,14,9C,A7,00,\
14,9C,A7,00,15,AF,BC,00,14,9C,A7,00,FF,FF,FF,00,C9 ,E7,E9,00,37,C7,D3,00,\
37,C7,D3,00,FF,FF,FF,00,00,B7,C9,00,14,9C,A7,00,FF ,FF,FF,00,15,AF,BC,00,\
84,84,C3,00,15,AF,BC,00,14,9C,A7,00,FF,FF,FF,00,FF ,FF,FF,00,00,00,00,00,\
FF,FF,FF,00,00,00,00,00,FF,FF,FF,00,2E,44,4F,00,00 ,14,3C,00,00,F0,FF,00,\
FF,FF,FF,00,C9,E7,E9,00,14,9C,A7,00,FF,FF,FF,00,14 ,9C,A7,00
"Restriction"=dword:00000002

[HKEY_CURRENT_USER\Software\Microsoft\Today]
"Skin"="\\windows\\Metal.tsk"
"UseStartImage"=dword:00000001
"DPI"=dword:000000C0
"Restriction"=dword:00000002

[HKEY_LOCAL_MACHINE\System\GWE]
"SysColor"=hex:\
DE,DE,DE,00,00,00,00,00,9D,9D,9D,00,BC,BC,BC,00,FF ,FF,FF,00,FF,FF,FF,00,\
00,00,00,00,57,57,57,00,00,00,00,00,FF,FF,FF,00,00 ,00,99,00,C0,C0,C0,00,\
FF,FF,FF,00,9D,9D,9D,00,FF,FF,FF,00,DE,DE,DE,00,80 ,80,80,00,BF,BF,BF,00,\
00,00,00,00,FF,FF,FF,00,FF,FF,FF,00,00,00,00,00,FF ,FF,FF,00,00,00,00,00,\
FF,FF,CC,00,FF,FF,FF,00,00,00,00,00,4F,9A,F6,00,C0 ,C0,C0,00
"dlgctrL"=hex:\
00,00,00,00,1A,00,00,00,40,01,00,00,F0,00,00,00
"dlgctr"=hex:\
00,00,00,00,1A,00,00,00,F0,00,00,00,F0,00,00,00
"DefSysColor"=hex:\
C9,E7,E9,00,00,00,00,00,37,C7,D3,00,8D,D0,D5,00,FF ,FF,FF,00,FF,FF,FF,00,\
00,00,00,00,0C,76,7F,00,00,00,00,00,FF,FF,FF,00,00 ,00,99,00,C0,C0,C0,00,\
FF,FF,FF,00,37,C7,D3,00,FF,FF,FF,00,C9,E7,E9,00,80 ,80,80,00,BF,BF,BF,00,\
00,00,00,00,FF,FF,FF,00,FF,FF,FF,00,00,00,00,00,FF ,FF,FF,00,00,00,00,00,\
FF,FF,CC,00,FF,FF,FF,00,00,00,00,00,4F,9A,F6,00,C0 ,C0,C0,00
"CursorFrameCount"=dword:00000010
"CursorFrameInterval"=dword:00000064
"DelayCursorTimerQuantum"=dword:000001F4
"OldAppCheck"=dword:00000001
"PORepaint"=dword:00000001
"cyVScr"=dword:00000014
"cxVScr"=dword:0000000D
"cyHScr"=dword:0000000D
"cxHScr"=dword:00000014
"cyThMin"=dword:0000000D
"Animate"=dword:00000000
"UseFastRotation"=dword:00000001
"ActivityEvent"="PowerManager/ActivityTimer/UserActivity"


5. Incorporate Registry entries to your OEM's RGU file.
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
Now you want to open your OEM's RGU file with NotePad. Reference my Tutorial: Adding Registry Entries to your Rom (RGU Method) if your not already a pro. Leaving the RGU window open, right click on the *.cereg files you exported and open them with NotePad as well. As you do this, you want to cut and past to copy your *.cereg entries to the OEM's RGU file. Once you have done all three files, delete the *.cereg files from your OEM.
Close the RGU. Make sure you leave two blank lines at the bottom of the RGU!


6. Copy to your kitchens OEM or USER_OEM directory.
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
OK, you've made it this far, this should be easy... Just copy your newly created OEM to your kitchens OEM directory or PPCKitchen's USER_OEM
directory.


7. Build your Rom and FLASH!
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
Just do it! Most know how to do this, What you are doing here is testing your handy work...


8. Upload your new OEM and share with the community!
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
OK, you've done all the hard work, why not share it with your fellow geeks? I've devoted quite a bit of my time sharing the love, I encourage you
to do the same! Upload your New OEM's here as attachments, links, even submit them to ppckitchen.org if ya want!


9. A special note on how to bypass the default theme set by your provider in your stock rom.
-=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=- =-=-=- -=-=-=- -=-=-=-
In most roms that I have seen, MicroSoft has a provisioning file that reset's the theme on your device when you do a hard reset or initially flash
your Rom. So for this method to work we need to take care of it. If you are using Dogguy's Kitchen (aka Vogue Kitchen Tools) this file of
interest is: mxipcold_wpc_2.provxml located in the ..\Kitchen\SYS\Shell directory. This file has gotta go folks! Just delete it, all it does is
set the windows default tdywater.gif and the registry entries we exported to the RGU file.

For those folks using the PPCKitchen: I only found this file in the Apache_Lennysh_19213.rar file. So if you have a 6700, you'll need to add the "Empty" mxipcold_wpc_2.provxml that I have attached to Post #1 and overwrite it when you build your kitchen. Just download it and add it to your new OEM.


Ok folks, that's all I have for now! Feel free to use this thread to ask questions, post your creations.

Have a great day!

Last edited by rstoyguy; 08-13-2008 at 06:48 PM.
This post has been thanked 7 times.
  #3 (permalink)  
Old 08-13-2008, 09:24 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Creating Today Theme OEM's for your Custom Rom - Tutorial

User Submitted TodayTheme OEM's:

Request to have your handywork linked here...

Today Theme OEM's:
-=-=-=-=-=-=-=-=-=-=-=-=-
NOTE: You must delete "mxipcold_wpc_2.provxml" if it exists!!!!

The list is moved to my Custom OEM Requests...Get them here! thread as this one will soon be buried!

Last edited by rstoyguy; 08-28-2008 at 09:19 PM.
This post has been thanked 6 times.
  #4 (permalink)  
Old 08-13-2008, 09:24 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Creating Today Theme OEM's for your Custom Rom - Tutorial

Reserved for detailed information on the Registry entries....

Will be completed over time...If you know or want to provide some input, we'd appreciate it!


The following data was provided by ThemeGenCe:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Color]
"4"=hex:FF,FF,FF,00 ; ..........Sets the Today Text, Text
"5"=hex:00,00,00,00 ; ..........Sets the Navigation Bar Color, 1
"8"=hex:87,88,88,00 ; ..........Sets the Navigation Bar Color, 2
"6"=hex:FF,FF,FF,00 ; ..........Sets the Today Screen Horizontal bars, Color 1
"7"=hex:41,42,42,00 ; ..........Sets the System Tray background, color 1
"9"=hex:FF,FF,FF,00 ; ..........Sets the Navigation Bar, Text color
"10"=hex:00,00,00,00 ; .........Sets the Notification mult-icon highlight, color 1
"11"=hex:80,80,80,00 ; .........Sets the Notification tray background
"12"=hex:50,50,50,00 ; .........Sets the Notification Icon highlight
"13"=hex:00,00,00,00 ; .........Sets the Normal Message, color 1
"14"=hex:80,80,80,00 ; .........Sets the Normal Message, color 2
"15"=hex:FF,FF,FF,00 ; .........Sets the Notes/Task/etc list (background color g 2)
"16"=hex:FF,FF,FF,00 ; .........Sets the Notes/Task/etc list (background color d 2)
"25"=hex:00,00,00,00 ; .........Sets the Important Message, color 1
"26"=hex:4D,4D,4D,00 ; .........Sets the Important Message, color 2
"27"=hex:FF,FF,FF,00 ; .........Sets the Normal Notification title text
"28"=hex:FF,FF,FF,00 ; .........Sets the Critical Notification title text
"36"=hex:FF,FF,FF,00 ; .........Sets the Notes/Task/etc list (background color g 1)
"37"=hex:C0,C0,C0,00 ; .........Sets the Notes/Task/etc list (background color d 1)
"38"=hex:67,67,67,00 ; .........Sets the ???
"39"=hex:FF,FF,FF,00 ; .........Sets the Start Menu Text
"40"=hex:C0,C0,C0,00 ; .........Sets the Tap-and-hold dots color

Color Information:
Black: 00,00,00,00

White: FF,FF,FF,00

Yellow: FF,FF,00,00

Gray: C0,C0,C0,00

Last edited by rstoyguy; 08-19-2008 at 12:31 PM.
This post has been thanked 8 times.
  #5 (permalink)  
Old 08-28-2008, 09:04 PM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Creating Today Theme OEM's for your Custom Rom - Tutorial

Here are some additional Today Screen color registry settings I found while searching for the bottom command bar text color to help out negrito. You'll need to reset your device for these to take, and you can tell what they do as the names are pretty straight forward...

NOTE: Notice how the second registry keyname is the same as the info in the value "Skin" if you are wanting to add the info....
Quote:
[HKEY_CURRENT_USER\Software\Microsoft\Today]
"Skin"="\\My Documents\\ClassicBlack.tsk"
"Restriction"=dword:00000002

[HKEY_CURRENT_USER\Software\Microsoft\Today\Classic Black.tsk]
"Color_Highlight"=hex:\
80,80,80,00

"Color_HighlightText"=hex:\

"Color_SoftkeyBtnFace"=hex:\

"Color_MenuText"=hex:\

"Color_SoftkeyFlat"=hex:\

"Color_SoftkeyFlatCenter"=hex:\
00,00,00,00

"Color_CaptionFlat"=hex:\

"Color_TitleFlat"=hex:\

"Color_TitleFlatCenter"=hex:\
00,00,00,00

"Color_TitleFlatDoneBtn"=hex:\
C0,C0,C0,00

"Color_TitleFlatDoneBtn_Highlight"=hex:\
80,80,80,00

"Color_CommandBar"=hex:\

"Color_CommandBarText"=hex:\

"Color_CommandBarSip_Highlight"=hex:\

"Color_CommandBarText_Highlight"=hex:\

"Color "34""=hex:\

;Not found in Theme GeneratorCE
"Color_NavBarText_Highlight"=hex:\
FF,FF,FF,00

"Color_NavBarText_Highlight"=hex:\
FF,FF,FF,00
This post has been thanked 5 times.
  #6 (permalink)  
Old 01-14-2009, 10:15 PM
scrosler's Avatar
VIP Member
Offline
Pocket PC: EVO 3D
Carrier: Sprint
Location: Fargo ND
 
Join Date: Aug 2007
Posts: 5,114
Reputation: 20875
scrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation levelscrosler can't get a higher reputation level
Mentioned: 8 Post(s)
Tagged: 0 Thread(s)
Verizon Touch Pro OEM - here ya go...

Im sure Im in the wrong thread but figured I would share this. I just made and tested it. Its the VZW Today Theme from the Touch Pro.

Please do as you choose with it. Thanks for putitng this article out! You just saved me a headache like you wouldnt believe!!!!!
Attached Files
File Type: zip OEM_Today_Theme - VZW.zip (10.2 KB, 30 views) Click for barcode!
__________________


Donations always accepted but never expected!
This post has been thanked 1 times.
  #7 (permalink)  
Old 01-15-2009, 02:02 AM
rstoyguy's Avatar
SuperNoob
Offline
Pocket PC: iPhone 5s
Carrier: TMobile
Threadstarter
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Verizon Touch Pro OEM - here ya go...

It ain't rochet sceince, Thanks for sharing your find! When sharing, the correct thread just doesn't matter!!!!

Thanks for sharing the knowledge, this is what this site is all about!!!
Quote:
Originally Posted by scrosler View Post
Im sure Im in the wrong thread but figured I would share this. I just made and tested it. Its the VZW Today Theme from the Touch Pro.

Please do as you choose with it. Thanks for putitng this article out! You just saved me a headache like you wouldnt believe!!!!!
This post has been thanked 2 times.
Closed Thread

  PPCGeeks > Windows Mobile > WM HTC Devices > HTC Vogue > HTC Vogue Development

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 07:00 AM.


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