Related
Following the latest youtube video on how to root the S3. The guy (QBking77) directs me to download the CWM file (tar file). The CWM download file has .md5 after the .tar (example: CWM-Recovery-LTE-SGS3-v5.tar.m*d5). In his video there is no .md5 - - just .tar... should i delete the .md5 so it's just .tar or leave it alone?
saeroner said:
Following the latest youtube video on how to root the S3. The guy (QBking77) directs me to download the CWM file (tar file). The CWM download file has .md5 after the .tar (example: CWM-Recovery-LTE-SGS3-v5.tar.m*d5). In his video there is no .md5 - - just .tar... should i delete the .md5 so it's just .tar or leave it alone?
Click to expand...
Click to collapse
Leave it!!!! It just add a MD5sum to the tar file, Odin will check the MD5sum and make sure the file is good before you flash it
Sent from my SPH-L710 using xda app-developers app
saeroner said:
Following the latest youtube video on how to root the S3. The guy (QBking77) directs me to download the CWM file (tar file). The CWM download file has .md5 after the .tar (example: CWM-Recovery-LTE-SGS3-v5.tar.m*d5). In his video there is no .md5 - - just .tar... should i delete the .md5 so it's just .tar or leave it alone?
Click to expand...
Click to collapse
As above poster said, leave it.
QBking77 just has "Hide extensions for known file types" enabled in Windows.
Can someone help extract a modem file from a Stock firmware downloaded from Sammobile ? or put for download the I9195UBUCNH3 modem file (zip or odin) is the last one for my country by mistake a replace it from another country and now my battery is going really fast.
i try some tutorial with cygwin, but no lucky.
thanks
Use the attached zip. U need windows pc for this. Place your firmware tar.md5 file in the extracted directory and open the "" tar.md5_packager.bat "" file. Then choose option to extract that tar.md5 file. In the 'parts' folder u will get extracted firmware contents. The non-hlos.bin file is modem. Good luck.
pedromms86: Hi guy, could you extract the modem file?
Please post it because I need it.
company of the problem
Sent from my GT-I9190 using XDA Free mobile app
Open the .tar.md5 official rom file with WinRAR and extract NON-HLOS.bin. Flash that file with Odin 3.07 as modem.
j0ep0 said:
Open the .tar.md5 official rom file with WinRAR and extract NON-HLOS.bin. Flash that file with Odin 3.07 as modem.
Click to expand...
Click to collapse
How can this be done with Heimdall? If so, do I use:
Code:
heimdall flash --APNHLOS NON-HLOS.bin
or
Code:
heimdall flash --MDM NON-HLOS.bin
Here are the tools needed for file extraction of system.img and
TAR MD5 packing for ODIN flash, it means you could do your package with only the files to want to flash in ODIN, for me this tools are very useful.
ALL IS WORKING FLAWLESS WITH LOLLIPOP
http://www23.zippyshare.com/v/4v1wFBtL/file.html
Explanation:
------
For unpacking the system.img
NEWIMG2EXT2 system.img systemext2.img <- It converts ODIN images to EXT2 filesystem
Read the file systemext2.img with ext2explore and extract any file you want
NOTE: newimg2ext2 is renamed from the original file name SVAImgUnpack, credits to @svadev
-------
For packing files for ODIN, I made an example file that is named modem2tarmd5.bat, this pack modem.bin into modem.tar.md5 ready to be flashed with ODIN,
edit the .bat and use with the files you like.
Yes!! I have asked countless people and put a thread up but nobody answered. Thank you very much for this tool! I used to use EXT2EXPLORE on KitKat with my S4 Mini, now I can use it on my S6. Thank you!!
citytrader said:
Here are the tools needed for file extraction of system.img and
TAR MD5 packing for ODIN flash, it means you could do your package with only the files to want to flash in ODIN, for me this tools are very useful.
ALL IS WORKING FLAWLESS WITH LOLLIPOP
http://www23.zippyshare.com/v/4v1wFBtL/file.html
Explanation:
------
For unpacking the system.img
NEWIMG2EXT2 system.img systemext2.img <- It converts ODIN images to EXT2 filesystem
Read the file systemext2.img with ext2explore and extract any file you want
NOTE: newimg2ext2 is renamed from the original file name SVAImgUnpack, credits to @svadev
-------
For packing files for ODIN, I made an example file that is named modem2tarmd5.bat, this pack modem.bin into modem.tar.md5 ready to be flashed with ODIN,
edit the .bat and use with the files you like.
Click to expand...
Click to collapse
I'm FRP boot loop locked on my G928W8 and I can't fix it because stock firmware isn't available on sammobile yet. Can this tool be used by someone with the stock firmware to pull it off and fix my problem? Does it require root to make the image?
I need a stock firmware image before the battery runs down even while off. So if someone can extract their stock firmware then it could really save my phone. Is this something the tool could be used for, or would the md5 not be the same as the actual stock firmware so the FRP lock would stay?
thismonk said:
I'm FRP boot loop locked on my G928W8 and I can't fix it because stock firmware isn't available on sammobile yet. Can this tool be used by someone with the stock firmware to pull it off and fix my problem? Does it require root to make the image?
I need a stock firmware image before the battery runs down even while off. So if someone can extract their stock firmware then it could really save my phone. Is this something the tool could be used for, or would the md5 not be the same as the actual stock firmware so the FRP lock would stay?
Click to expand...
Click to collapse
You need someone that can dump the partitions of their phone and flash that partitions to your phone, you need to understand a bit the procedure before flashing with ODIN
citytrader said:
Here are the tools needed for file extraction of system.img and
TAR MD5 packing for ODIN flash, it means you could do your package with only the files to want to flash in ODIN, for me this tools are very useful.
ALL IS WORKING FLAWLESS WITH LOLLIPOP
http://www23.zippyshare.com/v/4v1wFBtL/file.html
Explanation:
------
For unpacking the system.img
NEWIMG2EXT2 system.img systemext2.img <- It converts ODIN images to EXT2 filesystem
Read the file systemext2.img with ext2explore and extract any file you want
NOTE: newimg2ext2 is renamed from the original file name SVAImgUnpack, credits to @svadev
-------
For packing files for ODIN, I made an example file that is named modem2tarmd5.bat, this pack modem.bin into modem.tar.md5 ready to be flashed with ODIN,
edit the .bat and use with the files you like.
Click to expand...
Click to collapse
How can we use it;;it gives wrong parameter if executed.needs editing;;the newimgext2 ??
citytrader said:
For unpacking the system.img
NEWIMG2EXT2 system.img systemext2.img <- It converts ODIN images to EXT2 filesystem
Read the file systemext2.img with ext2explore and extract any file you want
Click to expand...
Click to collapse
Works fine ! I tried a lot of methods to do the same thing, of firmware Lollipop Samsung Galaxy S6 and S5 neo. This method is the only one which works. Thanks !
Very good love it, works even on Nougat (S7).
Hello all, I need some help finding the .tar or the .md5 file from the stock ROM zip file (Tab Pro 8.4).
I am trying to flash / revert back to stock ROM and recovery, since I am giving this tablet to my nephew. I've downloaded the official firmware directly from Samsung, I've downloaded Odin V3.07 and the samsung drivers are installed on my laptop. I've used Odin before, to flash files (months ago), but where I'm getting stuck is on Odin when I go to select the .tar or the .md5 file form the zip, I can't locate the files. I've extracted them several times using different methods, but not a single time have I been able to extract a .tar or .md5 file, all I get is: META-INF folder, system folder and boot disk image, no .tar or .md5 file anywhere in the folders either.
Am I an idiot here or what am I doing wrong that I don't get the .tar or .md5 file?
Any help is appreciated, thanks!
i am not sure where you downloaded it from. i took it from sammobile and the name of the zip is: T320XXU1BNI1_T320DBT1BNJ1_DBT.zip inside it being a file named: T320XXU1BNI1_T320DBT1BNJ1_HOME.tar.md5
PS: i have a german device thats why the DBT code...please download yours...
mospantagruel said:
i am not sure where you downloaded it from. i took it from sammobile and the name of the zip is: T320XXU1BNI1_T320DBT1BNJ1_DBT.zip inside it being a file named: T320XXU1BNI1_T320DBT1BNJ1_HOME.tar.md5
PS: i have a german device thats why the DBT code...please download yours...
Click to expand...
Click to collapse
I am downloading it one more time from sam mobile just to make sure. How did you extract the zip (what program)? 7zip, winrar, etc?
i think i know whats going on. i use winrar for windows you probably use something else. inside .zip there is a .md5 file but inside .md5 file there are meta folders etc. some software consider it being an archive inside an archive and it doesn't even bother to tell you that probably it's extracting folders directly...
mospantagruel said:
i think i know whats going on. i use winrar for windows you probably use something else. inside .zip there is a .md5 file but inside .md5 file there are meta folders etc. some software consider it being an archive inside an archive and it doesn't even bother to tell you that probably it's extracting folders directly...
Click to expand...
Click to collapse
use 7 zip, there should be a .tar.md5 in the .zip only extract the .tar.md5. dont extract anything from the tar.md5. just select the tar.md5 in odin after you put your device in download mode
So I downloaded stock firmware for my Note 2 N7105 but it came in a zip file and in the zip file there are 6 files:
AP_N7105XXUFNJ1_2427420_REV04_user_low_ship.tar.md5
BL_N7105XXUFNJ1_2427420_REV04_user_low_ship.tar.md5
CP_N7105XXUFNJ1_2427420_REV04_cl1251791.tar.md5
CSC_OLB_N7105XXUFNJ1_2427420_REV04_user_low_ship.tar.md5
Free Samsung Support.url
T0LTE_EUR_OPEN.pit
I see the first 4 files are the 4 different options in Odin. So do I flash each of the 4 files through their respective options? if not what do I do?
Thanks
If you downloaded the file from sammobile.com, unzip it once to yield a tar.md5 file which you flash in the ap/pda slot.
audit13 said:
If you downloaded the file from sammobile.com, unzip it once to yield a tar.md5 file which you flash in the ap/pda slot.
Click to expand...
Click to collapse
No i downloaded it from another website because I couldn't find any on sammobile for N7105 all there was were N7100
http://www.sammobile.com/firmwares/database/GT-N7105/