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".
Btw, this is where I got the ability to cook my splash screen on my ROMs. You know the first bootscreen.
Here.
I don't speak Vietnamese, but it's pretty easy to figure out. If you don't understand me, tell me and I'll write a walkthrough. The pictures tell it all, though.
EDIT:
Things you need:
-Thay Doi_SplashScreen.
-NBH_Tool_v1.1.
-HTC_ROM_Tool.
Create a BMP or JPG that's 240x320.
Run Chạy Tool Replace SplashScreen.exe
Click Load Bitmap and choose your file.
Click Update Splash.
It will create the needed files where the BMP/JPG is currently stored.
Take the ruu_signed.nbh and use NBH_Tool_v1.1 to extract the PrimarySplash.nb that you can use with your ROM.
you should probably type it up anyway. hah
Thanks for the link, Ivan
Can someone upload the files, I cant read the site so I cant make a log in lol.
Thx
Write up
Hi,
I will try to write this up today as time allows.
How-To
As promised, please download the attached zip file.
This will contain all needed files and a short readme.txt.
Enjoy,
ttran001 said:
As promised, please download the attached zip file.
This will contain all needed files and a short readme.txt.
Enjoy,
Click to expand...
Click to collapse
Thanks Ttran!! I knew someone would step in and help me in my time of laziness.
Dumb Question
Okay, this is probably a dumb question.
I followed your instructions to the letter -- got the PrimarySplash.nb file.
My questions is Now what do I do to flash it to the phone. Go back to step 1?
Please Advise
Thanks
zcink said:
Okay, this is probably a dumb question.
I followed your instructions to the letter -- got the PrimarySplash.nb file.
My questions is Now what do I do to flash it to the phone. Go back to step 1?
Please Advise
Thanks
Click to expand...
Click to collapse
lol,
Now that's going to be another post... How to install your newly created splash screen.
=============================
Download
This file will contain step on how to create a nbh file. Just follow the steps and only include your PrimarySplash.nb file and not the rom.
Then flash it as you would with a rom.
Good luck,
ttran001 said:
lol,
Now that's going to be another post... How to install your newly created splash screen.
=============================
Download
This file will contain step on how to create a nbh file. Just follow the steps and only include your PrimarySplash.nb file and not the rom.
Then flash it as you would with a rom.
Good luck,
Click to expand...
Click to collapse
Okay got it. Will try it. Thanks.
by the way, thanks so much for using Megaupload and Not Rapidshare. Megaupload is by far the best.
I'm nervous about doing this but here goes.
Just one question. I put the PrimarySplash.nb in splash box and not system box -- right?
Please advise.
thanks. (I just don't want to brick my phone.)
Got it -- worked. You are a Genius.
Okay I did what I thought and it worked great. Thanks again!!!!!
yay for viets! (sorry gotta represent)
found this...not sure if you can do anything with it
neptune said:
found this...not sure if you can do anything with it
Click to expand...
Click to collapse
Haven't tested that, but it's probably for one of the other two startups. The first startup cannot be changed without flashing.
neptune said:
found this...not sure if you can do anything with it
Click to expand...
Click to collapse
Be nice if you could tweak this. Says ROM by Tom Condron. Nice graffics though. Uninstalled.
tried it out, got the nb, converted to nbh, flashed with the loader that came with ivans clean rom, but it didnt work. Nothing happened. Any ideas?
chris30_2001 said:
tried it out, got the nb, converted to nbh, flashed with the loader that came with ivans clean rom, but it didnt work. Nothing happened. Any ideas?
Click to expand...
Click to collapse
did you make the picture that you want for the flash screen ? Did you download the easy how to as well ???
Ok I am no noob .. Maybe im too tired or I missed something somewhere in all of this. So let me ask all the dumb questions and hopefully you can make this a sticky clearly explained. Lets start will all the directions 1 by 1 and hopefully 1 of you geniuses can clean it up then hopefully make a sticky .....
A.) Download all files needed. (assistance is more than welcomed here)
B.) get the picture you want to use for your splash screen.
(**Instructions written by ttran001**)
1. Copy the image you would like to use into the image folder.
2. Open up the Step 1 folder and run the Replace SplashScreen.exe file.
3. Click on Load Bitmap from the newly opened menu (Replace Artemis SPlashScreen.
4. Click on the Update Splash button.
The PDA Phone ROM Update Utility 3.0.3.1 menu will pop up.
Leave it alone.
5. Go back to the image folder for step 1 and locate the RUU_signed.nbh file.
6. Copy the RUU_singed.nbh and place it into the RUU_signed folder.
7. Go back and close out both PDA Phone ROM Update Utility 3.0.3.1 and Replace Artemis SplashScreen.
8. Now go to the step 2 folder and double click on the nbhtool.exe.
9.This will open up Dutty's good NBH tool v1.1.
10. Click on the Decompile NBH file button.
11. Browse back to the RUU_singed folder and locate the new RUU_signed.nbh file.
12. Choose the same location or the one of your choosing to save the extract files.
13. Once completed it will extract a new file called PrimarySplash.nb, this is your new Splash replacement file.
OK we now have that part as easy as can be. Now the next parts for creating a nbh file.
Download and extract the HTC_ROM_Tool to your computer.
Double click on the htcrt.exe file to get started.
This new screen will popup.
Click on the Build! button.
On this screen click on the box under the Device: to select your device type.
Choose Herald
Type in your version of the rom, example: 4.10.531.3
Click on the box highlighted in red to choose your OS.nb file.
( Now where do we get this file from i would like that clarified and have it added to a download list for the sticky please.)
Click on the Build ROM botton.
This new screen will popup.
OK ... Now we have a nbh file... Now what would be the correct way of flashing this to a device. also the basic questions.
1.) Will this delete and or change my settings. ?
2.) What are the risks of flashing this way ?
3.) Does this work with HardSPL ?
4.) Does this work without HardSPL ?
5.) Must the picture be a bitmap ?
6.) Can I just use the ReplaceSplashScreen to just change the splash screen ?
7.) Does the program ReplaceSplashScreen work on wing before HardSPL or after or both ?
8.) Maybe im really tired how do I put pictures in this thread ... LOL ...
If I want to change the Windows Mobile splash also, do I change the name from "PrimarySplash" to "Secondary Splash"? or something? thanks.
cant believe myself guys , PLEASE , tell me how to change my welcome screen , i've downloaded a cab named "EMSE Windows Phone animated (QVGA)S.Black" , and so what ? install or i've seen some advices to change .png or whatever in the system folder with Total Comander ... some1 guide me through the fog fast and clean ;]] and let this thread run fast downstairs...
i got the cab from some thread , and i can upload it in this one if anyone needs it ... ?
Hey LtBlue, there is something wrong with his registry settings, they not correctly setting the files on some devices, you'll need a registry editor, active sync your phone and run the reg edit from your pc and change the following:
HKLM\Software\HTC\HTCAnimation :
StartupGif - \Windows\animated.gif
HKLM\Software\Microsoft\Splash Screen :
CarriereBitmap - \windows\welcomehead**.png
MSBitmap - \windows\welcomehead**.png
Click to expand...
Click to collapse
the ** means the number at the end of the name of the image, dont put "**" cos it wont work.