Hi,
Is it possible to use dumprom to only extract files from the XDA_DEVELOPERS1 and XDA_DEVELOPERS2 regions of a .nbk rom?
Thanks,
MCS
no, you can only extract all files.
Thanks!
Related
Where can I found dumprom.exe? Why do I have to use Windows to extract files from rom? As I found I can use linux dumprom executable included in kitchen. It works with 4.00.10, but I can't get it work with 4.00.11, 4.00.16 and 3.17. The extracted file default.fdf is corrupted. :x
the linux version does not link to the compression library. that is why files seem corrupted.
Ok thanks,
I found it allready at http://www.xs4all.nl/~itsme/projects/xda/
Hi!
I used tool and instruction at Mr Buzz's website http://buzzdev.net/index.php?option=com_content&task=view&id=65&Itemid=1 to change Nk.nbf(WM 2005 rom for Uni) to Fat 16 Nk.nba.
This tool did well, but when I used dumprom.exe:
>dumprom.exe nk.nba -5 -d .
- to extract this nba file, It extracted only about 39 files such as:
device.exe
default.hv
imgfs.dll
mspart.dll
OEMExtDLL.dll
......
Great that these files were not corrupted, but I want all the files in rom , and it extracted only 39 files, pure!!!!
Can any one help ?
Hello,
I tried to extract nk.bin with dumprom util and it was extracted well.
But, dumprom have any bug.
After dumprom util extract files from nk.nb0, it change arm files to mips files.
I extracted files as the following steps;
First, download nk.bin from attached files.
One is arm nk.bin file for wince 5.0 and the other is arm nk.bin file for wince 6.0.
And, download nkbintools files to extract bin image files.
nkbintools also have dumprom util.
1. to dump the content of a nk.bin:
viewbin.exe nk.bin
(write down start and length)
2. cvrtbin -r -a START -w 32 -l LENGTH nk.bin
this command converts the nk.bin to a nk.nb0 (START and LENGTH from the command bevor)
3. dumprom.exe -d dump -v -5 nk.nb0
the content of the nk.bin will be written in the directory "dump". It must exists, otherwise an error occurs.
4. now, see files that is extracted and you will know that they are changed to MIPS files.
Anybody who know why they are changed MIPS files?
oh, thank you so very much... ive been trying for days to extract some nk.bin for some crypton nav...
It worked!!! THANK YOU!!!
Hi wong7942,
thank you very much for providing the images!
I wanted to extract the WinCE6 image to take some files out. My Navigon 2510 explorer is missing important core parts for modding (explorer.exe, control panel,...).
After extracting and copying to Device, the system says "not a valid exe". But at least on my Windows the dll looks right (Processor architecture ARM).
Any idea how to use the extracted files on PNA?
Thanks
Morpheus
HOw to make wince NK.bin file from dump files
CAn anybody tell me HOw to make wince NK.bin file from dump files .
////////////////////////////////////////////////////////////////////////////////////
wong7942 said:
Hello,
I tried to extract nk.bin with dumprom util and it was extracted well.
But, dumprom have any bug.
After dumprom util extract files from nk.nb0, it change arm files to mips files.
I extracted files as the following steps;
First, download nk.bin from attached files.
One is arm nk.bin file for wince 5.0 and the other is arm nk.bin file for wince 6.0.
And, download nkbintools files to extract bin image files.
nkbintools also have dumprom util.
1. to dump the content of a nk.bin:
viewbin.exe nk.bin
(write down start and length)
2. cvrtbin -r -a START -w 32 -l LENGTH nk.bin
this command converts the nk.bin to a nk.nb0 (START and LENGTH from the command bevor)
3. dumprom.exe -d dump -v -5 nk.nb0
the content of the nk.bin will be written in the directory "dump". It must exists, otherwise an error occurs.
4. now, see files that is extracted and you will know that they are changed to MIPS files.
Anybody who know why they are changed MIPS files?
Click to expand...
Click to collapse
kumar08 said:
CAn anybody tell me HOw to make wince NK.bin file from dump files .
////////////////////////////////////////////////////////////////////////////////////
Click to expand...
Click to collapse
i need to know too
please somebody help us
Hello all,
Is it possible to dump a .BIN rom ?
I've search before asking, but i did not find the answer. Thank you in advance.
Talonette said:
Hello all,
Is it possible to dump a .BIN rom ?
I've search before asking, but i did not find the answer. Thank you in advance.
Click to expand...
Click to collapse
To dump a .BIN ROM you need:
- OSNBTool
- XIDUMP
Run "OSNBTool -sp" on the .bin file once and you'll obtain a NB0, run it again and you'll obtain a NB. Run XiDump -B on the NB file and you will obtain the xip and imgfs dump .
Thank you very much
Perfcect answer, thread solved but opened if requires to ask more
Error while dumping the .bin ROM image using osKitchen Zero
i am getting an error while dumping the .bin ROM image using
osKitchen Zero v1.30.
osKitchen Zero uses OSNBTool; XIDUMP to dump a .BIN ROM.
The error description is attached as image.
Also the log file of the process.
It successfully extracts the original .bin ROM to folder
BIN to NB Conversion\
Rom.bin.BIN.NB0.OS.NB
Rom.bin.Footer
OS Sections\
imgfs.bin
uldr.bin
xip.bin
OS Sections Dump\
IMGFS\
OEM\
SYS\
While extracting the IMGFS.BIN it ends giving the error.
i am using the following ROM. Both the ROMs in the following post ends to the same error, couldn't complete the import process.
forum.xda-developers.com/showthread.php?t=579639
[sorry i cant write it as a link, its disabled for new user]
kindly suggest whats going wrong.
how can it be fully extracted w/o error.
My Question:
How can I extract a certain DLL from an .nbh file ??? (i need the gpsdriver.dll for another device)
with kitchen, i just get a directory named gpsdriver.dll, containing files imageinfo.bin and s000, s001, s002, s003, ... How to creat the original DLL form that ???
fs007 said:
..., i just get a directory named gpsdriver.dll, containing files imageinfo.bin and s000, s001, s002, s003, ... How to creat the original DLL form that ???
Click to expand...
Click to collapse
You already got original DLL which is module (not file) or "directory" according to your definition. Now recmod it if you need a file.