Guys i'm just starting with ROM cooking and i am playing with OSKitchen. I have a question.
I'm trying to install CHT 2.0.0 on first boot and i have my package like this:
CHT 2.0.0
----->files
------>Co0kie.HomeTab_v2.0.0.cab
------>app.reg
------>add2config.txt
In add2config.txt i have the following:
CAB: \WINDOWS\Co0kie.HomeTab_v2.0.0.cab
My question is the following. How can i set it up so that it will automatically delete "Co0kie.HomeTab_v2.0.0.cab" from windows after the ROM flashes?
I think you can use Mortscript for this (on second or third boot), but perhaps you may cooking package XDA_UC or another User Customization for a clean post installation.
Related
from what i see in other posts, there's no exteneded rom...
i've got hypercore kitchen, and using that and reading some documents, to install cabs into my rom, use packagemaker (can't remember who's) place the package in build etc. but some cabs have files by the same name as others which creates a problem for buildrom - file already exists
so my thought was put problem cabs in ext. rom, but as there is none, how can i go about putting these cab as cabs, and getting them to install automactically?
arh, think i've worked it out. in OEMAPPS, is a fileConfig_AP.txt, where it installs opera from a cab,
Code:
CAB: \WINDOWS\WM6_PPC_HTC_Opera86_2730_WWE.CAB
so if i put my cab in that folder, and copy the syntax, it will install what i like as in doing the same in the ext.rom
hi, i use the search in this forum but i don't find it...
i need a program or app who install all folder cab in storage or internal memory but silence mode...without i have to press ok or something
teh alternative? cook a rom? how
thx
SASHIMI you will have do a bit of manual as some .cabs ask options after install or if to reset, so number the .cabs then the first ones will be the ones need user input, same for SD.
It's a really cool prog that does the job well
but if i use
CAB: \WINDOWS\GoogleMaps-ms-htc_compressed.CAB
CAB: \WINDOWS\WM6_PPC_HTC_Opera9_IT.CAB
CFG: \WINDOWS\config_end.txt
Click to expand...
Click to collapse
its possible? add new cab file?
If SDAutorun is included in your rom, you can use it without any problem...
nope...i start to cook a 2.03 official ITA rom
but now i try SDAutorun...thx
Hi guys,
it possible to integrate my CHT Settings into my ROM? Is there a tweak available?
I searched for CHT Settings and Cookie Settings but I found no posts about it so far.
Hope someone have an idea.
Thanks,
Modano
You need to cook your rom with CHT inside ,flash it and make your CHT customization...after that export your registry.....Take this wonderfull app (Many thanks to the developer but also to FarmerTed that showed to me ) http://forum.xda-developers.com/showthread.php?t=724692 read through the thread and you will understand what is possible to do with it .....life will be even more easy with Kheb
I cook CHT and the editor into the rom, but once I have everything setup I just export settings from within the editor onto my storage card.
I then import settings after a flash once XDA_UC has run. (Some of my quicklinks that the settings put back relate to apps that are only installed by XDA_UC rather than being cooked in).
I believe the later versions of the editor can be run by command line so you could probably set it to run at the end of XDA_UC.
I use an earlier version of CHT etc for a smaller memory footprint.
The registry branches responsible for manila / co0ckie settings are
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila]
and
[HKEY_CURRENT_USER\Software\HTC\Manila]
After installing / cooking I fix all Manila & Co0kie settings to my liking and export the registry branches with CeRegEditor (export as "reg" with Unicode).
Then, I simply replace the original app.reg of co0ckie settings packages with this one and cook.
I hope it helps
Hi,
I've searched through the fora before posting this question : I've found a registry tipp to delete or not cab after installation but that's not what I need, I mean I prefer cabs to not be deleted for daily use.
My question is : I would like to know if there is a tweak to auto-delete cabs after installation ONLY during flash (when cabs are cooked into rom)
I use the classic config.txt with by example :
Code:
LOCK:Enabled
CAB: \windows\DiamondTweak.cab
CAB: \windows\TCPMP.cab
LOCK:Disabled
I tried without the lines "Lock:Enabled/disabled" (I don't know why we add those lines lol) but there is no difference after flashing, cabs are still there into windows dir. Is there a specific command line to add into config.txt to delete cabs after install process ?
You can't delete rom files; you can cook tcpmp in better though; relocate all the files to \windows, and you don't need to install it as a cab. I'm sure diamond tweak would work fine out of rom as well. You really don't need to put many programs in \program files.
The lock enabled/disabled command just locks the screen out from user input. It's pretty effin' annoying, if you ask me. I leave the screen unlocked, in case the customization hangs (although I don't use autorun anymore).
ok, thank you
Hello Friends,
I am cooking CHT 1.8.5 on my ROM and I have made CHT as an EXT package and in the "app.reg" file on this EXT I have below registry entry but looks like it does not work .
[HKEY_LOCAL_MACHINE\SOFTWARE\HTC\Manila\Co0kie\HomeLevel1]
"Clock.layout"=dword:00000005
I am also not cooking the ManilaFull.xml as per instruction in the CHT thread (About ROM cooking) .
What is that I am missing? Does any one had similar issue and how to solve?
Thanks.
Looks like something is overwriting the registry after flash. As till default.hv my reg changes are there and there is no provxml.
Also If after flash I change the above reg from device and soft-reset that works. So what might be overwriting during cooking/flash etc?