|
|
|
||||
|
Help the Duck - Looking for script to set active windows theme
Tried google and am too busy to hack this one together...
Does anyone have a script that will set the active windows theme? For clarity:
The scenario is setting a theme that is already installed to be active. Thanks!
__________________
Some requests I have filled: Click Here
|
| This post has been thanked 1 times. |
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
that doesnt work for me either, i need a script to drop in my xda-uc folder
|
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
Have you read this thread? Not sure if it helps, I don't have an SD card right now to test. [XDA_UC][UC][SASHIMI][S4X] S4X_Auto & S4X_Backup [DEC.02.2010] XDA_UC Mods & Answers - xda-developers
|
| This post has been thanked 1 times. |
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
Quote:
Thanks. Some great info there, but nothing that addressed exactly what I was trying to do. |
| This post has been thanked 1 times. |
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
So I figured out why this was not working the way you would expect. In my case, I am using NRG ROM and trying to set the active Theme to one of the ones he cooked in to the ROM.
I simply extracted and cleaned up the XML from the TSK files and executed them during UC. It requires a reboot for them to take effect. I am attaching the XML if anyone else wants it. ** THIS IS ONLY FOR NRG ROM *** |
| This post has been thanked 1 times. |
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
thanks ninja! i will check that out! i want to do this for the energyrom 2007.tsk
|
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
PM me if you need help.
|
| This post has been thanked 1 times. |
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
thanks man, i think i got it though. i used sktools to extract the xml but havent tested it yet. what did you do to clean up the xml and is it neccesary?
this is exactly what ive been looking for since i need xda uc to apply the tsk before it installs cabs and imports cht or the theme will overwrite some of my mods. now after i do the flash dance i really dont have to do much. i run uc, apply my custom font, enter my email/facebook passwords, reset and im done. after that everything is setup exactly how i want it |
|
||||
|
Re: Help the Duck - Looking for script to set active windows theme
Quote:
Since the files are cooked in to the ROM, nothing is actually coppied. Since the extracted XML is no longer a setup program, you need to remove that info. This is the info I removed from Livven TSK Code:
<characteristic type="Install">
<parm name="InstallPhase" value="install" />
<parm name="OSVersionMin" value="3.0" />
<parm name="OSVersionMax" value="100.0" />
<parm name="AppName" value="Livven SimpleGloss Blue" />
<parm name="NoUninstall" value="1" />
<parm name="NumDirs" value="1" />
<parm name="NumFiles" value="2" />
<parm name="NumRegKeys" value="22" />
<parm name="NumRegVals" value="326" />
<parm name="NumShortcuts" value="0" />
</characteristic>
<characteristic type="FileOperation">
<characteristic type="%CE2%" translation="install">
<characteristic type="MakeDir" />
<characteristic type="stwater_480_640.jpg" translation="install">
<characteristic type="Extract">
<parm name="Source" value="STWATE~1.001" />
<parm name="WarnIfSkip" />
</characteristic>
</characteristic>
<characteristic type="stwater_640_480.jpg" translation="install">
<characteristic type="Extract">
<parm name="Source" value="STWATE~1.002" />
<parm name="WarnIfSkip" />
</characteristic>
</characteristic>
</characteristic>
</characteristic>
|
![]() |
|
|
|