View Single Post
  #12 (permalink)  
Old 01-12-2011, 03:17 PM
NinjaDuck's Avatar
NinjaDuck
VIP Duck
Offline
Threadstarter
Location: Omnipresent
 
Join Date: Feb 2009
Posts: 825
Reputation: 6270
NinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the communityNinjaDuck is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Help the Duck - Looking for script to set active windows theme

Quote:
Originally Posted by puff601 View Post
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
You need to delete the install block and the file operations from the XML.

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>
__________________
Some requests I have filled: Click Here
Reply With Quote