|
||||
Re: Need SDconfig or Provision.xml help
I'm assuming you are using a kitchen to do so. If that's the case, you can create an OEM folder and have a XXXX-XXXXXX-....dsm in there and you can have a initflashfiles.txt in there and have its content as follow:
Directory("\Windows"): -Directory("SomeOtherDirToCreate") NOTE: get rid of the white space between the : and the - because if I put it together it becomes this With the example above, a directory named "SomeOtherDirToCreate" will be created inside of Windows folder on your device after you flash your ROM. BTW, RGU files are strictly for registry only not for filesystems. |
This post has been thanked 1 times. |
|
||||
Re: Need SDconfig or Provision.xml help
yup, that should do it.
btw, under the advanced editor (button that says "Go Advanced") you can wrap code tags around, well, code. ( # button) Code:
Directory("\Windows"):-Directory("newDirToCreate") try this Code:
<characteristic type="FileOperation"> <characteristic type="\My Documents\newDirToCreate" translation="install"> <characteristic type="MakeDir" /> </characteristic> </characteristic>
__________________
7 windows to rule them all, 7 windows to find them,
7 windows to bring them all, and in the network bind them. Navizon CM&ResProxyKiller nueRom SuspendResume777 Last edited by shaggylive; 06-10-2009 at 04:07 AM. |
This post has been thanked 1 times. |
|
|
|