software to extract a full firmware form the player ?
HI
I want know if someone have a software to extract a full firmware form the player, like chinese software or something ? |
renesigma,
It is not possible to extract a full version firmware because all the files are not on the player. A full version firmware contains files that are used to prepare the player for the firmware by allocating locked disk space, prepare the boot sector and scan the players hardware configuration. These extra files are not loaded to the player so can not be included in the extraction. |
Re: software to extract a full firmware form the player ?
BAD NEWS :(
But can be possible, I guess, extract these files form a full firmware and make a full firmware with a dumped one. |
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. |
| All times are GMT -7. The time now is 11:51 am. |
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2