Rom development tools for Pharos - P3470 ROM Development

Give me please some information about utilits for rom development for Pharos, for exaple, there is some very handy utils for Artemis, but nothing similar for pharos.
Lately I found a very handy programm named HyperCore V1.01 - a universal rom development kit for many devices, but not for Pharos
But I found file Settings.txt in HyperCore directory /ACK , which contains settings for many devices. It seems like this:
rem ======================================
rem ============ W I Z A R D =============
rem ======================================
:wizard
set RUU=Wizard_RUU.exe
set rom=nk.nbf
set rom2=OS.nb
set rom3=OS-new.nb
set program1=typho5.exe
set program2=nb2nbf.exe
set param1=-x
set split=0
set splitparam=
set devsplash=wizasplash
set devset=wizaset
Goto :EOF
:wizaset
GOTO :EOF
:wizasplash
IF EXIST *HTC.nb ( ren *HTC.nb 9d000000-HTC.nb )
IF EXIST *Splash.nb ( ren *Splash.nb 92000000-Splash.nb )
IF EXIST *OS.nb ( ren *OS.nb OS.nb )
set mainsplash=9d000000-HTC.nb
set subsplash=92000000-Splash.nb
GOTO :EOF
Click to expand...
Click to collapse
As far as possible to add Pharos settings to this file?

P.S. Sorry for my English
Greetings from Russia!

I hope so

this is a tool for cooking ROM for Pharos

Tgodfather said:
this is a tool for cooking ROM for Pharos
Click to expand...
Click to collapse
how can I translate the ROM in another language (chinese)?

FYI to New Cooker (so am I).
In case of IMGFSTOOLS (used in most rom-kitchen)
For Any Pharos Rom..(released so far)
On the way to dump a rom
1) No need to run 'NBSplit'. our OS.nb = OS.nb.payload. you can just copy/rename os.nb to os.nb.payload.
On the way to reconstruct a rom.
2) I have not successfully flash with a rom created without '-conservative' mode (Imgfstonb.exe -conservative imgfs-new.bin os.nb os-new.nb.)
Please share...if someone know why it needs -conservative parameter?

Related

Flame Kitchen Tools v0.4 Alpha

From Flame Kitchen Pre-Alpha Version 0.3
http://xdaflameusers.com/viewtopic.php?id=385
Here comes Flame Kitchen Tools v0.4 Alpha. Cooking your own WM5 Rom is now possible.
WARNING
- USE AT YOUR OWN RISK OF BRICKING YOUR DEVICE.
- Flash is only strictly for those who can and able to flash back their own original Rom.
- At the time of publishing this kitchen, authors only managed to cooked WM5 Roms. You may try WM6 at your own risk.
Consolidated by
XdaFlameUsers.com XFU Team
- cwkj
- k.satirli
- thierryb
Many many thanks to all the people (long list of name) from XDA-DEV who have make the so many tools (Bepe, mamaich & many) used here available.
The extraction part is an attempt by copying and adapt from SCOTER Kitchen by JKR I found in XDA-Dev.
The Add File, Delete File and Build is an attempt by copying and adapt from Laurentius Kitchen
Special Thanks to chaimd (for template.bin), comnex, misar, scorpio16v, tjlabais & many
Hope it is useful.
0. Read this Post and all the *.txt files that can be found in the kitchen before you start
- Readme.txt
- PutOriginalDiskimageNb0Here.txt
1. Extraction Steps
i. Drag & Drop the diskimage.nb0 to dump.lnk in "ExtractionRoom" to get Dump files in Tools.
or
Place original diskimage.nb0 in Tools. Type "dump.cmd diskimage.nb0" in Tools to get Dump files in Tools.
(if you do not have a diskimage.nb0 in your extended rom, look for Russian Flame nk.nba to try, http://4pda.ru/forum/attach/839243/flame_nk.rar , rename downloaded nk.nba to diskimage.nb0)
ii. The Dump can be view in Tools before 4. As it is not yet migrated to new Package tools by Bepe, so to view the Dump later after 4, make a copy from Tools to "ExtractionRoom" first.
2. Add Files
i. Using normal copy command, just add the PpcPimBackup.exe file in Dump of Tools. (Example, freeware by DotFred, can be found in XDA-Dev)
ii. If your additional apps needed registry, you need to know how to add registry a new *.rgu file for your new apps.
3. Delete Files
i. Using normal delete command, just delete the PMSN.cpl file in Dump of Tools. (Example)
4. Dump to Package
i. Remove or move "ExtractionRoom\Package\" if any.
ii. After Step 2 & 3,
Run package.lnk in "ExtractionRoom" to get Package files in "ExtractionRoom".
or
Run package.cmd in Tools to get Package files in "ExtractionRoom".
5. XIP Extraction (Skip this step for WM5 Cooking)
i. Place original diskimage.nb0 in Tools.
ii. Run "xip.cmd diskimage.nb0" to get XIP.BIN in Tools.
or
Type "RomMaster.exe diskimage.nb0 -w 5 -b 0x1C0000 -x -o xip.bin" to get XIP.BIN in Tools.
iii. Run xipport.cmd which gets into XIPPort.exe.
or
Run XIPPort.exe.
iv. Click "dump xip.bin" to get dumped XIP.BIN in Out of Tools
v. You can edit the XIP in Out. (if you know how to and needed for WM6)
vi. Click "make pkgs" to get packages in Out of Tools (still not sure how to use the packages), click "Undo" to reverse it back to iv.
vii. Click "realloc P" (errors found is known problem, but it is ok)
viii. Click "write map" to get Map.txt in Out.
ix. Click "build xip_out.bin" to get XIP_OUT.BIN in Out of Tools
x. Do not exit yet as you need to run 7i after 6
6. Build
i. Copy the original diskimage.nb0 to Rom.
ii. Run builtOs.cmd in FlameKitchen to,
- move Oem and Sys in Package to the Oem and the Sys in FlameKitchen,
- move Xip files from Out\Files in Tools to Rom\Xip in Flamekitchen, (Skip this step for WM5 Cooking, a copy of simplified XIP is already there but hidden)
- get into BuildOs.exe.
or
Copy
- Oem and Sys in Package to the Oem and the Sys in FlameKitchen.
- Out\Files\*.* in Tools to Rom\Xip in FlameKitchen. (Skip this step for WM5 Cooking, a copy of simplified XIP is already there)
Run BuildOs.exe.
iii. In BuildOs.exe, click the play button.
iv. After 6iii is completed with no errors, run CreateRom.cmd.
v. After 6iv is completed with no errors, you should see the new diskimage.nb0 in \FlameKitchen\Flash or \FlameKitchen\temp.
7. Put XIP back in diskimage.nb0 (Skip this step for WM5 Cooking)
i. Backup if any, your original diskimage.nb0 in Tools used in 1.
ii. Copy the new diskimage.nb0 from \FlameKitchen\Flash or \FlameKitchen\temp to Tools
iii. In XIPPort.exe from 5ix, change to 001C0000 and diskimage.nb0.
iv. Click "write xip_out.bin to:" to combine xip_out.bin with diskimage.nb0 copied in 7ii from 6v.
8. Check
i. To check if the files are added and deleted correctly into the new diskimage.nb0 by using the new diskimage.nb0 and go to Step 1ii.
9. Flash
i. http://www.xdaflameusers.com/viewtopic.php?pid=2045#p2045
Edit 1 : Kitchen 0.4 undocumented
If you use DumpRom.Cmd, it needs some changes, if you do not understand below, than just follow above instruction,
- "Dump.cmd" to "Dump.cmd %1", copy original diskimage.nb0 in Rom directory and run "DumpROM.cmd ..\ROM\diskimage.nb0"
or
- "Dump.cmd" to "Dump.cmd ..\ROM\diskimage.nb0", copy original diskimage.nb0 in Rom directory and run "DumpROM.cmd"
Edit 2 : Chinese Version Translated by laoniu.
Edit 3 : Others and improvement
1. devictoria has release another ROM Kitchen in this forum.
2. afeng has added the tools created by chaimd to the current v0.4 over at iio2 forum.
Edit 4 : laoniu has improved the kitchen at mobile-wolf forum for WM6.1.
Download:
Flame Kitchen Tools Pre-Alpha v0.3
From Flame Kitchen Tools Pre-Alpha v0.2,
http://xdaflameusers.com/viewtopic.php?pid=538#p538
http://forum.xda-developers.com/showthread.php?t=326943
Here comes Flame Kitchen Tools Pre-Alpha v0.3.
WARNING
- USE AT YOUR OWN RISK OF BRICKING YOUR DEVICE.
- Flash is only strictly for those who can and able to flash back their own Rom.
Consolidated by
XdaFlameUsers.com XFU Team
- cwkj
- leek
- k.satirli
- thierryb
Many many thanks to all the people (long list of name) from XDA-DEV who have make the so many tools (Bepe, mamaich & many) used here available.
The extraction part is an attempt by copying and adapt from SCOTER Kitchen by JKR I found in XDA-Dev.
The Add File, Delete File and Build is an attempt by copying and adapt from Laurentius Kitchen
Special Thanks to comnex, misar, scorpio16v, tjlabais & many
Hope it is useful.
0. Read this Post and all the *.txt files that can be found in the kitchen
- Readme.txt
- PutDiskimageNb0Here.txt
- PutNkNbaHere.txt
1. Extraction Steps
i. Drag & Drop the diskimage.nb0 or nk.nba to dump.lnk in "Extraction Room" to get Dump files in Tools.
or
Place original diskimage.nb0/nk.nba in Tools. Type "dump.cmd diskimage.nb0" or "dump.cmd nk.nba" in Tools to get Dump files in Tools.
(if you do not have a diskimage.nb0 in your extended rom, look for Russian Flame nk.nba to try http://4pda.ru/forum/attach/839243/flame_nk.rar , diskimage.nb0 is same as nk.nba)
ii. The Dump can be view in Tools before 4. As it is not yet migrated to new Package tools by Bepe, so to view the Dump later after 4, make a copy from Tools to "Extraction Room" first.
2. Add Files
i. Using normal copy command, just add the Hibernate.exe file in Dump of Tools. (Example)
3. Delete Files
i. Using normal delete command, just delete the PMSN.cpl file in Dump of Tools. (Example)
4. Dump to Package
i. After Step 2 & 3,
Run package.lnk in "Extraction Room" to get Package files in "Extraction Room".
or
Run package.cmd in Tools to get Package files in "Extraction Room".
5. XIP Extraction
i. Place original diskimage.nb0 in Tools.
ii. Run xip.cmd to get XIP.BIN in Tools.
or
Type "RomMaster.exe diskimage.nb0 -w 5 -b 0x1C0000 -x -o xip.bin" to get XIP.BIN in Tools.
iii. Run xipport.cmd which gets into XIPPort.exe.
or
Run XIPPort.exe.
iv. Click "dump xip.bin" to get dumped XIP.BIN in Out of Tools
v. You can edit the XIP in Out. (if you know how to)
vi. Click "make pkgs" to get packages in Out of Tools (still not sure how to use the packages), click "Undo" to reverse it back to iv.
vii. Click "realloc P" (still not successful with errors)
viii. Click "write map" to get Map.txt in Out.
ix. Click "build xip_out.bin" to get XIP_OUT.BIN in Out of Tools
x. Do not exit yet as you need to run 7i after 6
6. Build
i. Copy/Rename the original diskimage.nb0 to nk.nba.
ii. Copy the nk.nba to Rom.
iii. Run builtOs.cmd in FlameKitchen to,
- move Oem and Sys in Package to the Oem and the Sys in FlameKitchen,
- move Xip files from Out\Files in Tools to Rom\Xip in Flamekitchen,
- get into BuildOs.exe.
or
Copy
- Oem and Sys in Package to the Oem and the Sys in FlameKitchen.
- Out\Files\*.* in Tools to Rom\Xip in FlameKitchen.
iv. In BuildOs.exe, click the play button.
v. After 6iv is completed with no errors, run CreateRom.cmd.
vi. After 6v is completed with no errors, you should see the new nk.nba in \FlameKitchen\temp.
7. Put XIP back in nk.nba
i. Backup if any, your original nk.nba in Tools used in 1.
ii. Copy the new nk.nba from \FlameKitchen\temp to Tools
iii. In XIPPort.exe from 5ix, change to 001C0000 and nk.nba.
iv. Click "write xip_out.bin to:" to combine xip_out.bin with nk.nba copied in 7ii from 6vi.
8. Check
i. To check if the files are added and deleted correctly into the new diskimage.nb0/nk.nba by using the new diskimage.nb0/nk.nba and go to Step 1ii.
9. Flash
i. http://www.xdaflameusers.com/viewtopic.php?pid=2045#p2045
Download: FlameKitchenPreAlphaVersion0.3.zip (1.68MB 19 views)
Reserved ...
Reserved...
Reserved...
Thank you !!!
Here is another version by deVictoria
http://xdaflameusers.com/viewtopic.php?pid=4778#p4778
Reserved...
sometime said:
Reserved...
Click to expand...
Click to collapse
I reserve for future version, you reserve for what?
How to add registry? for instance, the prince kiss registry by EFN at xdaflameuser.... any directional link?

[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

[KITCHEN][04/Jan/11]ELF(in) Kitchen(s)[ONLINE]

INTRO
I started trying to make a kitchen for our Elves based on bepe's Extended Kitchen and Elf(in) Hybrid Kitchen was "born".
Since then, bepe released his famous PlatformReBuilder(PRB) and I followed him, creating B2 Kitchen (page41 and on).
The Hybrid Kitchen is discontinued but I will keep it posted here for anyone who wants to play with it.
B2_Kitchen has started as an Elf(in) kitchen, but became a multidevice kitchen.
B2_Kitchen has started as a simple batch-file kitchen, but became a multifunctional kitchen.
At the end it is a GUI based on command-line tools just like some other visual kitchens.
The main applications are PlatformReBuilder and ImgfsTools.
So I don't actually feel that I made something new...
I take no credit!
CREDITS TO
bepe for the kitchens and other tools,
pof for the USPL, cmonex for the HSPL,
itsme , mamaich & tadzio for the brilliant but simple tools,
ervius for the great tools,
Noonski for the cooking class [This is how newbies gain the knowledge to cook] and for the inspiration,
Ababrekar for guideness in porting OS from another device,
Aman for sharing his knowledge&helping me make any fixes&upgrades
and many more members/developers of this forum which I consider as a free on line school whose tools and guides made this possible!
These kitchens are free to use or edit but at your own risk, I take no responsibility for any damage caused to your phone!​
B2 Kitchen
B2 Kitchen GUI (LATEST VERSION 2.0.0.0)
Supported Devices:
Elfin
Leo
Diamond
? (Testers Needed for other devices)
INSTALLATION:
Prerequisites:
Microsoft .NET Framework 3.5 (Windows Vista / Windows 7 have it pre-installed)
If you're using Windows Vista / Windows 7, make sure USER ACCESS CONTROL is turned OFF!
DO NOT change the structure of the kitchen!
If you don't want to use ImDisk Driver, you should get another 3rd party software able to create a RamDisk in order to use the relevant feature.
Installation:
Once you download the kitchen, install it following on screen instructions.
When you launch the kitchen for first time you'll get the chance to install ImDisk Driver if it isn't already installed.
(RECOMMENDED if you don't have another 3rd party software for Virtual Drive Management)
To get started, you should import a device by using an official_shipped_ruu.exe as a source.
Otherwise you could place your files manually.
(Be careful to put them in the correct way, respecting the kitchen's structure)
Download links:
Mediafire(For ALL users)
XDA(For XDA members)
********************************************************************************************************************
DESCRIPTION:(Video)
{
"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"
}
Dump any source you want in almost any known format:
RUU_Device_HTC_Version_Signed_Ship.exe
RUU_Signed.nbh
Flash.dio
OS.nbf
OS.nb.payload
OS.nb
nk.fat
Imgfs.bin
xip.bin
Part01.raw and Part02.raw
Import a new device by dumping the device's OFFICIAL Rom RUU_Device_HTC_Version_Signed_Ship.exe.
The kitchen will even create a CustomRUU.exe AND a Task29.exe for the imported device.
Import any new leaked build just with one click.
When you dump a rom / import a new device the kitchen is able to:
Remove any empty packages if you select -EmptyPkgs.
Sort each registry file from your dump to make it more readable if you select SortRegistry.
Sort all Packages into the required style.
Sort all manila localization files by lcid.
Build your rom according to your taste:
Set which packages will be included from the "Packages Selection" area.
Set Rom version, language, ModelID and CountryID that are required for generating the final flashable *.nbh. The Rom date will always be automatically set to current date.
Select among various builds and lcids which one to use for building your Rom.
Select whether to use a real 6.5 nk (if your device has a 6.5 nk) or not in your generated Rom by selecting 6.5nk.
Select whether to use ShaDrac's driver - Extendir - or not by selecting Extendir, without messing up (adding/removing Extendir.dll - editing boot.rgu) your XIP each time.
Select whether to reduce/remove ULDR or not at your generated Rom by selecting -uldr.
Select whether to increase the Storage Memory of your Rom or not by selecting -imgstart.
Choose your Rom's PagePool Size (0-20).
Select compression (XPR-LZX-None) method for building your Rom.
Add Radio and Splashscreen to your final flashable *.nbh.
Set the kitchen to take care the "SLOT 0 overfloating" issue when building a 6.5 Rom while your nk.exe is not a real 6.5 nk.exe by selecting Rec.Mod SYS
If you have used the above option and have recmodded some modules inside SYS/Shared in order to fix the "SLOT 0 overfloating" issue when no real 6.5 nk.exe is available, but now you want to use the same Build (= the same SYS/Shared) for building a new Rom for a device that has a real 6.5 nk.exe you can reversmode the same files by selecting Rev.Mod SYS.
Set the kitchen to search and find any duplicate items in your compilation that would cause crashing issues to PRB before starting the real building process by selecting DuplicateCheck.
Each time you build a rom a log file is created which you can easily see by clicking the "Process" Label.
Search for files or file's content (i.e. Search for a certain registry entry among *.reg files) using the search engine of the kitchen.
Access fast and easy certain files that are commonly used inside a Rom.
You can see lists of *.txt, *.mscr , *.xml , *.provxml , *.cpr & *_manila inside your kitchen by simply clicking the relevant button.
If you click on any file you see in those lists you open it for editing.
Flash any ROM you selected from a list of your created Roms to your device.
You'll get the chance to perform task29 on your PDA - THEN manualy enter Bootloader and FINALLY update the ROM if you have that special CustomRUU inside the kitchen.
Use a RamDisk (ImDisk Driver comes with this kitchen) for the building and dumping processes in order to gain speed and decrease hard disk fragmentation.
Cfc manila files and convert any normal Manila_package to a compressed one just with one click.
Exploit the possibilities of MortScript even during building your Rom:
Forget about app.dat - app.mscr is introduced in this kitchen.
Don't cook in hundreds of files that get copied to various locations but at the same time stay in your "Windows" directory slowing down your device - Create just one archive (app.xdaz) which extracts the files to the correct locations during boot leaving in "Windows" directory only one file with an unknown extension.
Convert cabs--->EXT Packages just with one drag n' drop on a button.
Convert files<-->modules just with one drag n' drop on a button.
Convert rgu files<-->hives just with one drag n' drop on a button.
Convert provxml files<-->reg files just with one drag n' drop on a button.
Convert bmp<-->nb just with one drag n' drop on a button.
Install any cab file to your pda just with one drag n' drop on a button.
Manipulate each package from the "Packages Selection" area just with one click:
Double click on the package to open its folder
Right click on the package to:
Edit directly the package's app.reg.
Edit directly the package's app.dat.
Edit directly the package's app.mscr.
UPX one/all package's executable(s).
Optimize package's png(s).
Optimize package's bmp(s).
Repack package's *.mui files.
Recmod one/all package's module(s).
NosplitMod one/all package's module(s).
Revmod one/all package's file(s).
Install the package to your pda.
Edit directly the initflashfiles.dat of the selected language just by right clicking inside the "Locale" box in the "Configuration" area.
Edit directly the boot.rgu of the selected build just by right clicking inside the "Build" box in the "Configuration" area.
If you want to edit directly the boot.rgu for the Extendir driver just right click the Extendir checkbox.
Read/Write directly the packages.cif and packages.sof of the selected build just by right clicking inside the "Build" box in the "Configuration" area.
Optimize XIP & SYS of the selected build just by right clicking inside the "build" box.
Build 3 different editions of your rom just by selecting an "Edition" (Premium, Basic, Lite) in the "Configuration" area.
This is optional, so if you leave "Edition" blank, then the "P" , "B" , "L" selection in the "Packages Selection" area doesn't matter!
Keep the kitchen accessible at all time. When you close the kitchen, it minimizes to tray from where you can access many functions and browse the kitchen's folders. By double clicking the tray icon you restore the kitchen's window.
If you want to really exit the kitchen while it is visible press F1!
Easily uninstall the kitchen from your system.
Easily save/load your project:
If you double click the "Save" icon then you'll save your current project (its name will be the Edition.build.locale.date&time of saving).
If you click the "Save" icon then you can select from a list of your projects which one to load.
Easily access all the tools that come with the kitchen. Even assign your own favorites to ALL the bottom buttons.
Check existing registry files for errors before building your Rom by right clicking the "Packages Selection" Label.
The time of this operation depends from the number of registry files, so you either give it enough time to finish if you have a lot of packages in your compilation or you click the Stop button to abort it.
Control your pda from inside the kitchen:
Restart your connected pda without even touching it.
Enter BootLoader.
Watch a list of processes currently running on your device.
View/edit/dump your device's registry.
********************************************************************************************************************
BASIC USAGE:
***Valid for any device - Just consider your device's name instead of the Elfin***
Packages Selection:
You can see all the SYS Packages from the BUILD & LOCALE you've chosen.
You can see all the EXT Packages you have in the kitchen's directories.
You can make sub-directories(limitation:up to 16!) to organize them better(i.e. EXT\Elfin\Tweaks , EXT\Elfin\TodayItems , EXT\Elfin\Apps , EXT\Elfin\Utilities , etc) and place your packages inside each sub-directory.
You can select which packages to include in your ROM by ticking the checkbox in front of the package's name. If you have it unticked then the package will be skipped.
If you double click inside the selection cell but not on the checkbox then you can select/deselect ALL packages.
You can see in the "Packages Selection" area that there are 3 columns "P" , "B" , "L" following the Package's name.
These will have an effect ONLY IF you select an Edition under "Configuration" area!
Code:
If you want "Package1" to be [COLOR="YellowGreen"]included[/COLOR]/[COLOR="Red"]excluded[/COLOR] in your [B]P[/B]remium edition then you must have the checkbox under "[B]P[/B]" [COLOR="YellowGreen"]ticked[/COLOR]/[COLOR="Red"]unticked[/COLOR].
If you want "Package1" to be [COLOR="YellowGreen"]included[/COLOR]/[COLOR="Red"]excluded[/COLOR] in your [B]B[/B]asic edition then you must have the checkbox under "[B]B[/B]" [COLOR="YellowGreen"]ticked[/COLOR]/[COLOR="Red"]unticked[/COLOR].
If you want "Package1" to be [COLOR="YellowGreen"]included[/COLOR]/[COLOR="Red"]excluded[/COLOR] in your [B]L[/B]ite edition then you must have the checkbox under "[B]L[/B]" [COLOR="YellowGreen"]ticked[/COLOR]/[COLOR="Red"]unticked[/COLOR].
There is also a ZIP Column. That Column is used to "mark" which EXT Packages you wish to convert to "Mscr_Packages" when you click "ExtToMscr" option.
Code:
If checkbox = unticked then nothing will change.
If checkbox = ticked then Selected Package will be converted to a Mscr Package (this is useful ONLY for applications that get installed to Program Files)
If checkbox = greyed then Selected Package will be converted to an Extendir Package (this is useful ONLY for applications that get installed to Windows and you're cooking Extendir in your Rom)
When you click the "ExtToMscr" the kitchen creates an archive (with the extension *.xdaz) from the Package's files and writes the necessary "app.mscr" (something like the equivalent of "app.dat").
For this it needs the "app.dat" inside the EXT Package so that it translates it to "app.mscr".
(This operation doesn't take place each time you hit the build button)
Your (original) EXT Packages will be copied to TOOLS\pkg\EXT.bak as a backup and only the (converted) Mscr Packages will be kept inside EXT[folder].
These new packages will be used ONLY IF you select "mscr" for ARType( = AutoRun Type) in the "Configuration" area.
Of course MortScript MUST be included in your Rom AND you must have the ARMS.mscr (script with #INSERTLINE switch) inside Autorun.mscr\Elfin folder.
Click to expand...
Click to collapse
Main Functions:
Obligatory routine:
Select device.
Select build.
Select locale.
Clicking the "Dump" button presupposes that you have placed a Rom file inside BaseROM folder.
When the process finishes you'll get a full dump of that Rom.
Drag n' drop a Rom file on this button works the same way!
Right Click on "Dump" button will show you two options:
Import New Device
meaning use another device's official rom to dump&prepare everything that is required by the kitchen to operate.
When everything is completed you'll be asked whether to auto move files or not!
Import New Build
meaning use any archive with the new leaked build to import the included SYS and XIP packages to the kitchen.
Next to the "Dump" button is 1 icon :
The folder-icon is a menu that includes shortcuts to various kitchen's folders.
Clicking the "Build" button starts the building process.
Next to the "Build" button are 3 icons :
The first one is a menu that includes :
ImDiskGui
ExtToMscr
RomTools
RePackOEM
CFCManila
The second one opens the below window. From there you can turn on/off the RamDisk feature, uninstall the kitchen, set your custom (build) commands, etc.!
The third one opens the Search utility of the kitchen.
Clicking the "Stop" button you stop the process you've started.
Clicking the "Phone-icon" button you have the options to:
Select from a list with your created Roms which rom to flash.
Restart your connected pda without even touching it.
Enter BootLoader.
Watch a list of processes currently running on your device.
Launch CeRegEdit
Double clicking the "Phone-icon" button you access the RELEASE\Elfin folder.
Clicking the "Flash" button you minimize the kitchen and start the CustomRUU (ElfinCustomRUU) in order to flash the ROM you selected to your device.
Right Click on "Flash" button will show you the option to Format&Flash, meaning that you'll get the chance to FIRST perform task29 on your PDA (ElfinTask29) - THEN manualy enter Bootloader and FINALLY update the ROM.
Right Click on "Configuration" label will show you the Advanced PRB Settings panel.
Clicking on "Radio" label opens the radio sub-folder.
Clicking on "Splash" label opens the splash sub-folder.
Addons:
You can easily access all the extra tools that come with the kitchen. - Drag n' Drop works for every dark-GRAY button.
You can assign your favorite links to ALL the buttons you see at the bottom!
Those links can be applications, folders, batch files or urls.
In order to set your own you should edit the file myaddons.ini under TOOLS\addons\ keeping the format addon#|Name|Path :
(Just right click on the button you want to change)
Code:
addon1|CFF Explorer|C:\Program Files (x86)\Explorer Suite\CFF Explorer.exe
addon2|Tiny Hexer|C:\Program Files (x86)\mirkes.de\Tiny Hexer\mpth.exe
addon3|Icon Editor|C:\Program Files (x86)\Icon Editor\IcoFX.exe
addon4|Manila Kitchen|C:\Program Files (x86)\Manila_Kitchen
.
.
.
********************************************************************************************************************
TO DO:
Any suggestions are welcomed!
Any bug reports are appreciated!
B2 Kitchen's Structure
This is the structure of the kitchen after importing a device and you shouldn't try to change it because you will have errors!
The build 23545 you'll see in the below pictures is an example in order to help you understand the kitchen's structure.​
Autorun.mscr is the folder where you can put your mortscript file that runs at first boot(named ARMS.mscr).
This mscr must include a line "#INSERTPOINT" !!! This line is required so that all "app.mscr" will be added at that exact point of your script!
The ARMS.mscr must be placed inside the subfolder named after your device.
BaseRom is the folder where you can put any rom you want to dump.
EXT is the folder where you store all your EXT Packages that you want to try in your ROM.
Here you can put any application,utility,todayitem,etc. and choose whether to include it or not, having in mind if it is or not essential for the windows to work!
Those Packages must be placed inside the subfolder named after your device.
OEM is the folder where you have OEMApps, OEMDrivers and other OEMFolders (Device Specific). Check out trueg's posts for more information about these folders.
Those OEMFolders must be placed inside the subfolder named after your device.
If you are cooking a rom in a different language than WWE, then create that subfolder.
For example if I want to cook a greek rom I'll create a subfolder 0408 along with 0409 and place my local.files in 0408.
If you are using the kitchen in OEM mode you can put inside the "Pkgs" subfolder your old-style packages (with *.dsm , *.rgu , etc.). You'll be able to choose whether to include or not each of those from the kitchen's packages selection!
RELEASE is the folder where your custom ROM (i.e.Yourdevice_ROM_Lang_0409_Build_21056.nbh) will be placed after cooking in order to flash it to your device using your CustomRUU.
You must have a subfolder named after your device under RELEASE and be careful with the names of the included *.exes (YourdeviceCustomRUU.exe & Task29\YourdeviceTask29.exe).
ROM is the folder where the XIP is placed.
If you enter this folder you'll see :
Like it is shown above, you must have all the XIP elements, except MSXIPKernel, inside the subfolder named after your device.
If your device has WinCENLS_Lang_0*** as part of XIP leave it there, otherwise an adviced location to store it is OEM\Yourdevice\0***\.
SYS is the folder where all the OS Packages (Not device Specific , but I'd say Screen Resolution Specific) are stored categorized by build number. Check out trueg's and Da_G's posts for more information about these Packages.
You must place those OS Packages inside the subfolders SHARED, dpi_96 , dpi_96_resh_240_resv_320 , etc. like it is shown below.
TOOLS is obviously the kitchen's "engine".
(Each time you build a rom you should find in there a log file from the building process which you can access by clicking on the Process label of the main application)
Inside CORE\Saved folder you must have a subfolder named after your device.
Inside CORE\Devices.list(file) you must have the settings for your device.
$DEV=YourDevice'sName
<1 for device that has only wm6.1kernel , 2 for device that has wm6.1kernel AND wm6.5kernel , 3 for device that has only wm6.5kernel>
KERNEL=3
dpi=192
resh=480
resv=800
ModelID=PB8110000
CID=11111111
chunksize=64
GSMHeaderType=0x301
<" -s" Switch if device's Splash.nb requires smartphone signature , leave blank if device's Splash.nb DOESN'T require smartphone signature>
SplashSwitch=
SplashHeaderType=0x600
<Size of device's Splash.nb>
SplashSize=786432
<" -t 0" for 0x00 or " -t 255" for 0xFF>
SplashPaddingType= -t 255
OSHeaderType=0x400
<hermes for Sectorsize=0x208 , kaiser for Sectorsize=0x808 , titan for Sectorsize=0x800 , leave blank for Sectorsize=0x200>
NBMerge=kaiser
<reduce for device that ULDR can ONLY be reduced , remove for device that ULDR can be totaly removed>
ULDR=reduce
Click to expand...
Click to collapse
Inside Radios folder (see below) you can store any %radio%_0x30$.nb in order to use in your Rom:
You must place those Radios inside the subfolder named after your device.
You can find all Elf(in) Radios here.
Inside splash folder (see below) you can store any
%##splash%_0x60$.nb in order to use in your Rom.
%##splash%_0x60$.bmp is required for previewing!
You must place those Splashscreens inside the subfolder named after your device.
You can find more SplashScreens here or you could make your own with the kitchen tools.
B2_Kitchen_GUI is the GUI that combines all the command line tools. Screenshots here.
Elfin Hybrid Kitchen
ELF(in) Hybrid Kitchen (DISCONTINUED - NEWER KITCHEN @ 2nd POST)
INSTALLATION:
1. Install on your pc Microsoft Visual C++ 2008 Redistributable Package and Microsoft .NET Framework 3.5!
2. Remove any previous version(if any)of the kitchen(shortcuts too) before "installing" the newer!
3. The archive should be extracted directly to the Drive where Windows are installed (most cases C:\) , otherwise nothing will work!
4. Once you do that, go into C:\ELF(in)_Hybrid_Kitchen and double-click "First_Run_For_ELF(in)_Hybrid_Kitchen.bat"!
5. IF you're using Windows Vista, make sure USER ACCESS CONTROL is turned OFF!
Download through: Mediafire
********************************************************************************************************************
DESCRIPTION:
(Be patient and keep your eyes on the DOS window for additional help&instructions while using this kitchen)
Main Functions:
[a] Dump any ROM from Kaiser, Polaris, Diamond, Xperia, Raphael, Elf(in)...
You may use these formats:
****.nbh (eg: RUU_Signed.nbh, Blue_Elves.nbh, etc) ,
****OS.nb (eg: New-OS.nb, 19588-OS.nb, etc) or ***windows.nb (eg:Mobile_windows.nb, New_windows.nb, etc) ,
****imgfs.bin (eg: imgfs.bin, new_imgfs.bin, etc) .
****.payload (eg: OS.nb.payload, 20270_OS.nb.payload, etc) . <- NOT FOR ELF(in) !
****.raw(only Part01.raw & Part02.raw) .
You get new OEM, SYS and xip.bin(unless you used *imgfs.bin) into C:\ELF(in)_Hybrid_Kitchen\Extract_ROM\Temp .
If you used an ELF(in) ROM then you'll get a full dump, OEM, SYS and XIP, that you could move to C:\ELF(in)_Hybrid_Kitchen\ELFIN_DEV_v2.1_Build_19XXX\ and use it as a cooking base .
[b] Port any XIP from Kaiser, Polaris, Diamond, Xperia... You need xip.bin .
It requires:
NOT to change Ref_XIP folder inside C:\ELF(in)_Hybrid_Kitchen\Prepare_XIP and
If you have any problems in XIP Porting you have all the needed tools inside C:\ELF(in)_Hybrid_Kitchen\Prepare_XIP to try manually port the xip .
[c] Build your OS.nb (using the Ervius PkgToolsBuildos which can autofix & autorelocate SYS) .
You'll get the option to make a dumpable ROM using PkgToolsBuildos (by keeping unticked the box next to "All packages in one:") .
NOTE1: Inside ..\Build_ROM the OEM , SYS and ROM\XIP folders are empty . You may "fill" them with the required files .
NOTE2: Because Ervius PkgToolsBuildos is included in the kitchen, you could always use the functions that it provides apart from those described here .
NOTE3: If your xip_out.bin or out.bin is smaller than 2,49MB you could use the attached os.nb.payload (where imgfs start @ 0x280000)
[d] Flash any ROM to your device .
If you have a CID Locked device you have the option to flash a ROM using SoftSPL & your device remains CID Locked with the same SPL !
Additional Functions:
[1] Convert any cab to an OEM Package using Ervius Package Creator .
[2] Create a cab using IABovine's QuickCab 2.0 .
[3] Convert a bitmap to a Splash.nb (& reverse) using pof's nbimg .
[4] Convert files to modules & reverse using RecMod and reversmode . Not all files can be converted to modules.
[5] Convert 24 bit .bmp to .brn and reverse (for editing Cube gfx) .
[6] Compress executable files using UPX 3.03 .
Panel:
Easy access for many tools .
BASIC USAGE:
(Check out ayyu3m's great [PICTORIAL] COOKING YOUR 6.1 ROMS USING ELF(in) HYBRID KITCHEN)
1. Lets say you want to use a SHIPPED or DUMPED (NOT a COOKED!) ELF(IN) ROM as a Base.
--1.1.Double click the desktop-shortcut "Main Menu"
--1.2.Press [a]
--1.3.A window pops up beside the DOS screen. Place in there the RUU_Signed.nbh and close the window!
--1.4.Press [1]
--1.5.When the process is completed (& pressing any key returns you to main menu), you get another window opened with the files you want:
Packages(OEM&SYS)
XIP(folder)
xip.bin
--1.6.Keep that window open and double click the desktop-shortcut "Kitchen"
--1.7.Copy OEM and SYS to C:\ELF(in)_Hybrid_Kitchen\Build_ROM\
--1.8.Copy the XIP(folder) to C:\ELF(in)_Hybrid_Kitchen\Build_ROM\ROM\
2. The Base for cooking your ROM is set! Either clean up the OEM folder from things you wish to be removed or just (re)build the ROM.
--2.1.Double click the desktop-shortcut "Main Menu" (if you closed the main menu window)
--2.2.Press [c]
--2.3.PkgToolsBuildos starts
--2.4.Go to BuildOS Tab and click Load Rom.Select which Packages to include and press the green play button[Go]
--2.5.When this process is completed you'll have your OS.nb inside the "temp" folder and the (final product) RUU_Signed.nbh is generated in two places,
(i)..\CustomRUU\ <= For flashing CID Unlocked phones
&
(ii)..\RUU\ <= For flashing CID Locked phones using SoftSPL
NOTES:
A) Ref_XIP folder inside Prepare_XIP is the latest 3.10ROM's XIP, but modified as follows:
-removed modules:
cachefilt.dll, hd.dll, mencfilt.dll, osaxst0.dll
-removed files:
boot_ms.rgu, bmui.nb0
-edited files:
boot.hv, boot.rgu,
Code:
REMOVED ENTRIES:
[HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\Filters\CacheFilt]
"Dll"="CacheFilt.dll"
"Order"=dword:2
[-HKEY_LOCAL_MACHINE\System\StorageManager\FATFS\Filters\CacheFilt]
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\LSOMACORE]
"Index"=dword:00000001
"Prefix"="DRM"
"Dll"="lsomacore.dll"
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\LsFilter]
"Order"=dword:00000001
"Dll"="LSFILTER.dll"
[HKEY_LOCAL_MACHINE\Init]
"Launch98"="TimeWizard.exe"
-edited modules:
nk.exe
Code:
RTC is enabled
-ALL MSXIPKernel modules are relocated to achieve better XIPPorting
**If you include LockStreamDRM PACKAGE in your ROM and you use the Ref_XIP as your \ROM\XIP(folder), ADD the removed (from boot.rgu) entries
Code:
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\LSOMACORE]
"Index"=dword:00000001
"Prefix"="DRM"
"Dll"="lsomacore.dll"
[HKEY_LOCAL_MACHINE\System\StorageManager\Filters\LsFilter]
"Order"=dword:00000001
"Dll"="LSFILTER.dll"
[HKEY_LOCAL_MACHINE\Init]
"Launch98"="TimeWizard.exe"
in the PACKAGE's *.rgu.
B) Building your ROM
When you are building your ROM you need:
ROM\XIP(ALL FILES and MODULES) ,
ROM\romhdr.bin and
ROM\OS.nb.payload
This option builds the out.bin(buildxip.exe is used)from the XIP(folder).
C) PP Patching is included in the kitchen operation!
You just set your favorite pp size at the beginning(installing) and each Rom you build is already patched!
If you make the following hex change in nk.exe's S000
Aman said:
i've another method for u guys to change the PP. search the 03 15 A0 03 02 15 A0 13 00 10 83 E5 62 C2 FF EB in yours S000 of nk.exe and change the string marked in Red color to 00 00 A0 E1. from there onwards u can simply use the old Multi-platform PP changer.exe (that is also found in kaiser kitchen) to change ur PP on the OS.nb. this should make the kitchen even simpler
PS: this method works regardless of the device
Click to expand...
Click to collapse
then the kitchen's PP Patching doesn't work!
You should use the suggested by Aman Multi-platform PP changer v2.21 which is included in the kitchen's panel!
NOTE: I don't have an ELF to test, but after the above change then I think that the pp size is the same for both ELF&ELFIN(not dynamic).
Nice job Kokotas.
great job bro
i would like to test ur kitchen.
Repository:
ElfinCustomRUU.exe
ElfinTask29.exe
Task29&CustomRUU
B2_Kitchen_GUI_Setup
B2_Kitchen_GUI.exe
kokotas said:
Thanks man, but it will be great only if it works for everybody!
I'll pm you the password for the download link.
Regards!
Click to expand...
Click to collapse
TOGETHER we all can MAKE SURE that it works for everybody
how can I obtain pass? I will translate ebglish rom to Turkish and I need that tool..
Nice work.
Not going to switch right away at the moment.
But this looks very good.
I'm on the lookout for a cheep Touch so this will come in handy if I get my hands on a touch....
gullum said:
I'm on the lookout for a cheep Touch so this will come in handy if I get my hands on a touch....
Click to expand...
Click to collapse
gullum I have touch and I can't wait to cook a new room for touch
ill have a go i got a rom on my phone that that is needed in the upgrade rom list but i have been able to remove it
Project for work
i need to lock down some features of my works PDAs and would love to try your kitchen to attempt this.
can i have a password?
Got a Touch tonight for under 200$ used of cause so now I want a kitchen to make roms
kokotas said:
Sit taken
Click to expand...
Click to collapse
Well deserved!
Gr8 job, Ill keep an eye.
This is fantastic and I'd like to try it. I'd like to cook my rom using this kitchen. Would you pls. give me a password.
Removed password protection!The download link is open for everyone!
Read 1st post before starting to play with it!Get used to it and read carefully!
Some features are NOT tested yet!
Hope to hear some good news!
Even better...hope to hear that someone makes it better!
I'm done!Back to my readings and to Solid State Physics(I hate that lesson)
Best Regards!
This is on it's way to my pc now thanks in advance
I've already changed Bepe's kitchen to fit my cooking but this one seams more advanced so thanks again
kokotas said:
Removed password protection!The download link is open for everyone!
Read 1st post before starting to play with it!Get used to it and read carefully!
Some features are NOT tested yet!
Hope to hear some good news!
Even better...hope to hear that someone makes it better!
I'm done!Back to my readings and to Solid State Physics(I hate that lesson)
Best Regards!
Click to expand...
Click to collapse
u need to modify the Create_ROM_for_ELF.bat file used for Ervius' buildOS tool. its not working right now, pls check it

[11/Sep/10]ROLLUP STICKY - ALL GUIDES - LINKS - BEGGINERS - MUST READ - HTC Elf.

quick links :
Posting rules
Contact our forum mod for any problems or concerns.
USPL - CID Unlocking
HardSPL - CID Unlocking
Rom Update Utility error codes & solutions
GoldCard - Unbricking a dead device
Jtag - Unbricking a dead device
Elf(in) kitchens - Creating your own ROM
Click to expand...
Click to collapse
~.~​
notices :
if you have the cdma version check the vogue forum.
respect the rules & check in questions&answers for known solved problems.
elf&elfin look the same but they are not! Make sure you know which one you have and do not do anything that is meant for the elf on an elfin, and vice-versa.
if you can't find what you are looking for, use the forum's search engine for better results!
don't try anything with your phone if you're not sure...and to be sure you have to search,read,try to understand & then if you're still unsure ask for help before messing up your phone!
being grateful is a virtue!so...don't forget to donate to xda developers if you want to support this great forum & it's effort.
don't post in this thread!
Pm me or our forum mod for any suggestions, complaints, dead links, etc.
Click to expand...
Click to collapse
~.~​
contents :
new to all this!
information,etc.
unlocking,making backup,etc.
flashing roms
modifying,cooking,etc
troubleshooting guides,etc.
tests,projects,links,etc.
Thanks, Contact Us, Change Log.
Click to expand...
Click to collapse
~.~​
...Better get informed than flamed...
...Cause the next best thing to knowing something is knowing where to find it...​
Click to expand...
Click to collapse
1. General
(1) General Guide for For all users of the HTC_Touch (Needs updating)
(2) Wiki info for the GSM version of the HTC_Touch
(3) HTC Touch Technical Specifications
2. Useful terms
(1) Technical Terms
(2) Glossary
(3) NOR_vs_NAND
(4) CPU Texas Instruments OMAP 850
(5) Services & DLL's - Descriptions/Functionality
3. Some things you should know about your device
($) All the below info (and many more..) could be retrieved using dsixda's All-in-one tool to find your Device ID/CID/IPL/SPL/IMEI/Serial etc.
(1) Available ROM & RAM size
(Go to Start Menu/Settings/System/Device Information/Hardware and check the
Code:
"RAM size"
"Flash size"
in order to make sure which version (Elf or Elfin) of the Touch you have as it is stated in 1st post of this thread)
(2) IMEI (To get your IMEI just dial *#06# and a 17-digits number will show up. Keep somewhere the first 15 digits)
(3) Initial_Program_Loader(IPL) & (4) Second_Program_Loader(SPL)
(To Find your Device's IPL&SPL version enter bootloader. Note the version numbers)
(5) Device_ID(DID) & (6) Country[or]Contract_ID(CID)
(To Find your Device_ID(DID) and Country[or]Contract_ID(CID) follow this guide or this alternative)
4. Educational Reading
(1) Kaiser's G.W.E.N.I. (It may be for Kaiser, but you'll learn a lot reading this)
...
...The action starts!Better be careful!...
...
...The road to hell is paved with good intentions...​
Click to expand...
Click to collapse
5. Create your GoldCard (Unbricker in case of emergency)
(1) Wiki Guide for making your GoldCard (Will save your phone if you can find a Shipped ROM with the same Model ID)
(If the new wiki is still not ready check out this post here)
6. DumpRom (Basically a way to back up your device's original OS - Does not back up any personal info nor any user-installed applications)
(1) Dumping your device's ROM, Radio, MainSplash, etc.
(2) Guide for Dumping your device's ROM
(3) Invisible ROM dumper
(4) Dumping your IPL
(5) Dumping your SPL or Alternative Way
(6) Dumping your MainSplash
7. CID Unlock your phone (So that your phone will accept other ROMs with different CIDs & you'll be able to flash custom Roms or Roms from other carrier. You could do that in another way described in 10. Flashing Roms)
First, know the differences between a USPL, Hard SPL, temporary SPL, etc. (click here)
(1) Elf&Elfin HardSPLs (Free CID Unlocking)(Recommended!)
(2) Elf USPLs (Free CID Unlocking)
pof's patched 1.11.0000SPL
htctouchp's patched 1.17.0000SPL , patched 1.19.0000SPL <= Use these if your original SPL is 1.1X.0000(or your IPL is 1.1X.0002)!
(3) Elfin USPLs (Free CID Unlocking)
djvw's patched 2.20.0000SPL
htctouchp's patched 2.26.0000SPL , patched 2.28.0000SPL , patched 3.07.0000 , patched 3.10.0000 , patched 3.14.0000 <= Use these if your original SPL is 2.2X.0000(or your IPL is 2.2X.0002) - There are some reports that upgrading the latest manufactured Elf from 1.1X IPL&SPL to 2.2X IPL&SPL was successful, but take your own risk!
(4) Commercial CID Unlocker for both Elf&Elfin
8. After CID Unlocking, better check if it really worked
A safe way to find out if your CID unlocking worked is following this method & check the line:
Code:
g_cKeyCardSecurityLevel = ?
;If ?=0 => Touch=CID_Unlocked => Able to flash any ROM or Radio Update through Bootloader
;If ?=FF => Touch=CID_Locked => Try CID_Unlocking again BEFORE flashing anything
9. SIM Unlock your phone (So that you can use any carrier's SIM)
(1) Free Touch_Unlock (Members report that it's working only for Elf)
(2) HTC TOUCH SIM UNLOCKER FREE
(3) Commercial SIM Unlocker1
(4) Commercial SIM Unlocker2
(5) Commercial SIM Unlocker3
(6) dsixda's free unlocker
10. Available Roms,Radios,IPLs&SPLs
(1) Original Shipped Roms
---(1.1) Elfin's Original Shipped Roms, listed by CID & DID
---(1.2) Elf's Original Shipped Roms, listed by CID & DID
(If one Rom matches your CID & DID, you could always flash it successfully through bootloader. Always means even without CID Unlocking)
But have in mind that Original Shipped ROMs include IPL&SPL that will ovewrite yours and your device will be CID Locked after flashing these!
(2) Elf&Elfin's Dumped Roms, listed by CID & DID
(Consider these Roms as cooked ones, meaning that they can be flashed to your device ONLY IF it is CID Unlocked
or
[alternative1] you use SoftSPL
or
[alternative2] you use JumpSPL)
(3) Elf&Elfin's Custom Roms plus Alternative thread for old ROMs
(They can be flashed to your device ONLY IF it is CID Unlocked
or
[alternative1] you use SoftSPL
or
[alternative2] you use JumpSPL)
(4) Elf&Elfin Radio Updates - Alternative
(They can be flashed to your device ONLY IF it is CID Unlocked
or
[alternative1] you use SoftSPL
or
[alternative2] you use JumpSPL)
(5) Elf&Elfin IPLs&SPLs
(Be careful with these ROM parts)
...
...The fun part!...
11. Flashing Roms("Loading" the RUU_Signed.nbh on your device)
(1) If you have a CID unlocked device (Elf&Elfin) then
either enter bootloader & run the RomUpdateUtility(aka RUU)
or connect your normally booted device (NOT in bootloader mode but in Windows) to the PC ,wait to sync and run the RomUpdateUtility(aka RUU)
Remember to place your RUU_Signed.nbh file in the same folder where RomUpdateUtility.exe is!
(2) If you have a CID locked device & you don't want to mess with the SPL but still want to try another Rom you could:
---(2.1) Use SoftSPL for both Elf&Elfin
---(2.2) Use JumpSPL for both Elf&Elfin
But have in mind that if something goes wrong(Bad Flash or Bad Rom) you'll end up facing any possible problem with a device that is CID Locked!
(3) Open Source ROM Update Utility (RUU)
List of Customized ROMs(Random order)(Your ROM isn't listed here?Pm me to add it ASAP)
Code:
[LIST]
[*][URL="http://forum.xda-developers.com/showthread.php?t=535879"][ROM][WWE][July 23 '09] ELFIN WWE (WM6.5) M2D&BL[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=426540"][ROM][WWE][MAY 30 '10] Onyx WM 6.1 (21057) + WM 6.5.x (23569) + WM 6.5 (21889)[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=339935"][ROM][WWE]V4.0 Blue Touch ROM CE OS 5.2.1921 (Build 18521.0.7.0)[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=509822"][ROM][PDAVIET]WM6.5 ROM V78 (Core 21731) - HTC ELF & ELFin[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=541886"][UPG 12 may 10][ROM][WWE][ITA]Miky 6682 WM6.5 build 23569.[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=634936"][ROM][WWE][24-Apr-2010] ATHAR WM6.5.3-28232[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=569687"]|ROM|6.5.x|19/05| AHEN E6t |23569| - New Rom Uploaded[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=414280"][ROM][WWE][06.09.2008]Touch Surface Roms 6.10.SP0.02[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=551508"]|ROM|WWE|Feb09'10|ELF SX WM6.1 21054|WM6.5 21888|[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=514955"][ROM][PTG][13.05.2009] WM6.1 OS 5.2.20771 JADE Core + Manila2D PTG (black)[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=563499"][15 May 2010] [ROM] WM 6.5 21899 : FULL and LITE[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=640519"]CeROM v1.31 - WM 6.5 Build 28230 || Android [Wing Linux based ROM][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=451100"][ROM][WWE][Oct.11] kwbrs Topix 1.4.1 ELF(in) Unleashed [5.2.21055][Full&Lite][ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=397739"][ROM][WWE] HTC Touch Official 6.1 ROM - ALMOST [Tabish ROM v3.3.6.1][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=415880"][ROM][WWE][08 JUNE 09] Touch ESSentiaL v4.5 FINAL [ ;) ][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=432776"][ROM][10-10-08]R2 Opal Rom Port WWE for ELF(in), Full & Ultra Lite[19971.1.2.26][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=646778"][ROM] 05.03.2010 Elf / Elfin C.P. SUPER CLEAN WM6.5.3 28230.571.632 by efsane[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=446217"][ROM][WWE][25.11.08] Vanilla series ELF(in) v2.0 [OFFLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=406148"][ROM][WWE/DAN/NOR/NLD/FRA/GER/ITA/PTG/ESN/PLK/RUS]Throttle Diamond I[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=623867"][UPG 22 04 2010][ROM][WWE]ELFIN TouchofElfin_03 6.5.5 Build 23563[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=356465"][ROM][ITA]Touch (alias ELF) ROM original Rebuilt[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=320407"][ROM][WWE/GER/ITA] HTC Touch Rom with 55mbBigStorage&4mbPagepool 13/8/07[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=447394"][ROM][WWE][FR][Feb. 10 2009]AEther 0.5 + Obsidian flavor 0.2 + New XIP/SYS[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=505879"][ROM][WWE][25 April 09] Made in India v2 WINDOWS 6.1[ONLINE](link corrected)[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=371139"][ROM[WWE]HTC Touch: ROM Code 1.11.707.1B (Soft Black)[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=563628"][ROM][WM6.5][Elfin] Build 23071[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=373791"][ROM][GER][02.03.08]Piko ROM Wm6.1 Elf & Elfin[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=430204"][ROM][WWE][26.11.08]Official 3.10.710.0 WM 6.1 ROM - TrueG Edition[v4][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=573970"][ROM][WWE][UC][7-Dec-09] AGS Series WM6.5 21877 & Beta 28009[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=545743"][ROM]Windows 6.5 ROM 23071 Final Release SEN V1.0[/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=554043"][ROM][WWE][AUG 30 '09]khatri's 6.5[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=483078"][ROM][WWE][Feb 15] LeTama 21159.3 (WM 6.5 beta) updated 02/22, small changes [Online][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=392637"][ROM][WWE][20753 1.4.0] UC2.0 + Mortscript Ultra Clean Edition [OFFLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=364901"][ROM][WWE]NEW 4|18|24MB Pagepool. Blue Elves ROM V5.0 (Build 19521)[ONLINE][/URL]
[*][URL="http://forum.xda-developers.com/showthread.php?t=369385"][ROM][WWE]Elf(in) ShadoW 2.1 TE[ONLINE][/URL]
[/LIST]
...Going deeper! #1...
...
...What we hope ever to do with ease we must learn first to do with diligence...​
Click to expand...
Click to collapse
12. Kitchens that work for Elf&Elfin (The "programs" used to rebuild/modify Shipped Roms & produce Custom Roms)
(1) Anichillus - Hypercore (Presented in Noonski's Cooking Class. Many things to learn there!)
(2) bepe - BETA: Extended Elf/Elfin Kitchen for WM6.1
(3) Ivanmmj - EasyPortOven V2.2 (Discontinued)
(4) Ervius - buildos+packagetools 4.2b3 & version 4.3b1
(5) Noonski - SuperProCore Kitchen (Discontinued)
(6) Kokotas - ELF(in) Kitchens
(7) Linux ROM Kitchen
(8) Noonski - o.r.e.e. wwe v3.07.720.05
(9) PPCKitchen.org - XIPKitchen
(10) Ervius - Visual Kitchen
(11) Vistang - Visual Kitchen
(12) Ivanmmj - SuperJustKitchen
(13) Airxtreme&OndraSter - OsKitchen
13. Modifying&Cooking stuff
(0) Noonski's Tutorials
(1) OEM Package Tutorial
(2) Full XIP Porting (& MANY MORE Guides) - XIP & SYS Porting Guide
(3) What's The Pagepool (Size) All About?
---(3.1) Universal ELF/IN 1.1x , 2.2x & 3.xx Roms PP Changer (Use this if you want to change the PagePool size for the ROM your device already runs(after flashing)) ,
---(3.2) PagePool Smart Changer(Works as the above but only for (old) 1.1x.xxx.xx ROMs) ,
---(3.3) Changing Pagepool for 2.2X.xxx.xx ROMs(Read this guide if you want to change the PagePool size on the ROM(*.nb or *.nbh file) before(!) flashing)
---(3.4) Changing Pagepool for 1.1x.xxx.xx ROMs(Works as the above but only for (old) 1.1x.xxx.xx ROMs)
---(3.5) Changing Pagepool for 3.XX.xxx.xx ROMs is similar to 2.2X.xxx.xx ROMs with only 1 difference
(4) Creating MIDlet shortcuts in start menu, and changing the shortcut icon
(5) Changing startmenu icon (You may need msigner) - Rename "Start" in system tray
(6) How to remove SQM (System Quality Metrics)
(7) SDAutoRun - User Customization
(8) UC ROM SDConfig.txt Builder
(9) AppToDate
(10) International MUI for Localizations
(11) How to tweak a rom because of size limitation(You could bypass that limitation(50MB for our ELF(in)s) using your SD card for flashing[This short "explanation" may help you understand])
(12) G'Reloc & other tools
(13) Tadzio's tools
(14) itsme's tools
(15) mamaich's tools
(16) bepe's Package Tool
(17) Powerful xip porting tool: XIPAddrTools 2.0
(18) QuickCab 1.0Cab
(19) SASHIMI AutoInstaller
(20) nbimg: HTC splash screen tool
(21) Cube Customization
(22) XIAMultiTheme
(23) Windows Mobile 6 Professional Emulator
(24) MortScript examples accumulation - Mortscript's Manual - Mortscript's Manual(HTML)
(25) cmonex's RomTools Pack
(26) htc ROM Image Editor
(27) DSMBuilder
(28) Noonski's Cooking Experiments & OEM packages - A Little Cooking Secret
(29) How to change ROM Date
(30) Increasing Touch Sensitivity
(31) [TUT]Apply your registry tweaks with a simple CAB file!
(32) Speed up OEM ROMS with NETCF3.5 without cooking
(33) HOW to translate ANY ROM
(34) File Explorer Extension v.2.03
(35) Opal/Jade Apps & Manilla2D Extraction Thread
(36) Download links for Dumped ROMs & XIPs for cooking
(37) Ather90's OEM Packages
(38) UPX Reference Post
(39) List Of .lnks
(40) Manilla 2D Home Settings XML Explained
(41) ULDR Removal for Elf/Elfins
(42) Change settings for all Notifications
(43) Chef Central
(44) Extendir - file system filter driver that optimizes performance
(45) Universal Tutorials
(46) OEM -> EXT rebuilder
(47) XDA_UC
(48) The Windows Mobile Image Update System
(49) Manila Development Tutorial
(50) IMGFSFromDump-TURBO
...
...Going deeper! #2...
(51) xidump v1.0 Beta
(52) NBH handling tool
...
...Got any troubles?Read here!...
...
...Clear your mind of can't...​
Click to expand...
Click to collapse
14. Troubleshooting guides
(1) Stuck in bootloader
(2) Dead[or]bricked Elf&Elfin
(Ultimate guide - All you need is there - DO NOT open a new thread for every dead device in this planet!)
(3) "Data crashes" when SIM card inserted (Not available yet, but check following links for help: link1 & link2)
(4) ActiveSync Fails
(5) Bootloader [mtty] commands
(6) RUU Error Codes List
(7) Goldcard (Potentially a Limited Unbricker) for ELF/ELFin
(8) Unbricker ROM
(9) HOW to fix turning off HTC ELF
(10) Unbricking solution for Elfs in 3.xx bootloader
(11) How to Jtag a HTC Touch Elf(in)
15. "Manuals"
(1) HTC ELF / Touch Service Manual
(2) How to Completely Disassemble the HTC Touch (check post 22 for a pdf)
...
...Interesting things going on...
16. Alternative OS running on Elf
(1) Linwizard/ Linux running on Elf
(2) Android running on Elf
17. Benchmarking Tests
(1) Difference between SPLs
18. Projects
(1) Touch Surface // The Cooking begins! [OFFLINE]
(2) UC2.0 + Mortscript Capable New Ultra Clean concept ROMs [OFFLINE]
(3) New XML customizable full screen today screen
(4) Shaps New UI - Touchxperience
(5) Manila 2D 2.0 on ELFin
(6) WP7 Porting/Tool Development
19. Useful Links
(1) Touch Friendly Programs for the Windows Mobile
(2) Tweaks&Tricks
(3) MSDN Library
(4) The (Java) MIDlet Bible
(5) All Opera Mobile/Mini version
(6) GPRS/Internet Connection Settings for the whole world
(7) Windows Mobile Themes
...
Mini guide for new users
A. Preparation
0.READ & understand some terms so that communication will be easier among us:
http://www.1800pocketpc.com/glossary
http://wiki.xda-developers.com/index.php?pagename=FAQ#techicalJargon
Then you may go through the links and guides of this rollup and get informed!
1.Find your Device ID , CID , etc:
http://forum.xda-developers.com/showthread.php?t=418892
2.Make a "GoldCard":
http://wiki.xda-developers.com/index.php?pagename=Elf_GoldCard or http://forum.xda-developers.com/showthread.php?t=437996&page=2#15
3.Make a backup of your current ROM and keep it:
http://wiki.xda-developers.com/index.php?pagename=Elf_HowtoDumpRom
4.Save your personal info(contacts,mails,etc):
Use whatever method you want...(eg. PIM Backup, ActiveSync, etc.)
B. Now that you have saved every important file and info for your phone you are good to go...
5.CID Unlock your Touch:
http://forum.xda-developers.com/showthread.php?t=445666
Use the NEW! Hard-SPLs!
or
http://forum.xda-developers.com/showthread.php?t=408637
Use the right USPL & IPL for your phone!
6.If CID Unlocking worked, you will be able to change the ROM, the Radio & the SpashScreen of your phone using the RomUpdateUtility(RUU)
and start having fun!
*.I'm sure all of you want the best for your device - after all that's why we all come here. But what is best for me is not always best for you too, meaning that it's a matter of personal taste. So please don't start asking which ROM is the best or fastest , etc.
If you have followed the above steps (0-5) then you have the opportunity to try out many different ROMs that are released here and see which one fits your needs. And there is always the option (if you didn't come here just to take and leave) to learn how to create your own ROM and build it according to your taste!
kokotas is the champ ! A great job. A perfect thread, Thanks for the help buddy.
If you are having any problem related to the Forum or
Let me know if...
* Forum rules are being broken.
* A thread or post needs moved or deleted.
* You have ideas for how to make the HTC Elf forum better.
You can PM me madnish30(Forum Moderator) here is the link you can use to PM me.
Now , if you have a problem with your device i.e. Elf and you can not seem to solve it at all. ( Be sure you have searched for the solution. ). Please do not post thread here and there, instead you can contact my team of helpers:
kokotas PM
captainstu72 PM
saurabh88 PM.
Please CC' your PM to me as well.
Please DO NOT SEND THE SAME ISSUE TO MULITPLE Helpers, Doing so can get you into trouble.
Enjoy The Forum, Respect The Forum.
change log :
Code:
[list]
[*][27.07.10] - thread revised and structure changed
[*][19.06.10] - added link for "how to jtag a htc touch elf(in)" @ post #5
[*][09.04.10] - all posts reviewed ! Updated info - fixed dead links
(needs some more work...)
[*][03.01.09] - added link for "notifications settings guide" @ post #4
- added link for "xdafbppc" project @ post #6
[*][06.12.08] - fixed link for "xipporterex" by ervius @ post #4
[*][06.12.08] - added link for new kitchen by ervius @ post #4
[*][02.12.08] - added link for new tool "xipporterex" by ervius @ post #4
[*][16.11.08] - added link for "unbricker rom" @ post #5
[*][14.11.08] - added link & simplified instructions for new hardspl 3.07 @ post #3
[*][13.11.08] - added link for new kitchen o.r.e.e. Wwe v3.07.720.05 @ post #4
- added link for uldr removal for elf/elfins @ post #4
- added link for upcoming new xipkitchen from ppckitchen.org @ post #4
[*][06.11.08] - added link for new uspl 3.07 @ post #3
- fixed link for questions&answers @ post #1
[*][23.10.08] - added link for manual full xip porting @ post #4
- added link for goldcard project(potential unbricker) @ post #5 & #3
[*][26.09.08] - added link for editing the "start" text of the start menu @ post #4
[*][20.09.08] - added link for m2d_settings_xml explanation thread @ post #4
- added link for midlet_"bible" thread @ post #6
[*][19.09.08] - added link for upx reference thread @ post #4
- added link for list_of_.lnk thread @ post #4
[*][18.09.08] - added download links for dumped roms & xips for cooking @ post #4
- added link for ather90's oem packages @ post #4
[/list]
Click to expand...
Click to collapse
~.~​

[ CRBuilder™ 2 ] [ FOR A COMPLETE AND SMARTER COOK ]

{
"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"
}
Version 2​
Hello Brothers and Sisters,
I'm pleasure to provide you my first kitchen for HTC Wizard, based on Bepe's Platform Rebuilder and other tools. This kitchen is so powerfull and professional, that gives you all the needs to build a prefect ROM's. ROM Builder, XIP Dumper, Splash S Builder, File Editor Suite, and more. Also supports for building multiple languages and editions of a ROM with a single kitchen ( Version 1 Only ). As usual the description is below, Please read it before downloading and using.
Features :
Easy XIP porting.
Super faster ROM building.
EXT packages (Extended packages)
Change Page Pool Size while cooking.
Support for building multiple languages and editions of a ROM with a single Kitchen
.ROM and .VM are not needed in SYS anymore, PRB will create it's own .ROM now
No need to reloc the modules using G'Reloc or WMReloc.
Easy to build 1st and/or 2nd splash screens using Splash S Builder.
And lot more.
Versions :
CRBuilder 2
Platform Rebuilder v2.1
XIP Dumper v2.0
Splash S Builder v2.0
DSM Patcher v1.6
DSMAnalyzer v1.4
Package Creator v2.7
RGU to XML v1.0
SYSVersion 1.2
NB2NBF v2.02
PagePool Changer v2.21
Log Report : Version 2
Deeply modified to look smarter and user friendly.
Replace bat files to exe's.
Placed error msgs
Added page pool changing feature while building ROM.
Modified Splash S Builder.
Modified XIP Dumper.
Installation Notes : CRBuilder
Run CRBuilder 2.exe
Enter the password and install/extract.
The kitchen is ready to use.
Installation Notes : XIP Builder
Drag and drop xip.bin or os.nb.payload or cooked ROM ( OS.nb ) or file which contains XIP, into DUMP XIP.exe.
Wait for processing.
You will get XIP dir and romhdr.bin in root
Go inside XIP; Drag and drop all the dsm files ( One-By-One ) into Package Builder.exe ( Xtra Tools ) using another window.
Now inside the XIP dir you will get : MSXIPKernel, MSXIPKernelLTK and OEMXIPKERNEL.
If your are porting XIP from other device, then you should remove OEMXIPKERNEL and place your devices OEMXIPKERNEL.
Move XIP dir and romhdr.bin to root of the ROM dir of your kitchen.
XIP porting is done.
Paths and Patterns : Single or Multi Language/Edition
OEM - Place all your packages including OEM_Lang_0409, OEMAPPS, OEMDrivers, OEMMISC, OEMOPERATORS.
SYS - I think you all might know this.
ROM - Use your base ROM. i.e OS.NB but rename the file to OS.NB.payload; romhdr.bin.
ROM\XIP - MSXIPKernel, MSXIPKernelLTK, and OEMXIPKERNEL.
EXT - Use this, if you have EXT packages. Use OEM to EXT.exe if you want to convert OEM to EXT packages. Exampe : EXT\LEO\AdobePDF 2_5_1_0_395886_06H
Installation Notes : Single Language/Edition
Build your kitchen, as said in Paths and Patterns above.​
Installation Notes : Multi Language/Edition
Build your kitchen, as said in Paths and Patterns above and also do the following :​
'Skip' and 'Only' Files:
Use 'skip' and/or only files to make multi language or edition ROM's. You can place these 'skip' and/or 'only' files inside SYS and/or OEM packages.
In Config.txt, you will find this line :
set LOCALE=XXXX
LOCALE should be set to the language you want to build the ROM for. i.e 0409, 0804, 0804 or etc
set BUILD=XXXX
BUILD is some custom value like Premium/Basic/Lite.​
File Name/s :
_skip
This package will be skipped always.
_skip_0409
This package will not be included to the ROM if you set LOCALE to 0409 in Config.txt.
_skip_Premium or _skip_Basic or _skip_Lite
This package will not be included to the ROM if you set BUILD to Premium/Basic/Lite in Config.txt.
_only_0409
This package will only be included to the ROM if you set LOCALE to 0409 in Config.txt.
_only_Premium or _only_Basic or _only_Lite
This package will only be included to the ROM if you set BUILD to Premium/Basic/Lite in Config.txt.​
Example:
OEM\Package 1\_skip_0409
OEM\Package 1\_skip_0407
OEM\Package 2\_skip_Lite
OEM\Package 2\_skip_Premium
OEM\Package 3\_only_Premium
OEM\Package 4\_only_0409​
Package 1: Will only be included if you are building a 0409 rom.
Package 2: Will only be included if you are building a Basic rom.
Package 3: Will only be included to a Premium build.
Package 4: Will only be included if you are building a 0409 rom.​
As you can see there can be more than one skip or only files in one package.
A skip or only file is just a file (like an empty text file) that is renamed to "_skip_xxx" or "_Only_xxx", important is that this file MUST not have an extension, only filename!
Video Guide :
Link
Warning Notes :
CRBuilder is only for building ROM(s) so you need all the source to do so. Like OEM's, XIP, SYS, OS Payload and Device base files/modules/packages. To get those, You need to extract any stock or custom ROM/s ( i.e Using hypercore ) but the ROM should not be protected.
Microsoft Visual C++ 2008 Redistributable is must
Supports all type of Windows platforms.
Download :
Link
Password : 02111989
Thank you for using our developments..........
Source​
Wizard's OS Payload : Link
Wizard's Metadata : Link
( Use this when porting non Wizard's SYS )
Wizard's WinCENLS WWE : Link
( Use this when porting non Wizard's SYS )
Wizard's XIP base kernel : Link
( Use this when porting non Wizard's XIP )
Recommend to use Metadata and WinCENLS WWE which comes with SYS source. These are just for reference.
Kitchen Builder Open Source​
Its not the builder, it contains bat files. The source of exe's.
Click here to download.
Empty Post 1
Empty Post 2
My Special Thanks To :​
- AMD, ASUS and NVidia
- XDA-Developers
- Bepe - DONATE
- Ervius - DONATE
- Laurentius26 - DONATE
- Ameet - DONATE
- Cornelha
- Also thanks to the ROM testers, feedbacks, and donations........
hey was about to test this out but says the password is incorrect
mysticgoku said:
hey was about to test this out but says the password is incorrect
Click to expand...
Click to collapse
Sorry, Pass is 02111989
CRACING said:
Sorry, Pass is 02111989
Click to expand...
Click to collapse
lol thanks will test it out now and give feedback
Very Interesting indeed!
Stickied
great work!
excellent thanks!
how do I use your kitchen from a file nk.nbf
Italiano
ottimo grazie!
come posso utilizzare la tua cucina partendo da un file nk.nbf
ippoglosso said:
excellent thanks!
how do I use your kitchen from a file nk.nbf
Italiano
ottimo grazie!
come posso utilizzare la tua cucina partendo da un file nk.nbf
Click to expand...
Click to collapse
This is only the ROM builder. First you need to extract the ( unprotected )ROM using hypercore, then only you can use this ROM builder.
Thanks and regards
Installation Notes : XIP Builder
* Drag and drop xip.bin or os.nb.payload or file which contains XIP, into DUMP XIP.bat.
* Press any key to start; Wait to dump and again press any key to exit.
* You will get XIP dir and romhdr.bin in root
* Go inside XIP; Drag and drop all the dsm files into Package Builder.exe ( Xtra Tools ) using another window.
* Now inside the XIP dir you will get : MSXIPKernel, MSXIPKernelLTK and OEMXIPKERNEL.
* If your are porting XIP from other device, then you should remove OEMXIPKERNEL and place your devices OEMXIPKERNEL.
* Move XIP dir and romhdr.bin to root of the ROM dir of your kitchen.
* XIP porting is done.
Click to expand...
Click to collapse
gives error in this step
usage : dumpxip (os.nb payload)
Click to expand...
Click to collapse
ather90 said:
gives error in this step
Click to expand...
Click to collapse
Have you drag and droped xip.bin or os.nb?
i have put xip.bin
ather90 said:
i have put xip.bin
Click to expand...
Click to collapse
It must work because I have tried xip.bin and os.nb and works fine.
Can you attach here or pm me that xip.bin?
well i went in to folder :
C:\Documents and Settings\Ather Akber\Desktop\CRBuilder\Xtra Tools\XIP Dumper 1.0
Click to expand...
Click to collapse
there i pasted my xip.bin, there was a folder called bin and a batch file called "DUMP XIP"
but now i tried manually from CMD "dumpxip xip.bin" and it worked
ather90 said:
well i went in to folder :
there i pasted my xip.bin, there was a folder called bin and a batch file called "DUMP XIP"
but now i tried manually from CMD "dumpxip xip.bin" and it worked
Click to expand...
Click to collapse
You should drag and drop the xip.bin on DUMP XIP.bat and it will extract the XIP.
Anyway, glad to know that you have extracted xip.
ok, that done, now when i drag the dsms on Package Builder.exe, should i be looking for some files or just the dsms?
cracing this builder works with wm 6.5? or is only for the others windows?

Categories

Resources