View Single Post
  #1480 (permalink)  
Old 04-15-2009, 07:09 PM
marcun's Avatar
marcun
N00b
Offline
Location: Manassas, VA
 
Join Date: Mar 2009
Posts: 44
Reputation: 20
marcun is just getting started
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: JUICY 6 - Build 090406H (21042) [UC] *RHODIUM MANILA*

Quote:
Originally Posted by Juicy47 View Post
*******************************
I need to ask one of you a favour.

Can someone with knowldge of UC please create a ProvXML that will change the active today theme to "Touchflo 3D" by default?

Please and thanks.
********************************
Juicy, are you looking to make a certain theme the default theme (Like HTC Black for example)? If so you would put the following line in your SDConfig.txt

Quote:
TSK: \Windows\Touchflo 3D.tsk
According to documentation: "Makes a theme the default theme. Works on Diamond/Raphael shipped AutoRun only!"

Or (more likely), are you trying to set the default Today item to be Touch Flo instead of the Titanium interface? If so, try the following provxml file.

Quote:
<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Software\Microsoft\Today\Items\&quot;Wi ndows Default&quot;">
<parm name="Enabled" datatype="integer" value="0" />
<parm name="Exclusive" datatype="integer" value="1" />
<parm name="DLL" datatype="string" value="cmhome.dll" />
</characteristic>
<characteristic type="HKLM\Software\Microsoft\Today\Items\TouchFLO 3D">
<parm name="Enabled" datatype="integer" value="1" />
</characteristic>
</characteristic>
</wap-provisioningdoc>
What scuccia posted would work in 6.1, but I think you might be running into an issue with 6.5 that sets the "Windows Default" Today plug-in as "exclusive". If you don't disable it first, it probably won't let you enable Touchflo 3D. Just a guess though...
Reply With Quote