I would like to use ImgFsTools to extract the OS.bin file from this rom so that i can test it on an emulator (windows mobile 6 sdk)
I extracted 03_OS.nb from the RUU_signed.nbh that comes in this rom however I'm not sure how to use the NBSplit
I tryied to NBSplit.exe -sp 03_OS.nb
i get 03_OS.nb.payload (132MB)
then i try to ImgfsFromNb.exe 03_OS.nb.payload test.bin
and i get
Code:
ImgfsFromNb 2.1rc2
ImgFs partition starts at 0x00000000 and ends at 0x00000000
Dumping IMGFS at offset 0x007897a8 (size 0xff876858)
Done!
and the test.bin file comes a 0 byte file
I'm guessing the problem is with NBSplit, any ideas on how to make this work right?
thank you in advance!
ps. Please dont be hard on me, this is the first time I'm working with these tools and I'm a total noob on these :P plz be gentle
Edit:
From the read me file i realised i need to know the following:
Code:
The -data and -extra options are for future devices for which there is not yet explicit support built into NBSplit: when a new device appears on the market, it's easy to find out the sector size and extra data size, and so NBSplit can be used right away (hopefully).
As an example, for Hermes the payload-chunk-size is 0x200, the extra-chunk-size is 0x08. For Kaiser it is 0x800 and 0x08.
Anyone knows how to find payload-chunk-size and the extra-chunk-size for Blackstone? thanks again!
|