PDA

View Full Version : Cooking rom from a .bin RomFile


Nixeus
15th May 2008, 11:05 AM
Hello my friends !


I search how cooking rom from a bin file of 32M !
I know how do it from a nbh file or nb file, but i don't knwo how to do from a bin file !

Which tool using ?

Great Thanks !!!!

kingsizeriz
15th May 2008, 11:07 AM
you need imgfstools2 to extract the bin / recreate a nbh

Nixeus
15th May 2008, 11:11 AM
Thanks for you fast answer !
So i will re-tets with imgfs2rc2, but i think that i don't function :(

I re-test !!!

kingsizeriz
15th May 2008, 11:13 AM
from the readme


On a high level, this is the chain of actions needed to unpack OS.nb:

RUU-signed.nbh ---(*NBHExtract)---> OS.nb ---(NBSplit)---> OS.nb.payload -->
--(ImgfsFromNb)---> imgfs.bin ---(ImgfsToDump)---> 'dump' directory

Here you'll edit the 'dump' directory. I recommend using bepe's excellent *Package Tool for this.

The reverse process is:

'dump' directory ---(ImgfsFromDump)---> imgfs-new.bin ---(ImgfsToNb)--->
OS-new.nb.payload ---(NBMerge)---> OS-new.nb ---(*NBHGen)--->
RUU-signed-new.nbh

(The tools marked with '*' are not part of the ImgfsTools, but are also available for free from xda-developers.com. There is also one additional tool, NBInfo, in this package.)

Nixeus
15th May 2008, 11:15 AM
With imgfs 2.1 RC, I use :

imgfstodump winceimg.bin

And i result :

"Cannot map file winceimg" :(

kingsizeriz
15th May 2008, 11:21 AM
With imgfs 2.1 RC, I use :

imgfstodump winceimg.bin

And i result :

"Cannot map file winceimg" :(

sorry i just knew what tools to use - im sure someone else can help you further though.

Nixeus
15th May 2008, 11:23 AM
I will continue to investigate !!! ;)
thanks'' !!