Universal WM6 ROM Kitchen - JASJAR, XDA Exec, MDA Pro ROM Development

Universal WM6 ROM Kitchen
Finally I'm able to steal some time to upload this Kitchen, the intention is to get everybody involved and understand and maybe help with the development of wm6 for universal, and also everyone can built their own personalize universal WM6 ROM, hopefuly user or any rom modder sending some patch or registry modification or some part update to the kitchen...
Big Thanks to MAMAICH and also my friend Bepe, the two Genius on the forum I know...
Most of this Guide is taken from bepe's, and also some of the dev tool are taken from Bepe's, and ofcourse MAMAICH so credits goes to them also for his great method and tools!
lets start,
helmi
----------
ROM Kitchen is a tool to cook your personal Universal Windows Mobile 6 ROM by the packages you need.
Your Computer must have .NET Framework v2.0 installed!
THE KITCHEN:
Someone might need to mirror it somewhere?
ftp://xda:[email protected]/Uploads/Universal/helmi_c/helmi_uni_wm6_kitchen_r0.rar
OEM Pack Included in R0 Kitchen (Most of it part are newer then currently available rom):
Camera&MMS=3.5.1.5
CommManager=1.3.7.0
mHub=6.29.061106.I0
PicturesExt.dll=1.20.911.610
PowerService.dll=2.15.1.0
WirelessMgr_Service.dll=2.21.0.0
NETCF2_SP2= .NET Compact Framework 2 SP2
JAVA
SIM_Mgr=5.30
STK_Service.dll=4.47
StreamingMedia=2_10_1025621
Zip=1_20_25226_1
ps: the kithen is ready to build vanilla version, just
1. Click createos.exe
2. Click start button (createos.exe dialog) wait till its finish.
3. Click CreateROM.BAT, click encode, browse nk.prj, set operator
4. flash....Done.
OEM PACK:
I'm just too lazy to link them one by one...
BTFtp=1_1_27419_1
BTSapProfile.v1.45
CambridgeMSBTPlug-In
HtcWmpPlugin
Indialler_Phonepad_15_Language
MS.VoiceCommand=1.6_UNIVERSAL
OneNoteMobile=12.0.4518.1010
Pocket_MSN
PocketXPDF=0.50
Resco_Explorer 5.42
SDDaemon_UNIVERSAL
StowawayBTMouseKeyboard
SymbolPad=1_0_24075_1
Szilamer_BubbleFix
Szilamer_WordSuggestionFix
TaskManager=1_0_27407
USB_HDD
VGAMode
VOIP
WinliveVGA
WM5torage 1.7.3
WM6_CustomerFeedBack
NETCF2_SP2
JAVA
Zip=1_20_25226_1.rar
more will be added by others maybe? TOMTOM? SPB PLUS?, wiki page might be ideal for this...
How-To build a ROM:
1. Extract the kitchen pack to the c:\DEV folder (create the folder if u dont hv it)
2. Extract OEM Packages you need to OEM folder
3. Run CreateOS.exe and click the button
4. Run CreateROM.bat, proccesing....
5. HTC64_Extended_ROM_Tool.exe will start, click encode, then browse for C:\Dev\Helmi_UNI_WM6_Kitchen_R0\Temp\nk.prj then click next.
6. Set ur operator in operator name text field, default is set for 02 (02__01) u might change this to TMOB, MDL, etc then click encode when u finish to convert nk.nba to nk.nbf, the nk.nbf (ROM) will locate at C:\Dev\Helmi_UNI_WM6_Kitchen_R0\Temp folder.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
7. ROMUpgradeUt.exe will start to update the rom to ur device or u might cancel if u planning to update latter.
Done! U Just create ur personal Universal WM6 ROM!
How-To build ur own OEM Package:
An OEM Package is just a simple folder containing files and registry settings for the ROM
First of all you'll need a GUID number for your Package.
Go to http://www.famkruithof.net/uuid/uuidgen to get one.
In my case:
283b9db7-cb03-4c1b-820e-ca49b2c3b5db
Necessary steps:
1. Create a new folder:
Dev/OEM/[Your package name]/
2. Create a empty text file:
Dev/OEM/[Your package name]/283b9db7-cb03-4c1b-820e-ca49b2c3b5db.dsm
(CreateOS.exe will finish this file for you)
If needed:
3. Create an UNICODE text file:
Dev/OEM/[Your package name]/283b9db7-cb03-4c1b-820e-ca49b2c3b5db.rgu
This file could be used to add registry entries to the ROM
First line is:
REGEDIT4
...
and there MUST be a empty line at the end!!
4. Create an UNICODE text file:
Dev/OEM/[Your package name]/initflashfiles.txt
This file could be used to create folders or copy files, shortcut on the ROM.
For Example/ Ilustration: Open or read Dev/LOC/initflashfiles.dat using a text editor or any premake initflashfiles.txt at one of the OEM folder.
and there MUST be a empty line at the end of iniflashfiles.txt also!!
Copy all files you need to Dev/OEM/[Your package name]/
How to change Universal paging pool SIZE:
Open nk.nba with hex editor and search for hex 64B00000640000002E2E2E2E00002E00 with 2E as a joker string and the last 2E00 is ur paging pool size. or just goto offset 51A502 and start mod ur paging pool see ilustration bellow:
the picture show us 4.8mb(48) paging pool (standart) change to 60 (6mb), 70(7mb), or any size u like.
How to fake ur CE version and OS Built
(only if u kinda person who like to fake stuff, not recommended thought)
How to fake ur CE version:
open nk.nba/nk.fat with any hex editor and go search unicode string 2.00.02 (the real version) or goto address 477C and 31437C and modify to any version u like, 2.99.99 or 2.00.99 or 2.01.06 or 2.01.08 or maybe 9.99.99? if u like... but still, its a fake, well its up to you...
Ilustration picture:
How to fake ur OS Build:
convert shellres.dll.0409.mui module (dir) to file and edit string 918 at resource ID 14683 and 14684 to any OS version u like, u'll have OS build 10.10 (Build 99999) OS if u like...but still, its a fake, well its up to you...
Ilustration picture (u'll hv OS 10.50.9999 (Build 99999) isn't amazing? more update then ms one...:
How to cook ur Extended_ROM
I'll update someday, running out of time...
Well, the kitchen and also some instruction (hopes u guys understand) are here now, so? why dont you guys built ur own personalize WM6 ROM...??
I hope more people will understand and gettin more involved and helpful with rom making stuff after this, and more people will support each others with bugs and updates... lets work togather guys... next would be AKU3.3 and AKU3.5 kitchen if I hv time...
hopes that i'm not forgot about something...lol...
regard,
Helmi
EDIT:
Added wiki page by my old buddy GerardNL, Thanks GerardNL, my friend...
Kitchen WIKI:
http://wiki.xda-developers.com/index.php?pagename=HTC_Universal_WM6_Kitchen_Helmi

the link doesnot work.

what a great guide, but can't download the kitchen..

ftp://xda:[email protected]/Uploads/Universal/helmi_c/helmi_uni_wm6_kitchen_r0.rar
Link above is working, file download ok for me. File not corrupt.
Helmi
What a great gift ! It makes a little bit easier to understand how to make something face our particular needs. a way to make everyone happy with the parameters and applications he likes. by default.
Thank you !

WoOoOoW. CoOoOoL.
Will download, learn and try.
You have disappear for too long. Beside this kitchen, any new ROMs with Video Call Working?

Very Very thanks from Italy.
helmi_c said:
Most of this Guide is taken from bepe's, and also some of the dev tool are taken from Bepe's, and ofcourse MAMAICH so credits goes to them also for his great method and tools!
http://buzzdev.net/index.php?option=com_simpleboard&Itemid=59&func=view&id=23392&catid=64
Click to expand...
Click to collapse
One matter.
This link doesn't work.
One Question.
One Wizard to translate the roms is it possible?

2nd problem.
I try this:
ps: the kithen is ready to build vanilla version, just
1. Click createos.exe
2. Click start button (createos.exe dialog) wait till its finish.
3. Click CreateROM.BAT, click encode, browse nk.prj, set operator
4. flash....Done.
Click to expand...
Click to collapse
At 3th point after I Browse nk.prj I click Encode and I've this error:

Hi Helmi_C
The link is working for me.
Thank you for the kitchen, great work!
Greetings, Leo

Broken FAQ link
http://buzzdev.net/index.php?option=com_simpleboard&Itemid=59&func=view&id=23392&catid=64
Is the page you Link to Helmi.. I cant call it up either!

cicciocant said:
2nd problem.
I try this:
At 3th point after I Browse nk.prj I click Encode and I've this error:
Click to expand...
Click to collapse
I get the same error code as well!

thx .............

Great Job , Thanks

cicciocant said:
2nd problem.
I try this:
At 3th point after I Browse nk.prj I click Encode and I've this error:
Click to expand...
Click to collapse
Juggles said:
I get the same error code as well!
Click to expand...
Click to collapse
did u guys extract the kitchen to c:\dev ? so the end result should be C:\Dev\Helmi_UNI_WM6_Kitchen_R0, the error is because the nk.nba cant be found... the nk.nba should locate here C:\Dev\Helmi_UNI_WM6_Kitchen_R0\Temp\Nk.nba

cicciocant said:
Very Very thanks from Italy.
One matter.
This link doesn't work.
One Question.
One Wizard to translate the roms is it possible?
Click to expand...
Click to collapse
yes, the link to buzz is dead, I'll erase it...
if you hv another LOC (Localization MUI) it should possible, btw darkforce hv post a rom with many language? u can take its MUI and HTM help file with another language. just replace the loc folder with foreign LOC.

helmi_c said:
yes, the link to buzz is dead, I'll erase it...
if you hv another LOC (Localization MUI) it should possible, btw darkforce hv post a rom with many language? u can take its MUI and HTM help file with another language. just replace the loc folder with foreign LOC.
Click to expand...
Click to collapse
the mui and htm only can replace by OEM folder , in LOC not enough for that,special for IMU very difficult to replace,also need to edit reg key

helmi_c said:
yes, the link to buzz is dead, I'll erase it...
if you hv another LOC (Localization MUI) it should possible, btw darkforce hv post a rom with many language? u can take its MUI and HTM help file with another language. just replace the loc folder with foreign LOC.
Click to expand...
Click to collapse
Thx. I Solved.
TO translate Can I Take the .mui file from Wm5 Aku 3.5 Italian ROM by fly?
It's very difficult?

Ufone Operator ID
Hello Helmi thanks for the Kitchen and love you for the 1.1 Rom.
Can you tell me how to set Operator ID for Ufone in pakistan because I have never been able to successfully change the code that I get "41003" in the phone app even after editing the nbf in WM5 Himalaya Roms as well.
Do I write Ufone_41003 in the Operator Id line or what?

Here is what I get from running CreateOS.exe with extra included (see attached).
Running CreateROM.bat prompts for missing default.hv, boot.rgu which I copy from somewhere in the kitchen. But prompts for Boot.hv which is no where to be found. (Can find in my PPC).
What did I do wrong?
But still able to continue to get nk.nbf. Can flash this? Is this same as Helmi-WM6-v1.1?

i don't know how you guys do it, but thanks very much all of you!!!!

Wow......Great job!
I had been waiting for it for a long time.
http://forum.xda-developers.com/showthread.php?p=1159759#post1159759
Thanks......

Related

[Full Guide Thread] TNT.Kitchen for Wizard, Auto XIP Porting and Modules Relocating

hi,
As promissed, this is my special Kitchen for Wizard users and chefs. This kitchen is based on Bepe kitchens with some edits on nb file and batches to work well with our Wizard devices.
With this kitchen and guide, all beginners can going very fast to be an expert, so this is suitable for all (experts and beginners).
===============================================
Change Log:
5-Aug Update: 5.2.20273 build 5.2.20273.1.3.3 SYS and XIP (check 2nd post).
13-May Update: 5.2.19213 build 5.2.19213.1.0.4 SYS and XIP (check 2nd post).
29-Apr Update2: 19202 buid added in downloads post as SYS and xip.bin.
29-Apr Update1: another CreateROM.bat to cancel combining all packages to one.
28-Apr Update: date of creating this thread.
===============================================
Kitchen Advantages:
- Real porting for xip in auto mode (no need for write addresses or whatever)
- Auto Relocating for modules (no need to edit .VM folder in SYS)
- All dsm will be combined in one dsm (so, windows folder has only one dsm, no overloading, and this will save more than 1 MB from the Kitchen)
- All RGU will be auto encrypted.
- The kitchen will give you a notice that your packages are overload (no need to flash to test).
===============================================
Requirements:
- you have to download: Microsoft Visual C++ 2008 Redistributable Package.
- Wizard Device.
- SYS folder from the build you want to use.
- OEM folder which contains Drivers and your packages.
- XIP modules from the build you want to port.
- Give some credits if you plan to share your releases.
===============================================
How to start cooking:
1- Extract TNT_Kitchen_for_Wizard to C: dirctory on your PC.
2- Copy SYS folder you want to use to the Kitchen.
3- Add your OEM packages to OEM folder.
4- Run BuildNB.bat.
5- wait until BuildNB.bat shows "press any key to continue".
6- go to nbf folder.
7- run nb2nbf.exe.
8- in Language, choose WWE.
9- tick File #1 and then choose your 80040000-OS.nb file.
10- go to Image Name and choose OS.
11- on the right top corner, choose Translate.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
12- open nbf folder and run Vista_ROMUpdateUtility.exe if you have vista operating system, or XP_ROMUpdateUtility.exe if you have XP operating system.
===============================================
Some Hints:
- How to know that your packages is larger than what you have to load??
- if you see this msg, so you have to remove some packages:
- How to minmize SYS folder Size??
- there are many of useless packages located on SYS folder, try to see what you don't need and remove.
===============================================
How to port XIP from any new build:
- extract xip.bin from the build you want to port from.
- Download Bepe xip port
- extract xipport to any folder
- the folder should contain XIPPort.exe, pkgcommon.dll, and xip.bin you want to prot. (i will put xip.bin from different new builds)
- run XIPProt.exe
- press Dump xip.bin
- you will have OUT Folder
- press Make Pkgs
- now, open OUT folder, you will have Files and Modules.
- for each folder (Files and Modules) copy MSXIPKernel and MSXIPKernelLTK contents (Note: without .txt files) and paste them to /ROM/XIP folder and replace.
- now, if you cook, you will have the new build with real port.
===============================================
How to port SYS from any new build:
Just extract SYS folder from the new rom you want to use its SYS folder, and paste the new SYS to the kitchen (you have to see the suitable extracting kitchen from the device you want to get SYS folder from it, and also i will upload SYS folder from any new build to direct use)
===============================================
Which OEM Drivers and Apps can you use:
you can search for this yourself, and there are many of them, you can use boy_de_ghet from Here, or use double_ofour OEM which can be found here, also Faria thread contains good OEM (but maybe old). on these packages, you can use Drivers and apps with no problems for Wizard ( OEM_Lang_0409, OEMAPPS, OEMDrivers, OEMMISC, OEMOPERATORS, WinCENLS_WWE...)
from other devices, you can use OEM packages from mattk_r packages (without using the drivers located on that OEM Folder, because they are for Hermes only) the thread can be found here, also maybe they are a little bit old, but you should find something intersted. (you cannot use
OEM_Lang_0409, OEMAPPS, OEMDrivers, OEMMISC, OEMOPERATORS, WinCENLS_WWE.. which are for Hermes Device, just get the other packages)
===============================================
Some Packages should be located in OEM to make your rom bootable:
your OEM should contains: OEM_Lang_0409, OEMAPPS, OEMDrivers, OEMMISC, OEMOPERATORS, WinCENLS_WWE (maybe this will be in SYS) and SecurityOff. also, maybe LangDB and Default packages.
All mentioned above are suggestions (maybe experts know about that more than beginners)
===============================================
How to make new packages for your own:
you can learn that yourself by searching and learning, it is very simple but needs nice relax from you, i suggest to read Faria thread to learn how to create your own packages. another very useful thread by double_ofour can be found here
Downloads:
========================
TNT_Kitchen_for_Wizard: contains the base kitchen without SYS and OEM. the orioginal XIP in this kitchen is 5.2.19209
Rapidshare
========================
5.2.19209 SYS Folder: contains SYS folder extracted from Kaiser, just copy SYS to the kitchen
Rapidshare
=======================
29/Apr update1
CreateRom without combining all packages to one: all you need to do is to download this file and put CreateROM.bat in TOOLS folder and replace.
=======================
29/Apr update2
XIP.bin from 19202 build: as mentioned before, use xipport.exe to extract this xip and read guide to know where to extract and what to extract
Download
SYS from 19202 build: just copy SYS to the kitchen
Rapidshare
=======================
13/May update
XIP.bin from 19213 build: as mentioned before, use xipport.exe to extract this xip and read guide to know where to extract and what to extract
Download
XIP Folder from 19213 build: this is the whole folder of XIP which should be located in Rom folder, so just remove the older one and paste this one.
Download
SYS from 19213 build: just copy SYS to the kitchen
Rapidshare
=======================
5/Aug update
XIP Folder from 20273 build: this is the whole folder of XIP which should be located in Rom folder, so just remove the older one and paste this one.
RapidShare
SYS from 20273 build: just copy SYS to the kitchen
RapidShare
Notes:
- you have to unlock your device before flashing, for more details in flashing notes visit this thread.
- i'm not responsible for any damage on your device.
========================================
Important Links:
- How to determine if your Wizard is a G3 or a G4
- CID Unlock your G3 Wizard (Only for Wizards with less than AKU2)
- Easy guide to CID unlock G3 Wizard
- Solution for CID Unlocking G3 Wizard with AKU2 or higher
- CID Unlock your G4 Wizard Hard-SPL
- CID Unlock your G4 Wizard Soft-SPL
- Unlocking and Upgrading G3 Wizards
- Howto flash a Wizard... a little tutorial!
- How to SIM unlock the Wizard
- HOW To Change the Pagepool (WM5)
- HOW To Change the Pagepool (WM6)
- XDA-Wiki for Wizard which contains huge informations needed.
Credits:
- ofcourse first one is Bepe for his great tools
- tom_condon for helping me on so many things in cooking
- misar for his tools in relocating modules
- all the nick names i used in this thread (faria, double_ofour, boy_de_ghet, mattk_r, and vippie)
- for jwzg for the good arrangement in our forums.
================================
i hope you get some useful tools and informations to learn and improve your cooking.
Good Luck and have a nice cooking .
================================
if you don't have the time for cooking, you can download any rom, feel free to see my sign. and click on the latest wizard rom mentioned there.
Perhaps I should build my own. This should be interesting.
Thanks man, you always do a great job.
Please creat kitchen buit 19701 new !!!!
OS 5.2.19701
Vesion clean !
Done.
i will update the thread with the suitable informations and links to keep our working better.
if you think that there are some of useful threads just let me know to edit my posts .
good luck guys .
amsatnetg said:
Perhaps I should build my own. This should be interesting.
Thanks man, you always do a great job.
Click to expand...
Click to collapse
ofcourse you have to build your own (if you have the time)
c28langthang2010 said:
Please creat kitchen buit 19701 new !!!!
OS 5.2.19701
Vesion clean !
Click to expand...
Click to collapse
where is this??
point me and let me do it for you .
well done it's right, i am going to see if i can cook using your kitchen. I was completely clueless when it came to porting a "real" rom from one device from another so i can now see the light. This definately deserves to be a sticky!! thanks again
newbie1221 said:
well done it's right, i am going to see if i can cook using your kitchen. I was completely clueless when it came to porting a "real" rom from one device from another so i can now see the light. This definately deserves to be a sticky!! thanks again
Click to expand...
Click to collapse
you will use it with no problem at all, and i'm sure you will increase your packages size (in case of dealing with 19209 SYS by removing the useless packages from it).
Good luck bro .
Nice Kitchen! I ported 19701 and it works greats! But now the SYS folder... The 19701 from PDAVIET is protected. Can someone provide it or knows how to extract it?
j.vd.spank said:
Nice Kitchen! I ported 19701 and it works greats! But now the SYS folder... The 19701 from PDAVIET is protected. Can someone provide it or knows how to extract it?
Click to expand...
Click to collapse
is it difficult?
about the protuction, no one can open it.
any rom will be cooked using the kitchen here can't be extracted, PDAVIET used the same tools included on this kitchen
its right said:
is it difficult?
about the protuction, no one can open it.
any rom will be cooked using the kitchen here can't be extracted, PDAVIET used the same tools included on this kitchen
Click to expand...
Click to collapse
Not difficult... I can share if someone is interested, but without SYS folder its 'useless'. So we have to wait when someone releases a kitchen
j.vd.spank said:
Not difficult... I can share if someone is interested, but without SYS folder its 'useless'. So we have to wait when someone releases a kitchen
Click to expand...
Click to collapse
i don't prefer the builds that not provided by microsoft, many of builds are hacked like 19400 and yours, so i don't think you will find SYS folder simply.
Very well done wise man!
I'm going to start on my own and report the results later
Thanks a lot for sharing
epimazzo said:
Very well done wise man!
I'm going to start on my own and report the results later
Thanks a lot for sharing
Click to expand...
Click to collapse
you are welcome, have a nice cook man .
its right said:
Downloads:
========================
TNT_Kitchen_for_Wizard: contains the base kitchen without SYS and OEM. the orioginal XIP in this kitchen is 5.2.19209
Rapidshare
========================
5.2.19209 SYS Folder: contains SYS folder extracted from Kaiser, just copy SYS to the kitchen
Rapidshare
=======================
Click to expand...
Click to collapse
The two links are to the same file.....
Andy
nice job =D
i'll try it myself
ADB100 said:
The two links are to the same file.....
Andy
Click to expand...
Click to collapse
no they are different
but after editing , thanks for that.
Itsright,
Got little confused...
During cooking process, only DUMP is created together with log.txt. That's all found inside temp folder. Shouldn't expect boot.rgu and nb file? I added my own stuff like OEM and SYS parts. no issues here.
XIP is also already in but didn't got your point related to OS.NB.PAyload.
What actually does it mean?
Maybe I should review something left behind...
I appreciate other comments too...
Rgs

Tutorial: How to Dump, Extract and Build a Rom for Windows Mobile

CREDIT GOES TO anichillus for his Tutorial and kitchen. I just modified the tutorial with some pics and steps. Thanks to its right, S.V.I, CRACING and kitchen tools developers. Hope it helps…
Note: I wrote this tutorial on my Blog too. So consider this post as a copy of that post. Plz let me know if i have mistake in the tutorial. Thanks....
1. Some ROMS are password protected. So those ROMS will not dump.
At First you need to download a good Kitchen and a good ROM for windows mobile. All the kitchens are good. For me HyperCore Kitchen is the best choice so download the kitchen from here :
Kitchen source: HyperCore Kitchen
Latest Kitchen Download: Download
You can Use this kitchen for Wizard, Hermes, Artemis, Herald, Universal, Trinity and Prophet. Then Download a Rom for your device. You can find a lots of coustomized ROM for windowsmoble devices on Xda Developers. Before Downloading a windows Mobile Rom you need to know what kind of Windows Mobile Device you Have . And You need a CID Unlocked Device. I know that my MDA is a Wizard and it’s a G3 Device. To know about your device please read Smartphone / PDA Nick Names And Unlocking. I added some Unlocking tools source for different Device. After downloading and Unlocking Your Device You can update your Rom. To coustomize your downloaded ROM follow this steps:
1. Extract The kitchen to your C: Drive otherwise it will not work properly. It should be C:\Core\ on you PC. First of all you need to edit the file named “Device.txt” located on the “C:\Core\ACK\” folder located on systemdrive. You will see set device= . If you have a Wizard then edit the test like this set device=Wizard. Then Go to your downloaded rom directory ans copy the nk.nbf or the .nbf file to Desktop\HyperCore\Panel\Extract\source Folder. Make sure that .nbf file is named as nk.nbf.
Take a look at the bottom picture :
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2. The Navigate to Desktop\HyperCore\Panel\Extract folder and Start DumpRom and hit Enter to Dump / Extract the ROM from nk.nbf file. You will see its working.. After few seconds..minutes, depending on your PC and the ROM you are extracting you will be prompted with a Status and with some questions. Here you can start PKG Tool and you can move the OS.nb to ROM folder. Type In 2 and hit Enter to copy Os.nb. Now Type in 1 and hit [ENTER] to start Package Tool. Read the window and Hit [ENTER] to countinue…
Bulding Packages
3. You will see some options On the status window. Choose Number 3 manual Option. So type in 3 and hit [ENTER].. Package tool will start. Click on Package tool and go to file > Open then select the folder Desktop\HyperCore\Extract\dump. It will show you Rom Information. After that click on Tools > Build Packages on the package Tool program. It will take some time to bulid the package. It will show you some status afet building packages.Look for [Missing Files] to find info about their Directory. To copy the missing file go to Desktop\HyperCore\Extract\dump directory and Copy the missing files / folders from there to where it shows. After you placed all files where they should be, you must then rename the “dump” folder into “Packages” and only then you can exit the PackageTool. . When you will do that, the batch program will get you to another Status window. Here you can see “Move SYS and OEM to Kitchen. So, select “4” and press [ENTER] but be sure that you renamed the “Dump” folder first into “Packages”. Then type Y and press [ENTER] again. It will move the SYS and OEM folders into HyperCore \Build for later building. Then Exit or Press [ENTER] to Exit the status window.
Dumping XIP from ROM
4. The Only thing you miss now is the XIP section and you’ll have your first OEM and SYS Kitchen after dumping the XIP from the ROM. Go to Desktop \HyperCore\Panel\Extract and start DUMP XIP it will open a folder asking you to place OS.nb on that folder. We already moved the OS.nb to this folder. So Close that folder and hit [ENTER]. This will work to generate the XIP. Read the status window and continue. Type in 1 and press [ENTER] to move the XIP. Press any key to continue and Exit the Status window.
BuilDing ROM from Kitchen
5. If you are on this step, you made your own first kitchen for your windows mobile device. Before building any windows mobile rom you must remember that your ROM size should be 56.9 MB. Now go to Desktop \HyperCore\Build and add / delete your OEM Pcakages from OEM Folder. If you want to know about how to make OEM package for Windows Mobile please read details about Making Windows Mobile OEM Here. Add remove packages from OEM and SYS folder to adjust the nk.nbf size. After adding an deleting packages go to Desktop\HyperCore\Panel\Build and start BuildOS. Look at the picture below to see this status window.
6. This will prompt you with couple of choices. It’s pretty easy. Select “1” and this will start the actual BuildOS program. Select the Packages from there and click on little green arrow and wait until finish. Note that, If you have duplicate file on the packages you will get error message saying file exist.. delete duplicate files from SYS and OEM then click on green button again. When done close the build os on the status window to make OS.nb file by choosing option 2. Type in 2 and press [ENTER] to create OS.nb file.
7. After finishing you will see the status window again. Now type in 3 and it will start nb2nbf tool. Now follow this instruction carefully.
Select Wizard on model ID field.
Then select File#1 and browse Os.nb file from Desktop \ HyperCore \Tools\Convert\ .
Then select OS from drop down list.
Click on Start Address field to get the Start address.
Click on Translate to buld nk.nbf file. Here is a picture of nb2nbf tool with this steps .
how to remove programs from sys folder
i want to remove some applications from the sys folder (like bluetooth ftp,ps shutxp) which i never use.can i simply delete the folder from sys or i have to edit rgu or initflash or dsm file .or anyone knows how to edit xml file so that i can select or deslect program from the buildos tool.thanks in advance
confident said:
i want to remove some applications from the sys folder (like bluetooth ftp,ps shutxp) which i never use.can i simply delete the folder from sys or i have to edit rgu or initflash or dsm file .or anyone knows how to edit xml file so that i can select or deslect program from the buildos tool.thanks in advance
Click to expand...
Click to collapse
Deleting the folders worked fine for me.
Which dose the samsung onima go under?
Wizard, Hermes, Artemis, Herald, Universal, Trinity or Prophet?
thanks
Hello,
MoonBlazer said:
Wizard, Hermes, Artemis, Herald, Universal, Trinity or Prophet?
thanks
Click to expand...
Click to collapse
No, hypercore or any kitchen found in this website will not work for samsung onima and also the device is not developed by HTC so you might not get any info in this website for cooking ROM's for samsung onima.
SO DO NOT TAKE ANY RISK.
confident said:
i want to remove some applications from the sys folder (like bluetooth ftp,ps shutxp) which i never use.can i simply delete the folder from sys or i have to edit rgu or initflash or dsm file .or anyone knows how to edit xml file so that i can select or deslect program from the buildos tool.thanks in advance
Click to expand...
Click to collapse
* If you are deleting any OEM folders which contains lnk. Simply delete the OEM and also clear the command line in the initflashfiles.dat file which relates to the lnk file inside the deleted OEM. You can ignore this one but I think it will slow down the speed of booting at the first time.
* If you are deleting any OEM folder which does not contain any lnk file then simply delete it.
* When ever you deleted the OEM, Rgu file might be the important to boot the device so confirm the keys inside the rgu and then delete the OEM.
* After build the nk.nbf, The file should be less then 56.9 MB if not its overcooked and it will defiantly crash while flashing.
* Make sure you device is flashed to hardspl before testing your cooked ROM.
I think these tips will help a little, Thanks
Best regards
thanks
CRACING said:
Hello,
No, hypercore or any kitchen found in this website will not work for samsung onima and also the device is not developed by HTC so I might not get any info in this website for cooking ROM's for samsung onima.
SO DO NOT TAKE ANY RISK.
* If you are deleting any OEM folders which contains lnk. Simply delete the OEM and also clear the command line in the initflashfiles.dat file which relates to the lnk file inside the deleted OEM. You can ignore this one but I think it will slow down the speed of booting at the first time.
* If you are deleting any OEM folder which does not contain any lnk file then simply delete it.
* When ever you deleted the OEM, Rgu file might be the important to boot the device so confirm the keys inside the rgu and then delete the OEM.
* After build the nk.nbf, The file should be less then 56.9 MB if not its overcooked and it will defiantly crash while flashing.
* Make sure you device is flashed to hardspl before testing your cooked ROM.
I think these tips will help a little, Thanks
Best regards
Click to expand...
Click to collapse
ok, thanks
Thanks Cracing.Your Touch HD is the best rom i ever used.
* Make sure you device is flashed to hardspl before testing your cooked ROM.
Click to expand...
Click to collapse
I think Hspl is only needed if you have a G4 Device!
ather90 said:
I think Hspl is only needed if you have a G4 Device!
Click to expand...
Click to collapse
O" thats right man. I was not knowing about it.
Why did the htc developerd two edition of htc wizard, I mean G3 and G4.
Regards
nada1
CRACING
ı am not spaek english soryy ı am eng. speak very little
Rom edit Video description pls
Correct English :
Can any one please make a screencast/video of the steps explained above ?
5. If you are on this step, you made your own first kitchen for your windows mobile device. Before building any windows mobile rom you must remember that your ROM size should be 57 MB. Now go to Desktop \HyperCore\Build and add / delete your OEM Pcakages from OEM Folder. If you want to know about how to make OEM package for Windows Mobile please read details about Making Windows Mobile OEM Here. Add remove packages from OEM and SYS folder to adjust the nk.nbf size. After adding an deleting packages go to Desktop\HyperCore\Panel\Build and start BuildOS. Look at the picture below to see this status window.
Can any one please make a screencast/video of the steps explained above ?
ferfecir said:
5. If you are on this step, you made your own first kitchen for your windows mobile device. Before building any windows mobile rom you must remember that your ROM size should be 57 MB. Now go to Desktop \HyperCore\Build and add / delete your OEM Pcakages from OEM Folder. If you want to know about how to make OEM package for Windows Mobile please read details about Making Windows Mobile OEM Here. Add remove packages from OEM and SYS folder to adjust the nk.nbf size. After adding an deleting packages go to Desktop\HyperCore\Panel\Build and start BuildOS. Look at the picture below to see this status window.
Can any one please make a screencast/video of the steps explained above ?
Click to expand...
Click to collapse
in this step go to Desktop \HyperCore\Build and add / delete your OEM Pcakages from OEM Folder in that directory. Create or download your OEM packages from here. Then follow the tutorial
Tried this a couple times from the beginning and I can't get past the BuildOS. Seen people have this before with other ROM's but they never post how it was fixed. It's the old "External component has thrown and exception." when it's creating initflashfiles.dat....
Any help with past experience would be much appreciated.
DurKNesS said:
Tried this a couple times from the beginning and I can't get past the BuildOS. Seen people have this before with other ROM's but they never post how it was fixed. It's the old "External component has thrown and exception." when it's creating initflashfiles.dat....
Any help with past experience would be much appreciated.
Click to expand...
Click to collapse
Please explain more. I will try my best to fix your problem.
Thanks CRACING,
I think it has everything to do with I don't know what i'm doing...lol
I have a lot of respect for all of the peeps cooking roms for us. Don't even know where to start when I'm looking at the sys folder. Thanks for offering to help but I'm staying far away from trying to cook a rom to my liking.
DurKNesS said:
Thanks CRACING,
I think it has everything to do with I don't know what i'm doing...lol
I have a lot of respect for all of the peeps cooking roms for us. Don't even know where to start when I'm looking at the sys folder. Thanks for offering to help but I'm staying far away from trying to cook a rom to my liking.
Click to expand...
Click to collapse
Only few weeks ago I was also not in knowing how to cook. I readed may posts and threads on this website but did not went in head. So after many studies and hard works day/night, Now I am able to cooking the ROM's for the wizard. Everyone think that cooking is not so easy but after learning, we can cook ROM's easily.
Now I am insearch in cooking ROM's for HTC Touch HD but the only problem for me is that, I have do not have device to test.
Anyway, Do some research in this good website. You will get many guides for cooking ROM's and threads/post for fixing problems.
Best regards
the path
Desktop\HyperCore\Panel\Extract\source
is on new version not correctly the path are
\Desktop\HyperCore\Extract\Source
gabberjool said:
the path
Desktop\HyperCore\Panel\Extract\source
is on new version not correctly the path are
\Desktop\HyperCore\Extract\Source
Click to expand...
Click to collapse
But mine shows.. Desktop\HyperCore\Panel\Extract\source i am confused
delete your OEM Pcakages
Can any one please make a screencast/video of the steps explained above !
Touch 3G - Jade
Hi,
Can I use this tutorial to create a Rom for my Jade ,or Touch 3 G.Please note that I am not a computer geek.
Regards,
Thomas

Vox Rose Kitchen 2.0 [WM 6.0 + 6.1 + 6.5] UPDATED to 2.0

Vox Rose Kitchen 2.0 [WM 6.0 + 6.1 + 6.5]
I present to you my new Vox Rose Kitchen v2.0.
​
It now supports the Vox and the Rose.
The downloads here will be Vox specific only. All the ROM, SYS and OEM folders will only work with the Vox.
For the Rose version go here!​
For all things you can do with the kitchen, please look at the thumbnail!
​
Requirements:
dotNET Framework (at least 2.0)
Microsoft Visual C++ 2008 Redistributable
Windows XP or higher is recommended (SplashMaker doesn't work under 64-bit operating systems)
Kitchen has to be located like this: %systemdrive%\Vox Kitchen\... -- So in the "Vox Kitchen"-folder should be the exe and all the folders (OEM,SYS,ROM,TOOLS)!
Downloads:
The download comes in two parts!
First is the TOOLS folder and the "Vox Rose Kitchen 2.0.exe".
The second part are the ROM, SYS and OEM folders.
General Downloads (always needed):
Download exe, bat and TOOLS folder
just click on install and it will unpack it to your system drive\Vox Rose Kitchen
Downloads for WM 6.0:
Download ROM + OEM + SYS for WM 6.0
Downloads for WM 6.1 (should be20282.1.3.6):
Download ROM + OEM + SYS for WM6.1 (Rose folders)
Neo-Package (replace the SYS packages)
WM 6.1 Languages
Downloads for WM 6.5:
Download ROM + OEM + SYS (21854.5.0.80 "Official" files)
Download ROM + OEM + SYS (23017.5.3.0)
Changelog:
v1.2 -> v2.0
updated the whole kitchen to be compatible with the Rose (S740)
made extracting a lot easier (therefore I removed the wizards), also gives you the XIP of the ROM
automatically implants xip when you place a xip.bin in the ROM folder (therefore I removed the XIP wizard, but it's still in the tools folder)
updated the build wizard accordingly
some new graphics
If you want to use the batch version, you'll have to use the old v1.2 where it's still included, but without the benefits of automatic xip implantation -> download 1.2
And of course Thanks to Dr. G!!!
The Building Process
Fire up "Vox Rose Kitchen.exe" in the normal kitchen folder ("C:\Vox Rose Kitchen") and go to the build tab. It'll look like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
The first step is to start G'Reloc and check if the values are right for the Vox (look at the picture) and click on "Do it"!
If you are cooking with WM 6.5 you might get errors, because G'Reloc isn't ready for Wm 6.5. In this case you click OK and then "Do it!" again and it'll tell you which module is producing the error. You can now either go to that folder and use Unlocker to unlock the "tmp"-file and delete it and then click "Do it!" again to keep going or you use recmod to make a file out of the module (better if you are cooking more then once). I recommend the recmod path it's easier and faster once you've eliminated all "bad" modules!
The WM 6.5 package I supply has all modules already fixed, so you don't need to worry!
When G'Rleoc is done (it might look like it hangs and then unexpectedly is done), you can close it and continue on with BuildOS. Here you can choose what to include and what not to include (only OEM packages, if you don't want certain languages (all the xxx_LANG_0XXX folders) or SYS packages you'll have to delete them manually! Please do not remove the package I have marked in the picture, unless you are re-integrating customer service (but why would you ).
Click on the green play button once you have selected everything you want! It'll say done at the bottom once it's done!
When it's done you can close it and click on "Create Vox ROM".
This will automatically insert a xip into the new ROM if there is one present in the ROM folder (xip.bin). You don't need a new XIP for 6.1 and I integrated the right one in my WM 6.5 package. So basically you don't have to worry about XIPs.
​
The cmd window will do everything on it's own and it's done when the window closes itself. You now have a OS.nb in the temp folder.
Now open then "Start HTC ROM Tool" and click on "Build!":
Under "Device" choose Excalibur.
Change the "Version" to what ever you want and leave the rest alone.
Then select a OS and choose the OS.nb in the temp folder.
Then click on "Build" and save the ROM in TOOLS\VoxFLASH and you are done with cooking!
​
Welcome back!
May you indicate the SYS-XIP included for every WM?
Thank you very much, frauhottelmann! Very long waited kitchen under WM6.5. Great work!
I added the build numbers, but I don't remember WM 6.0 build...
I have been waiting for WM6.5 kitchen for a long time. Great minds will come to work again.
cooking 6.5 will be fun.
Thanks!!
Thank FMs..did you have a good time in scotland?
I just ahd a quick look at this and...I got no chance lol
Thanks fh, was waiting for it, hope you had fun on your vacation
Hello, guys...
I´m completely new to Vox world, I´m coming from Excalibur, and I want to know if I´ll be able to backup my current rom with this tool. Also, I want to know if it´ll be possible to restore this backup if something goes wrong with a WM6.5 upgrade, for example.
I´m currently using WM6.0 Stock ROM. My vox never saw another rom in it´s life.
Also, is there a step-by-step guide to do this backup/restore procedure? I found some articles (using the search tool), but they seem to be incomplete or outdated. I´m really afraid of bricking my expensive device.
Thanks in advance.
Regards.
I uploaded the folders from my "Official" WM 6.5 ROM.
Updated to version 2.0 check first and second post for details!
Spoiler: automatic xip integration and new tutorial on cooking!
hi frauhottelmann
can i build a wm6.1 vox spanish rom with all the files available in the 1st post?
Also, where could I get a spanish language for building the rom?
thanks,
WM6.5 Offical V1 built and my phone hangs in bootloader splash for infinite time (I tried waiting for more than half an hour then gave up installing original HTC WM6 update)
I tried disabling the options for third party software (first 4 in the list) but still it hangs in startup screen.
From official word it seemed to me that it has stock WM6.5 icons form microsoft but later seeing "Clean" rom screenshots i became sure that the "official" will much look the same.
Regards
Moeen
kabeza said:
hi frauhottelmann
can i build a wm6.1 vox spanish rom with all the files available in the 1st post?
Also, where could I get a spanish language for building the rom?
thanks,
Click to expand...
Click to collapse
No, there are no Spanish files, I don't have them all.
dark_prince said:
WM6.5 Offical V1 built and my phone hangs in bootloader splash for infinite time (I tried waiting for more than half an hour then gave up installing original HTC WM6 update)
I tried disabling the options for third party software (first 4 in the list) but still it hangs in startup screen.
From official word it seemed to me that it has stock WM6.5 icons form microsoft but later seeing "Clean" rom screenshots i became sure that the "official" will much look the same.
Regards
Moeen
Click to expand...
Click to collapse
Don't know, what you're doing wrong, but I didn't change anything from my ROM to the kitchen, so it should boot (and nobody complained yet).
Otherwise please try v1.2 (download) and build the ROM with that version. I haven't tried v2.0 with the Vox, but it should work.
What do you want to tell about the icons?
frauhottelmann said:
No, there are no Spanish files, I don't have them all.
Click to expand...
Click to collapse
Any way to get plain files for translating into spanish? or most are built without source
frauhottelmann said:
No, there are no Spanish files, I don't have them all.
Don't know, what you're doing wrong, but I didn't change anything from my ROM to the kitchen, so it should boot (and nobody complained yet).
Otherwise please try v1.2 (download) and build the ROM with that version. I haven't tried v2.0 with the Vox, but it should work.
What do you want to tell about the icons?
Click to expand...
Click to collapse
I just installed clean v3.0 of WM6.5 and it has the original icons so my problem is solved in that regard.
Any way to get plain files for translating into spanish? or most are built without source
Click to expand...
Click to collapse
I have French, Czech, Italian, Greek and Polski/Polish localisations but unfortunately i dont have spanish localisation for Windows Mobile standard
Any fix to change sliding panel to default HTC one rather using Titanium (its slower than HTC's Sliding panel)
Could you please upload the WM 6.0 ROMs and OEM + SYS, but now using a *.zip or *.rar format, because the installer that you're using is crashing on my Windows Vista.
nathanpc said:
Could you please upload the WM 6.0 ROMs and OEM + SYS, but now using a *.zip or *.rar format, because the installer that you're using is crashing on my Windows Vista.
Click to expand...
Click to collapse
You can unpack the exe files with 7zip instead of the installer.
When I tried what I got was this:
Code:
Can not open file 'C:\Program Files\Vox Kitchen\oem_sys.exe' as archive
And the same for the rom.exe
That sounds like a corrupted archive then. Try re-downloading. I couldn't upload right now anyway!

How I cook a ROM

My Guide to cooking requested by a few of my ROM users.
- IMPORTANT -
Make sure you have Visual C++ 2008 and M$ .Net Framework and it's Service Pack.
- NOTE TO COOK -
These Sys and Xip files are for 96 dpi devices only or commonly known as QVGA. So Please if you want to cook for your device using my guide, please make sure your device is as such.
- THE PREP _ Gathering Your Ingredients-
You can download my kitchen.
(Extract my kitchen to the C:\ directory (the root of your harddrive))
-OR-
Download the kitchen files below and create your own kitchen.
Create a directory C:\kitchens\
(Go into the C: drive and right click in an open area. Hover over 'New' and the select 'New Folder' and name it kitchens.)
Then download these kitchen files:
Link 1
Link 2
Link 3
Link 4
Link 5
Link 6
Link 7
(These links were brought to you by JustKitchen.info)
These links are archived with 7-zip.
When you have all these files downloaded, and you have 7-zip installed, Select all of the files you've downloaded. Then right click on one of the highlighted files and hover over 7zip in your dropdown menu and then click on 'Extract Here.'
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This will create a directory that looks similar to this:
As you also see in that picture (The 'Working_Folder' archive) you'll need my Sys & Xip files. And as you know me, I will always try to keep this folder updated so that when a new build comes out you guys can cook with it too, Which you guys can find HERE or any of my ROM threads. Right now I have all the newest builds. So you guys are set
_If you downloaded my kitchen instead, then it will have come with build 23545 & build 23563 only (Which are Windows Mobile 6.5.5 - the latest Windows Mobile Builds)._
After you download my Working_Folder.7z then just extract the files as shown (Just right click on the file and hover over 7zip and you can click on 'Extract Here.'
And yes, lol, my computer is names Muff - PC because me and my wife's pet names are Muffin, lol.
Now, click 'Yes' when it prompts you asking if you want to Merge the folders and then also click 'Yes' to Overwrite the files there if necessary.
Once you have the kitchen setup the way you want it, (you'll also notice the PagePool Changer I have in there) then go up one level in the folder to where you see Working_Folder and send a shortcut to the desktop as you see below:
Here is where you'll need to make changes to your files (Because my files have my background image and watermarks and all of my GUI changes..etc..).
Navigate to C:\kitchens\SuperJustKitchen\Working_Folder\SYS\23563\dpi_96\COMMON\Base_DPI_96
You can download this Base_DPI_96 folder here if you want the original files..
Just drag and drop over the Base_DPI_96 folder in the C:\kitchens\SuperJustKitchen\Working_Folder\SYS\23563\dpi_96\COMMON directory.
After you're all set in making your GUI changes then navigate to
C:\kitchens\SuperJustKitchen1\Working_Folder\EXT\SHARED\THEMES_QVGA
This is where you are going to change your background images. The most important part about making these images is the fact you need to keep them perfectly proportioned to your device. If you have a qvga, like my Wing/Herald, then its going to be 240 x 320 (portrait) and 320 x 240 (landscape).
When you're done making your images make sure to rename them respectively.
Now navigate to C:\kitchens\SuperJustKitchen1\Working_Folder\EXT\SHARED\Control Panel\HTCAnimation_1_3_5_0\files
This is where you'll change the splash screens. And Please do ^>^ because we each should have our own unique style of cooking, lol.
Just find an animated .gif image - Also 320 (tall) x 240 (width) - and just rename it Animation2.gif
Then Find a still image of whatever you'd like and rename it welcomehead.96.png
Just take mine out and dispose of them..
- End of Prep -
Part two below.​
- PART TWO _ More Prep -
Okay. First thing is navigate to your Working_Folder, which should be on your desktop continuing from the last post. Open the ErviusKitchen.exe
Let it load, then click on the drop down menu in the picture and land it on Herald. It will go crazy for a second, but, that is normal.
Next, click on the dropdown menu for the XIP and SYS and land them on the build you're using. I am using, the included, 28223 build.
Next, you're going to add your ROM version number. In the picture is how I normally label mine.
Should look like this:
Using LZX Compression is useful when you notice your ROM is too big. The Max size a ROM can be is about 80MB or so. If you plan on not flashing by SDCard then the minimum size of the ROM should be 50.1MB. When you are ready to cook, you'll see the size in bytes. So, in bytes, 50.1MB is 52,567,531
- - -
Next, click on Show Editor.
This will bring up all the .rgu files that are located in the kitchen. Scroll down to where you see the .rgu file located in the Shell.
Double click on it and it will open up the editor. Locate line 419. This is where you can 'brand' your ROM. All my ROMs I create usually have the branding '- Trib.' Put anything you want after the '- ' (and you also have to leave space right after the '- '). Then make sure to save. Then close out of the editor. Then go back to the main kitchen window.
- - -
Next, click on Extra Buttons.
This will bring up a menu with large buttons. Click on the CABtoEXT button.
That will bring up a command prompt window as shown:
Minimize all the other windows. Then hit the Enter key. This will open up a large window.
Then navigate to any of the cab files that you might want that are not listed in the kitchen. Select and Right-Click on the cab files that you want then click on Copy.
Then Right-Click and Paste the cab files into the window that popped up.
When all the cab files have been placed go back to the other command prompt window and then press Enter where you see Press any key to continue . . .(and make sure to only put up to four at a time.. for some reason it doesn't work right).
A prompt will follow asking if it will be used for 96dpi devices. Make sure you select the respective digit for 96dpi then hit enter. Another message will prompt you to select what devices can use the programs. Make sure to select All devices.
Your cabs you import into the kitchen will be located in the 0096 Category in the list
- - -
Now head back to the kitchen's main window. Next we are going to Save the ROM so far. Make sure you save with a version number (sometimes if I save before I put a version number I'll forget to put one all together. Basically a ROM won't flash without one.
Now Close out of the kitchen all together then re-open it. Reason being is because the cab files you've just installed won't show up until you do. Then Load your previously saved ROM.
Now it's time to make your selections of what is going to go into your ROM. Double click on each file/module to toggle the enabling/disabling of packages.
These are my selections:
Once you've made your selections make sure to save once more.
- End of Part Two_ More Prep-
Cheers,
Trib
​
- PART THREE _ Cooking -
Now you are ready to cook. Press the Create ROM button.​
You will see more craziness:
This process can take up to an hour depending on how many cores your computer has - it's a logical based kitchen ^>^
Once the process is complete, navigate to C:\kitchens\SuperJustKitchen\Working_Folder\RELEASE_HERALD and click on the ROM Update Utility. Or you can use the PagePool Changer to change the pagepool to something other than the default, which is 6MB. Changing it to 3MB will give you about 5MB more Ram. But it also has a trade-off of slowing your ROM down a bit.
Put your device into the bootloader by soft-reseting it (by pressing in, with your stylus, the little hole on the left side of your device) and also holding down the camera button. You will then be in a, what we call a tri-colored, screen.
Then check off the check box and press next. Do this again. Then it will pause. Then the utility will pop up again and click on next twice and then UPDATE.
Once you flash the ROM to your device, upload it with RGhost.Net
Then post the link in this thread. I would like nothing more than to see the fruits of yours and my own labour.
Cheers,
Trib.
-End Part Three _ Cooking -
​
An excellent and to the point start!
Let me be the first to congratulate you! This tutorial is going to help people like me tremendously!
Hm. i just realized I forgot to mention that these Sys and Xip files are for 96 dpi devices only or commonly known as QVGA. So Please if you want to cook for your device using my guide, please make sure your device is as such.
Long time viewer, first time poster.
I am also looking very forward to this tutorial. I've been messing around in the "kitchen", just getting the feel of it.
Looking forward to a better understanding.
Thanx for all the hard work.
Thank you for this!! I will try to.
Your welcome. I can't wait to see what your ROMs will be like.
WOW! Nice tutorial!!
If I mess it up now, it could only be due to my own un-geekness.
Just one question: Would it be too much trouble to outline just the files needed to create a "bare-bones" rom; i.e. a rom that will work (duh), but have as little "fluff" as possible?
Excellent work!! Donation is on the way!
Thank you for your kindness.
And that is exactly what I did - If you select the selections i've made you'll come out with a barebones system with all the necessary files.
nothing
not appear
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\DeviceBeta]...
img: http://cwmobile.webcindario.com/nothing.PNG
what is the error?
thanks in advance..
Hm. Didn't realize that it wasn't in there. You can manually enter it in there. But I'll include it for you... Just redownload
Tribulattifather said:
Thank you for your kindness.
And that is exactly what I did - If you select the selections i've made you'll come out with a barebones system with all the necessary files.
Click to expand...
Click to collapse
Ah, OK, excellent.
Please pardon my noobness.
I'm at work right now. I'll hit that PayPal button when I get home (I don't want to be typing logins/passwords on this PC, for obvious reasons).
It can't be said often enough: Thank you for your work.
I surrender, thanks for try help me...
Don't surrender, lol. I'm uploading the files you'll need right now.
I'll post back here when its uploaded.
UPDATE: Added the correct files to the SYS folder; you will now be able to 'brand' your ROM now.
Tribulattifather said:
Thank you for your kindness.
And that is exactly what I did - If you select the selections i've made you'll come out with a barebones system with all the necessary files.
Click to expand...
Click to collapse
i have to disagree with you there. You have included many unneeded things for the average user.
To name a few unneeded:
ADC, Adobeflash/codecs, DRM, Entertanment, ipsecvpn, SQLCEMobile, Transcriber, Voicecommand, HTC animation, SIM_Tkit, Net CF.
Just my 2 cents
Granted your roms are more geared towards everyone. Many know mine were not
Oh yeah, I know what you mean. I only meant that this was a barebones ROM that I would make. I guess one could construe that I meant barebones for an average user. My apologies :1
But best thing one can do is cook , cook , cook and cook some more until you get the ROM you want, lol.
thanks, but if I yield to truth, and you can not download the files because they are heavy and my internet is 256 and download speed is + / - 30 kbs.
thanks... thanks... and thanks...
What build would you like me to upload separately for you? I think you said you needed 28223.
This file is only 30MB and contains only 28223 with the updated Shell folder:
http://rghost.net/download/980604/6a9cbd59a9d861179da20ac3f06349b222d8cfda/Working_Folder.7z
Cellomancer said:
Ah, OK, excellent.
Please pardon my noobness.
I'm at work right now. I'll hit that PayPal button when I get home (I don't want to be typing logins/passwords on this PC, for obvious reasons).
It can't be said often enough: Thank you for your work.
Click to expand...
Click to collapse
Thank you so much Cell for your kindness. I will prioritize your needs if you do need anything.

[TUT] [OUTDATED] Samsung C6625: Latest Official Firmware + Official Flashing Guide

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hello everybody!
Here is the latest official ROM for the Samsung C6625 aka Valencia (C6625XXIG5 of July 2009)!
http://netload.in/dateiydK42yjq0N.htm
I have also found a official Flashing Tutorial by Samsung Mobile!
Use it at your own risk! I'm not responsible for any consequences
when flashing, tweaking, or customizing your mobile
or using stuff without the permission of the official owner.
http://www.zshare.net/download/76551635ba1ffdf0/
Password: samsung-stuff.de
It contains information about:
GSM & WCDMA General Specifications
GSM TX power class
Product Fuction
Array course control
Software Downloading
Pre-requsite for Downloading
S/W Downloader Programs
Reference data
Safety Precautions
Each page contains this message:
SAMSUNG Proprietary_Contents may change without notice
This Document can not be used without Samsung's authorization
So be aware!
--------
Installation Guide:
- Download the C6625XXIG5.rar: http://netload.in/dateiydK42yjq0N.htm
- Extract the C6625XXIG5.rar
- There will be a folder named C6625XXIG5
- Rename it to ROM
- Move it to C:\ (so the path will be: C:\ROM)
- Download the Samsung C6625 CP_Diver.rar:
http://www.megaupload.com/?d=OVF9F5MH
http://netload.in/dateifSuc52X8Cf/Samsung C6625 CP_Driver.rar.html
- Extract the Samsung C6625 CP_Driver.rar and place it on your Desktop
- Shut down your device and plug-in the USB-Cable
- Now go to the C:\ROM folder and click on PDAFLASH_ActiveSyncTotal(1016)
- You will see this:
--------
File Path
C:\ROM\Click_all.Ist
Status
Device Disconnected!
Current Download File:
(This place will be empty)
--------
- Click on the icon with the device with the green screen and the red arrow
- Now press the power button and the upper volume button of your device
at the same time and hold them until a message appears on your screen
- Now the Flash program will start automatically
- When finished, is will restart automatically
- It will start up and load everything
- Let it configure for a couple of minutes so don't press anything!
- After the setup your device will restart and now you're ready to go!
--------
Good Luck,
Thekn
nice theme !!
trantiena10 said:
nice theme !!
Click to expand...
Click to collapse
Yeah it's the promoting advertisement for the C6625. The funny thing is, the theme is from the C6620 and doesn't exist for the C6625
Cook the ROM ...
1. Extract the C6625XXIG5.rar, There will be a folder named C6625XXIG5, get a file NAND.BIN
2. dump files:
osnbtool -sp NAND.bin
osnbtool -sp nand.bin.BIN.NB0
rename nand.bin.bin.nb0.OS.NB os.nb
osnbtool -d os.nb 1 xip.bin
osnbtool -d os.nb 2 imgfs.bin
imgfstodump imgfs.bin -> get a folder named dump
-(the rest work is kitchen ...)
3. now do a test, build a new NAND.bin
- delete some "useless" files in the dump folder
ImgfsFromDump imgfs.bin imgfs.new
osnbtool -c os.nb 2 imgfs.new
osnbtool -extra os.nb.NEW
- open the file os.nb.NEW.EXA with WINHEX, Define a block from 161600 to 3231ff, and delete the block, save and exit
osnbtool -2bin os.nb.NEW.EXA 0x002E2E00
move /y os.nb.NEW.EXA.bin NAND.bin
......
py8 said:
Cook the ROM ...
1. Extract the C6625XXIG5.rar, There will be a folder named C6625XXIG5, get a file NAND.BIN
2. dump files:
osnbtool -sp NAND.bin
osnbtool -sp nand.bin.BIN.NB0
rename nand.bin.bin.nb0.OS.NB os.nb
osnbtool -d os.nb 1 xip.bin
osnbtool -d os.nb 2 imgfs.bin
imgfstodump imgfs.bin -> get a folder named dump
-(the rest work is kitchen ...)
3. now do a test, build a new NAND.bin
- delete some "useless" files in the dump folder
ImgfsFromDump imgfs.bin imgfs.new
osnbtool -c os.nb 2 imgfs.new
osnbtool -extra os.nb.NEW
- open the file os.nb.NEW.EXA with WINHEX, Define a block from 161600 to 3231ff, and delete the block, save and exit
osnbtool -2bin os.nb.NEW.EXA 0x002E2E00
move /y os.nb.NEW.EXA.bin NAND.bin
......
Click to expand...
Click to collapse
Thanks brother! I've been waiting for this! This is great!
Ps. Which kitchen is the best I can use?
Time to cook again.. thanks py8..
move on Thekn..
TheKn
Mind to re-up the "Samsung C6625 CP_Diver.rar" like netload or rapidshare, cause megaupload did not work in HK, A Big TKS in advance.
Cheers/Blackfire920
blackfire920 said:
TheKn
Mind to re-up the "Samsung C6625 CP_Diver.rar" like netload or rapidshare, cause megaupload did not work in HK, A Big TKS in advance.
Cheers/Blackfire920
Click to expand...
Click to collapse
added another mirror!
TheKn
U're a STAR.TKS
Cheers/Blackfire920
TheKn
Is there any mms app for c6625 other than the one from samsung, currently picture mms are ok (in/out) but all email mms was not working, I switch the sim card to a old motorola v3xx and it was fine...funny things is that when there's a inbound email mms, the "+" hsdpa sign was on and those email mms just can't land...may be the phone company change some setting... so switching mms app may be a solution...?
TKS in advance
Cheers/Blackfire920
blackfire920 said:
TheKn
U're a STAR.TKS
Cheers/Blackfire920
Click to expand...
Click to collapse
You're welcome!
blackfire920 said:
TheKn
Is there any mms app for c6625 other than the one from samsung, currently picture mms are ok (in/out) but all email mms was not working, I switch the sim card to a old motorola v3xx and it was fine...funny things is that when there's a inbound email mms, the "+" hsdpa sign was on and those email mms just can't land...may be the phone company change some setting... so switching mms app may be a solution...?
TKS in advance
Cheers/Blackfire920
Click to expand...
Click to collapse
Arcsoft MMS:
http://www.1800pocketpc.com/2008/05/27/arcsoft-mms-50317.html
Thekn said:
Hello everybody!
Here is the latest official ROM for the Samsung C6625 aka Valencia (C6625XXIG5 of July 2009)!
http://netload.in/dateiydK42yjq0N.htm
I have also found a official Flashing Tutorial by Samsung Mobile!
Use it at your own risk! I'm not responsible for any consequences
when flashing, tweaking, or customizing your mobile
or using stuff without the permission of the official owner.
http://www.zshare.net/download/76551635ba1ffdf0/
Password: samsung-stuff.de
It contains information about:
GSM & WCDMA General Specifications
GSM TX power class
Product Fuction
Array course control
Software Downloading
Pre-requsite for Downloading
S/W Downloader Programs
Reference data
Safety Precautions
Each page contains this message:
SAMSUNG Proprietary_Contents may change without notice
This Document can not be used without Samsung's authorization
So be aware!
--------
Installation Guide:
- Download the C6625XXIG5.rar: http://netload.in/dateiydK42yjq0N.htm
- Extract the C6625XXIG5.rar
- There will be a folder named C6625XXIG5
- Rename it to ROM
- Move it to C:\ (so the path will be: C:\ROM)
- Download the Samsung C6625 CP_Diver.rar:
http://www.megaupload.com/?d=OVF9F5MH
http://netload.in/dateifSuc52X8Cf/Samsung C6625 CP_Driver.rar.html
- Extract the Samsung C6625 CP_Driver.rar and place it on your Desktop
- Shut down your device and plug-in the USB-Cable
- Now go to the C:\ROM folder and click on PDAFLASH_ActiveSyncTotal(1016)
- You will see this:
--------
File Path
C:\ROM\Click_all.Ist
Status
Device Disconnected!
Current Download File:
(This place will be empty)
--------
- Click on the icon with the device with the green screen and the red arrow
- Now press the power button and the upper volume button of your device
at the same time and hold them until a message appears on your screen
- Now the Flash program will start automatically
- When finished, is will restart automatically
- It will start up and load everything
- Let it configure for a couple of minutes so don't press anything!
- After the setup your device will restart and now you're ready to go!
--------
Good Luck,
Thekn
Click to expand...
Click to collapse
is there a similar guide fro the samsung sph-i325 aka samsung ace?
I posted a request here: http://forum.xda-developers.com/showthread.php?t=708471 but no responses yet
firmware mirror
Can you post firmware mirror????
i have problem with netload in my country. (Too slow....)
Thanks.
I reinstalled the WM, but the phone is still locked in the network. Please help me unlock it? plssss
Cipylan said:
I reinstalled the WM, but the phone is still locked in the network. Please help me unlock it? plssss
Click to expand...
Click to collapse
because it doesn't provide a sim unlock! try to search for a sim unlock!
what version of WM is this? still 6.1? standard?
ajoesmith said:
what version of WM is this? still 6.1? standard?
Click to expand...
Click to collapse
yeah it's the latest official samsung c6625 rom (wm 6.1)
Need help flashing c6625
I can't even flash my device to C6625XXIG5
when i try i can't get an usb connetction.
It says phone usb cable is not conneted,
or key is not pressed.
What am i doing wrong.
Sorry, i was too fast, i found somthing
about other drivers.
I've installed then end it worked.
Now i wil try remora V2.
Getting the same as before,
don't know what i'm doing wrong.

Categories

Resources