MyMPx.org

MyMPx.org (http://mympx.org/forum/)
-   General Discussion (http://mympx.org/forum/general-discussion/)
-   -   Merging Firmware (http://mympx.org/forum/general-discussion/33659-merging-firmware.html)

Trv 12th Jul 2006 5:38 am

Merging Firmware
 
How exactly do I go about merging two different versions of firmware. Thanks.

nabilash 12th Jul 2006 8:12 am

http://www.s1mp3.org/wiki/index.php/...e_Modification

Read it. ;)

greets

Trv 12th Jul 2006 1:58 pm

Re: Merging Firmware
 
That really doesnt tell you how to merge firmware.....

cerahati 12th Jul 2006 4:42 pm

Re: Merging Firmware
 
What do you mean with merging firmware? Can you tell us more what you would like to do?

tadad1 12th Jul 2006 5:00 pm

Trv,
You need 2 firmware a full version named "Full.bin" and a repaired dump file you want to merge named "Dump.bin".
Put them both in the s1fwx folder.

Open notepad and paste this:

@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


Then save as Merge.txt.
Rename the file Merge.bat and place in the s1fwx folder along with the 2 .bin files.
When you run Merge.bat it will merge the 2 .bin files and create a new one called merge.bin.

Hope this helps.

Trv 12th Jul 2006 7:19 pm

Re: Merging Firmware
 
Thanks. Ill try that out on the music list firmware and mine.

Also, wouldn't it make merge.bin not merge.bat. And just to clarify, the full.bin is the firmware extracted from my mp4 and the dump.bin is the firmware with features I want to add. Thanks again.

tadad1 12th Jul 2006 8:29 pm

Trv, Sorry yes merge.bin (oops). The firmware with the new features will need to be called dump.bin, your firmware full.bin. The problem I see with your plan is all the files with the same name will be overwritten which if both files are dump files will be all files so your merged.bin will just be a copy of your full.bin as all files will be replaced.

The only way I see it possibly working is knowing which file has the neccessary code for file browsing and replacing just that file in your original dump.bin

razzer001 12th Jul 2006 11:23 pm

Re: Merging Firmware
 
Just curious, is this possible, say take better features of a new firmware and combine with your old working firmware and have it successfully work on your player?

If this was the case, than wouldn't this be a better way to do things than upgrading to a new firmware which might kill your player, as the old firmware would only have some of its features updated, but it wouldn't affect the old firmwares compatibility with your player.

I hope what i wrote makes sense i am not a programmer (well i took 3 comp sci classes in uni, but i cheated off my friends :D )

tadad1 13th Jul 2006 12:12 am

razzer001, I have tried this method of extracting say the game files from one firmware and replacing them in another firmware and in all cases there has been one problem or another. Either the firmware did not work or buttons did not work or games then just refused to load.
The other thing I tried was replacing the 8 image shutdown animation with a 16 image animation in an attempt to increase the number of frames and although it worked and I could then add 8 more frames the player still only played 8 of the 16.
So in answer to your question I doubt if this is a viable upgrade path. There are just so many variables in all the players as far as button control and components are concerned.

Weecho 13th Jul 2006 12:45 am

Re: Merging Firmware
 
Quote:

Originally Posted by Trv";p=&quot (Post 5013)
Thanks. Ill try that out on the music list firmware and mine.

Also, wouldn't it make merge.bin not merge.bat. And just to clarify, the full.bin is the firmware extracted from my mp4 and the dump.bin is the firmware with features I want to add. Thanks again.

Let Me Know How This Goes.. THX...

..::Weecho::..


All times are GMT -7. The time now is 8:40 am.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2015, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 RC 2