myMPX
Advertisement


Go Back MyMPx.org > MyMPx.org Forum > Mods and Themes

Can someone transkate russian instruction?
Reply
Post New Thread
 
LinkBack Thread Tools
  #11 (permalink)  
Old 2nd Apr 2008, 4:42 am
Junior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Can someone transkate russian instruction?


Code:
I don't know what's wrong with this forum, but it keeps eating my messages and not displaying what other people have said. This is from part 8 to 10:

8.Further in the make_fw catalog make a BAT - name it make.bat and put this in it:
 
cd .\bin 
s1fwx a FWIMAGE.FW:fw <script>list.!!! 
cd .. 
copy .\bin\FWIMAGE.FW .\fw\FWIMAGE.FW 
cd .\fw 
s1fwx a FWIMAGE.bin:afi <script>list.!!! 
cd .. 
copy .\fw\FWIMAGE.bin . 
del .\fw\FWIMAGE.bin

the BAT will collect the firmware in a pile (im guessing compile)
9.In FW's catalog, place the files needed to complete the whole firmware. You can take parts from other firmwares using EXTRACT.BAT with this in it and put it in the catalog make_fw:

md bin 
md fw 
copy %1 .\fw\%1 
cd .\fw 
s1fwx s %1 >script.afi 
s1fwx x %1 >list.!!! 
del %1 
copy FWIMAGE.FW ..\bin\FWIMAGE.FW 
cd .. 
cd .\bin 
s1fwx s FWIMAGE.FW >script.afi 
s1fwx x FWIMAGE.FW >list.!!! 
del FWIMAGE.FW 
cd .. 


10. A little trick - s1fwx.exe doesn't make the header properly for completely new firmwares. Therefore, after assembling the firmware you have to replace the header with the one that was in the FWIMAGE.FW we got. It's the first 512 bytes of the file, in the finished firmware it begins at the offset 0x37400.
Reply With Quote
  #12 (permalink)  
Old 25th Apr 2008, 11:18 am
New Member
 
Join Date: Dec 2007
Posts: 9
Default

I'm russian. I'll try )

1.download http://s1mp3.de/ s1res_v30_win32_setup.exe
2.run "import firmware", when firmware reads and window with resources appears. don't close s1res.
3.get WinHex
4.run tools ->open ram->s1res primary memory. CTRL+A select all File save as "Primary Memory" done.
5.in WinHex open Primary Memory CTRL+F SDK two lines upper will be 55 AA select with 55(included 55) till the end and save like "FWIMAGE.FW"
6.take с http://s1mp3.de/ s1fwx.exe
7.make new folder, for example "make_fw"
make folders "bin" and "fw" inside of it, put in "bin" redused "FWIMAGE.FW"
and execute
s1fwx s FWIMAGE.FW >script.afi
s1fwx x FWIMAGE.FW >list.!!!
In folder bin we have extracted FWIMAGE.FW and script for assembling script.afi.
8.then, in folder make_fw make .bat file make.bat with text:
cd .\bin
s1fwx a FWIMAGE.FW:fw <script>list.!!!
cd ..
copy .\bin\FWIMAGE.FW .\fw\FWIMAGE.FW
cd .\fw
s1fwx a FWIMAGE.bin:afi <script>list.!!!
cd ..
copy .\fw\FWIMAGE.bin .
del .\fw\FWIMAGE.bin
it will assemble firmware together.
9.in folder FW put files for assemble full firmware. they can be tooked
from other firmwares using EXTRACT.BAT with following text put in folder make_fw:
md bin
md fw
copy %1 .\fw\%1
cd .\fw
s1fwx s %1 >script.afi
s1fwx x %1 >list.!!!
del %1
copy FWIMAGE.FW ..\bin\FWIMAGE.FW
cd ..
cd .\bin
s1fwx s FWIMAGE.FW >script.afi
s1fwx x FWIMAGE.FW >list.!!!
del FWIMAGE.FW
cd ..
10.little trick s1fwx.exe makes wrong hider for brand new firmwares
So, after assembling firmware we need to change hider for one that was in redused FWIMAGE.FW. it is first 512 bite of this file in ready firmware it starts from mooving 0x37400.
__________________
khhhh khhhh (lord vaider)
Reply With Quote
  #13 (permalink)  
Old 25th Apr 2008, 11:39 am
New Member
 
Join Date: Dec 2007
Posts: 9
Default

8.then, in folder make_fw make .bat file make.bat with text:
cd .\bin
s1fwx a FWIMAGE.FW:fw <script>list.!!!
cd ..
copy .\bin\FWIMAGE.FW .\fw\FWIMAGE.FW
cd .\fw
s1fwx a FWIMAGE.bin:afi <script>list.!!!
cd ..
copy .\fw\FWIMAGE.bin .
del .\fw\FWIMAGE.bin
it will assemble firmware together.
9.in folder FW put files for assemble full firmware. they can be tooked
from other firmwares using EXTRACT.BAT with following text put in folder make_fw:
md bin
md fw
copy %1 .\fw\%1
cd .\fw
s1fwx s %1 >script.afi
s1fwx x %1 >list.!!!
del %1
copy FWIMAGE.FW ..\bin\FWIMAGE.FW
cd ..
cd .\bin
s1fwx s FWIMAGE.FW >script.afi
s1fwx x FWIMAGE.FW >list.!!!
del FWIMAGE.FW
cd ..
10.little trick s1fwx.exe makes wrong hider for brand new firmwares
So, after assembling firmware we need to change hider for one that was in redused FWIMAGE.FW. it is first 512 bite of this file in ready firmware it starts from mooving 0x37400.
__________________
khhhh khhhh (lord vaider)
Reply With Quote
  #14 (permalink)  
Old 25th Apr 2008, 11:40 am
New Member
 
Join Date: Dec 2007
Posts: 9
Default

8.then, in folder make_fw make .bat file make.bat with text:
cd .\bin
s1fwx a FWIMAGE.FW:fw <script>list.!!!
cd ..
copy .\bin\FWIMAGE.FW .\fw\FWIMAGE.FW
cd .\fw
s1fwx a FWIMAGE.bin:afi <script>list.!!!
cd ..
copy .\fw\FWIMAGE.bin .
del .\fw\FWIMAGE.bin
it will assemble firmware together.
9.in folder FW put files for assemble full firmware. they can be tooked
from other firmwares using EXTRACT.BAT with following text put in folder make_fw:
md bin
md fw
copy %1 .\fw\%1
cd .\fw
s1fwx s %1 >script.afi
s1fwx x %1 >list.!!!
del %1
copy FWIMAGE.FW ..\bin\FWIMAGE.FW
cd ..
cd .\bin
s1fwx s FWIMAGE.FW >script.afi
s1fwx x FWIMAGE.FW >list.!!!
del FWIMAGE.FW
cd ..
10.little trick s1fwx.exe makes wrong hider for brand new firmwares
So, after assembling firmware we need to change hider for one that was in redused FWIMAGE.FW. it is first 512 bite of this file in ready firmware it starts from mooving 0x37400.
__________________
khhhh khhhh (lord vaider)
Reply With Quote
  #15 (permalink)  
Old 26th Apr 2008, 10:41 pm
New Member
 
Join Date: Apr 2008
Posts: 19
Default

C'mon guys, the tool it's only 25USD !
Don't need to crack!
__________________
New NewWife(16yo).....................Good Life............................ :P
Reply With Quote
Reply

Sponsored Links

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
FPod FirmWare 1.0 for DaZed, Yepo etc. 2.0 (RUSSIAN) ZheNek Mods and Themes 8 17th Aug 2008 3:05 am
Any firmware updates and instruction on how to work LG MP3? ES_keyblade Support and How To 2 22nd Mar 2008 8:33 pm
instruction video NoInOi Video related 1 14th Jan 2007 7:05 am
[offtopic] Russian language programms Kivin Dead Players 2 29th Nov 2006 6:18 am
Instruction Manual Applemac Support and How To 2 22nd Jul 2006 4:15 am


All times are GMT -7. The time now is 8:00 pm.


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

Designed by indiqo.media