This post has been thanked 4 times. |
|
||||
Re: How to use WMReloc instead of GReloc
For reference, here is my script
Code:
@BuildOS @cls @echo. @echo Combining DSM Files into one @Tools\all_packages_to_one @echo Deleting rgu files @del buildpkg.wrn @echo Running G'Reloc @del WMReloclog.txt @Tools\WMReloc.exe -gtemp\dump -lWMReloclog.txt @echo Rebuilding templates... @mkdir .\Temp2 @cd .\Temp2 @..\Tools\imgfsfromnb.exe ..\ROM\os.nb.payload imgfs.old.bin @echo .... Done. @echo Building new imgfs.bin from dump... @cd ..\Temp @start /wait ..\Tools\imgfsfromdump.exe ..\Temp2\imgfs.old.bin ..\Temp2\imgfs.bin @del ..\Temp2\imgfs.old.bin @echo .... Done. @echo Building OS-new.nb... @cd ..\Temp2 @start /wait ..\Tools\imgfstonb.exe imgfs.bin ..\ROM\os.nb.payload OS.nb.payload -bigstoragemove @del imgfs.bin @start /wait ..\Tools\nbmerge.exe -kaiser OS.nb @del OS.nb.payload @ren OS.nb OS-new.nb @cd .. @mkdir .\Output @move .\Temp2\OS-new.nb .\Output @cd .\Output @echo .... Done. @echo Building RUU_signed.nbh... @..\Tools\nbhgen.exe ..\Tools\victor_nbh.txt @echo .... Done. @echo Clean up time! @cd .. @rd /s /q .\Temp @rd /s /q .\Temp2 @move .\Output\RUU_signed.nbh .\RUU @rd /s /q .\Output @echo .... Done. @echo Flashing Rom @pushd RUU @ROMUpdateUtility.exe @cls |
This post has been thanked 2 times. |
|
||||
Re: How to use WMReloc instead of GReloc
fancy list nice write up has well.
if your device has a true 6.5 kernal(Currenly only the Fuze, GSM Touch Pro) then you need to use a differnent WMReloc. that tool is able to modify the reloc, so that it can take advantage of the extra slot in the nk.exe. so I uploaded both of them. Most everyone will use the 6.1 Kernal, unless you are a GSM TP user, and you have a True nk.exe from a 6.5 rom, and if you have this then that means you work for Microsoft. It will come in handy later on in the year when we get on to new devices that will recieve a free 6.5 upgrade. |
This post has been thanked 2 times. |
|
||||
Re: How to use WMReloc instead of GReloc
Thank you for the info. Tried this but unfortunately still cannot get a bootable rom with 21215. Guess Ill be waiting for a new kitchen.
|
|
||||
Re: How to use WMReloc instead of GReloc
Just because it's not booting doesn't mean it's a reloc issue. Did you try swapping out .rom, .vm, and wincenls folders from a working sys?
I have booted 21502 and 21215 successfully. |
|
|
|