Thankss GOD!!! I'have done it...one week later I get success...but I have to merge 3.5.37 and my dump.bin with a code then download this firmware file with Product_Toolsv2.8 not with standart tool.before merge operation you have to rename the 3.5.37.fw to full.bin
here is the code copy and paste this code and save as merge.bat and copy this to s1fwx folder.Then copy dump.bin (you have extracted from your player or find it from firmware archieve by reading firmwares s1res_v16 program you can find suitable dump file from your logos if you remember them) and 3.5.37.fw to same folder and rename it to full.bin then click merge.bat you will see a new file merged.bin.. here is the code
@echo off
::try to repair dump if needed
s1fwx r dump.bin
::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
But don't forget firstly you have to download firmware 3.5.37 to be recognisied by your computer then download merged.bin, I have used Product_Toolsv2.8 to download both of these firmware.
you can find these programs
www.s1mp3.org
Product_Toolsv2.8(for firmware download)
s1fwx_v30(extract-back up and merge dump bin)
s1res_v16(For reading firmware contents)