ROM焼き〜その2〜Dumped ROMの再構築

(0)ROM再構築用ツールのImagefsToolsを準備する。
使用するのはその中のviewimgfs.exeおよびbuildimgfs.exeの二つ。
xda-developers > General discussion > Development and Hacking > Beta: WM5 ROM editing tool
http://forum.xda-developers.com/viewtopic.php?t=34171&highlight=imgfstools&sid=d4a181291a884877d0b177eb1e745026


(1)ベースROMからスペアのOS.nbファイルを準備する。
http://rapidshare.com/files/57816419..._Ship.rar.html


(2)DumpしたPart02.rawとOS.nbを同一ディレクトリへ置く。とりあえずD:\Reconstructとしておく。


(3)コマンドプロンプトを開き、(2)で準備したディレクトリへ移動する。
cd /d D:\Reconstruct>


(4)次のコマンドを入力し、Dumped ROMベースのnbファイルを作成する。
 aWaiter -1 OS.nb
 viewimgfs Part02.raw
 buildimgfs
 aWaiter -2 OS.nb


Hermes_Howto Reconstruct
http://wiki.xda-developers.com/index.php?pagename=Hermes_HowtoReconstruct

Hermes Rom Reconstruction
To reconstruct the dumped ROM, Your going to need a few tools. These Are

viewimgfs from the ImagefsTools by mamaich
buildimgfs from the ImagefsTools by mamaich
aWaiter / aChef any of these

You also need a spare OS.nb file.The larger the better, just to be on the safe side.

Place all these tools and the OS.nb file into the same folder as your Part02.raw .

Open a command prompt and change into the directory with all the programs in.Then run these commands.

aWaiter -1 OS.nb
viewimgfs Part02.raw
buildimgfs
aWaiter -2 OS.nb
You'll end up with a modified nb file with the dumped Rom code inside

Explanation Of The Above Command Line
I Create imgfs_raw_data.bin File From The OS.nb File Using "aWaiter".
I Take The Part02.raw Of A Dumped ROM And Dumped All The Files Using "viewimgfs" from the imgfsTools
I Then Create imgfs_raw_data.bin From The Dumped Files Using "buildimgfs" from the imgfsTools, This Overwrites The imgfs_raw_data.bin File Created In The First Step.
I Then Merged My imgfs_raw_data.bin With The OS.nb From Step 1 File Using "aWaiter".
I Then Create The .nbh File Using dutty's Rom Koch
I Then Added It To The CustomRUUUpdater Created By Olipro.
Note: the process for Trinity is the same and you can find a more detailed tutorial at Trinity_HowtoReconstruct. It can be applied to Hermes as well although you should probably use a Hermes OS.nb as shell.


xda-developers > Kaiser > Kaiser ROM development > How to Reconstruct a Dumped ROM & Reconstructed ROMs
http://forum.xda-developers.com/showthread.php?t=337066