Tutorial to create samsung 4 file multi firmware by yur own

jamesjerss

Member
May 5, 2011
46
168
0
Nagercoil
www.facebook.com


Tutorial to create samsung 4 file multi firmware by yur own

:D :D No need to search for multi file hereafter


Download nd install cywin Download Here

* create a folder n c/ Name the folder as MyWork or any

* copy the single file firmware into created folder

* Delete the
.md5 extension for example if yur file is i9300xxx xxx.tar.md5 ---> i9300xxx xxx.tar

* Extract the firmware using winrar

* Im trying on 4.4.2 i9500 single firmware I9500XXUFNC1_I9500ODDFNC1_I9500DDUFNA4_HOME

Run cygwin

Enter below given commnd


cd /cygdrive/c/mywork (Tis cmmd is for show the file path)



* Now yu hav to create Bootloader,PDA,MODEM,CSC

Extracted files:

boot.img
cache.img
hidden.img
modem.bin
param.bin
recovery.img
sboot.bin
system.img


* NoW Bootloader files are 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


Run below given cmmds to create Bootloader (command: tar -H ustar -c filename.img > filename.tar)

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





NoW yu are done creating Odin flashable Tar files.





If yu want to convert to tar to MD5


Commands:

md5sum -t filename.tar >> filename.tar

mv filename.tar filename.tar.md5

Example:

Run below given command after create .tar file example below

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



 
Feb 16, 2010
15
1
0
What about these files bro these are extracted from latest N900P 5.0 Android version.. can you specify which are bootloader, pda and csc files..??

Code:
aboot.mbn
boot.img
cache.img.ext4
modem.bin
NON-HLOS.bin
recovery.img
rpm.mbn
sbl1.mbn
sdi.mbn
system.img.ext4
tz.mbn
 
Jan 13, 2016
42
6
0


Tutorial to create samsung 4 file multi firmware by yur own

:D :D No need to search for multi file hereafter


Download nd install cywin Download Here

* create a folder n c/ Name the folder as MyWork or any

* copy the single file firmware into created folder

* Delete the
.md5 extension for example if yur file is i9300xxx xxx.tar.md5 ---> i9300xxx xxx.tar

* Extract the firmware using winrar

* Im trying on 4.4.2 i9500 single firmware I9500XXUFNC1_I9500ODDFNC1_I9500DDUFNA4_HOME

Run cygwin

Enter below given commnd


cd /cygdrive/c/mywork (Tis cmmd is for show the file path)



* Now yu hav to create Bootloader,PDA,MODEM,CSC

Extracted files:

boot.img
cache.img
hidden.img
modem.bin
param.bin
recovery.img
sboot.bin
system.img


* NoW Bootloader files are 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


Run below given cmmds to create Bootloader (command: tar -H ustar -c filename.img > filename.tar)

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





NoW yu are done creating Odin flashable Tar files.





If yu want to convert to tar to MD5


Commands:

md5sum -t filename.tar >> filename.tar

mv filename.tar filename.tar.md5

Example:

Run below given command after create .tar file example below

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



no offence but whats the point of all this, it doesnt reset the phone after flashing the phone. thats what the single file does. the only point of making 4 files would be if you insert a corrcet pit file and persist.img, otherwise cygwin is only good for converting img or tar file to md5.
 
Oct 7, 2012
29
0
0
What about these files bro these are extracted from latest N900P 5.0 Android version.. can you specify which are bootloader, pda and csc files..??

Code:
aboot.mbn
boot.img
cache.img.ext4
modem.bin
NON-HLOS.bin
recovery.img
rpm.mbn
sbl1.mbn
sdi.mbn
system.img.ext4
tz.mbn
I Have The Same Question. Did You Get The Answer? Actually My Grand Prime G530H Has Been Hard Bricked Due To Improper Firmware Flashing.