PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   HTC Vogue (http://forum.ppcgeeks.com/forumdisplay.php?f=48)
-   -   Defaulting a theme when creating a rom (http://forum.ppcgeeks.com/showthread.php?t=31052)

Spencer_Moore 07-03-2008 09:01 PM

Defaulting a theme when creating a rom
 
i have been seearching for hours i have finally created my rom to my liking with the newewest base and would like to post...but i was wondering how you default a theme i know its through provxml but have no idea how i cde it they way i want any help would be aprreciated

rstoyguy 07-03-2008 09:06 PM

Re: Defaulting a theme when creating a rom
 
Quote:

Originally Posted by Spencer_Moore (Post 336153)
i have been seearching for hours i have finally created my rom to my liking with the newewest base and would like to post...but i was wondering how you default a theme i know its through provxml but have no idea how i cde it they way i want any help would be aprreciated

You can take a look in the kitchen's ppcgeeks_oem.rar. There are a couple in there (win 6.1 something, no laptop @ work) that will show you how to set them. I think you need to set the system colors, then set the images from the theme. I was going to do that sunday for my rom...finger out the whole theme in a rom thing anyways...

Spencer_Moore 07-03-2008 09:08 PM

Re: Defaulting a theme when creating a rom
 
hmm ill take a look ill download a copy and unrar and c what happenss....any other helpful ideas?

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
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



All times are GMT -4. The time now is 07:33 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0