PDA

View Full Version : NEW_visual multilang/multidevice/multibuild kitchen for last bepe rom-tools!!V.12.6.3


Pages : 1 2 3 4 5 6 7 8 [9] 10 11

Mach2003
25th October 2009, 10:01 PM
:mad::mad::mad:My kitchen keeps crashing :

build_log:

Dutch

executing NBHUtils to build nbh file...
Het volume in station C heeft geen naam.
Het volumenummer is 1014-1FF5
ROMUpdateUtility wordt niet herkend als een interne
Map van C:\Documents and Settings\Name\Bureaublad\Kitchens\6.5 Kitchen NLD-WWE 2.X\RELEASE_ARTE
of externe opdracht, programma of batchbestand.

Translated:

executing NBHUtils to build NBH file ...
Volume in drive C has no name.
Volume Serial Number is 1014-1FF5
ROMUpdateUtility is not recognized as an internal
Folder C: \ Documents and Settings \ Name \ Desktop \ Kitchens \ 6.5 Kitchen NLD WWE 2.X \ RELEASE_ARTE
or external command, operable program or batch file.

Insert REM in front of the ROMUpdateUtility line found in tools\KitchenBuildRom.bat, or install and use ROMUpdateUtility to flash your device.

Emrulez
25th October 2009, 10:09 PM
Insert REM in front of the ROMUpdateUtility line found in tools\KitchenBuildRom.bat, or install and use ROMUpdateUtility to flash your device.

Its like this at the moment what should I change?


rem ---------------------------------------------------
..\tools\nbhutil.exe -model %deviceid% -ver %versionid% -lang %langid% -chunk %chunksize% -nogui -e -i 0x600 ..\splash.nb -i %osidvalue% ..\temp\os-new.nb -b ruu_signed.nbh
rem ---------------------------------------------------

if not "%errorlevel%"=="0" goto error

cd..
cd release_%device%

echo.
dir RUU_signed.nbh
echo.

REM ================================================== =========================================


echo.
echo Done!!!
echo.



REM REM REM REM REM only this one is without ".exe" or it could be killed!!!!!

ROMUpdateUtility

cd..

goto end

:error
echo.
echo ERROR! (errorlevel: %errorlevel%)

:end

xtep
25th October 2009, 10:51 PM
Finally I have found a use for the extra buttons in Ervius Visual Kitchen: I have created a set of batch files to automatically import standard/flat SYS folder into a existing VK and I have added to one off the extra buttons of VK.
I also have used other of the extra buttons for the batch files to auto-recmod that I published before.

Instalation:
- Unzip the attached file into the root of your VK folder. WARNING!! tools\extrabuttons.ini will be overwriten, so if you have used the extrabuttons for something else, save that file before.

Usage (to import a new SYS):
- Unzip/copy the contents of the SYS to import to a folder called 'Import' in the root folder of your kitchen (ie. c:\kitchen\Import).
- Run Erviuskitchen.exe and press 'Extra Buttons'
- Press the button called 'Import new SYS'
- A Command window will start.
- Insert the build number of the SYS. (the files will be moved to SYS\buildnumber)
- Press enter and wait until the work finish.

Usage (to auto-recmod a existing build):
- Run Erviuskitchen.exe and press 'Extra Buttons'
- Press the button called 'Automatic Recmod'
- A Command window will start.
- Insert the build number of the SYS. (the modules into SYS\buildnumber\SHARED\COMMON will be recmoded)
- Press enter and wait until the work finish.

Customization (import a new SYS):
- By default, all languanges and DPIs will be moved to the corresponding folder inside the kitchen.
- If you want to import only a part of the languages or DPI you can edit the file Tools\extrabuttons\batch\sys2evk.cmd. The first lines are:
set LANG=0404 0405 0406 0407 0408 0409 040B 040C 0410 0411 0412 0413 0414 0415 0416 0419 041D 0804 0816 0c0a
set DPI=96 128 192

set RES96=RESH_240_RESV_240 RESH_240_RESV_320 RESH_240_RESV_400
set RES128=RESH_320_RESV_320 RESH_320_RESV_480
set RES192=RESH_480_RESV_480 RESH_480_RESV_640 RESH_480_RESV_800 RESH_480_RESV_854
- Change this definitions keeping only those that you want to import. For example, for only importing WWE (0409) and Spanish (0C0A) for VGA (192dpi) resolution with 640x480, change them to:
set LANG=0409 0c0a
set DPI=192

set RES96=
set RES128=
set RES192=RESH_480_RESV_640
- The remaining languages and resolutions will be deleted.

Customization (automatic recmod):
- The list of modules/packages to recmod is taken from Tools\extrabuttons\batch\files2recmod.txt. Edit this file to include the list of modules or packages that you want to recmod.

Mach2003
26th October 2009, 12:23 AM
Its like this at the moment what should I change?


rem ---------------------------------------------------
..\tools\nbhutil.exe -model %deviceid% -ver %versionid% -lang %langid% -chunk %chunksize% -nogui -e -i 0x600 ..\splash.nb -i %osidvalue% ..\temp\os-new.nb -b ruu_signed.nbh
rem ---------------------------------------------------

if not "%errorlevel%"=="0" goto error

cd..
cd release_%device%

echo.
dir RUU_signed.nbh
echo.

REM ================================================== =========================================


echo.
echo Done!!!
echo.



REM REM REM REM REM only this one is without ".exe" or it could be killed!!!!!

ROMUpdateUtility

cd..

goto end

:error
echo.
echo ERROR! (errorlevel: %errorlevel%)

:end




REM ROMUpdateUtility

avengerpenguin
26th October 2009, 11:31 AM
Having a strange problem recently with vk1.81, i have added some packages that I took from another EXT from a different device kitchen, same dpi etc, whether these are enabled or not the build process goes through fine but when flashing it corrupts my bootloader? If I take these packages out of the kitchen it boots fine?

Has anyone encountered anything like this, I have even tried just using on package for a reg change and still the same.

Emrulez
26th October 2009, 03:42 PM
REM ROMUpdateUtility


It is still crashing!

Modifing Lang on bat file...
deleting old bat...
Writing new bat...
Done...
Wait some seconds...
Executing Processes..... wait.....

Executing: platformrebuilder.exe.....

platformrebuilder.exe Executed successfull!!!

done!!!

No error

AlekSS-881980
26th October 2009, 10:59 PM
Hello! Why i cant make a 0419 ROM with this kitchen? I made a few wm 6.5 eng ROMs but when I try to make 0419 i have a problem with platformrebuilder.exe.

mnet
29th October 2009, 01:02 AM
how can one make the ROM uncompressed?

l3v5y
29th October 2009, 01:15 AM
how can one make the ROM uncompressed?

You need to use a modified set of IMGFS tools, and to use the "Old" ROM building method...

mnet
29th October 2009, 03:47 AM
You need to use a modified set of IMGFS tools, and to use the "Old" ROM building method...

Where can I find the modified IMGFS?
Thanks

secc123
30th October 2009, 03:20 PM
Hi all, I'm having a little problem with ervius kitchen. I have a different phone so i have dumped all files from rom and put them into ervius. Everything runs fine until near the end when i get the following:

------------------------------------------------------
SRPX file compressor/uncompressor. (c) XCCX 2008-02-16
------------------------------------------------------
[ ERROR ] Destination file true already exists. Please delete it to continue.
The system cannot find the file specified.
The system cannot find the file specified.
Out fat file exist, erasing it

After this it continues and builds the temp.dat but after flashing it sticks on the first boot screen. I know i have seen this before and i think it was a wrong file in kva folder but for the life of me i can't remember.

Any help appreciated, Thanks
Secc

chris5s
1st November 2009, 07:01 PM
Hi folks

Some help would be very much appreciated. I'm trying to build a rom for my topaz using ervius 1.8.2, and having tried a couple of different kitchens, I always get this message towards the end of the building process :

"Checked 0xc240 sectors successfully!
Done.
executing NBHUtils to build nbh file...
File Not Found
Volume Serial Number is AC5E-80FC
Directory of C:\2.31 911s Kitchen\RELEASE_TOPAZ
Done!!!

kitchen_build_rom.bat Executed successfull!!!

done!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!! "

The end result is there is no rom! I have tried exiting ervius before it deletes the temp files and running NBHUtils.exe on its own to try and build an nbh from the temp nb but I still can't build the nbh. A temp nbh file appears in the destination folder and NBHUtils.exe opens a window saying "Done!" but then the temp nbh file disappears and I'm left without my rom!

This is quite frustrating and any help as I say would be appreciated.

Does anyone think it is related to my system? Firewall? AV? .net or C++??

Thanks in advance

mahjsa
2nd November 2009, 05:55 PM
Hi chriss, it seems that you are using a directory name that contains spaces. If I recall correctly, this kitchen doesn't like spaces in the directory names.

chris5s
2nd November 2009, 06:00 PM
Ok, I'll try taking out spaces from directory name. Thanks for your suggestion mahjsa.

chris5s
2nd November 2009, 10:32 PM
Nope, didn't make any difference. Do I have to run it as admin? Shouldn't make a difference, but maybe :confused:

hilaireg
3rd November 2009, 01:08 PM
@chris5s:

Verify the following:


Running with elevated priviledges on your workstation
Microsoft .NET framework is installed (ex: 2.x, 3.x, etc.)
Keep the kitchen path short and free of non-alphabetic/numeric chars (ex: c:\xda\VKTopaz12345)
Verify the OTHER button in the kitchen to ensure that Unlock is checked


HTH,

chris5s
3rd November 2009, 03:52 PM
@chris5s:

Verify the following:


Running with elevated priviledges on your workstation
Microsoft .NET framework is installed (ex: 2.x, 3.x, etc.)
Keep the kitchen path short and free of non-alphabetic/numeric chars (ex: c:\xda\VKTopaz12345)
Verify the OTHER button in the kitchen to ensure that Unlock is checked


HTH,

Thanks for the reply - I 'ticked' all the above boxes, still no joy.

scrosler
4th November 2009, 03:28 AM
Hello All!

Wondering if anyone has any input. I have a kitchen for CDMA RHodium. Works perfect on Win7 Final. When the same kitchen is ran on an XP machine it fails to create ROM. Gives error level 1.

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!
ROM Is Compressed in LZX Mode!


Previous kitchen was working fine on XP. Tried mutliple XP machines including XPMode. Kitchen fails. Try on Win7 and its perfect.

Any thoughts?

Thanks!

EDIT: Tried some of the things noted in this thread such as moving to root of hard drive and making sure no spaces. Attrib -h -s -r -a *.* /s and I even checked Unlock before build and the results are the same.

Andrewwelton
5th November 2009, 02:18 AM
Hi everyone, I'm hoping that I could maybe get some help with two problems I'm having with ervius vk currently.
I have a Vogue.
Everytime I build a ROM with windows mobile 6.5.1 or just any ROM in general, the date and time page would not load and I cannot get service.
Recently, I have been able to get the date and time setup page to load, but titanium/home screen will never load, the screen stays white while the top bar and bottom bar loads, and the start menu works. And again, no service.

Any additional information that is needed I can provide.

mahjsa
5th November 2009, 07:53 PM
I am building ROMs for my A701 and from build 23052 I started having problems with amongst others the Wifi card. In build 23071 I didn't see the SD card anymore. (The Mio A701 doesn't have a native 6.5 kernel yet)
In the end I watched the build log closely and discovered a whole lot of modules in SLOT0 (having read somewhere that it should be as clean as possible). So I recmodded some packages (adobeflash and browsingie if I recall correctly) and presto, I had my sdcard again and also my wifi connection.
Maybe your problems are related.

Hi everyone, I'm hoping that I could maybe get some help with two problems I'm having with ervius vk currently.
I have a Vogue.
Everytime I build a ROM with windows mobile 6.5.1 or just any ROM in general, the date and time page would not load and I cannot get service.
Recently, I have been able to get the date and time setup page to load, but titanium/home screen will never load, the screen stays white while the top bar and bottom bar loads, and the start menu works. And again, no service.

Any additional information that is needed I can provide.

Andrewwelton
5th November 2009, 08:15 PM
Thanks for The reply, but I don't think that's it.... I have gotten the modules in slot 0 down to 0 or around 1-4

OndraSter
5th November 2009, 08:37 PM
That's maybe the problem. Don't recmod that much, keep about 24 - 28MB free SLOT0 (with 0 modules you have 32MB), otherwise it might behave very bad (just like you see).

nate.spangler
7th November 2009, 04:30 AM
Hello All!

Wondering if anyone has any input. I have a kitchen for CDMA RHodium. Works perfect on Win7 Final. When the same kitchen is ran on an XP machine it fails to create ROM. Gives error level 1.




Previous kitchen was working fine on XP. Tried mutliple XP machines including XPMode. Kitchen fails. Try on Win7 and its perfect.

Any thoughts?

Thanks!


EDIT: Tried some of the things noted in this thread such as moving to root of hard drive and making sure no spaces. Attrib -h -s -r -a *.* /s and I even checked Unlock before build and the results are the same.

your problem is in your kitchen_build_rom.bat

right click on it and click edit, go down to this line


REM **************** TOOLS\platformrebuilder.exe

if not "%errorlevel%"=="0" goto error

and change it to this

REM **************** TOOLS\platformrebuilder.exe

REM **************** if not "%errorlevel%"=="0" goto error

save it and your good to go!

nate.spangler
7th November 2009, 04:32 AM
i have my own question though...

if i dump a rom to extract new packages, do i have to do anything to them before i add them to the kitchen or are they good to go?

scrosler
7th November 2009, 02:28 PM
your problem is in your kitchen_build_rom.bat

right click on it and click edit, go down to this line


REM **************** TOOLS\platformrebuilder.exe

if not "%errorlevel%"=="0" goto error

and change it to this

REM **************** TOOLS\platformrebuilder.exe

REM **************** if not "%errorlevel%"=="0" goto error

save it and your good to go!

Thanks man, I was just about to come back and say that after removing all the error level commands it seems to work well! ahahah..

Thanks alot for confirming that!

BTW: I removed them all, do you think that will harm anything? Seems to run fine as it.

nate.spangler
7th November 2009, 07:32 PM
Thanks man, I was just about to come back and say that after removing all the error level commands it seems to work well! ahahah..

Thanks alot for confirming that!

BTW: I removed them all, do you think that will harm anything? Seems to run fine as it.

im not sure as ive only fixed it never deleted it. but im assuming its building so id say ur ok.

do u know anything about my dumped packages question a few posts up???

coolsac32
7th November 2009, 09:38 PM
help: i keep getting this message when i cook.

ERROR! (errorlevel: -1073741819)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

mnet
8th November 2009, 02:27 AM
i have my own question though...

if i dump a rom to extract new packages, do i have to do anything to them before i add them to the kitchen or are they good to go?

they are good to go as long as you have proper app.reg and 'files' folder. of course they won't function properly if you didn't include the dependencies or if they are incompatible, etc

CWKJ
9th November 2009, 07:31 AM
Thank you very much.

This is a very good and nice tools.

You came a long way and fast since your days of D810. :D

mccune
11th November 2009, 10:51 AM
My kitchen seems to crash at the end.
Using Windows 7.
Already set the following files to be executed as Administrator and compatible with XP SP3:
- erviuskitchen.exe
- ImageHash.exe

The error from the log file I get is:
executing NBHUtils to build nbh file...
Onverwerkte uitzondering: System.UnauthorizedAccessException: Toegang tot het pad C:\XDA\My_Visual_Kitchen\RELEASE_Rhodium\ImageHash .exe is geweigerd.
bij System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
ERROR! (errorlevel: -532459699)
bij System.IO.File.Delete(String path)
bij NBHUtil.Form1.CmdLineWriteNBH(String ModelID, String cid, String Version, String Lang, String chunk, ArrayList items, String outputfile, Boolean usedef)
bij NBHUtil.Program.Main(String[] args)

ERROR executing: kitchen_build_rom.bat

Any ideas about this problem? Got stuck with this kitchen for a couple of days now :(

yptan62
11th November 2009, 01:16 PM
Ervius Visual Kitchen tools still the best of the best.

bobsbbq
12th November 2009, 08:55 AM
I'm a big fan of the search bar but sometimes you just cant find what you need.

Is there a way in the newest kitchen to disable the dsm and rgu's from being included in the build. In the older kitchen they were by default not included. Now with a stock ROM dump they are all included. I want to test the speed without them. Is there a setting I can change or do I have to manually delete all of them?

Mach2003
12th November 2009, 09:28 AM
I'm a big fan of the search bar but sometimes you just cant find what you need.

Is there a way in the newest kitchen to disable the dsm and rgu's from being included in the build. In the older kitchen they were by default not included. Now with a stock ROM dump they are all included. I want to test the speed without them. Is there a setting I can change or do I have to manually delete all of them?

Dsm's are excluded in the standard build, only used for 'old style' build.
Rgu's are included, but then also contain all the reg entries needed to run the phone, so deleting them all is a real bad idea. Removing some of them, OK.

bobsbbq
12th November 2009, 09:40 AM
Dsm's are excluded in the standard build, only used for 'old style' build.
Rgu's are included, but then also contain all the reg entries needed to run the phone, so deleting them all is a real bad idea. Removing some of them, OK.

I don't know if I agree with that, but I may be wrong. I don't use the old build and I dumped my ROM and it recreated almost 100% of the ROM All EXT Packages OEM SYS. Only the ROM was not complete. The older EVK would automactically delete the dsm and rgu after build. This 1.8.2 does not seem to do this.

RoryB
12th November 2009, 11:21 AM
Even back when I used Hypecore, I would delete all of the rgu and dsm files after the BuildOS.exe ran and before I started the buildROM portion.

twopumpchump
12th November 2009, 02:21 PM
it doesnt hurt anything to delete the rgu/dsm/package.ini files from the ext pkgs. here is what i do to delete all of them plus delete all other resolution cprs besides wvga from my SYS.

open kitchen_build_rom.bat, and copy/paste the part in red to it in the correct place.

set DSM_TEMPLATE=%dsm%
set DSM_INCLUDES=*
echo.removing unwanted files from EXT...
echo.
echo.Please wait...
del EXT\package.ini /s
del EXT\*.dsm /s
del EXT\*.rgu /s
echo.
echo Done!!!
echo.removing unwanted cpr files from SYS...
echo.
echo.Please wait...
attrib +A -S -H -R SYS\*.cpr /s
del SYS\LS_AlarmScene_240x320.cpr /s
del SYS\LS_AlarmScene_240x400.cpr /s
del SYS\LS_AlarmScene_320x240.cpr /s
del SYS\LS_AlarmScene_320x320.cpr /s
del SYS\LS_AlarmScene_400x240.cpr /s
del SYS\LS_AlarmScene_480x480.cpr /s
del SYS\LS_AlarmScene_480x640.cpr /s
del SYS\LS_AlarmScene_480x854.cpr /s
del SYS\LS_AlarmScene_640x480.cpr /s
del SYS\LS_AlarmScene_854x480.cpr /s
del SYS\LS_Global_240x320.cpr /s
del SYS\LS_Global_240x400.cpr /s
del SYS\LS_Global_320x240.cpr /s
del SYS\LS_Global_320x320.cpr /s
del SYS\LS_Global_400x240.cpr /s
del SYS\LS_Global_480x480.cpr /s
del SYS\LS_Global_480x640.cpr /s
del SYS\LS_Global_480x854.cpr /s
del SYS\LS_Global_640x480.cpr /s
del SYS\LS_Global_854x480.cpr /s
del SYS\LS_LockScene_240x320.cpr /s
del SYS\LS_LockScene_240x400.cpr /s
del SYS\LS_LockScene_320x240.cpr /s
del SYS\LS_LockScene_320x320.cpr /s
del SYS\LS_LockScene_400x240.cpr /s
del SYS\LS_LockScene_480x480.cpr /s
del SYS\LS_LockScene_480x640.cpr /s
del SYS\LS_LockScene_480x854.cpr /s
del SYS\LS_LockScene_640x480.cpr /s
del SYS\LS_LockScene_854x480.cpr /s
del SYS\LS_PhoneAlertScene_240x320.cpr /s
del SYS\LS_PhoneAlertScene_240x400.cpr /s
del SYS\LS_PhoneAlertScene_320x240.cpr /s
del SYS\LS_PhoneAlertScene_320x320.cpr /s
del SYS\LS_PhoneAlertScene_400x240.cpr /s
del SYS\LS_PhoneAlertScene_480x480.cpr /s
del SYS\LS_PhoneAlertScene_480x640.cpr /s
del SYS\LS_PhoneAlertScene_480x854.cpr /s
del SYS\LS_PhoneAlertScene_640x480.cpr /s
del SYS\LS_PhoneAlertScene_854x480.cpr /s
del SYS\LS_PhoneCallScene_240x320.cpr /s
del SYS\LS_PhoneCallScene_240x400.cpr /s
del SYS\LS_PhoneCallScene_320x240.cpr /s
del SYS\LS_PhoneCallScene_320x320.cpr /s
del SYS\LS_PhoneCallScene_400x240.cpr /s
del SYS\LS_PhoneCallScene_480x480.cpr /s
del SYS\LS_PhoneCallScene_480x640.cpr /s
del SYS\LS_PhoneCallScene_480x854.cpr /s
del SYS\LS_PhoneCallScene_640x480.cpr /s
del SYS\LS_PhoneCallScene_854x480.cpr /s
del SYS\LS_SimplePinScene_240x320.cpr /s
del SYS\LS_SimplePinScene_240x400.cpr /s
del SYS\LS_SimplePinScene_320x240.cpr /s
del SYS\LS_SimplePinScene_320x320.cpr /s
del SYS\LS_SimplePinScene_400x240.cpr /s
del SYS\LS_SimplePinScene_480x480.cpr /s
del SYS\LS_SimplePinScene_480x640.cpr /s
del SYS\LS_SimplePinScene_480x854.cpr /s
del SYS\LS_SimplePinScene_640x480.cpr /s
del SYS\LS_SimplePinScene_854x480.cpr /s
del SYS\SlidingPanel_240x320.cpr /s
del SYS\SlidingPanel_240x320_0411.cpr /s
del SYS\SlidingPanel_320x240.cpr /s
del SYS\SlidingPanel_320x320.cpr /s
del SYS\Titanium_240x320.cpr /s
del SYS\Titanium_240x400.cpr /s
del SYS\Titanium_320x240.cpr /s
del SYS\Titanium_320x320.cpr /s
del SYS\Titanium_400x240.cpr /s
del SYS\Titanium_480x480.cpr /s
del SYS\Titanium_480x640.cpr /s
del SYS\Titanium_480x854.cpr /s
del SYS\Titanium_640x480.cpr /s
del SYS\Titanium_854x480.cpr /s
echo.
echo Done!!!

TOOLS\platformrebuilder.exe
if not "%errorlevel%"=="0" goto error


if you are cooking for another resolution besides wvga, just change your resolution cpr values with 480x800/800x480 in notepad :)

Mach2003
12th November 2009, 03:54 PM
If you want to delete files from EXT or sys, you can do that before you 'create rom'. Make a new bat file with your clean up lines, and run it after you add a new sys, or EXt packages.

If you want to delete files from the rom, but keep them in sys/ext/oem, then place your delete lines here, and work with temp\dump instead.


..\TOOLS\IMGFS\ImgfsFromNb.exe OS.nb.payload imgfs.bin
if not "%errorlevel%"=="0" goto error

rem delete for a cleaner rom
del dump\erviuspackages.zip /f /q
del dump\add2config.txt /f /q
del dump\build /f /q
del dump\config.old /f /q

..\TOOLS\IMGFS\ImgfsFromDump.exe imgfs.bin imgfs-new.bin
if not "%errorlevel%"=="0" goto error


I have no DSM or RGU in my temp\dump, many in sys, my ext uses app.reg. Doesn't PRB compile all the rgu and reg files into new HV files for your rom?

bobsbbq
12th November 2009, 07:50 PM
it doesnt hurt anything to delete the rgu/dsm/package.ini files from the ext pkgs. here is what i do to delete all of them plus delete all other resolution cprs besides wvga from my SYS.

open kitchen_build_rom.bat, and copy/paste the part in red to it in the correct place.

set DSM_TEMPLATE=%dsm%
set DSM_INCLUDES=*
echo.removing unwanted files from EXT...
echo.
echo.Please wait...
del EXT\package.ini /s
del EXT\*.dsm /s
del EXT\*.rgu /s
echo.
echo Done!!!
echo.removing unwanted cpr files from SYS...
echo.
echo.Please wait...
attrib +A -S -H -R SYS\*.cpr /s
del SYS\LS_AlarmScene_240x320.cpr /s
del SYS\LS_AlarmScene_240x400.cpr /s
del SYS\LS_AlarmScene_320x240.cpr /s
del SYS\LS_AlarmScene_320x320.cpr /s
del SYS\LS_AlarmScene_400x240.cpr /s
del SYS\LS_AlarmScene_480x480.cpr /s
del SYS\LS_AlarmScene_480x640.cpr /s
del SYS\LS_AlarmScene_480x854.cpr /s
del SYS\LS_AlarmScene_640x480.cpr /s
del SYS\LS_AlarmScene_854x480.cpr /s
del SYS\LS_Global_240x320.cpr /s
del SYS\LS_Global_240x400.cpr /s
del SYS\LS_Global_320x240.cpr /s
del SYS\LS_Global_320x320.cpr /s
del SYS\LS_Global_400x240.cpr /s
del SYS\LS_Global_480x480.cpr /s
del SYS\LS_Global_480x640.cpr /s
del SYS\LS_Global_480x854.cpr /s
del SYS\LS_Global_640x480.cpr /s
del SYS\LS_Global_854x480.cpr /s
del SYS\LS_LockScene_240x320.cpr /s
del SYS\LS_LockScene_240x400.cpr /s
del SYS\LS_LockScene_320x240.cpr /s
del SYS\LS_LockScene_320x320.cpr /s
del SYS\LS_LockScene_400x240.cpr /s
del SYS\LS_LockScene_480x480.cpr /s
del SYS\LS_LockScene_480x640.cpr /s
del SYS\LS_LockScene_480x854.cpr /s
del SYS\LS_LockScene_640x480.cpr /s
del SYS\LS_LockScene_854x480.cpr /s
del SYS\LS_PhoneAlertScene_240x320.cpr /s
del SYS\LS_PhoneAlertScene_240x400.cpr /s
del SYS\LS_PhoneAlertScene_320x240.cpr /s
del SYS\LS_PhoneAlertScene_320x320.cpr /s
del SYS\LS_PhoneAlertScene_400x240.cpr /s
del SYS\LS_PhoneAlertScene_480x480.cpr /s
del SYS\LS_PhoneAlertScene_480x640.cpr /s
del SYS\LS_PhoneAlertScene_480x854.cpr /s
del SYS\LS_PhoneAlertScene_640x480.cpr /s
del SYS\LS_PhoneAlertScene_854x480.cpr /s
del SYS\LS_PhoneCallScene_240x320.cpr /s
del SYS\LS_PhoneCallScene_240x400.cpr /s
del SYS\LS_PhoneCallScene_320x240.cpr /s
del SYS\LS_PhoneCallScene_320x320.cpr /s
del SYS\LS_PhoneCallScene_400x240.cpr /s
del SYS\LS_PhoneCallScene_480x480.cpr /s
del SYS\LS_PhoneCallScene_480x640.cpr /s
del SYS\LS_PhoneCallScene_480x854.cpr /s
del SYS\LS_PhoneCallScene_640x480.cpr /s
del SYS\LS_PhoneCallScene_854x480.cpr /s
del SYS\LS_SimplePinScene_240x320.cpr /s
del SYS\LS_SimplePinScene_240x400.cpr /s
del SYS\LS_SimplePinScene_320x240.cpr /s
del SYS\LS_SimplePinScene_320x320.cpr /s
del SYS\LS_SimplePinScene_400x240.cpr /s
del SYS\LS_SimplePinScene_480x480.cpr /s
del SYS\LS_SimplePinScene_480x640.cpr /s
del SYS\LS_SimplePinScene_480x854.cpr /s
del SYS\LS_SimplePinScene_640x480.cpr /s
del SYS\LS_SimplePinScene_854x480.cpr /s
del SYS\SlidingPanel_240x320.cpr /s
del SYS\SlidingPanel_240x320_0411.cpr /s
del SYS\SlidingPanel_320x240.cpr /s
del SYS\SlidingPanel_320x320.cpr /s
del SYS\Titanium_240x320.cpr /s
del SYS\Titanium_240x400.cpr /s
del SYS\Titanium_320x240.cpr /s
del SYS\Titanium_320x320.cpr /s
del SYS\Titanium_400x240.cpr /s
del SYS\Titanium_480x480.cpr /s
del SYS\Titanium_480x640.cpr /s
del SYS\Titanium_480x854.cpr /s
del SYS\Titanium_640x480.cpr /s
del SYS\Titanium_854x480.cpr /s
echo.
echo Done!!!

TOOLS\platformrebuilder.exe
if not "%errorlevel%"=="0" goto error


if you are cooking for another resolution besides wvga, just change your resolution cpr values with 480x800/800x480 in notepad :)

Thanks for the help this is what I was looking for.

std396
15th November 2009, 09:00 PM
how do i edit the image size for the manila 2.1 to fit my build? im using "Gen_Y R 1.5" Manila files, but it doesnt fit the whole screen. how can i fix this?

thanks in advance

barbapappa_86
15th November 2009, 09:40 PM
how do i edit the image size for the manila 2.1 to fit my build? im using "Gen_Y R 1.5" Manila files, but it doesnt fit the whole screen. how can i fix this?

thanks in advance

Check this out:

http://forum.xda-developers.com/showpost.php?p=4492692&postcount=3494

just a search on ggogle my friend :)

p1um1oco
18th November 2009, 04:07 PM
Hi there,

I downloaded the T-Mobile 6.5 Rhodium Rom yesterday. Now I dumped it using ervius kitchen. If I rebuild it, I'm told it contains 670 modules (much?). Then if it reaches the Package "LargeTitle Bar" it just crashes (runtime exception). By disabling the whole EXT folder it works and also the "crash point" is different weather I disable some packages or not. I guess the number of modules is just too much for this kitchen.
I didn't change anything in the Rom, only tried to rebuild it.

Any advice? Is it unable to handle this number of modules (The Rom itself is working)?

I am having the same issue with the AT&T Rhodium, anyone have an answer to this problem, it will work if I disable most of the EXT packages. I have also tried setting the max packages to a higher number with no luck.

-Dave

twopumpchump
18th November 2009, 04:21 PM
I am having the same issue with the AT&T Rhodium, anyone have an answer to this problem, it will work if I disable most of the EXT packages. I have also tried setting the max packages to a higher number with no luck.

-Dave

i had the same problem with att rom, solved it by recmodding a module in ext...sorry but i cant remember which one though :o i do remember its in the first half of the files, like in the c's or d's(ie. concurrence mgr, dshow, ect.)

wmserver
18th November 2009, 05:30 PM
I am having the same issue with the AT&T Rhodium, anyone have an answer to this problem, it will work if I disable most of the EXT packages. I have also tried setting the max packages to a higher number with no luck.

-Dave

My guess is there may be to much or some modules too big.
Sometime VK doesn't like it when you're replacing a module with a file dll (in case of duplicate file/module.
Try convert some modules back to files dll/exe and see if it works.

p1um1oco
18th November 2009, 09:42 PM
i had the same problem with att rom, solved it by recmodding a module in ext...sorry but i cant remember which one though :o i do remember its in the first half of the files, like in the c's or d's(ie. concurrence mgr, dshow, ect.)

Thanks,

It was one of these two - ConcurrenceMgr or ContactUtilityEngine. I converted both back to dll and then I was able to build a complete ROM image from the original ATT image.

-Dave

serfer222
23rd November 2009, 12:40 PM
I have one small problem - there is Thumbs.db file in my temp folder, it is created on every build and it is included in my ROM.

I checked other folders - there is no such file there.
I deleted temp folder, I disabled thumbnail generation in explorer settings.
But after I build my ROM Thumbs.db is created and included.

Size of this file is 221 kb (226387 bytes).

I have this issue on Windows XP sp3, and Windows 7 x64.

Does anybody have the same problem?
I use this kitchen ver.1.8.2

Lmiller1708
23rd November 2009, 04:43 PM
I have one small problem - there is Thumbs.db file in my temp folder, it is created on every build and it is included in my ROM.

I checked other folders - there is no such file there.
I deleted temp folder, I disabled thumbnail generation in explorer settings.
But after I build my ROM Thumbs.db is created and included.

Size of this file is 221 kb (226387 bytes).

I have this issue on Windows XP sp3, and Windows 7 x64.

Does anybody have the same problem?
I use this kitchen ver.1.8.2

Sounds like you have a Thumbs.db left some wheres...

UnZip the attached file. Then take your kitchen folder and drop it on top of the the Del Thumbs.cmd file. It will delete any Thumbs.db in your entire kitchen.

serfer222
23rd November 2009, 05:33 PM
thank you,
but I use windows for many years, I started from Win3.1.
I know how to search for "Thumbs.db" files =)

There are no Thumbs.db files before I start building my ROM.
After ROM is ready - there is temp\dump\Thumbs.db and it is included in my ROM.

This happens on two different PC.

d-two
23rd November 2009, 05:35 PM
I have one small problem - there is Thumbs.db file in my temp folder, it is created on every build and it is included in my ROM.

I checked other folders - there is no such file there.
I deleted temp folder, I disabled thumbnail generation in explorer settings.
But after I build my ROM Thumbs.db is created and included.

Size of this file is 221 kb (226387 bytes).

I have this issue on Windows XP sp3, and Windows 7 x64.

Does anybody have the same problem?
I use this kitchen ver.1.8.2
I have the same problem!!!

I think the problem is in the Kitchen!!!

d-two
23rd November 2009, 05:45 PM
I tried to kill the file while I was creating the rom, but the access was denied.
In the moment I killed the file it was automatically recreated!

MacRoy
23rd November 2009, 07:14 PM
Hi ervius! And all other on this forum.

I have a problem with my Kitchen 1.8.2 i got this ERROR message ......

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

Renaming all ''SVN'' folder... Wait...

Restored Original config.txt...
Temp config.txt Deleted!!!

And nothing happens.

Could you please tell me wats wrong and what i could do to fix this
Thanks.


Regards MacRoy

serfer222
23rd November 2009, 11:14 PM
can you please upload full Build_log.txt.
do you have enough free space? I need about 1 gb free on my hdd when I'm building rom for Iolite.

Mach2003
24th November 2009, 03:59 AM
I have one small problem - there is Thumbs.db file in my temp folder, it is created on every build and it is included in my ROM.

I checked other folders - there is no such file there.
I deleted temp folder, I disabled thumbnail generation in explorer settings.
But after I build my ROM Thumbs.db is created and included.

Size of this file is 221 kb (226387 bytes).

I have this issue on Windows XP sp3, and Windows 7 x64.

Does anybody have the same problem?
I use this kitchen ver.1.8.2

EDIT: I was watching the dump folder, Thumbs.db gets created just before PRB is run.

I have no thumbs.db file anywhere in my kitchen (and my XP is configured NOT to create them either), but it always shows up in the dump folder (221kb).

This work around keeps the thumbs file from getting into the rom. Edit your "kitchen build rom.bat" file.

...

attrib dump\thumbs.db -A -S -H -R
del dump\thumbs.db /f /q

..\TOOLS\IMGFS\ImgfsFromDump.exe imgfs.bin imgfs-new.bin

serfer222
24th November 2009, 11:43 AM
thank you =)

I used Process Monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx) to find out what's happening with Thumbs.db. You can see platformrebuilder.exe and Erviuskitchen.exe writes to this file...

I tried to open this thumbs.db by Thumbnail Database Viewer (http://www.itsamples.com/thumbnail-database-viewer.html) and it report error - wrong file format. I tried other Thumbs.db Viewer and it failed too.

So, I wonder if this file is safe to delete, and why Erviuskitchen creates file named Thumbs.db... =)

Process Monitor log

0 12:55:13,0857316 Erviuskitchen.exe 720 CreateFile D:\m\temp\dump\Thumbs.db NAME NOT FOUND Desired Access: Write Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a
1 12:55:13,0861038 Erviuskitchen.exe 720 QueryOpen D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db NAME NOT FOUND
2 12:55:13,1436539 Erviuskitchen.exe 720 CreateFile D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db SUCCESS Desired Access: Generic Write, Read Attributes, Disposition: OverwriteIf, Options: Synchronous IO Non-Alert, Non-Directory File, Open No Recall, Attributes: n/a, ShareMode: Write, AllocationSize: 0, OpenResult: Created
3 12:55:13,1590223 Erviuskitchen.exe 720 WriteFile D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db SUCCESS Offset: 0, Length: 4*096
4 12:55:13,1604854 Erviuskitchen.exe 720 WriteFile D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db FAST IO DISALLOWED Offset: 4*096, Length: 4*096
5 12:55:13,1606730 Erviuskitchen.exe 720 WriteFile D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db SUCCESS Offset: 4*096, Length: 4*096
6 12:55:13,1619327 Erviuskitchen.exe 720 WriteFile D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db FAST IO DISALLOWED Offset: 8*192, Length: 4*096
7 12:55:13,1621126 Erviuskitchen.exe 720 WriteFile D:\m\OEM\MEGA\COMMON\OEMDrivers\Thumbs.db SUCCESS Offset: 8*192, Length: 4*096
....
full log is attached.

Heechee
24th November 2009, 11:43 AM
Hi,

I need help

As a base I've took GSM Palm Treo Pro 21857 kitchen, downloaded 28004 files put it in correct Ervius kitchen folders,
but whatever I do I get nbh file 7.1 Mb which of course when tried to flash phone gives me phone stuck in first boot screen.

full log is in attach.

serfer222
24th November 2009, 11:48 AM
there are two lines in your log

Implantxip & Payload Resizer v. 1.1 by ervius!!!
XIP: xip.bin not found!
XIP not Inserted!

I think this is your problem.

Heechee
24th November 2009, 01:08 PM
I have seen them but every file is on it's place and tried xipimport tools but nothing happens

OndraSter
24th November 2009, 02:07 PM
Thumbs.db are... thumbs generated by Windows for all files in the folder, so when you open it, it doesn't have to open each file, resize the image and then show it (it takes too much time), it just opens the Thumbs.db, loads already resized images and shows them immediatily.

You won't get rid of it probably, maybe disabling some part (service?) of Windows might do the trick.

serfer222
24th November 2009, 02:50 PM
hm...
if you see attached log file, you will see that in my case Thumbs.db is created by Erviuskitchen.exe in OemDrivers, and then ..... Erviuskitchen.exe deletes this file from OemDrivers. Somewhere in the middle Thumbs.db is copied to dump and included in the ROM.

mma123
27th November 2009, 01:17 AM
Hi:

I did a quick search, and couldn't any post related to my query. Here it goes:

I am running XP. I am wondering, why can't I run the kitchen without admin access. In my understanding, the kitchen is doing a lot of file manipulation and that should not require admin access. I have seen at least one kitchen, that can do with limited access right.

ervius, is it possible to modify the kitchen that no admin access is required?

Thanks in advance,

mma123

mccune
27th November 2009, 06:53 PM
Been almost 2 weeks since I've posted my problem with this Kitchen.
I guess it's related to Windows 7. I am using Windows 7 Ultimate 32 bit.

The error I get at the end of the log is (translated a little from Dutch to English):
.....executing NBHUtils to build nbh file...
Onverwerkte exception: System.UnauthorizedAccessException: Access to path C:\XDA\My_Visual_Kitchen\RELEASE_Rhodium\ImageHash .exe denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
at NBHUtil.Form1.CmdLineWriteNBH(String ModelID, String cid, String Version, String Lang, String chunk, ArrayList items, String outputfile, Boolean usedef)
at NBHUtil.Program.Main(String[] args)

Attached is a screenshot of the problem.
Hope someone can help me out here. Really would like to start working with this kitchen on the Rhodium and Palm Treo Pro.

serfer222
27th November 2009, 08:27 PM
UnauthorizedAccessException

You should login as real administrator (http://www.sevenforums.com/tutorials/507-built-administrator-account-enable-disable.html).

I use Win7 and it works fine.

p1um1oco
28th November 2009, 04:44 PM
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

Regards MacRoy

Check out this post. Read the first post to see what you need to comment out of the kitchen_build_rom.bat to fix it.

http://forum.xda-developers.com/showthread.php?t=572183

-Dave

mccune
29th November 2009, 10:30 PM
UnauthorizedAccessException

You should login as real administrator (http://www.sevenforums.com/tutorials/507-built-administrator-account-enable-disable.html).

I use Win7 and it works fine.

Tried this but get the same error. I'm about this close to moving back to XP again. Sigh... ..Will do some more research.

kholk
30th November 2009, 01:11 PM
I can build ROMs normally using Windows7.
Just run clicking on "Run as Administrator"!

If you can't, try to clean your kitchen or start from zero ;)

mccune
30th November 2009, 01:22 PM
I know how to use Administrator settings etc. Did some reverse enginering and got it working now. It even works now for other devices like the Treo Pro.

Might sound strange but it seems to be related to Framework. After some heavy cleaning I managed to get the kitchen to work as it should.

Most annoying errors are those that are caused by a different process than mentioned in the log files :P

MacRoy
5th December 2009, 08:49 PM
Hi! To all. And thanks Ervius for you`re exellent kitchen.


How do i do to get HTC Calculator to show the icon in program?

I use Ervius Kitchen Updater 1.11 to import the CAB file of HTC Calculator and i can see it inside Visual Kitchen.I also make sure that it`s included in the build.

What a`m i doing wrong?

Regards MacRoy :confused:

bobsbbq
6th December 2009, 04:57 PM
I have a problem where my packages are listed in EVK in reverse order. I have tried Win XP, I have tried a new kitchen. I have dumped a stock ROM all with the same thing. I'm using EVK 1.8.2, I have also tried 1.6 and I have the same issues. I have tried deleting all packages.txt files, so far nothing has worked.

I think the backwards order can be causing some of my problems. Please help

Mayonesa
6th December 2009, 05:26 PM
i need help trying to edit some things... to make the rom more of my own... i cant find someone willing to help...lol


i want to edit the rom name you see when you do a soft reset... the red letter words you see..

also would like to add something to the rom build like (28008 by xxxx)


also the edit so when i hit settings in the start menu it takes me to setting rather than the manila setting...



im still learning but im having fun... thanks

Farmer Ted
7th December 2009, 04:32 AM
I think that the red #'s are in NK.exe; I saw monx post how to edit them. I think you just open the S000 file with a hex editor and search for the strings that appear on the splash screen (not the radio, but the others). Then replace with what you want (probably the same # of characters). There may only be one set you can change.

saurabh88
7th December 2009, 11:21 AM
I HAVE downloaded the kitchen and dump the stock rom for elfin but when i build the ron it doesnt make the bootale rom..i suck at smart mobility screen....
i succeed for my gene thousand time but here is different story..what is wrong?

saurabh88
7th December 2009, 11:24 AM
Check out this post. Read the first post to see what you need to comment out of the kitchen_build_rom.bat to fix it.
http://forum.xda-developers.com/showthread.php?t=572183
-Dave
yes this the problem i also encountered..i use xp.

Ewind
7th December 2009, 03:18 PM
Great job, well done.

bobsbbq
7th December 2009, 10:06 PM
Would anyone here know if this EVK will work on Samsung i780? I have one and have never cooked a ROM for it. Just wondering if I can use my kitchen with all the new res etc etc.

saurabh88
8th December 2009, 12:25 AM
unable to make bootable rom..plz help..it stuck at smart mobilty screen..

mccune
8th December 2009, 11:24 AM
Seems like your D drive has no label. So it doesn't seem to be able to start the ROMUpdateUtility.

It also seems that you are using a lot of Elfin packages. Have you tried using default Rhodium packages to see if the problem was still there?

saurabh88
8th December 2009, 02:24 PM
can someone provide me the xip of 21055?:(:(:(:(:(

saurabh88
9th December 2009, 01:36 PM
what is the most common reason of nonbootable rom?

DaveShaw
9th December 2009, 01:46 PM
what is the most common reason of nonbootable rom?

Bad XIP Port.

Dave

bobsbbq
9th December 2009, 02:46 PM
Also start with a know working XIP then test with all your packages. A bad package will cause a freeze or non boot. If it never gets past the smart mobility screen then it is most likely the XIP or something in boot.rgu is wrong.

saurabh88
9th December 2009, 07:16 PM
finally i able to make rom..thanx for your advice..but i m not ablle to add packages.these r the same which were worked me for my new gene in EVK.

Taninpv
15th December 2009, 03:09 AM
Is the kitchen down or upgrading to new kitchen?
Can't download from the 1st post.

(error)

Sorry, the file you requested is not available.


Possible reasons include:

- File date limit has expired.
- File was not successfully uploaded.

Please contact the uploader and ask them to upload the file again. sendspace is not able to help you in this matter.

voland
17th December 2009, 01:52 AM
I have the same problem as Taninpv = it seems that link http://www.sendspace.com/file/o9y9vf from post 1 is broken or incomplete :(

zakengen
22nd December 2009, 03:42 PM
Hi every body

i have been using this great kitchen for many devices and its the best i have been using

recently i bought new device and the only tool could dump the rom for this device is DA_G

nbImageTool at this thread (thanks for dag ) http://forum.xda-developers.com/showthread.php?t=548315

im asking your generosity to help for putting this tool inside the kitchen

i have uploaded the folder contains the rom and the tool and all the output parts

i have mad some test on the generated imgfs.bin ad its perfect so pleas im very week

in this batches matter can any body give some help withe it and i appreciate your help

the rom folder link http://www.4shared.com/file/175047917/7b9a93f9/900.html

maduuto
23rd December 2009, 04:25 PM
how can i dump a rom?

DaveShaw
23rd December 2009, 04:53 PM
how can i dump a rom?

Use the Dump options (somewhere on the left, near the bottom).

Dave

DomSim
25th December 2009, 06:01 AM
k, i am re-organizing my kitchen and am now getting an error "you need to specify the "ext build" first!!!" i cannot find where to do this any any way to. only thing i can do is rename the packages folder back to what i had changed it to long ago. when i changed it then, i do not recall having to do anything special other than just rename the folder.

Mach2003
25th December 2009, 04:39 PM
The EXT Build combo box is in the very top left. EXT folder structure must include the build number, even if there are no files in that folder.


...\EXT\Diamond\99999\ MT
...\EXT\Diamond\COMMON\Base\All The Base Packages For Diamond
...\EXT\Diamond\COMMON\Internet\All The Internet Packages For Diamond


You could also have your EXT by number, the default from an extracted rom

...\EXT\Diamond\28002\Base\All 28002 Base Packages for Diamond
...\EXT\Diamond\21520\Base\All 21520 base Packages for Diamond
...\EXT\Diamond\COMMON\Base\All base Packages For Diamond, for any build

l3v5y
30th December 2009, 01:27 PM
It might just be me, but things like PagePool patching, nocert patching etc don't work on the 2.01 Leo ROM...

DomSim
31st December 2009, 01:55 AM
The EXT Build combo box is in the very top left. EXT folder structure must include the build number, even if there are no files in that folder.


...\EXT\Diamond\99999\ MT
...\EXT\Diamond\COMMON\Base\All The Base Packages For Diamond
...\EXT\Diamond\COMMON\Internet\All The Internet Packages For Diamond


You could also have your EXT by number, the default from an extracted rom

...\EXT\Diamond\28002\Base\All 28002 Base Packages for Diamond
...\EXT\Diamond\21520\Base\All 21520 base Packages for Diamond
...\EXT\Diamond\COMMON\Base\All base Packages For Diamond, for any build


you were mostly right, but lead me to the right solution. the structure doesnt have to have the build number specifically, but has to has A number. that is why the first time i changed it to 6.5.X it worked, but when i tried to change it to something that wasnt a number it didnt. thank you for the help!

totalcmdext
3rd January 2010, 10:49 AM
One additional question with our LEO Rom.

If you dump the 1.43 official ROM then (for example) the ....\EXT\LEO\21869\.... folder is created.

If you dump the 2.02 official ROM then AGAIN the ....\EXT\LEO\21869\.... folder is created.

So, my question is how we could manage this because by sure 2.02 version is newer 1.43.
How you could seperate the different 21869 folders.....

Pisca
3rd January 2010, 10:57 AM
One additional question with our LEO Rom.
If you dump the 1.43 official ROM then (for example) the ....\EXT\LEO\21869\.... folder is created.
If you dump the 2.02 official ROM then AGAIN the ....\EXT\LEO\21869\.... folder is created.
So, my question is how we could manage this because by sure 2.02 version is newer 1.43.
How you could seperate the different 21869 folders.....

If you Dump 1.43, you get one set and one kitchen, then when you dump 2.02 you get another one, what you can do to have both Ext Packs in only one kithchen is to rename one of them (Ext/Leo/21869/Leo_External_Packages, something like this:
Leo_Ext_143 and Leo_Ext_202

totalcmdext
3rd January 2010, 01:09 PM
If you Dump 1.43, you get one set and one kitchen, then when you dump 2.02 you get another one, what you can do to have both Ext Packs in only one kithchen is to rename one of them (Ext/Leo/21869/Leo_External_Packages, something like this:
Leo_Ext_143 and Leo_Ext_202

What about the OEM and SYS and ROM files?
Do you have any idea to seperate by version 2.02 and 1.43?

miniterror
4th January 2010, 01:01 PM
hi fellow members
im new to the cooking world and trying to become a great chef liek all the other great chefs here
i have downaoded the kitchen whit stuff i want for the blackstone
i have tried the kitchen on my old laptop whit w7 on it and the kitchen works fine and gives a bootable rom
the only downside is that its a old laptop and the proc en ram are at 100% while creating a rom
in my opinion that aint good
so i copyd all the files to my desktop and trie to make it there but i get the following error:
REG_tweaks
... done!
Finalizing and optimizing ROM structure...
... done!
Memory Map...
SLOT 0: 0x02000000 - 0x01ac0000 (END: 0x00060000, 0 MODULES)
0x02000000 - 0x01fc0000 - ROM 0
0x01f80000 - 0x01ac0000 - ROM 1
SLOT 1: 0x04000000 - 0x02023000 (END: 0x02020000, 206 MODULES)
SLOT 60: 0x7a000000 - 0x79a70000 (END: 0x78020000, 26 MODULES)
SLOT 61: 0x7c000000 - 0x7a020000 (END: 0x7a020000, 185 MODULES)
RAM IMAGE: 0x80000000 - 0x80401560
RAM: 0x80402000 - 0x80495000 - Used for kernel modules
0x80495000 - 0x83000000 - 43 MB free
... done!
Donations...
If you're using one of my tools and feel a need to support development
and/or buy me a drink, please feel free to send a donation through PayPal.
Created link in the root of the kitchen.

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

can someone help me to make the kitchen work on my desktop
my desktop is running windows xp whit all updates
i also made a fresh instal but all whitout succes:(
best regards
mini

ookba
4th January 2010, 11:06 PM
Anyone know what file or module in SYS contains the core build #?

chris5s
4th January 2010, 11:35 PM
hi fellow members
im new to the cooking world and trying to become a great chef liek all the other great chefs here
i have downaoded the kitchen whit stuff i want for the blackstone
i have tried the kitchen on my old laptop whit w7 on it and the kitchen works fine and gives a bootable rom
the only downside is that its a old laptop and the proc en ram are at 100% while creating a rom
in my opinion that aint good
so i copyd all the files to my desktop and trie to make it there but i get the following error:
REG_tweaks
... done!
Finalizing and optimizing ROM structure...
... done!
Memory Map...
SLOT 0: 0x02000000 - 0x01ac0000 (END: 0x00060000, 0 MODULES)
0x02000000 - 0x01fc0000 - ROM 0
0x01f80000 - 0x01ac0000 - ROM 1
SLOT 1: 0x04000000 - 0x02023000 (END: 0x02020000, 206 MODULES)
SLOT 60: 0x7a000000 - 0x79a70000 (END: 0x78020000, 26 MODULES)
SLOT 61: 0x7c000000 - 0x7a020000 (END: 0x7a020000, 185 MODULES)
RAM IMAGE: 0x80000000 - 0x80401560
RAM: 0x80402000 - 0x80495000 - Used for kernel modules
0x80495000 - 0x83000000 - 43 MB free
... done!
Donations...
If you're using one of my tools and feel a need to support development
and/or buy me a drink, please feel free to send a donation through PayPal.
Created link in the root of the kitchen.

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

can someone help me to make the kitchen work on my desktop
my desktop is running windows xp whit all updates
i also made a fresh instal but all whitout succes:(
best regards
mini

Open kitchen_build_rom.bat in the 'tools' folder of your kitchen with a text editor and change the lines near the bottom to read like this :

REM REM REM REM REM only this one is without ".exe" or it could be killed!!!!!

REM ROMUpdateUtility


I think this is causing your problem.

Peace

chris5s
4th January 2010, 11:38 PM
Failing that, here's my kitchen_build_rom which maybe can be used to compare and find what is causing the error

Mach2003
5th January 2010, 12:41 AM
Anyone know what file or module in SYS contains the core build #?


...\ROM\Shared\28205\MSXIPKernel\723fb954-d931-4348-b672-82a188e587b5.dsm

twopumpchump
5th January 2010, 02:43 AM
Anyone know what file or module in SYS contains the core build #?

there are two files that contain the build number, one in sys/shell/shell32.exe and the other is in msxipkernel .dsm file.

miniterror
5th January 2010, 03:09 PM
Open kitchen_build_rom.bat in the 'tools' folder of your kitchen with a text editor and change the lines near the bottom to read like this :

REM REM REM REM REM only this one is without ".exe" or it could be killed!!!!!

REM ROMUpdateUtility


I think this is causing your problem.

Peace

thanks for the advice
in the meantime i found a solution whiule googeling
i need to edit the file you said
solution whas i had to replace some text whit this
REM **************** TOOLS\platformrebuilder.exe
REM **************** if not "%errorlevel%"=="0" goto error
it is somewhere down in the file
best regards
chris

miniterror
5th January 2010, 03:13 PM
Failing that, here's my kitchen_build_rom which maybe can be used to compare and find what is causing the error

still took a look at yours and its way different:-o
maybe im in the wrong kitchen:p
as there are many kitchen arround

EDIT: loked at the pics on the beginning and those are the same
wonder why my bat file loks totally diferent

djet
5th January 2010, 07:04 PM
Hi ervius (and bepe)!

I've been using your tools for a while and had no probs but today I saw an issue of manila's regional (OEM) settings not applied after building a rom.

It seems that using PBR (and any kitchen based on it) introduces some side-effects caused by different packages processing order. Even if you simple disassemble and then assemble an official firmware without making any changes the resulting firmware could be different from original (EXT packages overwrite changes made in OEM part)!

PBR warns me about packages' files being overwritten but what about the registry? Do you have any methods of tracking .rgu conflicts encountered during registry compilation?

chris5s
5th January 2010, 09:14 PM
PBR warns me about packages' files being overwritten but what about the registry? Do you have any methods of tracking .rgu conflicts encountered during registry compilation?

For me this is a good point and very relevant - how do we monitor reg conflicts in native/custom .reg / .rgu / .provxml files without the 'suck it and see' approach of flash and reflash?

djet
7th January 2010, 03:20 PM
A bug. If EVK can't delete its temp folder an exception is thrown, the UI becomes locked (you can't even save project), the only option left is restarting EVK.

Also I'm worried by heavy resource consumption.
During rom compilation CPU load produced by EVK alone is 50% (as it's run on dualcore, it equals to 100%), and it's not the underlying tools load, it's the UI!
After dozen of builds memory consumption raises up to 0.5GB. That's too much.

totalcmdext
8th January 2010, 08:26 PM
Please could you tell me which are the default values for an official ROM of LEO

set IMGSTART=0
set ULDR=uldr (if it is blank then ULDR is in the ROM)
set PP=6
set NOCERT=nocert (if it is blank then NOCERT is in the ROM)

NRGZ28
14th January 2010, 10:32 PM
For me this is a good point and very relevant - how do we monitor reg conflicts in native/custom .reg / .rgu / .provxml files without the 'suck it and see' approach of flash and reflash?

Unfortunately you cant with the tools we got. An experimental kitchen bepe was working on DID have that ability... but.... who knows where he's at with that one...

chris5s
15th January 2010, 01:13 AM
Unfortunately you cant with the tools we got. An experimental kitchen bepe was working on DID have that ability... but.... who knows where he's at with that one...

Still, the tools we do have are damn good nonetheless and I use them gladly :)

Peace

toadlife
15th January 2010, 04:04 AM
hi fellow members
im new to the cooking world and trying to become a great chef liek all the other great chefs here
i have downaoded the kitchen whit stuff i want for the blackstone
i have tried the kitchen on my old laptop whit w7 on it and the kitchen works fine and gives a bootable rom
the only downside is that its a old laptop and the proc en ram are at 100% while creating a rom
in my opinion that aint good
so i copyd all the files to my desktop and trie to make it there but i get the following error:
REG_tweaks
... done!
Finalizing and optimizing ROM structure...
... done!
Memory Map...
SLOT 0: 0x02000000 - 0x01ac0000 (END: 0x00060000, 0 MODULES)
0x02000000 - 0x01fc0000 - ROM 0
0x01f80000 - 0x01ac0000 - ROM 1
SLOT 1: 0x04000000 - 0x02023000 (END: 0x02020000, 206 MODULES)
SLOT 60: 0x7a000000 - 0x79a70000 (END: 0x78020000, 26 MODULES)
SLOT 61: 0x7c000000 - 0x7a020000 (END: 0x7a020000, 185 MODULES)
RAM IMAGE: 0x80000000 - 0x80401560
RAM: 0x80402000 - 0x80495000 - Used for kernel modules
0x80495000 - 0x83000000 - 43 MB free
... done!
Donations...
If you're using one of my tools and feel a need to support development
and/or buy me a drink, please feel free to send a donation through PayPal.
Created link in the root of the kitchen.

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

can someone help me to make the kitchen work on my desktop
my desktop is running windows xp whit all updates
i also made a fresh instal but all whitout succes:(
best regards
mini

I ran into the same error. For me, the line...

set OLDKERNEL=

...in the file "kitchen_build_rom.bat" was the problem.

Delete that line, and rebuild.

Looking at the original file, it is set to 1 by default, so I think the fact that it was set to nothing was the problem. I think that variable might correspond with the checkbox "Real WM 6.5 AKU". As an alternative to deleting the line, you can also try changing the line to OLDKERNEL=0

If that doesn't work for you, post the entire contents of your "kitchen_build_rom.bat" and I'll see if I can see any problems.

birddseedd
15th January 2010, 12:18 PM
Its probably just me, but it seems there are parts missing. When i run the program it tells me folder \oem\device not found, \rom not found, \ext not found and you need to specify the ext build first.. what am i missing?

akito
15th January 2010, 01:44 PM
Dump/extract a rom, and those messages will be history :)

birddseedd
15th January 2010, 01:46 PM
my sincearest appologies for the noob question.

how? :confused:


Iv got the rom i want to use, however i need to play with it a little as email doesent work.

dark_bird_chkl
15th January 2010, 06:01 PM
hi, I'm new at this forum, i'm a doctor i'm not a programer but programing is my hobbie and i'm cooking a rom for a treo 750 with build 28205 Da_G's but when i try to create rom it say this:


Packages Saved Successfull and inserted into Rom!!!


555 Modules present!!!

Creating hives files.....
Creating initflashfiles.dat...
Creating default & user.hv files....
Copying files...
deleting temp registry.....
Done!!!

Executing Xipporterex!!!

ImgfsFromDump 2.0 RC 2
Processing "busenum.dll" as module
Processing "cecompr.dll" as module
Processing "ceddk.dll" as module
Processing "certmod.dll" as module
Processing "coredll.dll" as module
Processing "crypt32.dll" as module
Processing "device.exe" as module
Processing "devmgr.dll" as module
Processing "diskcache.dll" as module
Processing "fatfsd.dll" as module
Processing "fatutil.dll" as module
Processing "filesys.exe" as module
Processing "FLASHDRV.DLL" as module
Processing "fsdmgr.dll" as module
Processing "fsreplxfilt.dll" as module
Processing "imgfs.dll" as module
Processing "mspart.dll" as module
Processing "pm.dll" as module
Processing "regenum.dll" as module
Total Sectors: 0x0900
guidBootSignature: F8 AC 2C 9D E3 D4 2B 4D BD 30 91 6E D8 4F 31 DC
dwFSVersion: 00000001
dwSectorsPerHeaderBlock: 00000001
dwRunsPerFileHeader: 00000001
dwBytesPerHeader: 00000034
dwChunksPerSector: 00000008
dwFirstHeaderBlockOffset: 00000200
dwDataBlockSize: 00001000
szCompressionType: XPR
dwFreeSectorCount: 00000000
dwHiddenSectorCount: 00000100
dwUpdateModeFlag: 00000000

Address: 00000200, dwBlockSignature: 2F5314CE
dwNextHeaderBlock: 00002E00 (size: 00002C00)


ALL DONE!!! new xip.bin created successfull!!!
Modifing Lang on bat file...
deleting old bat...
Writing new bat...
Done...
Wait some seconds...
Executing Processes..... wait.....
.......
Executing: OLD_kitchen_build_rom.bat.....
Executing dsm_editor to rebuild all packages for .pkg updates.....
Executing g'reloc or wmreloc.....
Copying OS.nb.payload...
El sistema no puede encontrar el archivo especificado.
ERROR! (errorlevel: 1)

ERROR executing: OLD_kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

i'm working with a rom WM 6.0 and my system is W 7. Help me please

Diagrafeas
16th January 2010, 06:49 PM
I am using Visual Kitchen to build my ROMs. There are five types of files that are used to eventually create the registry: *.hv *.rgu *.reg *.provxml *.xml. I'm trying to find a program that takes all these files one by one and create ONE *.rgu file. When adding keys to the One.rgu the program should check whether the key exists with different value and ask the user whick value to keep. Is there a program like that? Could someone make one? I am not a programmer myself so i can't do it but i believe that this would be very useful for all cooks.

Ut0p1a
17th January 2010, 01:16 AM
I have no issues with TMO WM6.5 stock, but I am with Orange WM6.5

With TMo, I could dump and rebuild the ROM without a problem.
HOWEVER,
With Orange. There must be a problem with EXT package.
Even tried to move the (Orange)EXT OEM to my working TMO kitchen, but ran into the same problem.
Here is the build log file.
LargeTitleBar_4_56_0_2
LockScreenAppLa <---would stop here and a popup error windows--to be precise: it would usually stop right after JbedJava OEM

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
Copying OS.nb.payload...

Processing "commdlg.dll" as module
Processing "commd
ERROR! (errorlevel: -1073741819)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

Any suggestions?

birddseedd
17th January 2010, 03:10 AM
Noob question here. I want to include other applications that are not currently available in the kitchen. from what i gather i obtain an oem of the program and put it in the approporate folder.

can someone give me a little advice on this.

thanks

twopumpchump
17th January 2010, 03:37 AM
Noob question here. I want to include other applications that are not currently available in the kitchen. from what i gather i obtain an oem of the program and put it in the approporate folder.

can someone give me a little advice on this.

thanks

try reading this (http://forum.xda-developers.com/showthread.php?t=521632) it should help you get started.

toadlife
17th January 2010, 05:34 AM
hi, I'm new at this forum, i'm a doctor i'm not a programer but programing is my hobbie and i'm cooking a rom for a treo 750 with build 28205 Da_G's but when i try to create rom it say this:


i'm working with a rom WM 6.0 and my system is W 7. Help me please

See my post, HERE (http://forum.xda-developers.com/showpost.php?p=5366491&postcount=2106).

toadlife
17th January 2010, 05:37 AM
I have no issues with TMO WM6.5 stock, but I am with Orange WM6.5

With TMo, I could dump and rebuild the ROM without a problem.
HOWEVER,
With Orange. There must be a problem with EXT package.
Even tried to move the (Orange)EXT OEM to my working TMO kitchen, but ran into the same problem.
Here is the build log file.




Any suggestions?

See my post, HERE (http://forum.xda-developers.com/showpost.php?p=5366491&postcount=2106).

vogonj
17th January 2010, 01:01 PM
I have no issues with TMO WM6.5 stock, but I am with Orange WM6.5

With TMo, I could dump and rebuild the ROM without a problem.
HOWEVER,
With Orange. There must be a problem with EXT package.
Even tried to move the (Orange)EXT OEM to my working TMO kitchen, but ran into the same problem.
Here is the build log file.




Any suggestions?

Insert the following as third line into the kitchen_build_rom.bat:

attrib -a -r -h -s /s

so the kitchen_build_rom.bat reads like this:

@echo off
cd..

attrib -a -r -h -s /s

REM........................
set IMGSTART=0
set ULDR=ULDR
.
.
.
cheers :-)

Ut0p1a
17th January 2010, 04:55 PM
See my post, HERE (http://forum.xda-developers.com/showpost.php?p=5366491&postcount=2106).
Yeah, I saw that and did what he suggested but still having the same problem before I posted my question.
thanks.


Doesn't make sense that TMo rebuild is working, but Orange is giving me this problem.

vogonj
17th January 2010, 05:00 PM
Yeah, I saw that and did what he suggested but still having the same problem before I posted my question.
thanks.

Did you try my suggestion (see my post above)?

rullex
18th January 2010, 01:23 PM
date: 28.07.2009
Version: 1.8.1

Sendspace notes that the file is not available. Would you pls upload again or provide another link?

Thanks & regards,

ceesheim
18th January 2010, 05:27 PM
could someone help me;
I want to make a settings icon on the start page ( if you hit start you see "home,phone,Email,and more") but I don't know how .

ps I want to cook it in a rom that i am making (da_g 28205).

please help.

edit: I found "mxipinit_startmenu_001.provxml"

how do I have to change it to get the settings tab ?.



mxipinit_startmenu_001.provxml

<wap-provisioningdoc>
<characteristic type="Registry">
<characteristic type="HKLM\Security\Shell\StartInfo\Start">
<characteristic type="Today">
<parm name="Icon" value="\Windows\Start_Icon_Today.png" datatype="string" />
<parm name="Rank" value="2147483647" datatype="integer" />
</characteristic>
<characteristic type="Phone.lnk">
<parm name="Rank" value="900000998" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Phone.png" datatype="string" />
</characteristic>
<characteristic type="Text.lnk">
<parm name="Rank" value="900000988" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_SMS.png" datatype="string" />
</characteristic>
<characteristic type="E-mail.lnk">
<parm name="Rank" value="900000978" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Msg.png" datatype="string" />
</characteristic>
<characteristic type="Contacts.lnk">
<parm name="Rank" value="900000968" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Contacts.png" datatype="string" />
</characteristic>
<characteristic type="Internet Explorer.lnk">
<parm name="Rank" value="900000958" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_IE.png" datatype="string" />
</characteristic>
<characteristic type="Calendar.lnk">
<parm name="Rank" value="900000948" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Calendar.png" datatype="string" />
</characteristic>
<characteristic type="Settings">
<parm name="Group" value="0" datatype="boolean" />
<parm name="Rank" value="900000938" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Settings.png" datatype="string" />
</characteristic>
<characteristic type="Getting Started.lnk">
<parm name="Rank" value="900000928" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Welcome.png" datatype="string" />
</characteristic>
<characteristic type="Alarms.lnk">
<parm name="Rank" value="900000925" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Alarms.png" datatype="string" />
</characteristic>
<characteristic type="Pictures & Videos.lnk">
<parm name="Rank" value="900000918" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Photos.png" datatype="string" />
</characteristic>
<characteristic type="Windows Media.lnk">
<parm name="Rank" value="900000908" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_WMP.png" datatype="string" />
</characteristic>
<characteristic type="Marketplace.lnk">
<parm name="Rank" value="900000898" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Marketplace.png" datatype="string" />
</characteristic>
<characteristic type="Bing.lnk">
<parm name="Rank" value="900000888" datatype="integer" />
</characteristic>
<characteristic type="Messenger.lnk">
<parm name="Rank" value="900000878" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Messenger.png" datatype="string" />
</characteristic>
<characteristic type="Microsoft My Phone.lnk">
<parm name="Rank" value="900000868" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_MyPhone.png" datatype="string" />
</characteristic>
<characteristic type="MSN Weather.lnk">
<parm name="Rank" value="900000858" datatype="integer" />
</characteristic>
<characteristic type="Windows Live.lnk">
<parm name="Rank" value="900000848" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_WinLive.png" datatype="string" />
</characteristic>
<characteristic type="MSN Money.lnk">
<parm name="Rank" value="900000838" datatype="integer" />
</characteristic>
<characteristic type="Calculator.lnk">
<parm name="Rank" value="900000828" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Calc.png" datatype="string" />
</characteristic>
<characteristic type="Games">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Rank" value="900000818" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Games.png" datatype="string" />
<characteristic type="Solitaire.lnk">
<parm name="Icon" value="\Windows\Start_Icon_Solitaire.png" datatype="string" />
</characteristic>
</characteristic>
<characteristic type="Notes.lnk">
<parm name="Rank" value="900000808" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Notes.png" datatype="string" />
</characteristic>
<characteristic type="Tasks.lnk">
<parm name="Rank" value="900000798" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Tasks.png" datatype="string" />
</characteristic>
<characteristic type="Office Mobile">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Rank" value="900000788" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Office.png" datatype="string" />
<characteristic type="PowerPoint Mobile.lnk">
<parm name="Icon" value="\Windows\Start_Icon_PowerPoint.png" datatype="string" />
</characteristic>
<characteristic type="Word Mobile.lnk">
<parm name="Icon" value="\Windows\Start_Icon_Word.png" datatype="string" />
</characteristic>
<characteristic type="Excel Mobile.lnk">
<parm name="Icon" value="\Windows\Start_Icon_Excel.png" datatype="string" />
</characteristic>
<characteristic type="OneNote Mobile.lnk">
<parm name="Icon" value="\Windows\Start_Icon_OneNote.png" datatype="string" />
</characteristic>
</characteristic>
<characteristic type="File Explorer.lnk">
<parm name="Rank" value="900000778" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_FileExp.png" datatype="string" />
</characteristic>
<characteristic type="ActiveSync.lnk">
<parm name="Rank" value="900000768" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Async.png" datatype="string" />
</characteristic>
<characteristic type="Internet Sharing.lnk">
<parm name="Rank" value="900000758" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_IS.png" datatype="string" />
</characteristic>
<characteristic type="Task Manager.lnk">
<parm name="Rank" value="900000748" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_TaskMgr.png" datatype="string" />
</characteristic>
<characteristic type="Search Phone.lnk">
<parm name="Rank" value="900000738" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Search.png" datatype="string" />
</characteristic>
<characteristic type="Help.lnk">
<parm name="Rank" value="900000728" datatype="integer" />
<parm name="Icon" value="\Windows\Start_Icon_Help.png" datatype="string" />
</characteristic>
<characteristic type="Camera.lnk">
<parm name="Icon" value="\Windows\Start_Icon_Camera.png" datatype="string" />
</characteristic>
<characteristic type="Modem Link.lnk">
<parm name="Icon" value="\Windows\Start_Icon_MLink.png" datatype="string" />
</characteristic>
<characteristic type="Remote Desktop Mobile.lnk">
<parm name="Icon" value="\Windows\Start_Icon_WPCTSC.png" datatype="string" />
</characteristic>

<characteristic type="Settings">
<characteristic type="Personal">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Icon" value="\Windows\Start_Icon_SettingsP.png" datatype="string" />
<parm name="Rank" value="300" datatype="integer" />
<characteristic type="cplmain.cpl,2">
<parm name="Icon" value="\Windows\Start_Icon_Owner.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,8">
<parm name="Icon" value="\Windows\Start_Icon_Input.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,12">
<parm name="Icon" value="\Windows\Start_Icon_Buttons.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,20">
<parm name="Icon" value="\Windows\Start_Icon_PhoneSet.png" datatype="string" />
</characteristic>
<characteristic type="VoiceCommand_PPC.cpl,0">
<parm name="Icon" value="\Windows\Start_Icon_VoiceCmd.png" datatype="string" />
</characteristic>
</characteristic>
<characteristic type="System">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Icon" value="\Windows\Start_Icon_SettingsS.png" datatype="string" />
<parm name="Rank" value="200" datatype="integer" />
<characteristic type="cplmain.cpl,0">
<parm name="Icon" value="\Windows\Start_Icon_Contrast.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,4">
<parm name="Icon" value="\Windows\Start_Icon_Memory.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,5">
<parm name="Icon" value="\Windows\Start_Icon_About.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,6">
<parm name="Icon" value="\Windows\Start_Icon_Backlight.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,7">
<parm name="Icon" value="\Windows\Start_Icon_Screen.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,10">
<parm name="Icon" value="\Windows\Start_Icon_RemoveProg.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,18">
<parm name="Icon" value="\Windows\Start_Icon_Regional.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,22">
<parm name="Icon" value="\Windows\Start_Icon_Certificates.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,24">
<parm name="Icon" value="\Windows\Start_Icon_Watson.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,25">
<parm name="Icon" value="\Windows\Start_Icon_GPS.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,27">
<parm name="Icon" value="\Windows\Start_Icon_Encryption.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,29">
<parm name="Icon" value="\Windows\Start_Icon_Feedback.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,30">
<parm name="Icon" value="\Windows\Start_Icon_TaskMgr.png" datatype="string" />
</characteristic>
<characteristic type="historyui.cpl,0">
<parm name="Icon" value="\Windows\Start_Icon_Managed.png" datatype="string" />
</characteristic>
</characteristic>
<characteristic type="Connections">
<parm name="Group" value="1" datatype="boolean" />
<parm name="Icon" value="\Windows\Start_Icon_SettingsC.png" datatype="string" />
<parm name="Rank" value="400" datatype="integer" />
<characteristic type="cplmain.cpl,14">
<parm name="Icon" value="\Windows\Start_Icon_DEnroll.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,15">
<parm name="Icon" value="\Windows\Start_Icon_Beam.png" datatype="string" />
</characteristic>
<characteristic type="cplmain.cpl,17">

rishi2504
19th January 2010, 05:27 AM
could someone help me;
I want to make a settings icon on the start page ( if you hit start you see "home,phone,Email,and more") but I don't know how .

ps I want to cook it in a rom that i am making (da_g 28205).

please help.

edit: I found "mxipinit_startmenu_001.provxml"

how do I have to change it to get the settings tab ?.




Haven't done that myself, but I guess that should be simple. Just modify this provxml by taking out whatever you see under 'Settings', into the main heirarchy in the provxml. Things like "Personal", "System" ,etc should be taken out and put in the main heirarchy.

hope this helps.

cheers,

ceesheim
19th January 2010, 09:36 AM
Haven't done that myself, but I guess that should be simple. Just modify this provxml by taking out whatever you see under 'Settings', into the main heirarchy in the provxml. Things like "Personal", "System" ,etc should be taken out and put in the main heirarchy.

hope this helps.

cheers,

what do you mean by "etc should be taken out and put in the main heirarchy".

chris5s
20th January 2010, 12:24 AM
could someone help me;
I want to make a settings icon on the start page ( if you hit start you see "home,phone,Email,and more") but I don't know how .

ps I want to cook it in a rom that i am making (da_g 28205).

please help.

edit: I found "mxipinit_startmenu_001.provxml"

how do I have to change it to get the settings tab ?.


Not sure what you mean - the provxml you quote has an entry for a "Settings" button in the start menu.
This site (http://www.techparaiso.com/) has plenty of tutorials on customising start menus, etc, worth a look. Also, check out this thread (http://forum.xda-developers.com/showthread.php?t=564130).

Failing that why not program one of the soft keys to take you where you want to go to?

Peace

Hguerredo
20th January 2010, 02:01 AM
Hi...

i'm trying to ported a wwe rom to a portuguese rom, for my diamond, and with the real nk 6.5...and i can make the wwe rom with no errors but the portuguese rom dont boot.....the error must be on the xip ported because the sys are working.

in the ROM i need to ported any file beside the boot.rgu when i change the language????


ps: sorry my bad english...

Diagrafeas
20th January 2010, 06:03 PM
Does anyone know at what stage are the registry values inside boot.hv , user.hv , default.hv used to build registry. Basically i want to know whether their values can be overwritten by a value found inside a *
.rgu, *.reg *.xml *.provxml file.

Hguerredo
20th January 2010, 09:01 PM
sos please....

I have two visual kitchen v18.1.1 for the diamond, one it's wwe rom with the real nk 6.5, and the other it's a Portuguese 28205(Da_G) without real nk 6.5 and both work well...

Now i'm tryng cook Portuguese rom 28205 but with the real nk...so i take the: -OEM Commom folder;
-OEMXipKernel;
-XIP.bin, romhdr.bin;
from the wwe rom and copy to the portuguese kitchen and edit the boot.rgu..

In the process the kitchen dont give me any errors but the rom dont boot...

Can please anyone tell me what i'm doing wrong

thanks..........

cipo79
21st January 2010, 02:08 AM
Hi guys.. i try to explain my problem..

i try to start cooking my rom.. im noob! 2 days on this..

i have used Visual Kitchen latest version.. and

i have dump the HTC Official Rom for HD2

and for try.. i rebuild witouth modify nothing.. for try the kitchen..

BUT.. i have encountred 2 error..

--------------------------------------------------------------------
---FIRST ERROR.. BUT CONTINUED to CREATE ROM

Retrieve ROMHdr value into xip\ folder...
ROMHdr value is: 8E600000 ...
Alligh .VM Start Value according with ROMHdr value... if it Exists...
.VM\imageinfo.bin updated successfull to value: 8E600000
Check & Delete Timebomb on ROM if exists (old & new way...)

SYS\21869\SHARED\COMMON\Shell\shell32.exe\S000 doesn't need Timebomb Fix!!!

ROM Block size is: 0x800

Info about Device: LEO Found.....

No ''SVN'' folders present...


---SECOND ERROR.. AND STOP CREATE ROM

Finalizing and optimizing ROM structure...
... done!
Memory Map...
SLOT 0: 0x02000000 - 0x01940000 (END: 0x00060000, 0 MODULES)
0x02000000 - 0x01fd0000 - ROM 0
0x01f90000 - 0x01940000 - ROM 1
SLOT 1: 0x04000000 - 0x02021000 (END: 0x02020000, 233 MODULES)
SLOT 60: 0x7a000000 - 0x78d30000 (END: 0x78020000, 60 MODULES)
SLOT 61: 0x7c000000 - 0x7a021000 (END: 0x7a020000, 267 MODULES)
RAM IMAGE: 0x80000000 - 0x804b54b4
RAM: 0x804b6000 - 0x80593000 - Used for kernel modules
0x80593000 - 0x8e600000 - 224 MB free
... done!
Donations...
If you're using one of my tools and feel a need to support development
and/or buy me a drink, please feel free to send a donation through PayPal.
Created link in the root of the kitchen.

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!
-------------------------------------------------------

i have only dump original rom.. and try to rebuild.. i dont have change nothing.. for try..

can u explain me these 2 error? and help me to resolve it?
i have use only original HTC dump..

Thx a lot anywhere

Ut0p1a
21st January 2010, 06:45 AM
Adding Leo sense 2.5 is harder than I anticipated.
All my ingredients are there (I think).
I was able to produce the ruu_signed.nbh 202,426 KB (basic skeleton with no other programs- Just want to pass the sense 2.5 steps before adding other programs).

Everything seems fine installing the rom. HOWEVER, I am stuck right after a small pop up windows:
Error:
\Windows\Longan.exe
is not found.

Can someone please tell me what is missing based on this error msg.
Thanks in advance.

toadlife
21st January 2010, 05:49 PM
---SECOND ERROR.. AND STOP CREATE ROM

<snip>

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!
-------------------------------------------------------



In the tools folder, open the file kitchen_build_rom.bat and delete the line that says "set OLDKERNEL="

chris5s
21st January 2010, 11:47 PM
CONTINUED[/U] to CREATE ROM

Retrieve ROMHdr value into xip\ folder...
ROMHdr value is: 8E600000 ...
Alligh .VM Start Value according with ROMHdr value... if it Exists...
.VM\imageinfo.bin updated successfull to value: 8E600000
Check & Delete Timebomb on ROM if exists (old & new way...)

SYS\21869\SHARED\COMMON\Shell\shell32.exe\S000 doesn't need Timebomb Fix!!!

ROM Block size is: 0x800

Info about Device: LEO Found.....

No ''SVN'' folders present...




Can't see an error in there :)

cipo79
22nd January 2010, 02:43 AM
In the tools folder, open the file kitchen_build_rom.bat and delete the line that says "set OLDKERNEL="

Ty i try.. :D

cipo79
22nd January 2010, 11:19 AM
Hi with the modified "kitchen_build_rom.bat"

i have remove the string you say...

and the kitchen cook the rom and now i have new .nbh file

but.. this work on my HD2?

i try to explain my doubts..

Quickly i explain..

i have dump.. and reopen the kitchen
this is first image appear after i click on DEVICE


htt*://img268.imageshack.us/img268/2730/88029320.jpg


after click DEvice all file appear on the middle.. and what i have do is in image..

htt*://img39.imageshack.us/img39/6720/71006156.jpg

i can try to flash.. for try or sure dont work this ROM?

i hope you can help me :D

cipo79
22nd January 2010, 09:38 PM
Ok i have try to flash.. and dont work.. damn..

all flashing is ok..

i start my phone and loading..

i can see the Animated Gif.. (HTC)

and The firts Windows screen (orange).. the phone is stuckked at 100%

dont go on Today screen.. what i missing??


-- my firts Rom is in theory simple..

i want understund... how to make..

and.. i take official ITA rom 1.48

i have Dump..

i have Cut all directory and files from Dump directory and i have paste in main directory ( My_Visual_Kitchen )

i have reopen Visual Kitchen and...

Select Device.. LEO... .. and Kitchen load all file.. and

i tap Create Rom..
and wait.. no error found.. exept at first.. you can see in my previously post.

the image.. when i click on DEVICE..

but.. rom create succesfully..

i have doing hspl..

and flash rom.... now im Stuck on First Windows (orange Screen).. it appear load.. all bar.. and at 100% stuck.. what i miss?

plz help me.. :D

Captain_Throwback
22nd January 2010, 09:50 PM
Ok i have try to flash.. and dont work.. damn..

all flashing is ok..

i start my phone and loading..

i can see the Animated Gif.. (HTC)

and The firts Windows screen (orange).. the phone is stuckked at 100%

dont go on Today screen.. what i missing??


-- my firts Rom is in theory simple..

i want understund... how to make..

and.. i take official ITA rom 1.48

i have Dump..

i have Cut all directory and files from Dump directory and i have paste in main directory ( My_Visual_Kitchen )

i have reopen Visual Kitchen and...

Select Device.. LEO... .. and Kitchen load all file.. and

i tap Create Rom..
and wait.. no error found.. exept at first.. you can see in my previously post.

the image.. when i click on DEVICE..

but.. rom create succesfully..

i have doing hspl..

and flash rom.... now im Stuck on First Windows (orange Screen).. it appear load.. all bar.. and at 100% stuck.. what i miss?

plz help me.. :D
Make sure the "Real WM 6.5 AKU" box is checked before cooking. Also, make sure the "OLD Style ROM!" box is UNchecked.

cipo79
22nd January 2010, 10:23 PM
mm i have retry.. but same error.. AKU cheked and OLD uncheked...


The error show me when i tap DEVICE .. (NBHutil.exe) for LEO Not Found

Set 0x400 as default.. is a problem? ..

im neaarr Grrr.. what i can try??

thx for support

Captain_Throwback
22nd January 2010, 10:37 PM
mm i have retry.. but same error.. AKU cheked and OLD uncheked...


The error show me when i tap DEVICE .. (NBHutil.exe) for LEO Not Found

Set 0x400 as default.. is a problem? ..

im neaarr Grrr.. what i can try??

thx for support
What you need is here: http://forum.xda-developers.com/showthread.php?t=586500

cipo79
23rd January 2010, 11:24 AM
nothing.. damn...

i have change nbhutil.xml

but same error.. when i boot up my phone.. is stuck on Windows (orange screen) when preparing phone...

grrrr... i dont know what is problem now..

JLowe
24th January 2010, 03:40 AM
Thank you for this visual kitchen!

Staxxthedan
25th January 2010, 02:09 PM
Ervius


Thanks for stable kitchen and I love it. However: I am Cooking for Kaiser using 6.1 nk works great. Thanks.

I tried to cook kaiser rom using the new 6.5 nk but memory map is like 6.1 nk only difference being additional 2 slots created which have zero modules. After that Build Rom.bat crashes.

Real 6.4 AKU enabled and Other people are cooking using the 6.5nk using other kitchens and its working. Any ideas how I can make it work using your VK?

New 6.5nk is HERE (http://forum.xda-developers.com/showthread.php?t=619663):)

a771la
25th January 2010, 07:49 PM
nothing.. damn...

i have change nbhutil.xml

but same error.. when i boot up my phone.. is stuck on Windows (orange screen) when preparing phone...

grrrr... i dont know what is problem now..

You must remodule in files the DLLs present in NotificationEnhancement.
Open all folders in NotificationEnhancement .... (name). Dll, copy the (file).Dll elsewhere, delete the folders (name).Dll and replace it with the (file).Dll.
:)

mondilv
25th January 2010, 08:19 PM
You must remodule in files the DLLs present in NotificationEnhancement.

Just use NTFConfig.dll as the FILE. It's enough.

Staxxthedan
27th January 2010, 06:02 AM
Ervius


Thanks for stable kitchen and I love it. However: I am Cooking for Kaiser using 6.1 nk works great. Thanks.

I tried to cook kaiser rom using the new 6.5 nk but memory map is like 6.1 nk only difference being additional 2 slots created which have zero modules. After that Build Rom.bat crashes.

Real 6.4 AKU enabled and Other people are cooking using the 6.5nk using other kitchens and its working. Any ideas how I can make it work using your VK?

New 6.5nk is HERE (http://forum.xda-developers.com/showthread.php?t=619663):)

Can anyone help with this please:confused:

toadlife
27th January 2010, 10:45 PM
Hi ervius (and bepe)!

I've been using your tools for a while and had no probs but today I saw an issue of manila's regional (OEM) settings not applied after building a rom.

It seems that using PBR (and any kitchen based on it) introduces some side-effects caused by different packages processing order. Even if you simple disassemble and then assemble an official firmware without making any changes the resulting firmware could be different from original (EXT packages overwrite changes made in OEM part)!

PBR warns me about packages' files being overwritten but what about the registry? Do you have any methods of tracking .rgu conflicts encountered during registry compilation?

This is a serious problem. I've experienced this too with the t-mobile ROM dump. The resulting cooked ROM has had strange stability issues, and I'm wondering if the OEM settings not being applied last could be the issue.

{SBR}_L3GION
30th January 2010, 06:22 AM
Im getting a platform rebuilder runtime error when i build with newer builds like 23518,28205, or 28217

DomSim
2nd February 2010, 09:41 PM
Im getting a platform rebuilder runtime error when i build with newer builds like 23518,28205, or 28217

touch pro2? try removing assisteddialer.dll in sys\build #\common\phoneredist

now i need help, i am using evk and have been for some time, but decided i would like to do some customizations through provxml's but no matter what i try i cannot get them to load i have attached an example to this post. i have tried saving in in unicode and changing attributes to read only like other mxips that work. thanks in advance guys.

btw, its worth mentioning that i found a program that allows you to load provxmls from the phone and when doing so the it is successful so im pretty sure the provxml is fine im just over looking some necessary step and having the rom recognize it

pvp26
8th February 2010, 05:42 AM
does any one know if the temp folder path can be set to a different folder?
ex. set the temp folder to a different folder on a different drive?

i think copying files within the same hard disk often will kill the hard disk faster...

huggy_72
9th February 2010, 02:42 PM
Hi all,
i have a problem whit visualkitchen, running on 7 x64 ultimate,
cooking for leo.
i have cooking for myself in the past for raphael without problem, but whit kitchen ready from da_G only put my manila and ext pkg, reg etc...

Now i'm try to dump from original .nbh, created dump folder make my change , create rom and flashed . After flash (pc or sd) the Leo stay on costuming orange screen forever. I have tried several time also without make any change, whit different .nbh
everytime same result !! i i flash other custom rom no problem at all

I have try to put the .nbh in folder inside the root of visual nothing!
i check the real 6.5 aku if not can't create..
I have added on NBHUtil.xml the leo string
<device name="Leo" chunksize="64">
<ModelID>PB8110000</ModelID>
<CID>HTC__E11</CID>
<Ver>1.00.Leo</Ver>
<Lang>WWE</Lang>
<Item value="0x200">SPL</Item>
<Item value="0x301">Radio</Item>
<Item value="0x400">OS</Item>
<Item value="0x500">Diag</Item>
<Item value="0x600">Splash</Item>
</device>

the version i use is new_visualkitchen_v_1_8_1_only_exe_+_Tools_folder
cooking from OS root \Kitchen

please help me thank's

twopumpchump
9th February 2010, 09:10 PM
try this..... open notification manager ext pkg and recmod(module to file) NTFConfig.dll. then also add this to an app.reg to run at end of kitchen.


[HKEY_CURRENT_USER\Software\HTC\Manila]
"Skip1stBooting"=dword:1


and your rom should boot up fine, as long as you check the real 6.5 nk.exe in kitchen.

huggy_72
10th February 2010, 12:28 AM
try this..... open notification manager ext pkg and recmod(module to file) NTFConfig.dll. then also add this to an app.reg to run at end of kitchen.


[HKEY_CURRENT_USER\Software\HTC\Manila]
"Skip1stBooting"=dword:1


and your rom should boot up fine, as long as you check the real 6.5 nk.exe in kitchen.

Thank you very much this works!!!
first time sense don't lunch , SR and it's start.

Staxxthedan
10th February 2010, 06:54 AM
try this..... open notification manager ext pkg and recmod(module to file) NTFConfig.dll. then also add this to an app.reg to run at end of kitchen.


[HKEY_CURRENT_USER\Software\HTC\Manila]
"Skip1stBooting"=dword:1


and your rom should boot up fine, as long as you check the real 6.5 nk.exe in kitchen.

On a slightly different note shane may be you can help me. I tried the new kaiser 6.5 nk and cooking using this kitchen but kitchen fails when build Rom bat starts. Any ideas:confused:

Secondly last time you helped me fix RAM issue on resource proxy, However I notice that you guys have Storage memory of 130 mb or so, I have 113.05mb how do I fix that?

twopumpchump
10th February 2010, 07:16 AM
On a slightly different note shane may be you can help me. I tried the new kaiser 6.5 nk and cooking using this kitchen but kitchen fails when build Rom bat starts. Any ideas:confused:

Secondly last time you helped me fix RAM issue on resource proxy, However I notice that you guys have Storage memory of 130 mb or so, I have 113.05mb how do I fix that?

dump stock kaiser rom with this kitchen then rebuild. use that for your base and add new stuff a lil at a time to find out what the problem is.

Staxxthedan
10th February 2010, 07:32 AM
dump stock kaiser rom with this kitchen then rebuild. use that for your base and add new stuff a lil at a time to find out what the problem is.

So this is for both questions?

twopumpchump
10th February 2010, 12:58 PM
So this is for both questions?



its according to how big your ext pkgs are, when i use the new mega i dont have much storage either ;)

Staxxthedan
10th February 2010, 01:35 PM
its according to how big your ext pkgs are, when i use the new mega i dont have much storage either ;)

I understand But what I am trying to say is the Total initial storage memory:

Say: Total :130 (here is my concern not on free memory)
in use: 30 (Depends on size of xt pkgs, agreed)
Free: 100 (Factor of above)

My Issue is that I have 113 on Total-Is that what you are addressing?

Thanks again.:confused:

shah1237
13th February 2010, 11:11 PM
hi,

i downloaded the 24001 sys packages.
the files are not as per the directory structure accepted by the kitchen.
can you provide me some documentation about the directory structure of sys folder.

shah1237
14th February 2010, 09:37 PM
try this..... open notification manager ext pkg and recmod(module to file) NTFConfig.dll. then also add this to an app.reg to run at end of kitchen.


[HKEY_CURRENT_USER\Software\HTC\Manila]
"Skip1stBooting"=dword:1


and your rom should boot up fine, as long as you check the real 6.5 nk.exe in kitchen.

hello,

i cooked the rom , but was getting the same non boot problem,where the screen is stuck on organge text showing radio version.

i looked into the ext directory and i have notification enhancement directory.
under that folders .dll files are there.

do you think tat is the problem.
i should convert all .dll files to module except ntconfig.dll?

[★]
15th February 2010, 10:30 PM
links seem to be down for the kitchen update, mind reuploading ? :)

JoeTheFro
16th February 2010, 05:19 AM
I am having a wierd issue with more the last couple of versions i have been trying to cook.

EDIT - Moved my kitchen to another computer and it is working. No need to pull my hair out if i dont have too.. - EDIT

So, if anyone could shed some light on what my be my issue... thanks!!

jojordy
19th February 2010, 09:24 AM
using the visual kitchen today (after many time that i used it without problems) i'd receive a segnalation from my Kaspersky Antivirus (Original License) about the file "erviuskitchen.exe" is infected by a backdoor.trojan called Bifrose.cfsl.

So I attempt to download from xda a new copy of the file and obtain this:

"19/02/2010 10.16.32 Negato: Backdoor.Win32.Bifrose.cfsl http://fs06n2.sendspace.com/download/lite/6d2e7babb4bb00716800c1e21b9cce5f/4b7e56e3/o3oeiw/621510fc3944d8b38d4ab9e2dcc74d2f/cmsVfhcCHjMZLihGIQwBc3NCeUIsSTtCRGpqbwMfQi5mPkc9Rw ==/erviuskitchen_1_8_2_fixed.rar//erviuskitchen.exe"

Can anyone tell me if the same thing happens?

Thx

jojordy
19th February 2010, 10:21 PM
. Up .

be_vigilant
20th February 2010, 02:00 PM
using the visual kitchen today (after many time that i used it without problems) i'd receive a segnalation from my Kaspersky Antivirus (Original License) about the file "erviuskitchen.exe" is infected by a backdoor.trojan called Bifrose.cfsl.

So I attempt to download from xda a new copy of the file and obtain this:

"19/02/2010 10.16.32 Negato: Backdoor.Win32.Bifrose.cfsl http://fs06n2.sendspace.com/download/lite/6d2e7babb4bb00716800c1e21b9cce5f/4b7e56e3/o3oeiw/621510fc3944d8b38d4ab9e2dcc74d2f/cmsVfhcCHjMZLihGIQwBc3NCeUIsSTtCRGpqbwMfQi5mPkc9Rw ==/erviuskitchen_1_8_2_fixed.rar//erviuskitchen.exe"

Can anyone tell me if the same thing happens?

Thx


exact same thing to me today. i was sh1tting my pants as I keep my computer clean! I think kaspersky must have downloaded a new def update thats picking up false positives?

20/02/2010 14:01:20 Detected: Backdoor.Win32.Bifrose.cfsl Opera Internet Browser http://fs06n5.sendspace.com/download/lite/af398e8033300b8a8093d6d809c8ff2f/4b7feb2c/o3oeiw/e3ed0e128a8a6cf3e2cb1d07c90b1c22/KVc4DysCe1VTD3IUbkE+eHI9eGcYaxgxXUgMQWZiZT09AmpMew ==/erviuskitchen_1_8_2_fixed.rar//erviuskitchen.exe

jojordy
20th February 2010, 02:43 PM
exact same thing to me today. i was sh1tting my pants as I keep my computer clean! I think kaspersky must have downloaded a new def update thats picking up false positives?

20/02/2010 14:01:20 Detected: Backdoor.Win32.Bifrose.cfsl Opera Internet Browser http://fs06n5.sendspace.com/download/lite/af398e8033300b8a8093d6d809c8ff2f/4b7feb2c/o3oeiw/e3ed0e128a8a6cf3e2cb1d07c90b1c22/KVc4DysCe1VTD3IUbkE+eHI9eGcYaxgxXUgMQWZiZT09AmpMew ==/erviuskitchen_1_8_2_fixed.rar//erviuskitchen.exe

Someone also said that is a false positive
look at http://forum.xda-developers.com/showthread.php?p=5677123#post5677123
Before the upgrade on February 18, kaspersky had never reported anything like

Duron23
20th February 2010, 03:21 PM
exact same thing to me today. i was sh1tting my pants as I keep my computer clean! I think kaspersky must have downloaded a new def update thats picking up false positives?

20/02/2010 14:01:20 Detected: Backdoor.Win32.Bifrose.cfsl Opera Internet Browser http://fs06n5.sendspace.com/download/lite/af398e8033300b8a8093d6d809c8ff2f/4b7feb2c/o3oeiw/e3ed0e128a8a6cf3e2cb1d07c90b1c22/KVc4DysCe1VTD3IUbkE+eHI9eGcYaxgxXUgMQWZiZT09AmpMew ==/erviuskitchen_1_8_2_fixed.rar//erviuskitchen.exe

That's the reason I added visual kitchen folder into exclusion folder.

BMayr
21st February 2010, 08:25 PM
F-Secure also says it detected the same 'virus' .

DomSim
21st February 2010, 11:35 PM
Someone also said that is a false positive
look at http://forum.xda-developers.com/showthread.php?p=5677123#post5677123
Before the upgrade on February 18, kaspersky had never reported anything like

i too am getting this now from erviuskitchen.exe and mtty.exe and just because it didnt get reported before doesnt automatically mean it is a false positive. it could just as easily be that the virus (if it really is) was unknown until recently and it has now been discovered and the updates allow it to be picked up.

jojordy
22nd February 2010, 06:49 AM
i too am getting this now from erviuskitchen.exe and mtty.exe and just because it didnt get reported before doesnt automatically mean it is a false positive. it could just as easily be that the virus (if it really is) was unknown until recently and it has now been discovered and the updates allow it to be picked up.

Quote all!!
For that i use the kitchen on a secondary pc without internet connection so i haven't problems.

Mach2003
22nd February 2010, 10:18 PM
The EVK 1.8.2 that I have had installed for a long time, is NOT detected as a virus by f-secure.

ancola66
27th February 2010, 06:00 AM
You must remodule in files the DLLs present in NotificationEnhancement.
Open all folders in NotificationEnhancement .... (name). Dll, copy the (file).Dll elsewhere, delete the folders (name).Dll and replace it with the (file).Dll.
:)This is right, thanks :)

ladieslova
28th February 2010, 10:46 PM
I can't find nbhgen.txt in tools folder. Are you sure you have it posted in there? Can you re-check this please, I need this file.
And thanks for all your work.
Much appreciated

thesecondsfade
1st March 2010, 06:36 AM
I'm getting an error on my first boot and I can't get past it. It says,

Error:
\Windows\Longan.exe
is not found.

Anyone know what Package I removed that made this error occur? Anyone know how to fix it?

saurabh88
1st March 2010, 10:55 AM
i hate both BEPE AND ERVIUS because i m so jalous..what they have created here????
not a kitchen but a revolution in windows mobile...
i m proud of them..:D:):);)

chota_shivaji
3rd March 2010, 11:12 AM
Hi All,

- Which compression is default for visual kitchen? Can anyone please elaborate more on compressions used by visual kitchen?
- What is difference between UPX and LZX compressions?

Lewy1
5th March 2010, 12:35 AM
Hi, I'm new to the kitchen and just successfully created my first ROM, or so I thought, until my Vogue got stuck on the first screen. Attached is my build log. Would appreciate any help.

twopumpchump
5th March 2010, 12:43 AM
Hi, I'm new to the kitchen and just successfully created my first ROM, or so I thought, until my Vogue got stuck on the first screen. Attached is my build log. Would appreciate any help.

looks like you excluded half of the system lol...try cooking the whole thing and see if that boots :) also im not sure if your vogue has a native 6.5 nk.exe available, but if it does you need to use it. if not, you should try recmodding(module to file) all the modules inside browsing, browsingie, browsingcore.

Lewy1
5th March 2010, 06:19 AM
looks like you excluded half of the system lol...try cooking the whole thing and see if that boots :) also im not sure if your vogue has a native 6.5 nk.exe available, but if it does you need to use it. if not, you should try recmodding(module to file) all the modules inside browsing, browsingie, browsingcore.

Thanks. Will try cooking whole SYS, but I find it a little hard to believe that it's the cause of my problems, being that I only excluded non essential parts of the SYS. I have successfully cooked before with similar exclusions (using PPCk). By the way the Vogue doesn't have a 6.5 nk. Thanks again.

onesolo
5th March 2010, 11:08 AM
Hello guys, can anyone knows where I can get the latest complete version of this kitchen?!?
The links on the fist post, are dead, only can found exe...

boog
5th March 2010, 11:16 AM
Hello guys, can anyone knows where I can get the latest complete version of this kitchen?!?
The links on the fist post, are dead, only can found exe...

Here you go http://www.filedropper.com/newvisualkitchenv182onlyexetoolsfolder

Lewy1
8th March 2010, 06:26 AM
I've searched and searched but still seem to be missing something, so I hope someone here will be able to help me.
I would like to cook a ROM in my language (040D) and I need to know what exactly I need to change in my kitchen. As of now I added 040D language folders in all the sub folders of my SYS directory besides the 0409 folders that were already there, but I still have only 0409 showing up in the dropdown menu of the visual kitchen.
I know that I need to change some stuff in some other folders but I'm not sure exactly what is needed. Is that why it's not showing up in the menu. I thought that I need to change initflashfiles.dat but it only shows up in my kitchen in the temp folder after the cooking process started.
As for the OEM folders does anything need to be changed or can I just leave it as is (there is no stock ROM in my language so I can't get what I need from a dumped ROM).
Thanks

Mach2003
8th March 2010, 03:52 PM
I've searched and searched but still seem to be missing something, so I hope someone here will be able to help me.
I would like to cook a ROM in my language (040D) and I need to know what exactly I need to change in my kitchen. As of now I added 040D language folders in all the sub folders of my SYS directory besides the 0409 folders that were already there, but I still have only 0409 showing up in the dropdown menu of the visual kitchen.
I know that I need to change some stuff in some other folders but I'm not sure exactly what is needed. Is that why it's not showing up in the menu. I thought that I need to change initflashfiles.dat but it only shows up in my kitchen in the temp folder after the cooking process started.
As for the OEM folders does anything need to be changed or can I just leave it as is (there is no stock ROM in my language so I can't get what I need from a dumped ROM).
Thanks

You need to create a folder here too, and edit or replace the initflashes.dat in there to match.

...\OEM\{DEVICE}\0409\OEM_Lang_0409


Search your ROM for "0409" and "1033" and decide if you need to edit any values found, or need those packages in your language.

captainlovebite
8th March 2010, 03:56 PM
i have problem on updating error 270 update error
the image file is currupted.pls check your mobile update utility
what i can do for it

Lewy1
8th March 2010, 06:00 PM
You need to create a folder here too, and edit or replace the initflashes.dat in there to match.

...\OEM\{DEVICE}\0409\OEM_Lang_0409


Search your ROM for "0409" and "1033" and decide if you need to edit any values found, or need those packages in your language.

Thanks, will give it a try.:)

chota_shivaji
9th March 2010, 01:08 PM
Hi All,

I am trying to build a ROM using visual kitchen. However I am seeing the following issue with it :
1. The CHome screen is not seen even after selecting it in Settings->Today. I am using build 21890.
2. I don't have any problems with directly using PRB from bepe for same build.
3. As far as I understand, only the folder structure of VK and PRB are different (along with some more things like LZX compression/UI in VK) and VK internally uses PRB.

Can anyone please let me know what could be the possible solution for this issue?

Staxxthedan
9th March 2010, 01:47 PM
Hi All,

I am trying to build a ROM using visual kitchen. However I am seeing the following issue with it :
1. The CHome screen is not seen even after selecting it in Settings->Today. I am using build 21890.
2. I don't have any problems with directly using PRB from bepe for same build.
3. As far as I understand, only the folder structure of VK and PRB are different (along with some more things like LZX compression/UI in VK) and VK internally uses PRB.

Can anyone please let me know what could be the possible solution for this issue?

Do you have base, bronze, BronzeAE in SYS? and the CPR files in BronzeEA for your resolution?

chota_shivaji
10th March 2010, 07:01 AM
Do you have base, bronze, BronzeAE in SYS? and the CPR files in BronzeEA for your resolution?
Hey Hi,

- Yes I have all those in SYS.
- As I mentioned before, I am able to get a good working ROM is I directly use bepe's PRB instead of VK.

Any more clues?

Staxxthedan
10th March 2010, 07:11 AM
Do you have base, bronze, BronzeAE in SYS? and the CPR files in BronzeEA for your resolution?

Hey Hi,

- Yes I have all those in SYS.
- As I mentioned before, I am able to get a good working ROM is I directly use bepe's PRB instead of VK.

Any more clues?

Did you manually edit the CPR. I play a lot with the CPR and happens to me half the time. Try getting your CPR from another sys and overwrite those in \Windows and Restart device if it appears then you know it was the CPR:)

epsilon8888
13th March 2010, 12:28 PM
Anybody got an idea of how to customize start menu folders with Os-kitchen or atleast where the folders ares located?:confused:

Mach2003
13th March 2010, 04:28 PM
First look here:

...\OEM\{YourDevice}\{YourLanguage}\OEM_Lang_{Your Language}\initflashfiles.dat

- Lines like these create folders:

Directory("\Windows\Start Menu"):-PermDir("Programs")
Directory("\Windows\Start Menu"):-PermDir("Settings")
Directory("\Windows\Start Menu\Programs"):-PermDir("Base")
Directory("\Windows\Start Menu\Programs"):-PermDir("Utility")
Directory("\Windows\Start Menu\Programs"):-PermDir("INet")

- These create a shortcut, note the hex escape sequence is actually text ("Notes.lnk"), decode them here (http://home2.paulschou.net/tools/xlate/).

Directory("\Windows"):-File("Setup E-mail.lnk","\Windows\acctwiz.lnk")
Directory("\Windows\Start Menu\Programs\Base"):-File("\x004E\x006F\x0074\x0065\x0073\x002E\x006C\x006E\x 006B","\Windows\notetake.lnk")

Registry entries for Icons and position can be done anywhere (app.reg), by default they are in the sys as "\shared\0409\Base_Lang_0409\mxipinit_startmenu_001 .provxml". If Group is "1" it a folder.

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Alarms.lnk]
"Icon"="\\Windows\\Start_Icon_Alarms.png"
"Rank"=dword:35a4ec9d

[HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Base]
"Group"=dword:00000001
"ItemPosition"=dword:00000004


Any app.dat file can also create a shortcut.

Directory("\Windows\Start Menu\Programs\Base"):-File("Adobe Reader.lnk","\Windows\Adobe Reader LE.lnk")

epsilon8888
14th March 2010, 05:44 PM
First look here:

...\OEM\{YourDevice}\{YourLanguage}\OEM_Lang_{Your Language}\......


Thank you very much that was very helpful:)

DomSim
14th March 2010, 05:54 PM
speaking of shorcuts, anyone know how to get rid of the "home" shortcut in the start menu? i have tried in vain to find and get rid of it. i have resorted to just making the icon tansparent so i cannot see it but the text "home" still shows up :(

Mach2003
14th March 2010, 06:57 PM
speaking of shorcuts, anyone know how to get rid of the "home" shortcut in the start menu? i have tried in vain to find and get rid of it. i have resorted to just making the icon tansparent so i cannot see it but the text "home" still shows up :(

Have you tried to delete this key?

HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Today

Staxxthedan
14th March 2010, 07:29 PM
speaking of shorcuts, anyone know how to get rid of the "home" shortcut in the start menu? i have tried in vain to find and get rid of it. i have resorted to just making the icon tansparent so i cannot see it but the text "home" still shows up :(

Try knocking it off with a mortscript during customisation. I think that one behaves same like the widgets shortcut and difficult to get rid of.but a script during custmisation will ensure that whatever the case you win...:)

DomSim
16th March 2010, 01:24 AM
Have you tried to delete this key?

HKEY_LOCAL_MACHINE\Security\Shell\StartInfo\Start\ Today

yeah, that is mostly just a reference to what icon is displayed for the app. removing it just shows the default icon (which is the same, but i know this as i change it to completely transparent so i dont see it and deleting this key reverts that)

Try knocking it off with a mortscript during customisation. I think that one behaves same like the widgets shortcut and difficult to get rid of.but a script during custmisation will ensure that whatever the case you win...:)

I would, if i could find it. if you look in start menu\programs, its not there. there is not .lnk to be found. it is just there uggggg thanks for the suggestions though

variosteph
16th March 2010, 10:13 AM
yeah, that is mostly just a reference to what icon is displayed for the app. removing it just shows the default icon (which is the same, but i know this as i change it to completely transparent so i dont see it and deleting this key reverts that)



I would, if i could find it. if you look in start menu\programs, its not there. there is not .lnk to be found. it is just there uggggg thanks for the suggestions though


mxipupdate_projectdefault_a_000 first entry?

Lewy1
18th March 2010, 04:52 PM
I've searched and searched but still seem to be missing something, so I hope someone here will be able to help me.
I would like to cook a ROM in my language (040D) and I need to know what exactly I need to change in my kitchen. As of now I added 040D language folders in all the sub folders of my SYS directory besides the 0409 folders that were already there, but I still have only 0409 showing up in the dropdown menu of the visual kitchen.
I know that I need to change some stuff in some other folders but I'm not sure exactly what is needed. Is that why it's not showing up in the menu. I thought that I need to change initflashfiles.dat but it only shows up in my kitchen in the temp folder after the cooking process started.
As for the OEM folders does anything need to be changed or can I just leave it as is (there is no stock ROM in my language so I can't get what I need from a dumped ROM).
Thanks


You need to create a folder here too, and edit or replace the initflashes.dat in there to match.

...\OEM\{DEVICE}\0409\OEM_Lang_0409


Search your ROM for "0409" and "1033" and decide if you need to edit any values found, or need those packages in your language.

OK. I finally have the time to try this out. Just one more question (I hope!). Do I need to change anything in the OEMXIPKernel folder, like boot.rgu and boot.hv?
Thanks

madnish30
20th March 2010, 05:04 PM
Hey Guys really need your help just updated to EVK 1.8.2 and have not been able to cook ( also updated the tools folder ! )

Here is the build log.
Really feel very very :( :( can't find a solution

for those who don't want to open the build log here are the last few lines :
platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!


Pelase help really appreciated.

DomSim
21st March 2010, 07:57 PM
mxipupdate_projectdefault_a_000 first entry?

i do not have this mxip but i did find it in another build i dumped which lead me to find the parm "Name" which doesnt show up anywhere else. created that parm and made the name a couple of spaces and tada, the icon is still there but it is completely invisible. Thanks for the help!

cruiserrr
21st March 2010, 10:31 PM
i do not have this mxip but i did find it in another build i dumped which lead me to find the parm "Name" which doesnt show up anywhere else. created that parm and made the name a couple of spaces and tada, the icon is still there but it is completely invisible. Thanks for the help!

simply use the search function in EVK ! it can be in initialflashes and in a sys provxml file that cooks the basic start menu. Usually it is in mxipinit_startmenu_001.provxml but can this shortcut creation can be duplicated in several files, in the oem and ext folders. It is written with mxipinit which means is quite persistent.

osash2000
22nd March 2010, 04:28 AM
plz can anyone post another link for the kitchen..the link in the 1st post is ot working :(

chota_shivaji
22nd March 2010, 03:30 PM
Hi All,

I managed to cook a ROM with VK recently. However, I am seeing 1 issue which is as follows :
- Sometimes I observe that the ROM with CHome only (as home screen) consumes approx ~50% of free RAM i.e. the total memory consumption is >50%.
- The total memory used by various processes (in task manager) does not match the above consumption. It is always approx ~30%.

Can anyone please help me in this regards? Is such behavior related to page pool in any way? This is because, it seems that VK does not "remember" the page pool set for the last time (even if the configuration is saved in .erv file), i.e. after reboot of PC the page pool is always set to 6.
Also does reducing page pool increases the memory consumption?

Lewy1
22nd March 2010, 04:25 PM
Please help.
I converted some OEM's with Package_Rebuilder and placed them in my EXT/VOGU10000/Common folder but for some reason they were not cooked into my ROM although the build log shows that they are included in the ROM. I tried placing them in the specific build folder [EXT/VOGU10000/23529] but had the same problem. Build log attached.
This happened with all my EXT files, so what am I doing wrong? Any ideas?
Thanks

Staxxthedan
22nd March 2010, 04:29 PM
@@chota_shivaji---did you put new stuf recently like shiny icons etc? these will kill your Ram....

twopumpchump
22nd March 2010, 04:36 PM
Please help.
I converted some OEM's with Package_Rebuilder and placed them in my EXT/VOGU10000/Common folder but for some reason they were not cooked into my ROM although the build log shows that they are included in the ROM. I tried placing them in the specific build folder [EXT/VOGU10000/23529] but had the same problem. Build log attached.
This happened with all my EXT files, so what am I doing wrong? Any ideas?
Thanks

it looks like you dont have your folder structure right....


Copying: EXT\VOGU10000\COMMON\Advanced Configuration_External_Packages\files


it should be like this..

Copying:EXT\VOGU10000\COMMON\your_pkg_foldername\A dvanced Configuration_External_Packages


you need to make a folder in EXT\VOGU10000\COMMON, then put your ext pkgs inside that folder and cook :)

Lewy1
22nd March 2010, 10:50 PM
it looks like you dont have your folder structure right....


Copying: EXT\VOGU10000\COMMON\Advanced Configuration_External_Packages\files


it should be like this..

Copying:EXT\VOGU10000\COMMON\your_pkg_foldername\A dvanced Configuration_External_Packages


you need to make a folder in EXT\VOGU10000\COMMON, then put your ext pkgs inside that folder and cook :)


Thanks for the quick response!:) Thank you! Thank you! Thank you!:)
Finally I have cooked a ROM with EVK and it's almost like I want it!

chota_shivaji
23rd March 2010, 07:05 AM
@@chota_shivaji---did you put new stuf recently like shiny icons etc? these will kill your Ram....
Hey Hi,

Thanks for the reply. However I did not add any new icons.
Basically nothing is new (except the kitchen). I have not seen such an issue with PRB.
Does this have any relation to PP?

saurabh88
24th March 2010, 08:18 AM
Hi All,

I managed to cook a ROM with VK recently. However, I am seeing 1 issue which is as follows :
- Sometimes I observe that the ROM with CHome only (as home screen) consumes approx ~50% of free RAM i.e. the total memory consumption is >50%.
- The total memory used by various processes (in task manager) does not match the above consumption. It is always approx ~30%.

Can anyone please help me in this regards? Is such behavior related to page pool in any way? This is because, it seems that VK does not "remember" the page pool set for the last time (even if the configuration is saved in .erv file), i.e. after reboot of PC the page pool is always set to 6.
Also does reducing page pool increases the memory consumption?
hi...reducing or increasing pagepool doesnt affect the ram..it will affect your device free memory..
more pp less storage and small pp more free space in your pocket and more faster response from heavy application like pie..:D:D
check it..i have default pp 16mb for my all rom

chota_shivaji
24th March 2010, 09:38 AM
hi...reducing or increasing pagepool doesnt affect the ram..it will affect your device free memory..
more pp less storage and small pp more free space in your pocket and more faster response from heavy application like pie..:D:D
check it..i have default pp 16mb for my all rom
- Thanks for the info.
- Any idea why the RAM usage of ROM is >50% when cooked with EVK? I am not seeing this with PRB for same build (21893).

chota_shivaji
24th March 2010, 10:35 AM
- Thanks for the info.
- Any idea why the RAM usage of ROM is >50% when cooked with EVK? I am not seeing this with PRB for same build (21893).
- Never mind, I got the cause for this.
- I had not changed the "HKEY_LOCAL_MACHINE\Software\HTC\ResProxy\ShareMemS ize" to zero.
- This was already done in PRB. :D.

madnish30
24th March 2010, 11:31 AM
I have issues
using EVK 1.8.2



I put folders in C:\Kitchen\EXT\Raphael\COMMON

And named them as following:01_Sense_2_5_2012
01_Sense_2_5_2012
03_Sense_2_5_2012
04_Sense_2_5_2012
05_Sense_2_5_2012
06_Sense_2_5_2012
07_GPS
08_RingsAndAlerts
09_Multimedia
010_Office
011_Phone
012_Internet
013_SIP
014_System
015_Games






Now the problem is when i execute EVK.exe and load a saved ROM the files don't appear in this manner...
and even when i execute the build they get cooked in the order of arrangement in EVK.exe and not the EXT folder...
And this does not cause the required overwriting...
and causes a unstable ROM cook..
please help..
this would be really appreciated guys.

thanks alot.

RoryB
24th March 2010, 04:56 PM
@ervius: another Wizard chef here.
I have been trying to get your visual kitchen to work. I have edited the batch for nbf style ROM. Everything works except I get stuck at the ipl/spl screen.
I watched the processes and did not see anything unexpected.
Do you have a version that just copies the selected items and then executes the batch? That way I can try to control what happens with command lines.

@anyone else: has anyone else got evk working for Wizard?

osash2000
25th March 2010, 04:19 AM
plz can anyone post another link for the kitchen..the link in the 1st post is ot working

DomSim
25th March 2010, 06:47 PM
im uploading a copy of the tools folder, my tools folder and evk.exe. it is all up to date. you will need to add the sys, oem, and rom folders and contents
http://www.4shared.com/file/249290537/189b044e/EVK_182.html

CiclopeTP
28th March 2010, 01:28 PM
- Never mind, I got the cause for this.
- I had not changed the "HKEY_LOCAL_MACHINE\Software\HTC\ResProxy\ShareMemS ize" to zero.
- This was already done in PRB. :D.

But this dont change your problem. After starting your phone ShareMemSize will automatly set to 131072 or not ?

chuayw
28th March 2010, 02:47 PM
i got this. any help?


platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

HTC_FUZE
28th March 2010, 09:32 PM
Hi,

In offical ROM,there is file call like Config_End.txt which you can put command to execute CAB files e.g.
EXEC:\windows\AutoVer.exe
XML: \WINDOWS\Menu_Operation.xml
XML: \WINDOWS\Menu_Opera.xml
CAB: \WINDOWS\Move_Camera.cab
CFG: \Windows\config.txt

It won't work on this kitchen. Did I miss something?

indagroove
28th March 2010, 10:07 PM
i got this. any help?


platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

A simple search of this thread would give you the answer:
http://forum.xda-developers.com/showthread.php?p=5284009&highlight=ERROR!+%28errorlevel%3A+1%29#post5284009

Hi,

In offical ROM,there is file call like Config_End.txt which you can put command to execute CAB files e.g.
EXEC:\windows\AutoVer.exe
XML: \WINDOWS\Menu_Operation.xml
XML: \WINDOWS\Menu_Opera.xml
CAB: \WINDOWS\Move_Camera.cab
CFG: \Windows\config.txt

It won't work on this kitchen. Did I miss something?

It works for me. When you say it doesn't work, what exactly does that mean? You need to ask a specific question to get a specific answer.

chota_shivaji
29th March 2010, 05:38 AM
But this dont change your problem. After starting your phone ShareMemSize will automatly set to 131072 or not ?
Hi there,

- I am not sure I understand your question correctly.
- However, after changing the shared mem size to 0 via registry editor and then reset, did the trick for me. The memory consumption dropped down to ~33% after this (with CHome as home screen).

HTC_FUZE
29th March 2010, 10:00 AM
A simple search of this thread would give you the answer:
http://forum.xda-developers.com/showthread.php?p=5284009&highlight=ERROR!+%28errorlevel%3A+1%29#post5284009



It works for me. When you say it doesn't work, what exactly does that mean? You need to ask a specific question to get a specific answer.

Found the problem, I add space before \windows. now all ok!

rstoyguy
30th March 2010, 01:04 AM
Got a question ya'all... Using EVK to break down the TMOUS released rom.

When I flash, it boots...Shows the tmo splash screen, get's all the way through the first progress bar setting up winmo, and then just hangs right there and doesn't boot...

Do I need to add some setting for the increased memory or something to get it to boot?

TIA for any help!

chuayw
30th March 2010, 01:42 AM
A simple search of this thread would give you the answer:
http://forum.xda-developers.com/showthread.php?p=5284009&highlight=ERROR!+%28errorlevel%3A+1%29#post5284009



It works for me. When you say it doesn't work, what exactly does that mean? You need to ask a specific question to get a specific answer.

u think i did not read the thread before posting? Tried it and does not work for me

twopumpchump
30th March 2010, 01:44 AM
Got a question ya'all... Using EVK to break down the TMOUS released rom.

When I flash, it boots...Shows the tmo splash screen, get's all the way through the first progress bar setting up winmo, and then just hangs right there and doesn't boot...

Do I need to add some setting for the increased memory or something to get it to boot?

TIA for any help!

recmod NTFconfig.dll in notification manager pkg ;)

rstoyguy
30th March 2010, 03:49 AM
recmod NTFconfig.dll in notification manager pkg ;)

Thanks tpc, that worked like a charm!

furrelkt
30th March 2010, 03:58 PM
recmod NTFconfig.dll in notification manager pkg ;)
thank you for this as well. ;)

lamalice
4th April 2010, 11:59 AM
i got this. any help?


platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
ERROR! (errorlevel: 1)

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!

Hello try to dissable antivirus (Kaspersky)
for me it's work

[★]
4th April 2010, 10:51 PM
Hey, when building my rom it takes about 1 minute, the resulting nbh is onl 6mb and when I checked the build log, it says xip.bin was not found, even though it is clearly there in ROM\LEO... any ideas whats happening? Ive just built the kitchen, I used 2.10 TMOUS Leo rom as a dump base and have just ported thr 23554 SYS. Anyone got any ideas on my problem? Thanks in advance

Staxxthedan
5th April 2010, 08:22 AM
;6086572']Hey, when building my rom it takes about 1 minute, the resulting nbh is onl 6mb and when I checked the build log, it says xip.bin was not found, even though it is clearly there in ROM\LEO... any ideas whats happening? Ive just built the kitchen, I used 2.10 TMOUS Leo rom as a dump base and have just ported thr 23554 SYS. Anyone got any ideas on my problem? Thanks in advance

Upload your build log text

[★]
5th April 2010, 12:53 PM
Upload your build log text

Uploaded it on the other thread

Diagrafeas
7th April 2010, 11:12 PM
How can i create an uncompressed ROM using Visual Kitchen? As far as i know the program uses XPR compression. You can choose LZX but i can't find an option for No Compression.

Captain_Throwback
7th April 2010, 11:19 PM
How can i create an uncompressed ROM using Visual Kitchen? As far as i know the program uses XPR compression. You can choose LZX but i can't find an option for No Compression.
You need to replace imgfsfromdump with a version that will allow for an uncompressed ROM, and then add the compression flag in the bat file. For example, there's this one: http://forum.xda-developers.com/showthread.php?t=610713

chota_shivaji
8th April 2010, 09:58 AM
Hi All,

- How can I ensure that current date of phone is not over written by new ROM?
- To elaborate further, I cooked the ROM using EVK successfully. Flashed it successfully to my phone. However, the date and time set at first boot up is not the time set by previous ROM i.e. ROM flashing is updating the time to the default one.
- If I cook the same ROM using bepe's PRB directly, that ROM retains the time and date of previous ROM.

Thanks in advance for help :).

rickou26
10th April 2010, 09:58 AM
Hello

I cook my ROM since a long time and since the last builds (25008, 23103, 23549 etc.) I encounter the problem here: Some DLLs, some packages are defective after cooking.

Example: my rom boot and is functional, but can not open SMS. I RecMode webview.dll and replaces the one found in the windows directory and it works. I cook my rom with the new DLL recmoded. The SMS are still unreadable. Copy / Paste from my DLL in Windows -> OK. New test by moving the Webview package SYS to EXT. Again impossible to operate SMS.

Have you an idea of the origin of the problem I have is not on the older builds? (I cook with erviuskitchen_V_1_8_1)

Thank you for your help

Addicted2xda
11th April 2010, 03:42 AM
Can some one tell me what changes are required to cook for Mega using this kitchen.
I think we need to change nbhutil.xml, right? What changes to be made?

czdjj
11th April 2010, 12:44 PM
I dont test it, but :-)

http://forum.xda-developers.com/showpost.php?p=5973198&postcount=6

PS and change ModelID: PB74*****

Addicted2xda
11th April 2010, 05:37 PM
I dont test it, but :-)

http://forum.xda-developers.com/showpost.php?p=5973198&postcount=6

PS and change ModelID: PB74*****

Thanks a lot :).
BTW does Ervius Kitchen works with Vox ? EDIT: No there is no entry... so guess it does not :(
Another Question: Does RAW2NBH work in EVK? Or is it still beta... seems to work (did not check the NBH which was generated though :p)

Diagrafeas
13th April 2010, 03:08 PM
I moved my kitchen from my Desktop to my Laptop and now i get the message:

Executing: kitchen_build_rom.bat.....
Copying OS.nb.payload...
The system cannot find the path specified.
ERROR! (errorlevel: 1)
ERROR executing: kitchen_build_rom.bat
ERROR!!!

What has happened?

Edited 17/04/2010
I use Windows 7 32bit on my Desktop and Windows 7 64bit on my laptop.
This is a problem with 64bit.

shark147
13th April 2010, 03:46 PM
Hello

I cook my ROM since a long time and since the last builds (25008, 23103, 23549 etc.) I encounter the problem here: Some DLLs, some packages are defective after cooking.

Example: my rom boot and is functional, but can not open SMS. I RecMode webview.dll and replaces the one found in the windows directory and it works. I cook my rom with the new DLL recmoded. The SMS are still unreadable. Copy / Paste from my DLL in Windows -> OK. New test by moving the Webview package SYS to EXT. Again impossible to operate SMS.

Have you an idea of the origin of the problem I have is not on the older builds? (I cook with erviuskitchen_V_1_8_1)

Thank you for your help

Hi man,
I had the same problem EVK v1.8.2....i resolved change Kitchen :D
now i use osKitchen v1.25 it's good!!! and now no problem...
I cook WM6.5

rickou26
13th April 2010, 04:46 PM
Hi,

Thank you very much for your advice Shark147 I find this kitchen version on XDA.

Good continuation to you.

sandman01
17th April 2010, 07:43 PM
I'm confused

I work with VK on WM7 x86 without issues.
After switching to WM7 x64 last month I didn't use VK since yet.

File structure and roms are the same as in x86 edition, but now I got this error:

platformrebuilder.exe Executed successfull!!!

done!!!
Wait some seconds...

Executing: kitchen_build_rom.bat.....
Copying OS.nb.payload...
1 Datei(en) kopiert.
Der Befehl "..\TOOLS\implantxip.exe" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.

ERROR executing: kitchen_build_rom.bat

ERROR!!!
Wait some seconds...

No ''SVN'' folders present...

Restored Original config.txt...
Temp config.txt Deleted!!!


I also dump a clean rom for my TOPAZ and try to re-cook it, but also the same ERROR 9009

Is this a known issue with Win7 x64 or is there an other solution to get VK work?

thx

[EDIT]: I use VK 1.8.2

sandman01
17th April 2010, 07:55 PM
Sorry for my dumb post.

Now I found the reason.

My f*****g virus scanner blocks implantxip.exe without promting a user information.

After disabling it, VK runs like a charm. :-)

Diagrafeas
18th April 2010, 11:28 AM
You need to replace imgfsfromdump with a version that will allow for an uncompressed ROM, and then add the compression flag in the bat file. For example, there's this one: http://forum.xda-developers.com/showthread.php?t=610713

How do i add the compression flag? Could someone send me the altered *.bat file?

twisted
19th April 2010, 05:10 AM
How do i add the compression flag? Could someone send me the altered *.bat file?
hi,
here's the code from my kitchen:
:COMPRESSION.bat
@echo off
CLS
TITLE "SET COMPRESSION TYPE"
echo.
echo Please choose Compression Type:
echo 0 - Default Compression (None)
echo 1 - LZX
echo 2 - XPR
echo.
set /p comp= Input Compression Type here:
if /i "%comp%"=="" goto COMPRESSION.bat
if /i "%comp%" neq "0" if /i "%comp%" neq "1" if /i "%comp%" neq "2" goto COMPRESSION.bat
if /i "%comp%"=="0" GOTO :None
if /i "%comp%"=="1" GOTO :LZX
if /i "%comp%"=="2" GOTO :XPR

:None
set compression=-compression None -verbose imgfs.bin imgfs-new.bin
goto Process

:LZX
set compression=-compression LZX -verbose imgfs.bin imgfs-new.bin
goto Process

:XPR
set compression=-compression XPR -verbose imgfs.bin imgfs-new.bin
goto Process

:Process
rem ====================
echo processing bin file. please wait...
..\TOOLS\IMGFS\ImgfsFromNb.exe OS.nb.payload imgfs.bin >>..\LOG\%buildlog%
if not "%errorlevel%"=="0" goto error
echo done...
echo processing new bin file. please wait...
..\TOOLS\IMGFS\ImgfsFromDump.exe %compression% >>..\LOG\%buildlog%
if not "%errorlevel%"=="0" goto error
echo done...
echo processing new payload file. please wait...
..\TOOLS\IMGFS\ImgfsToNb.exe imgfs-new.bin OS.nb.payload OS-new.nb.payload -bigstoragemove >>..\LOG\%buildlog%
if not "%errorlevel%"=="0" goto error
echo done...
pause
regards,
mike :D

Staxxthedan
19th April 2010, 09:56 AM
hi,
here's the code from my kitchen:
:COMPRESSION.bat
@echo off
CLS
TITLE "SET COMPRESSION TYPE"
echo.
echo Please choose Compression Type:
echo 0 - Default Compression (None)
echo 1 - LZX
echo 2 - XPR
echo.
set /p comp= Input Compression Type here:
if /i "%comp%"=="" goto COMPRESSION.bat
if /i "%comp%" neq "0" if /i "%comp%" neq "1" if /i "%comp%" neq "2" goto COMPRESSION.bat
if /i "%comp%"=="0" GOTO :None
if /i "%comp%"=="1" GOTO :LZX
if /i "%comp%"=="2" GOTO :XPR

:None
set compression=-compression None -verbose imgfs.bin imgfs-new.bin
goto Process

:LZX
set compression=-compression LZX -verbose imgfs.bin imgfs-new.bin
goto Process

:XPR
set compression=-compression XPR -verbose imgfs.bin imgfs-new.bin
goto Process

:Process
rem ====================
echo processing bin file. please wait...
..\TOOLS\IMGFS\ImgfsFromNb.exe OS.nb.payload imgfs.bin >>..\LOG\%buildlog%
if not "%errorlevel%"=="0" goto error
echo done...
echo processing new bin file. please wait...
..\TOOLS\IMGFS\ImgfsFromDump.exe %compression% >>..\LOG\%buildlog%
if not "%errorlevel%"=="0" goto error
echo done...
echo processing new payload file. please wait...
..\TOOLS\IMGFS\ImgfsToNb.exe imgfs-new.bin OS.nb.payload OS-new.nb.payload -bigstoragemove >>..\LOG\%buildlog%
if not "%errorlevel%"=="0" goto error
echo done...
pause
regards,
mike :D

To which *.bat file do we add this? Build ROM bat? or create Compression.bat and put in Tools folder:o

twisted
19th April 2010, 10:14 AM
To which *.bat file do we add this? Build ROM bat? or create Compression.bat and put in Tools folder:o
hi,
i'm using my own kitchen not evk.
anyway i have modified this kitchen_build_rom.bat to include the compression options.
just remove the "rem" to set your compression option.
@echo off
cd..

REM........................
set IMGSTART=0
set ULDR=uldr
set PP=6
set NOCERT=nocert
REM........................

rem JUST REMOVE THE "rem" TO SET YOUR COMPRESSION.
rem set compression=-compression None -verbose imgfs.bin imgfs-new.bin
rem set compression=-compression LZX -verbose imgfs.bin imgfs-new.bin
rem set compression=-compression XPR -verbose imgfs.bin imgfs-new.bin
rem

set SYSBUILD=21056
set XIPBUILD=21056
set EXTBUILD=6.1

set MERGILO= ..\TOOLS\IMGFS\NBMerge -kaiser OS-new.nb
set LOCALE=0409
set BUILD=Premium
set DPI=DPI_192
set RES=dpi_192_resh_480_resv_800
set DEVICE=TOUCH_PRO2
set OLDKERNEL=

set DEVICEID=RHOD***
set VERSIONID=2.0.00.00
set LANGID=0409
set CHUNKSIZE=64
set OSIDVALUE=0x400

set DSM=723fb954-d931-4348-b672-82a188e587b5.dsm

set ROMHDR=ROM\%device%\romhdr.bin

set XIP_PATTERNS=ROM\%DEVICE%\%xipbuild%\*;ROM\SHARED\ %xipbuild%\*

set OEM_PATTERNS=OEM\%device%\COMMON\*;OEM\%device%\%l ocale%\*

set SYS_PATTERNS=SYS\%sysbuild%\SHARED\COMMON\*;SYS\%s ysbuild%\SHARED\%LOCALE%\*;SYS\%sysbuild%\%dpi%\CO MMON\*;SYS\%sysbuild%\%dpi%\%LOCALE%\*;SYS\%sysbui ld%\%res%\COMMON\*;SYS\%sysbuild%\%res%\%LOCALE%\*

set EXT_PATTERNS=EXT\%DEVICE%\%EXTBUILD%\*\*;EXT\%DEVI CE%\COMMON\*\*;EXT\SHARED\*\*
set DSM_TEMPLATE=%dsm%
set DSM_INCLUDES=*


@echo off
cd RELEASE_%device%
if exist RUU_signed.nbh del RUU_signed.nbh
cd..

cd Temp
echo Copying OS.nb.payload...
copy ..\ROM\%device%\OS.nb.payload OS.nb.payload
if not "%errorlevel%"=="0" goto error

REM ================================================== =========================================

echo.
..\TOOLS\implantxip.exe -xip xip.bin -payload OS.nb.payload -imgstart %imgstart% -%uldr% -pp %pp% -%nocert%
if not "%errorlevel%"=="0" goto error

REM ================================================== =========================================

echo.
..\TOOLS\IMGFS\ImgfsFromNb.exe OS.nb.payload imgfs.bin
if not "%errorlevel%"=="0" goto error

..\TOOLS\IMGFS\ImgfsFromDump.exe %compression%
if not "%errorlevel%"=="0" goto error

..\TOOLS\IMGFS\ImgfsToNb.exe imgfs-new.bin OS.nb.payload OS-new.nb.payload -bigstoragemove
if not "%errorlevel%"=="0" goto error


rem -------------------------------------------------------------------------------------------
%mergilo%
rem -------------------------------------------------------------------------------------------

if not "%errorlevel%"=="0" goto error

REM ================================================== =========================================

del imgfs-new.bin
del imgfs.bin
del OS.nb.payload
del OS-new.nb.payload

REM ================================================== =========================================


REM ================================================== =========================================

echo.
cd..
cd RELEASE_%device%
if not "%errorlevel%"=="0" goto error
echo executing NBHUtils to build nbh file...

rem ---------------------------------------------------

..\tools\nbhutil.exe -model %deviceid% -ver %versionid% -lang %langid% -chunk %chunksize% -nogui -e -i %osidvalue% ..\temp\os-new.nb -b RUU_signed.nbh

rem ---------------------------------------------------

if not "%errorlevel%"=="0" goto error

cd..
cd release_%device%

echo.
dir RUU_signed.nbh
echo.

REM ================================================== =========================================

echo.
echo Done!!!
echo.

REM

PagePool_Changer
ROMUpdateUtility

cd..

goto end

:error
echo.
echo ERROR! (errorlevel: %errorlevel%)

:end
regards,
mike :D

Diagrafeas
19th April 2010, 02:50 PM
OK i just created my ROM with No Compression, XPR, LZX and these are the file sizes:
None: 122MB
XPR: 65MB
LZX: 55MB

LZX took some time to complete. The other two where rapid fast.
I hope double the file size is a good trade off on performance.

Mach2003
19th April 2010, 04:34 PM
OK i just created my ROM with No Compression, XPR, LZX and these are the file sizes:
None: 122MB
XPR: 65MB
LZX: 55MB

LZX took some time to complete. The other two where rapid fast.
I hope double the file size is a good trade off on performance.

I've never tried it but, I bet reading those "double" sized files from the slow "disks" will consume more time than uncompressing the "small" files, thus making the rom slower overall.

Staxxthedan
20th April 2010, 07:47 AM
hi,
i'm using my own kitchen not evk.
anyway i have modified this kitchen_build_rom.bat to include the compression options.
just remove the "rem" to set your compression option.
@echo off
cd..

REM........................
set IMGSTART=0
set ULDR=uldr
set PP=6
set NOCERT=nocert
REM........................

rem JUST REMOVE THE "rem" TO SET YOUR COMPRESSION.
rem set compression=-compression None -verbose imgfs.bin imgfs-new.bin
rem set compression=-compression LZX -verbose imgfs.bin imgfs-new.bin
rem set compression=-compression XPR -verbose imgfs.bin imgfs-new.bin
rem

set SYSBUILD=21056
set XIPBUILD=21056
set EXTBUILD=6.1

set MERGILO= ..\TOOLS\IMGFS\NBMerge -kaiser OS-new.nb
set LOCALE=0409
set BUILD=Premium
set DPI=DPI_192
set RES=dpi_192_resh_480_resv_800
set DEVICE=TOUCH_PRO2
set OLDKERNEL=

set DEVICEID=RHOD***
set VERSIONID=2.0.00.00
set LANGID=0409
set CHUNKSIZE=64
set OSIDVALUE=0x400

set DSM=723fb954-d931-4348-b672-82a188e587b5.dsm

set ROMHDR=ROM\%device%\romhdr.bin

set XIP_PATTERNS=ROM\%DEVICE%\%xipbuild%\*;ROM\SHARED\ %xipbuild%\*

set OEM_PATTERNS=OEM\%device%\COMMON\*;OEM\%device%\%l ocale%\*

set SYS_PATTERNS=SYS\%sysbuild%\SHARED\COMMON\*;SYS\%s ysbuild%\SHARED\%LOCALE%\*;SYS\%sysbuild%\%dpi%\CO MMON\*;SYS\%sysbuild%\%dpi%\%LOCALE%\*;SYS\%sysbui ld%\%res%\COMMON\*;SYS\%sysbuild%\%res%\%LOCALE%\*

set EXT_PATTERNS=EXT\%DEVICE%\%EXTBUILD%\*\*;EXT\%DEVI CE%\COMMON\*\*;EXT\SHARED\*\*
set DSM_TEMPLATE=%dsm%
set DSM_INCLUDES=*


@echo off
cd RELEASE_%device%
if exist RUU_signed.nbh del RUU_signed.nbh
cd..

cd Temp
echo Copying OS.nb.payload...
copy ..\ROM\%device%\OS.nb.payload OS.nb.payload
if not "%errorlevel%"=="0" goto error

REM ================================================== =========================================

echo.
..\TOOLS\implantxip.exe -xip xip.bin -payload OS.nb.payload -imgstart %imgstart% -%uldr% -pp %pp% -%nocert%
if not "%errorlevel%"=="0" goto error

REM ================================================== =========================================

echo.
..\TOOLS\IMGFS\ImgfsFromNb.exe OS.nb.payload imgfs.bin
if not "%errorlevel%"=="0" goto error

..\TOOLS\IMGFS\ImgfsFromDump.exe %compression%
if not "%errorlevel%"=="0" goto error

..\TOOLS\IMGFS\ImgfsToNb.exe imgfs-new.bin OS.nb.payload OS-new.nb.payload -bigstoragemove
if not "%errorlevel%"=="0" goto error


rem -------------------------------------------------------------------------------------------
%mergilo%
rem -------------------------------------------------------------------------------------------

if not "%errorlevel%"=="0" goto error

REM ================================================== =========================================

del imgfs-new.bin
del imgfs.bin
del OS.nb.payload
del OS-new.nb.payload

REM ================================================== =========================================


REM ================================================== =========================================

echo.
cd..
cd RELEASE_%device%
if not "%errorlevel%"=="0" goto error
echo executing NBHUtils to build nbh file...

rem ---------------------------------------------------

..\tools\nbhutil.exe -model %deviceid% -ver %versionid% -lang %langid% -chunk %chunksize% -nogui -e -i %osidvalue% ..\temp\os-new.nb -b RUU_signed.nbh

rem ---------------------------------------------------

if not "%errorlevel%"=="0" goto error

cd..
cd release_%device%

echo.
dir RUU_signed.nbh
echo.

REM ================================================== =========================================

echo.
echo Done!!!
echo.

REM

PagePool_Changer
ROMUpdateUtility

cd..

goto end

:error
echo.
echo ERROR! (errorlevel: %errorlevel%)

:end
regards,
mike :D

Will look into it. Thanks.:D

saurabh88
21st April 2010, 03:12 AM
can anyone help me??
i have cooked manilla from latest mega ext packages..
nbh file generated was of 138 mb and give me error code 228 invalid file size..
then i changes ext and remove manilla packages but this time it shows nbhutility encounter a problem..

plz help me???

mokasyn
21st April 2010, 05:24 PM
Welcome!
This is my first post, so please be patient to me.
How to get rid of the elements of manila rom? I think of twitter and action. When I delete a twitter or something related, manila not start. There is a council?
Thank you for your help:D

papo
22nd April 2010, 11:17 AM
I have a different approach of creating OEM,EXT packages,
You may not be interested, because it's against standards, but all the same it had proved working fine and doing more good then mess.

It's about not using initflashfiles.txt/app.dat but putting all initflash files in separate folder, maintaining proper folder structure. When flashing rom, it get zipped, packed into cab, and pda would run the cab after flashing, restoring all files to proper positions, it saves quite a lot on space in size and counts of files which are lounging in \windows normally never ment to be used.
In addition, it makes creating cab/ext packages much more easy.

this is how it looks like:
EXT.........\files
________________- all files which rest in \windows folder (all like usual, minus
________________shortcuts and files to put outside \windows)
________\init
________________\windows
________________________all files going to \windows
________________________\start menu
________________________________\Programs
________________________________________\media
________________________________________________sh ortcuts going to \media folder
________________\application data
________________\storage card
________________________\voices
________________________\raster

OEM\<application1>
________dsm, rgu, and stuff files
OEM.init\<application>.init
________________\windows
________________...

i used to put the big cab on storage card from which i am flashing roms, but with rhodium big ROM it's not really necessary.

this will of course not affect those ext and oems, made in standard format.
They working alongside with the other way.

So if there is interest I can make a small "plugin installation" package.

And why I am posting it here? For it to distinguish on selected/not selected packages, I need _skip files to behave properly. And since I am using erviuskitchen, I have a question if those could/would be fixed.
thanks
and thanks ervius