rstoyguy |
07-04-2008 07:49 AM |
Re: Defaulting a theme when creating a rom
1 Attachment(s)
Quote:
Originally Posted by Spencer_Moore
(Post 336161)
hmm ill take a look ill download a copy and unrar and c what happenss....any other helpful ideas?
|
Here is how they do it in the Kitchen, (w/ kitchen oem attached). I have added a few comments to the provxml file:
"mxipcold_wpc_2.provxml"
Code:
<wap-provisioningdoc>
<characteristic type="Registry">
<!-- Set tsk file in windows, and system colors.
Export the following keys using CeRegEditor, then convert to XML
- HKCU\Software\Microsoft\Today : Skin
- HKCU\Software\Microsoft\Today : UseStartImage
- HKCU\Software\Microsoft\Today\Windows Mobile 6.1.tsk : COLOR_TITLEFLATCENTER
- HKLM\Software\Microsoft\Color : SHColor
- HKLM\System\GWE : SysColor
-->
<characteristic type="HKCU\Software\Microsoft\Today">
<parm name="Skin" value="\Windows\Windows Mobile 6.1.tsk" datatype="string"/>
<parm name="UseStartImage" value="1" datatype="integer"/>
</characteristic>
<characteristic type="HKCU\Software\Microsoft\Today\Windows Mobile 6.1.tsk">
<parm name="COLOR_TITLEFLATCENTER" value="1657344" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Color">
<parm name="SHColor" value="/wAAAAAAAADd3d0A///MAP///wAVvB0AFbwdAMnpywAUpxsA////ABSnGwAUpxsAFKcbABW8HQA0fzgA////AMnpywA30z8AN9M/AP///wAVvB0AFKcbAP///wAVvB0AhITDABW8HQAUpxsA////AP///wAAAAAA////AAAAAAD///8AFbwdAAhKAADe/2MA////AMnpywAUpxsA////ABSnGwA=" datatype="binary"/>
<parm name="BaseHue" value="7834962" datatype="integer"/>
</characteristic>
<characteristic type="HKLM\System\GWE">
<parm name="SysColor" value="yenLAAAAAAA30z8AjdWRAP///wD///8AAAAAAAx/EgAAAAAA////AAAAmQDAwMAA////ADfTPwD///8AyenLAICAgAC/v78AAAAAAP///wD///8AAAAAAP///wAAAAAA///MAP///wAAAAAAT5r2AMDAwAA=" datatype="binary"/>
</characteristic>
</characteristic>
<!-- Set Main Splash -->
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="stwater.jpg" translation="install">
<characteristic type="Copy">
<parm name="Source" value="%CE2%\wm61_stwater.jpg" translation="install" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>
And you will also want to include in the oem, the MainSplash, and the TSK file you want. When you export the above keys, have the theme you want installed so you get the right colors. (been there...)
Here is a link to an RGU to provxml converter:
Quote:
Originally Posted by aceszhigh
|
|