PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Titan Development (http://forum.ppcgeeks.com/forumdisplay.php?f=57)
-   -   Changing default wm 6.1 theme (http://forum.ppcgeeks.com/showthread.php?t=19663)

blankd3ckskat3r 02-29-2008 12:44 AM

Changing default wm 6.1 theme
 
im using dcs latest kitchen. im trying to change the default theme, oems dont work and neither does deleting mxipcold_wpc_2.provxml...does anyone know how to do this?

Dbdubb 02-29-2008 01:15 AM

Re: Changing default wm 6.1 theme
 
shouldn't be too hard, unless that ROM is buggy with themes should be an easy copy and past into the windows directory.

blankd3ckskat3r 02-29-2008 03:15 AM

Re: Changing default wm 6.1 theme
 
oh trust me its in the windows directory. i even went to the today settings nd the theme is set to what i want! idk what to do here, i hear several people are having this problem.

[sammich] 02-29-2008 10:55 AM

Re: Changing default wm 6.1 theme
 
You can use OEMizer to set the default WM theme on the first bootup.

colonel 02-29-2008 11:20 AM

Re: Changing default wm 6.1 theme
 
There will be some examples of how to do this in the next OEM.rar for BuildOS.

vetvito 02-29-2008 02:04 PM

Re: Changing default wm 6.1 theme
 
No with 6.1 you have to edit the mxipcold_wpc_2.provxml file, and then you can set your OEM, but set it right. If editing or removing the file doesn't work then your rom is either buggy or you have something conflicting in the .rgu's.

colonel 02-29-2008 02:17 PM

Re: Changing default wm 6.1 theme
 
Here is an example of setting up the Guava Bubbles theme with the provxml.

Note: You will need the xml contents from the .tsk, the .tsk itself, and the stwater.jpg from the .tsk.

Code:

<wap-provisioningdoc>
    <characteristic type="Registry">
        <characteristic type="HKCU\Software\Microsoft\Today">
            <parm name="Skin" value="\Windows\Guava Bubbles.tsk" datatype="string"/>
            <parm name="UseStartImage" value="1" datatype="integer"/>
        </characteristic>
                <characteristic type="HKLM\Software\Microsoft\Color">
                        <parm name="5" value="2469" datatype="integer" />
                        <parm name="14" value="2469" datatype="integer" />
                        <parm name="34" value="2639" datatype="integer" />
                        <parm name="35" value="6871294" datatype="integer" />
                </characteristic>
    </characteristic>
    <characteristic type="FileOperation">
        <characteristic type="%CE2%" translation="install">
            <characteristic type="stwater.jpg" translation="install">
                <characteristic type="Copy">
                    <parm name="Source" value="%CE2%\Guava_stwater.jpg" translation="install" />
                </characteristic>
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>


InvincibleLiving 02-29-2008 02:19 PM

Re: Changing default wm 6.1 theme
 
Quote:

Originally Posted by colonel (Post 198052)
Here is an example of setting up the Guava Bubbles theme with the provxml.

Note: You will need the xml contents from the .tsk, the .tsk itself, and the stwater.jpg from the .tsk.

Code:

<wap-provisioningdoc>
    <characteristic type="Registry">
        <characteristic type="HKCU\Software\Microsoft\Today">
            <parm name="Skin" value="\Windows\Guava Bubbles.tsk" datatype="string"/>
            <parm name="UseStartImage" value="1" datatype="integer"/>
        </characteristic>
        <characteristic type="HKLM\Software\Microsoft\Color">
            <parm name="5" value="2469" datatype="integer" />
            <parm name="14" value="2469" datatype="integer" />
            <parm name="34" value="2639" datatype="integer" />
            <parm name="35" value="6871294" datatype="integer" />
        </characteristic>
    </characteristic>
    <characteristic type="FileOperation">
        <characteristic type="%CE2%" translation="install">
            <characteristic type="stwater.jpg" translation="install">
                <characteristic type="Copy">
                    <parm name="Source" value="%CE2%\Guava_stwater.jpg" translation="install" />
                </characteristic>
            </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>


what you just shared with us was beautiful Col! Way over most of our ppc IQ's but beautifull nonetheless!

blankd3ckskat3r 02-29-2008 02:32 PM

Re: Changing default wm 6.1 theme
 
colonel, how do i set what picture is the portrait and which ones the landscape? i edited the provxml and set a picture and it didnt look right in landscape.

colonel 02-29-2008 02:36 PM

Re: Changing default wm 6.1 theme
 
Here is another example. Notice the stwater and tdywater and the corresponding numbers behind them. This will set the images for portrait and landscape.

Code:

<wap-provisioningdoc>
    <characteristic type="Registry">
        <characteristic type="HKCU\Software\Microsoft\Today">
            <parm name="Skin" value="\Windows\Graveyard.tsk" datatype="string"/>
            <parm name="UseStartImage" value="1" datatype="integer"/>
        </characteristic>
        <characteristic type="HKLM\Software\Microsoft\Color">
                        <parm name="5" value="2302755" datatype="integer"/>
                        <parm name="8" value="0" datatype="integer"/>
                        <parm name="9" value="16777215" datatype="integer"/>
                        <parm name="4" value="16777215" datatype="integer"/>
                        <parm name="6" value="0" datatype="integer"/>
                        <parm name="7" value="12632256" datatype="integer"/>
                        <parm name="10" value="16776960" datatype="integer"/>
                        <parm name="11" value="12632256" datatype="integer"/>
                        <parm name="12" value="16744448" datatype="integer"/>
                        <parm name="13" value="0" datatype="integer"/>
                        <parm name="14" value="12632256" datatype="integer"/>
                        <parm name="15" value="16777215" datatype="integer"/>
                        <parm name="16" value="16771012" datatype="integer"/>
                        <parm name="25" value="0" datatype="integer"/>
                        <parm name="26" value="12632256" datatype="integer"/>
                        <parm name="27" value="16777215" datatype="integer"/>
                        <parm name="28" value="16777215" datatype="integer"/>
                        <parm name="36" value="16776958" datatype="integer"/>
                        <parm name="37" value="16116958" datatype="integer"/>
                        <parm name="38" value="16744448" datatype="integer"/>
                        <parm name="39" value="16777215" datatype="integer"/>
                        <parm name="40" value="255" datatype="integer"/>
                        <parm name="34" value="7566195" datatype="integer"/>
                </characteristic>
                <characteristic type="HKCU\Software\Microsoft\Today">
                        <parm name="DPI" value="96" datatype="integer"/>
                </characteristic>
                <characteristic type="HKCU\Software\Microsoft\Today\Graveyard.tsk">
                        <parm name="Color_Highlight" value="7566195" datatype="integer"/>
                        <parm name="Color_HighlightText" value="16777215" datatype="integer"/>
                        <parm name="Color_SoftkeyFlat" value="2302755" datatype="integer"/>
                        <parm name="Color_TitleFlat" value="2302755" datatype="integer"/>
                        <parm name="Color_CommandBar" value="2302755" datatype="integer"/>
                        <parm name="Color_CommandBarText" value="16777215" datatype="integer"/>
                </characteristic>
    </characteristic>
    <characteristic type="FileOperation">
        <characteristic type="%CE2%" translation="install">
                            <characteristic type="tdywater_240_320.gif" translation="install">
                                <characteristic type="Copy">
                                        <parm name="Source" value="%CE2%\TDYWATER1.gif" translation="install" />
                                </characteristic>
                        </characteristic>
                        <characteristic type="tdywater_320_240.gif" translation="install">
                                <characteristic type="Copy">
                                        <parm name="Source" value="%CE2%\TDYWATER2.gif" translation="install" />
                                </characteristic>
                        </characteristic>
                        <characteristic type="stwater_240_320.gif" translation="install">
                                <characteristic type="Copy">
                                        <parm name="Source" value="%CE2%\STWATER1.gif" translation="install" />
                                </characteristic>
                        </characteristic>
                        <characteristic type="stwater_320_240.gif" translation="install">
                                <characteristic type="Copy">
                                        <parm name="Source" value="%CE2%\STWATER2.gif" translation="install" />
                                </characteristic>
                        </characteristic>
        </characteristic>
    </characteristic>
</wap-provisioningdoc>

Now, you don't really need to do the copying of the files and you could just name them to begin with. However this is a little safer as it avoids any file conflicts during the build and makes sure the proper files are in place on boot.

Again, if this is still confusing, hang tight until the new buildOS and OEM.rar is released. These will be in there. I am also trying to get tiermann to include this in OEMizer.


All times are GMT -4. The time now is 09:41 AM.

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


Content Relevant URLs by vBSEO 3.6.0