View Single Post
  #4 (permalink)  
Old 18th Oct 2006, 2:12 am
tadad1 tadad1 is offline
Senior Member
Valued Member
 
Join Date: May 2006
Posts: 3,752
Default Re: software to extract a full firmware form the player ?

renesigma, Yes you can merge a full firmware with a dump using s1fwx. To do this copy the following red text to notepad and save then rename the file merge.bat.

@echo off
::make script from full.bin to recompile from
s1fwx s full.bin > merge.script
::extract files from the full.bin
s1fwx x full.bin
::extract files from dump.bin overwriting files extracted from full.bin
s1fwx x dump.bin
::rebuild full firmware with files from dump.bin included
s1fwx a merged.bin:afi < merge.script
::delete surplus files
for %%t in (dump full merged) do ren %%t.bin *.bak
for %%t in (script ap fw bin bi$) do del *.%%t
ren *.bak *.bin


Place merge.bat into the s1fwx folder then add your full version firmware named full.bin and your repaired dump named dump.bin. When you run the merge.bat it will combine the two and create a file called merged.bin.
You may need to try a couple of different full firmware to get a viable full merged firmware.
__________________
Click the image to open in full size.

If you have been ripped off with a hacked player by a seller submit a report to www.ic3.gov
Reply With Quote