View Single Post
  #4 (permalink)  
Old 07-04-2008, 07:49 AM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
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: Defaulting a theme when creating a rom

Quote:
Originally Posted by Spencer_Moore View Post
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
How to integrate custom registry settings into a ROM via a ProvXML file and OEMizer. No prior knowledge of coding required!

http://forum.ppcgeeks.com/showthread.php?t=26698
Attached Files
File Type: zip 6.1 Graphics.zip (154.2 KB, 28 views) Click for barcode!
__________________
If this post was helpfull, let me know by clicking Thanks!

This post has been thanked 2 times.