|
||||
The imgfs file system is \Windows--no ifs, ands, or buts about it. All files you include in the ROM will end up there by necessity.
Only way to put files in other directories (yes, even subfolders of \Windows) is to use an initflashfiles.txt document inside the OEM's folder to copy those files to where they need to be. Keep in mind that the original files will still be in \Windows... and that the copies you make via initflashfiles will use up your storage memory (the same partition that would get used if you just installed the app from a cab file). Personally, I avoid using apps in the kitchen that require their files to be in specific directories. Your most efficient use of available space will come from only building in applications to ROM that can handle their files being in \Windows. |
|
||||
You have to use initflashfiles.txt to copy them all over to \Windows\other\other, but first you have to rename the duplicate names to something like same1.txt same2.txt so they can go directly into your OEM's folder. Then you copy them back in initflashfiles.txt like...
Directory("\Windows\Other"):-File("same.txt", "\Windows\same1.txt") Directory("\Windows\Other\Other"):-File("same.txt", "\Windows\same2.txt")
__________________
Projects: (SlideSound) (Personal OEMizer (1.4.0 )) (TDial Designer (v1.1.1 )) (TierAutoinstall (1.9)) and more...
HTC Sliding Sound Control Panel replacement. | SprintTV on Mogul? Donations appreciated |
|
||||
Quote:
Is it possible to unlock the rom while "using" the PPC? It's just that there really is very limited space on it and the ability to add or remove things from the rom would be helpful. This would be a bad idea if I didn't have access to backup roms and the ability to reflash it... but I do... |
|
||||
Except for the ones created on the fly by the applications, yes, all those files in subdirectories were copied from \windows.
No, you can't "unlock" the ROM while using the PPC. The kitchen is the only tool publicly available that lets you create ROMs with different contents. |
|
||||
Cononel's solution to this
Colonel used to have a good solution for this as part of his custom Kitchen. He had an OEM setup to read from a particular location on the storage card and install all cabs found in that location on first boot.
This let you ensure things would be installed from the get go on your phone after a flash/hard-reset, and also avoided creating excess copies in the /Windows directory. |
|
|
|