How to create Samsung 4 file combination firmware |
How to create samsung 4 file combination files by yourself.
zamdtek.com is not responsible to any issue that this file will cause
If you want your device to wipe while flashing add pit file into CSC.
To create 4 files or firmware take backup of param.bin from working device and include param.bin into Bootloader.
Search google to download and install cywinDownload.
- create a new folder in c drive c/Newfolder Name the folder as Samsung file or particular name like Samsung S3.
- Use cywinDonload and copy the single file firmware into Samsung file or Samsung S3 folder.
- Delete the.md5extension for example if yur file is I9300xxx xxx.tar.md5 ---> i9300xxx xxx.tar
- Extract the firmware using winrar
- After extraction you get something like 4.4.2 i9500 single firmware I9500XXUFNC1_I9500ODDFNC1_I9500DDUFNA4_HOME
Run cygwin
Just like CMD enter below given command
cd /cygdrive/c/mywork ( command is for show the file path)
- Next step is to create Bootloader, PDA, MODEM, CSC etc
Check Other Samsung android phones hardware solution
Extracted files:
boot.img
cache.img
hidden.img
modem.bin
param.bin
recovery.img
sboot.bin
system.img
- Bootloader= boot.img,param.bin,sboot.bin
- PDA = boot.img,param.bin,sboot.bin,recovery.img,system.img
- CSC = cache.img, hidden.img
- Modem = modem.bin
To combine these files run the following command
tar -H ustar -c filename.img > filename.tar
For Bootloader
tar -H ustar -c boot.img param.bin sboot.bin > BOOTLOADER_I9500XXUFNC1.tar
For PDA
tar -H ustar -c boot.img param.bin sboot.bin recovery.img system.img > PDA_I9500XXUFNC1.tar
For CSC
tar -H ustar -c cache.img hidden.img system.img > CSC_I9500DDUFNA4.tar
For MODEM
tar -H ustar -c modem.bin > MODEM_I9500ODDFNC1.tar
You have successfully created Odin flash Tar files.
Lets convert tar files to MD5 files
Run this command :
md5sum -t filename.tar >> filename.tar
mv filename.tar filename.tar.md5
For Bootloader
md5sum -t BOOTLOADER_I9500XXUFNC1.tar >> BOOTLOADER_I9500XXUFNC1.tar
mv BOOTLOADER_I9500XXUFNC1.tar BOOTLOADER_I9500XXUFNC1.tar.md5
For PDA
md5sum -t PDA_I9500XXUFNC1.tar >> PDA_I9500XXUFNC1.tar
mv PDA_I9500XXUFNC1.tar PDA_I9500XXUFNC1.tar.md5
For CSC
md5sum -t CSC_I9500DDUFNA4.tar >> CSC_I9500DDUFNA4.tar
mv CSC_I9500DDUFNA4.tar CSC_I9500DDUFNA4.tar.md5
For MODEM
md5sum -t MODEM_I9500ODDFNC1.tar >> MODEM_I9500ODDFNC1.tar
mv MODEM_I9500ODDFNC1.tar MODEM_I9500ODDFNC1.tar.md5
Alas! you just learn how to create Samsung flashing files bot .md5 and .tar.
Nokia 130 Keypad
SolutionTecno K7
Spark FRP bypass
Nokia 105 local Mode or Test Mode solution
Tecno WX3 FRP bypass and google reset
Check other solutions
Nokia 130 Keypad
SolutionTecno K7
Spark FRP bypass
Nokia 105 local Mode or Test Mode solution
Tecno WX3 FRP bypass and google reset
0 Comments