how can I cook a ROM by myself? - HTC Tornado

You never told anybody how to do it and then you complain of constant requests
I don't want to cook Wm6 I just want to change some files in my current WM5 Rom!
Could you please tell me how can I do it?

It does not need to be told how to do it, but told how to search ! A lot of people here know how to do it, just GOOGLE it !

sorry, I've already searched... Maybe I'm searching badly!
Could you please help me?

Basically you need to extract the ROM installer, you will find an nbf file in it, then get an NBF file converter, to convert it into some sort of editable format, then you start cooking the ROM, placing whatever you want, and in the end, convert it back into NBF

Hello,
You might find something useful here:
http://www.modaco.com/index.php?showtopic=255064
It would be more helpful if people genuinely try to help others instead of directing them to Google.
A

hey
if you can wait a day or two, i will write up a nice simple guide for everyone and have it stickied
i will also provide links to the tools required. it really isnt as difficult as some people thing! it just LOOKS difficult!
and we are a community here, so lets just help rather than-use the fricking search!lol. we were all n00bs once!

duke_stix said:
hey
if you can wait a day or two, i will write up a nice simple guide for everyone and have it stickied
i will also provide links to the tools required. it really isnt as difficult as some people thing! it just LOOKS difficult!
and we are a community here, so lets just help rather than-use the fricking search!lol. we were all n00bs once!
Click to expand...
Click to collapse
if all were like you ...
I know it isn't but in so much amount of infos it's not easy to find ones that apply to your device or even thing you wanna do!

Need help too
Yea, Please..my probs are the reconverting my data into a .nb->nbf file...after flashing My phone hangs in First Bootscreen...please help!Only Reflashing helps...i really want to cook a rom by myself.
Ive used THIS kitchen...but it is for Wizard-devices only....but i think,it can be used for Tornado,too.

as far as we tried we could not make a proper dump of the wm5 tornado...
but i did manage to build a rom kitchen with wm6 for the tornado...this was a whileago and the base rom is the same as the current available...if ther is enougth request i may be inclined to update the RK and release it.
to get you started here is some pointers.... you can use the same tools from the wizard, imgfs tools.

When I use nb2nbf_wizard.exe, is this created nk.nbf flashable for my Tornado (german XDA Phone aka HTC Douton)?

There is an nb2nbf_Tornado File out there,too, but my Phone stuck in first BootScreen.If i use the Wizard-Tools here and use the nb2nbf_Tornado,(by retyping the Start Adress from 8004000(for Wizard) to 8204000 (for Tornado)) it works well fine, Flashing works well,too,but stuck in first Screen every time.Ive only delete the Solitaire-Folder,but it dont work for me..maybe you have more luck!Or...faria may Post a RomKitchen exclusive for our lovely Tornado..

Have you removed the first two bytes of the initflashes.dat? When not, it can't be booting correctly! That was my mistake when I started to cook my own ROM's for my HTC Prophet (XDA Neo)!

What?
really?I may think,it is only needed after a Registryedit....thank you.!
edit:did not work...

arpy said:
There is an nb2nbf_Tornado File out there,too, but my Phone stuck in first BootScreen.If i use the Wizard-Tools here and use the nb2nbf_Tornado,(by retyping the Start Adress from 8004000(for Wizard) to 8204000 (for Tornado)) it works well fine, Flashing works well,too,but stuck in first Screen every time.Ive only delete the Solitaire-Folder,but it dont work for me..maybe you have more luck!Or...faria may Post a RomKitchen exclusive for our lovely Tornado..
Click to expand...
Click to collapse
i have the same problem like you.
I've made a nk.nbf from the *.nb files with nb2nbf_tornado.exe.
I've also extracted *.nb (OS, IPL, SPL, etc) from nk.nbf from windows mobile 6 alpha and then 'translated' those nb files with nb2nbf_tornado.exe. Same result: succesfull flash, stuck in first screen every time..
so not the "initflashes.dat" file is guilty..

...and nobody out there may help us?

arpy, it seems that if I include only OS without IPL & SPL in nb2nbf, all are OK..
But still with my modified OS does not get over the first splash screen.. maybe i've done smth wrong. In dump folder, I've added some files (some overwritten), i've removed some files, modified initflashfiles.dat (last line blank, + removed the two first bytes with winex), modified the hv files (saved in unicode standard, first line REGEDIT4, last line blank.. complied: no errors). replaced carrier_splash and shutdown
that's all what I've modified ...
edit:
arpy, try to translate only the OS module with nb2nbf_tornado. and tell me the result. also, tell me what changes you've made
edit2: found this: http://forum.xda-developers.com/showthread.php?t=298327 . improved tools
edit3: i've dumped my modified OS module with tadzio's ImgfsTools and discovered that initflashfiles.dat had the two bytes that i've removed with win hex.. what the?!
i've removed again, and run the whole build rom process again , but this time with tadzio's ImgfsTools.
Same result.. (stuck in first screen)
Maybe i've modified something wrong.
edit4: i've repeated the whole process and OS module flash and work ok . I haven't tried yet with all modules, only OS. I think I've made some mistakes when trying to replace drivers.

@DSF
Can you post a Step-By-Step Solution?I want to figure out my prob...which tools do you use?And how?May you Post your ROM?

well, i will post summary. i hope to release a "tornado romcook kitchen" and more detailed steps these days.
here is my OS module:
http://rapidshare.com/files/45915194/RUU.rar.html
right now i'm trying to figure out how to make the sd driver from iphone/other roms to work on my custom rom. every time i try other sd driver, i cannot view the card.
i'm using the tadzio's ImgfsTools (see link in my previous post).
steps:
- download typho5.exe, ImgfsTools, nb2nbf_tornado (you can get them by searching via gogole)
- copy all those files in the same folder, eg: ROMDEV
- copy nk.nbf in ROMDEV
Commands:
1) typho5.exe -x nk.nbf
2) imgfsfromnb.exe 82040000-OS.nb imgfs_raw_data.bin
3) imgfstodump.exe imgfs_raw_data.bin
Now the OS files are dumped in dump folder. Do the changes (delete, copy, modify, etc). When editing registry and initflashfiles.dat file, perform the important steps describeb at http://www.molski.biz/romcooking.html (turn off word wrap and use UNICODE in notepad, etc). If you're dune with those things do next:
4) imgfsfromdump imgfs_raw_data.bin imgfs_new.bin
5) imgfstonb imgfs_new.bin 82040000-OS.nb 82040000-OS_final.nb
if no error occured in the whole process, run 6) nb2nb_tornado.
There, chose the nb files, OS will be 82040000-OS_final.nb and not 82040000-OS.nb. Don't forget to use the correct image name. (eg: for 82040000-OS_final.nb chose OS)
The language, oem, operator version, cid can be left blank.
When you're done, press translate.
Copy the generated nk.nbf file in the rom update folder (RUU), execute ROMUpdateUtility.exe and follow the normal flash steps..
That's all.
Thanks to all those ppl that made this possible
PS: if you flash only the OS module (without IPL & SPL), even if the update proces crashes, you will not 'brick' your phone . Mine happen to crash on 2%.. i transpired instantly

kartam said:
You never told anybody how to do it and then you complain of constant requests
I don't want to cook Wm6 I just want to change some files in my current WM5 Rom!
Could you please tell me how can I do it?
Click to expand...
Click to collapse
Actually, I have some files about how to cook a rom, but they all Chinese, and may be useless for you.

DSF: the way you describe works with the tornado. thx. ive testest
an usefull app to edit initflashfiles.dat and the registry files is "notepad2".

Related

I need a little clarity for the upgrade/downgrade process

Hi,
I have been on this site for about a week now. I was drawn here by the desire to take my Imate JamIn up to WM6.
So I pulled from the web the file:
RUU_Prophet_220734_2207114_024721_NVID_QTEK and hurled it onto my PDA
It went from Imate to QTEK but still worked pretty well. So I then went and loaded Upgrade Happy from a site in Roumania.
This loaded but was distinctly unimpressive and unstable so I managed to downgrade to the WM5 file above again.
Then I tried Smart1's v2 WM6 file and this went on OK. However, I have experienced a few issues with the battery and other things like Timewizard, etc.
So I have gone back to the NVID_QTEK WM5 file again.
BUT I would really like to put back on my Imate ROM which I have stored away. Sadly, whenever I try and load the ROM it states that the version is lower and I can only do an UPGRADE ( I get a 286 error).
I have searched here and Google and think that I can Un CID my phone (not actually sure what this does mind). I have read posts suggesting that once done I can load any version of any Prophet ROM on my PDA.
I went off and ended up on PDAMobiz and pulled down a file called:
PDAMobiz.com_ProphetAKU2_unlockCID.rar
But this site is incredibly slow and the file is corrupt when I finally get it down.
Can anyone explain to me whether it is possible to get to reload my earlier ROM version Imate ROM? If it is can anyone explain what I need to do and perhaps put up a link to an area where I can pull the tools down.
This website has a great reputation for helping each other out and I am sure that my ignorance will be forgiven,
Kind Regards,
Sam.
Hi
This is because you have upgraded your ipl/spl and these can't be downloaded.
But don't worry it's not a problem
if you have the original rom you should have a .nbf file?
You can use typho5.exe -x xxx.nbf (whatever it is called) this will extract the individual elements (ipl/spl/os/extrom/radio/splash screens) as .nb files.
Then use nb2nbf to build a new nbf file without spl/ipl parts. copy this file back to your backup folder (rename the original one first) and install again
Good Luck
Thanks - I have just a couple more dumb questions...
FlykThewiz,
Many thanks for your help.
I have the file:JAMin_WWE_213923_2139123_022021_shi.exe
Do you know how I get the .NBF out of it?
Also,
You couldn't point me to the tools you mention could you?
If I do what you said then do I get back my own Imate Splash screen too?
Do you know if I will suffer any problems with things being different versions?
Once again many thanks I will let you know how I get on.
Kind Regards,
Sam.
You can use winrar (free download - search google if you don't have it) to extract the files in your exe.
One of the file will be the nbf.
I will sort out the instructions for you but I have to go out for a couple of hours at the moment.
T H A N K Y O U
flykthewiz,
You are simply The MAN
Many, Many thanks,
Sam.
I don't know about being the man - i had the same problem myself.
Attached is a zip file with the two tools you need.
I suggest you create a folder called c:\rom and copy the contents of your exe file and these to programs into it.
goto a dos cmd window and cd \rom
type "typho5 -x nk.nbf" (no quotes)
you will then have a number of *.nb files in c:\rom
rename nk.nbf to nk.org
send me the list of nb files you have.
ZIPPED with winzip 12
Hi flykthewiz
is 92000000-Splash.nb is the imate pic when softreset
cause am using AKU3.3.13.ASERG after I unlocked my Jamin with RUU_Prophet_220734_2207114_024721_NVID .... and want to go back only for the Imate screen instead of QTEK, and can I flash with it only
thanks
Splash Screens
There are two splash screens - the one you mention is the first (often blank)
The second is 9d000000-xxx.nb this is the one that is displayed most of the time when the phone is booting. To enter this in nb2nbf you need to manually enter "HTC Logo" as the image name.
secoseco said:
Hi flykthewiz
is 92000000-Splash.nb is the imate pic when softreset
cause am using AKU3.3.13.ASERG after I unlocked my Jamin with RUU_Prophet_220734_2207114_024721_NVID .... and want to go back only for the Imate screen instead of QTEK, and can I flash with it only
thanks
Click to expand...
Click to collapse
FlykTheWiz,
Thanks for the tools.
The files I have are as follows:
30/03/2007 13:50 59,768,832 80040000-OS_0.nb
30/03/2007 13:50 786,432 91000000-SPL_1.nb
30/03/2007 13:50 786,432 91000000-SPL_2.nb
30/03/2007 13:50 196,608 92000000-Splash.nb
30/03/2007 13:50 2,621,440 96000000-GSM_0.nb
30/03/2007 13:50 10,485,760 9b000000-Extension.nb
30/03/2007 13:50 65,536 9d000000-HTC.nb
28/03/2006 15:51 74,713,088 nk.nbf
16/09/2005 12:20 53,248 nb2nbf.exe
13/03/2006 19:09 784,972 typho5.exe
I have loaded up the nb2nbf file but have no idea what to do with it - The only option appears to be for a Tornado...
Thanks,
Sam.
Ok
fill in nb2nbf like the image in the attached zip file.
Important notes:
1. use the ... browse buttons to select your files and the length field will be filled in for you (the image shows mostly zeros)
2. the image name for the extended rom is Extension Rom (not Extended) and you have to type it manually - its not in the drop dow list.
3. the start address for OS.nb is 80040000 (not 82040000 which the program defaults to)
4. you need to manually type HTC Logo in image type - its not in the list.
Do not add the ipl and spl files! (these are the ones that are causing your problems)
When its all filled in click on Translate and when that is finished exit the program.
If you have copied all of the contents of your extracted exe to c:\ROM you should have a program called ROMUpdateUtility.
Connect your pda to usb and run this program and follow the instructions (you've done this before )
After its finished your phone will hard reset and you should have your original ROM.
It doesnt matter that ipl and spl are different versions
Good Luck
flykthewiz said:
There are two splash screens - the one you mention is the first (often blank)
The second is 9d000000-xxx.nb this is the one that is displayed most of the time when the phone is booting. To enter this in nb2nbf you need to manually enter "HTC Logo" as the image name.
Click to expand...
Click to collapse
thanks for replay
in Imate rom, splash screens and HTC Logo are differ from NVID QTEK rom
Can I flash only those 2 files to get back the Imate screen
thanks
Yes you can
secoseco said:
thanks for replay
in Imate rom, splash screens and HTC Logo are differ from NVID QTEK rom
Can I flash only those 2 files to get back the Imate screen
thanks
Click to expand...
Click to collapse
Nearly there
FlykTheWiz,
Many thanks for the instructions. I have done what you suggested with NB2NKF
However, When I try to run my RUU utility I get error code 238 Cannot Read the file.
I extracted all files into a single directory and replaced the default .NBF with my new one. Then ran the RUU tool.
Am I being a numpty?
Many thanks,
Sam.
hmmm
Try the appropriate RUU from the attached
If your ipl ends in .000 use G3 version
if ends in .0001 use G4 version
T H A N K Y O U
I would just like to thank you for your kindness and patience. I have now got the HTC device reblown to the original condition that I started from (with the exception of the IPL/SPL).
Using the G4 utility worked for me.
On the way I have learned a great deal and appreciate your assistance.
Thank you very much,
Sam.
No problem at all
flyk (definitely) thewiz !!!
Flykthewiz... Many thanks for your input to this thread... your tutorial has helped me (and many of us) more than almost ANY other on this site!!! You are obviously very knowledgeable in this "art"!!!!
Since we have not seen much input from Jesterz or Smart1 lately (I can understand that it is time-consuming...!) , can I suggest that maybe you could take up the reigns and offer to this community your first Prophet ROM build??? (Any +AKU base will be a help??)
Please do consider doing this - I *know* you can do this and although I appreciate it can take a lot of your personal time and effort to achieve.. I am sure that your contribution will be appreciated and valued by us all, if u were to attempt such a project!!?
If not, we do understand... but please stay around here and continue to help us all with your flykth-wiz-dom!!!
Moz.
Thanks for your vote of confidence, but I have to say - you must be joking
I only started looking at modifying ROM's 2 days ago and it is a minefield. I have absolutely every respect for Jesterz, Smart1, Nghianha, and all of the guys over at PDAMobiz. I think it will be a long while before I am anything like of their calibre!
Mozzerr said:
Flykthewiz... Many thanks for your input to this thread... your tutorial has helped me (and many of us) more than almost ANY other on this site!!! You are obviously very knowledgeable in this "art"!!!!
Since we have not seen much input from Jesterz or Smart1 lately (I can understand that it is time-consuming...!) , can I suggest that maybe you could take up the reigns and offer to this community your first Prophet ROM build??? (Any +AKU base will be a help??)
Please do consider doing this - I *know* you can do this and although I appreciate it can take a lot of your personal time and effort to achieve.. I am sure that your contribution will be appreciated and valued by us all, if u were to attempt such a project!!?
If not, we do understand... but please stay around here and continue to help us all with your flykth-wiz-dom!!!
Moz.
Click to expand...
Click to collapse
help for step by step help for change boot logo imate jamin
Hi all:
1. how to extract tools.zip on pc
2. my pda (i-mate jamin) and update smart1-new v2 . don't like change i-mate boot logo to Qtek how to change boot logo to original i-mate jamin?
thanks for step by step help.
"...a long while..."??? I don't think so!!! Still, your openess and willingness to share what you have learned in such a short while is refreshing to see on this forum!! I still say T H A N K Y O U ! !
flykthewiz said:
Thanks for your vote of confidence, but I have to say - you must be joking
I only started looking at modifying ROM's 2 days ago and it is a minefield. I have absolutely every respect for Jesterz, Smart1, Nghianha, and all of the guys over at PDAMobiz. I think it will be a long while before I am anything like of their calibre!
Click to expand...
Click to collapse

Changing bootscreen (XDA Neo, G4)

Is it possible to change the image which I can se when the device is booting up? I use smart1 WM6 v2!
Yes
Read through this thread - there is a bit in the middle that discusses this
http://forum.xda-developers.com/showthread.php?t=300356
animelover said:
Is it possible to change the image which I can se when the device is booting up? I use smart1 WM6 v2!
Click to expand...
Click to collapse
See also on xda ftp
here are some logos
you just have to run on pc with the usb cable plugged in, and then a soft reset, and everything will be ok...
What boot screen are you looking for? Or do you want to creat your own one?
Yes, I want to use my own! It's an Anime picture like my nickname!
welcom screen
ady_uaic said:
here are some logos
you just have to run on pc with the usb cable plugged in, and then a soft reset, and everything will be ok...
Click to expand...
Click to collapse
well i had read the forum instructions and for change boot and welcom screen.
but something is wrong with the typho5. its suppose to extract nb 9200000 files but the application starts without extracting nobthing.
i would like to change the welcome screen from the PDAMobiz to some thing personal. i follow instruction but they dont fit the results i get.
any idea?
thanks to all
specially to the guys in PDAMobiz, who made the best of the best Rom
I want too to make a personal bootscreen...if someone can help us with a little tutorial, we are waiting..thx
Try this
The pdf manual in this thread has a section on updating boot screen and all the tools required to do it are included too.
I do not suggest everybody trys to get into the ROM cooking that is also described, but the splash screen section is fairly straitforward
http://forum.xda-developers.com/showthread.php?t=297027
first, with this tool you can create your own ROM (customized)...and also splash screens...see the manual pdf
welcomehead.96.png
well to make it easy to understand where we stand this is the only file we must change. but there is a problem. the original file is read only and can not be replaced nor rename or moved. not with total comander , not even unlock extended rom. after a small research i found that the file is integrated with in the original ROM not the extended.
so i am looking for a tool to delete/install files into the ROM when present on the device.
it sims that that cannot be done. we must dump the present rom, sort of cook it on our PC than re- install it with changes done.
at the same time since most of us are very happy with the ROM as is , but want to personal it littel bit, its worth a dedicated tool.
i will look into it. if i find a way i will post it here.
thanks for the great job of the PDAMobize last version .
good tool and very stable
You do not need to look into it!!!!
Read the previous two posts and look at the pdf manual in the download - it describes the tools you need to change you images (without cooking a complete rom)
And it doesnt need a hard reset either!
xmanmaster said:
well to make it easy to understand where we stand this is the only file we must change. but there is a problem. the original file is read only and can not be replaced nor rename or moved. not with total comander , not even unlock extended rom. after a small research i found that the file is integrated with in the original ROM not the extended.
so i am looking for a tool to delete/install files into the ROM when present on the device.
it sims that that cannot be done. we must dump the present rom, sort of cook it on our PC than re- install it with changes done.
at the same time since most of us are very happy with the ROM as is , but want to personal it littel bit, its worth a dedicated tool.
i will look into it. if i find a way i will post it here.
thanks for the great job of the PDAMobize last version .
good tool and very stable
Click to expand...
Click to collapse
flykthewiz said:
You do not need to look into it!!!!
Read the previous two posts and look at the pdf manual in the download - it describes the tools you need to change you images (without cooking a complete rom)
And it doesnt need a hard reset either!
Click to expand...
Click to collapse
exactly, but i don't think that it will work on qtek s200, because now i saw that is only for wizard...if you made it, let me know...
Worked for me
You do need to use a prophet nvid ruu program though
ady_uaic said:
exactly, but i don't think that it will work on qtek s200, because now i saw that is only for wizard...if you made it, let me know...
Click to expand...
Click to collapse
can you please tell me what exactly should I do?
Maybe this "How-To" guide can help you all out...
Either at Megaupload or Attachment
GAMBIT999 said:
Maybe this "How-To" guide can help you all out...
Either at Megaupload or Attachment
Click to expand...
Click to collapse
so everything that you've said there, in that txt file, is for qtek s200, isn't it? now i'm going to try
in that arhive from you does not have RUU_SPLASH.zip that we need (from that tutorial)
i've copied that file, nk.nbf in the RUU_SPLASH folder and then i've executed ROMUpdateUtility_Wizard_NoID.exe and is not working...it tell's me EROR (300): INVALID UPDATE TOOL
This update utility cannot be used for you PDA Phone. Please get newer update utility.
ady_uaic said:
in that arhive from you does not have RUU_SPLASH.zip that we need (from that tutorial)
i've copied that file, nk.nbf in the RUU_SPLASH folder and then i've executed ROMUpdateUtility_Wizard_NoID.exe and is not working...it tell's me EROR (300): INVALID UPDATE TOOL
This update utility cannot be used for you PDA Phone. Please get newer update utility.
Click to expand...
Click to collapse
If you have created your nk.nbf file, you can replace the one in this file (rename it to zip)
rename it back to exe and execute, it worked on my prophetG4 with WM6 on it

1st try at the kitchen, and I can only fry some eggs....

Hi guys....
I've been a member of this comunity for 2 years now, but posted very litle, because I would be mostly spamming, re-interating what others have said, with" wow, this is fast...nice job"...and such..so i only post when I realy have to.
I downloaded the hypercore kitchen, and after some reading of the contained links and txt files, decided to have a go at it...
I would like to target Tomal's v8 but although very fast, it seems to have a significant number of com bugs...So maybe I'll go with v7.7...
I copied the nk.nbf file to the correct directory, and ran the decoder, but it errors on the next step saying that there is no OS.nb file...
Should this file be extrated from the nk.nbf?
Is this a problem with the nk.nbf file I'm using?
I would apreciate some help on this, as I'm looking for a full flavored cake, but to my taste...see I'm "diabetic" so I have to be extremly caution with what I cook...
When you decoding nk.nbf, decode it to OS.nb (change second line) instead nk.nba.
Something else to be aware of with Tomal's ROMs is that he ships all his RGUs in a single RGU.cab file.
You'll need to extract the contents of this file into the dump directory AFTER the imgfstodump and BEFORE the pkgtool step.
-PJC
Thanks for the quick answers, guys...
Something pop-up as a doubt...can I cook from an usb stick?(installing the kitchen, and workind directly trought the usb stick)???
I'm getting starved.....I can't even turn on the oven...
I have nstaledthekitchen over and ove again.
Changed the settings so it reads "Universal", copied the nk.nbf of my choice to the Extract/source folder, and whent to the Panel/extract and runned "DumpRom"...So far so good....
The DOS windows warns me that the file must be in the correct folder, so I double check....I press return...HTC Extender Rom Tool starts and prmpts me what I want to do and were is the extended rom...I thought it was embeeded in the nk file, but since Tomal provided with and empty extenden Rom, I downloade it and poited to it...Hit decode...
A big window opens with some file paths, so I check them to know were the files are going to...and using the above tip, change the name of the fat file to OS.nb, Hit decode...I'm happy, the window says "Decode sucessfull", so I hit "OK"...
I am agin at the Htc Extended Rom tool, so I hit exit(? done it right ?)...
The Dos window now tells me that it cannot find the ON.nb(? Didnt I just created it?)....
So I'm stuck....
The constructions workers haven't yet finished furnishing my kitchen, so I have no ingredients to work with....
Any chef willing to help me make a simple meal?????
psapg said:
I'm getting starved.....I can't even turn on the oven...
I have nstaledthekitchen over and ove again.
Changed the settings so it reads "Universal", copied the nk.nbf of my choice to the Extract/source folder, and whent to the Panel/extract and runned "DumpRom"...So far so good....
The DOS windows warns me that the file must be in the correct folder, so I double check....I press return...HTC Extender Rom Tool starts and prmpts me what I want to do and were is the extended rom...I thought it was embeeded in the nk file, but since Tomal provided with and empty extenden Rom, I downloade it and poited to it...Hit decode...
A big window opens with some file paths, so I check them to know were the files are going to...and using the above tip, change the name of the fat file to OS.nb, Hit decode...I'm happy, the window says "Decode sucessfull", so I hit "OK"...
I am agin at the Htc Extended Rom tool, so I hit exit(? done it right ?)...
The Dos window now tells me that it cannot find the ON.nb(? Didnt I just created it?)....
So I'm stuck....
The constructions workers haven't yet finished furnishing my kitchen, so I have no ingredients to work with....
Any chef willing to help me make a simple meal?????
Click to expand...
Click to collapse
With HTC Extender Rom Tool you must extract nk.nbf not ext_rom, and when extracting name it OS.nb (i thing it is 2nd line in tool)
Perhaps the would-be chef should read a cookery book?
There's a very, very good guide in this forum, which is what I started off with and had no problems whatsoever, but I can't for the life of me remember if it was beasty or thingonaspring who wrote it (apologies to the real author if I missed them out!). It also includes some fixes for the batch files.
Remember - the wiki and search are your best friends...
PJC
Hi Again...
The construction workers finaly had done some real work, so now my kitchen is properly furnished with all the CABinets i need...so now to try to cook me a simple meal, and try to learn from it....
Can't rebuild Ranju 7.7
Hi all.
I gave it a go and tried to rebuild Ranju 7.7.
I could decode it, dump it (yes, I extracted the contents of RGU.CAB to the dump directory), convert the dump to packages etc. So far, so good.
But when I tried to rebuild it, the ImgfsToNb tool gave this error message:
"Partition with file system 0x01 found after IMGFS partition. It's safer to abort here, sorry."
What should I do now?
jandevries12 said:
Hi all.
I gave it a go and tried to rebuild Ranju 7.7.
I could decode it, dump it (yes, I extracted the contents of RGU.CAB to the dump directory), convert the dump to packages etc. So far, so good.
But when I tried to rebuild it, the ImgfsToNb tool gave this error message:
"Partition with file system 0x01 found after IMGFS partition. It's safer to abort here, sorry."
What should I do now?
Click to expand...
Click to collapse
imgfstonb doesn't seem to support the FLASH disk that's in Tomal's ROMs. I don't know what he uses, but when I've based things on his work, I use a different 'donor' OS.nb for the imgfstonb stage. Obviously, I lose the FLASH disk, but as I don't use it anyway, that's not an issue for me.
^^ yup, exactly, it is due flash disk.
Ok, I understand.
But what is the "donor" os.nb used for?
I've extracted the OEM, SYS en XIP parts. Isn't that enough to compose a new ROM?
What parts are re-used from the original os.nb? And must an alternative donor os.nb be of the same version/build?
jandevries12 said:
Ok, I understand.
But what is the "donor" os.nb used for?
I've extracted the OEM, SYS en XIP parts. Isn't that enough to compose a new ROM?
What parts are re-used from the original os.nb? And must an alternative donor os.nb be of the same version/build?
Click to expand...
Click to collapse
As I understand it (and I'm sure someone can correct me if I'm wrong), the donor OS.nb is used as a 'template' for storing the IMGFS into an NB structure. As far as I've been able to tell, pretty much *any* OS.nb from *any* ROM can be used as the template.
Basically, imgfstonb takes 3 arguments - the imgfs file itself, a 'donor' OS.nb, and the 'target' OS.nb final output. This is all hidden by the scripting, but is what I've found by playing with the underlying utilities.
The only restriction I've found is that ROMs that contain Flash disk can't be used as the donor OS.nb.
PJC
Could one of the senior members of this forum please comment on pjc007's statements above?
Is it correct that the donor os.nb is only used to determine the right structure for the ROM?
(I'm asking because I got the impression from other posts on this excellent site that the donor os.nb is used as source for the XIP part, but I don't know for sure)
Well, I have the same matter now, I really want to cook sth to use the way I want a rom to be and share with others as I feel really bad just to download, I hope to upload my own rom and share but I read the instructions again and again , look for sth on the internet, download all the things to my PC that will be used to cook, still not certain what I'm going to do.
My question is if I cook a bad rom, then I up it to my EXEC, Is there any chances for it to die ? Or simply just install another well-known rom to rescue it if my rom jail to boot?

Extract pure OS from cooked ROM

Hi all,
Perhaps it is a newbie question so please bear with me.
I have an i-mate K-Jam flashed with TNT rom (build 20273). It works perfect and nice, however (frankly speaking) I don't like or want some of the APPs installed with this ROM, but I can't uninstall them.
I've searched this forum to find a way to extract the OS (OS only) from TNT rom so that I can flash my wizard and then install all the APPs I want, with no luck. Perhaps my search skills are a little poor...
So would someone please explain if it is possible or not? and if yes, how?
Thanks in advance.
Regards.
You cannot remove apps from a cooked rom. Search for Vanilla roms if you just want the base rom without any extras and then you can install you own apps.
well you can, but for that u'll have to dump the ROM first, remove the apps you dnt like and recook it
you can not dump the TNT roms. when you try, there are no RGU'S or DSM's.
You can dump my rom if you like, but you will get some missing files you will have to put back into the oem.
the missing files come from me not editing the rgu's when I cook.
try dumping Hornet5. for the most part you will get complete packages, but also some "missing files". just put them back into the oem/sys and recook.
Thanks for info. Saved me a lot of time.
I finally managed to cook my own rom. Everything works perfect except that:
1) I've used XIP, SYS and OEM files/folders of different builds. Am I going to have problem later?
2) "CommManager.exe" was missing. I've searched the files used in kitchen and the only thing I found is "commmanager.htm". Later I managed to download and install HTC CommManager but I can't assign in to its button (button 6). Is there any solution for that?
3) How may I extract the "splash screen" from one build, and upload it to my phone?
4) Bluetooth is not working. It says there is no bluetooth hardware on device. Also WLAN disconnects after a few seconds. How may I extract the drivers from original ROM and upload it?
I know the above questions are too much, but actually I'm so excited that my first attempt to cook a rom was successful (almost). I hope one of you experts be kind enough to help me solve the above issues and have a perfect phone.
Thanks in advance.
you will have some problems with the initflashfiles.dat in the oem, as well as the "oemtranslation.prvxml" or something which controls your icons for programs and control panel.
The best thing to do is use the same build OEM SYS & ROM folders.
If you dumped hornet 5, then your best bet ist to work with everything in it. I was working at this rom after Sleurhut for about a month or two.
mixing builds of those folders makes you start from scratch again fixing up your oem again.. and again.
as far as the missing files, try using the Xdump method; or use the searcher on your PC to find the missing files folder and the contents.
Dear S.V.I
Thank you so much for your ongoing support and help.
As I've mentioned before, I'm a total newbie trying to have a clean WM6.1 on Wizard. I've searched and read lots of tutorials here and there, but there are still lots of questions remained.
I tried to play with HyperCore (multi-device) today and I failed in the first step. I've extracted the "nk.nbf" from official i-mate KJam ROM using WinRAR. HyperCore is installed and I've a "C:\Core" folder as well as a "HyperCore" folder on my desktop.
The "DumpRom" is asking me to make sure the "nk.nbf" is in "HyperCore\Extract\Source" folder. Well it is there. Press Enter and the error message says: "There is no nk.nbf in Core\Extract\Source".
No it is not. First, it asked me to put it in "HyperCore\Extract\Source" not "Core\Extract\Source". Second, there is no "Extract" folder under "C:\Core". Even after creating Extract\Source under C:\Core and copying nk.nbf there, the same error message appears again.
So, what I'm missing here?
Same
I'm also scratching my head on this problem too. I've even tried creating extract\source folders in locations C:\core\ and desktop\hypercore\ but still no luck.
I'm wondering however that the issue could be caused by vista/7's change from Documents and Settings\user\desktop (2000, XP) to Users\user\desktop.
It may change the way the batch files are called but i'm really rusty on batch commands these days
I would start with the sticky "How to cook a ROM" thread, focusing on CRACING's kitchen, then move to Nekid Angel (Post #3)
where you will find a more updated ROM ready to cook. If you want to try WM6.5 a good ROM and kitchen is at [WM Kitchen] Wizard Kitchen or CRACING's RC6. I have been playing around with that.
You might move your discussion to one of the cooking or kitchen threads mentioned above, too, since that is where others will look.
Perfect
That's what i was looking for thanks for the heads up N2rjt!

µkitchen to add custom files into protected rom

Hello all ,
I ran into the problem of liking a rom that was protected..
no problem , only thing i want to add was remote tracker.
the rest i do with uc.
So with the help of da_g i striped a kitchen to unpack and repack protected roms.
to add a package , just unpack..put your cab in the dump dir and add it to config????.txt
and repack.
that way i get the use the protected rom with my own package build in.
thought i would post it.
grtx , arnold
hi arnoldl,
i want to thank you and everyone have helped you to create and publish this. i was searching something like this since many time ago, finally i found your thread and i was able to add RT to the rom i use!
i think this will be useful to many other people
i have changed something and it works perfectly with my blackstone!
thank you thank you.
bye
What is the difference in extracting ngh file, adding cab file to dump folder, updataing config.txt and recooking compared to installing the cab file using UC?
Can we add visual kitchen packages to this dump folder? If we can add do we need to just copy all the files in all the folders of the package to dump folder?
eg: in the package there are some files in 0409 and some in files folder , _skip, app.reg, all these goes to dump folder?
Thanks
@DarkRenegade
No problem , happy that i helped...
@kk0813
If i would buy a phone of the street , i would do the folowing.
- check if there are funny things on it
- format the card
- hardreset the phone
and gone is your remote tracker protection..
If i cook rt in, with my personal settings for it.
after a hard-reset it's installed again , so i can still gps find my stolen phone after a complete format.
only next step i want to take is to re-hard spl , to prevent reflashing if posible.
but these days with new 6.5 images coming out so quick i flash so often i will wait with that one
but all other things i install by uc or later shashimi
Don't know if you can add kitchen files.
never tried it.....
btw attached a new version.
remade it to work with the new envirus kitchen the newer 6.5 roms are using..
arnoldl said:
@DarkRenegade
No problem , happy that i helped...
@kk0813
If i would buy a phone of the street , i would do the folowing.
- check if there are funny things on it
- format the card
- hardreset the phone
and gone is your remote tracker protection..
If i cook rt in, with my personal settings for it.
after a hard-reset it's installed again , so i can still gps find my stolen phone after a complete format.
only next step i want to take is to re-hard spl , to prevent reflashing if http://forum.xda-developers.com/showthread.php?t=503112posible.
but these days with new 6.5 images coming out so quick i flash so often i will wait with that one
but all other things i install by uc or later shashimi
Don't know if you can add kitchen files.
never tried it.....
btw attached a new version.
remade it to work with the new envirus kitchen the newer 6.5 roms are using..
Click to expand...
Click to collapse
Thats a nice idea. Thanks for the updated version.
DarkRenegade said:
hi arnoldl,
i want to thank you and everyone have helped you to create and publish this. i was searching something like this since many time ago, finally i found your thread and i was able to add RT to the rom i use!
i think this will be useful to many other people
i have changed something and it works perfectly with my blackstone!
thank you thank you.
bye
Click to expand...
Click to collapse
Thanks again
works very well
arnoldl said:
Hello all ,
I ran into the problem of liking a rom that was protected..
no problem , only thing i want to add was remote tracker.
the rest i do with uc.
So with the help of da_g i striped a kitchen to unpack and repack protected roms.
to add a package , just unpack..put your cab in the dump dir and add it to config????.txt
and repack.
that way i get the use the protected rom with my own package build in.
thought i would post it.
grtx , arnold
Click to expand...
Click to collapse
You have a Trojan horse in first post!!!
All this to add a couple of cabs to a ROM ? Isn't it a whole of a lot easier to just... you know... install them after ? Or maybe even UC them to make it even lazier ?
Does this work with other roms from other devices? Or just Raphael roms?
I tried this but it extracts os.nb and os.nb.payload and also os.nb.extra but when it starts to create dump it fails
this is the log
ImgfsToDump 2.1rc2
Cannot map file imgfs.bin
what to do help
jagan2 said:
I tried this but it extracts os.nb and os.nb.payload and also os.nb.extra but when it starts to create dump it fails
this is the log
ImgfsToDump 2.1rc2
Cannot map file imgfs.bin
what to do help
Click to expand...
Click to collapse
Use the latest version of extractor, place the .nbh file in BaseROM, rename it to RUU_signed.nbh and run the extractor.
That worked for me.
A little late reading this, but I downloaded it to rip a rom from a little known site & guess what... Theres a trojan in that 1st post, virus software just riped it out of 2 kitchens recently downloaded as well as that 1st post file.
file namned Win32/Delfsnif.dx
I used your extractor but when i use old (1,2mb) i have problem with rom (sense 2.5 crash , windows menu crash), when i use new extractor (1,9mb) i don;t have a bootable rom (.nbh is very small 15mb-100mb) Is there any solution?
Sorry for my english I hope you can understand me.
I think there are more usefull tools that could help you.
Let's have a look here : http://forum.xda-developers.com/showthread.php?t=411915
And I believe that this tool is used by most roms makers.
Sorry but this tool is traying to rebuild protected rom into kitchen (with folders - ext, rom, sys etc.) but this is impossible.
Worked Great ! !
It worked great for me!
Moving to general section
You should just move this to the cooking forum. People are always asking if you can modify cooked roms. Then others are always answering that you can't dump and modify a protected rom, which clearly isn't true. So this would work ok in the Cooking forum (can't even remember the name of the forum, even though I'm a mod there, lol).
If this works, than this is pretty kick ass! I was recently trying to simplify the process as you did but your work looks flawless to me! I'll post as soon as I can confirm it works putting the rom back on an HTC rose (htc s743).
After the rom is dumped, what says what files go in what directories? In the dump directory ALL files are in the dump directory and not in the folder structure they would be after the ROM is flashed to the phone. Where would I find what determines the folder structure?

Categories

Resources