Quote:
Originally Posted by Juicy47
*******************************
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\"Wi ndows Default"">
<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...