Where do I get latest cwm zip? - T-Mobile Samsung Galaxy Note II

Newb question I know, but I honestly searched everywhere. Their homepage only has .img files and I've managed to find a few relatively new .tar files but I need a .zip of 6.0.4 whatever the latest version is so I can flash it within cwm already (Can't Odin since work PC's permissions won't let me).
If someone could tell me where to get the cwm flashable zip of newest CWM that would be amazing, or how to make one myself.
Thank you in advance.

postulio said:
Newb question I know, but I honestly searched everywhere. Their homepage only has .img files and I've managed to find a few relatively new .tar files but I need a .zip of 6.0.4 whatever the latest version is so I can flash it within cwm already (Can't Odin since work PC's permissions won't let me).
If someone could tell me where to get the cwm flashable zip of newest CWM that would be amazing, or how to make one myself.
Thank you in advance.
Click to expand...
Click to collapse
Download flashify from Google play and then use it to flash the img from their homepage
Sent from the KitKat Galaxy

markusf21 said:
Download flashify from Google play and then use it to flash the img from their homepage
Sent from the KitKat Galaxy
Click to expand...
Click to collapse
Thank you sir, very very much.
.

Related

[RECOVERY] ClockworkMod 6.0.3.1 for Samsung Galaxy S2 (T-Mobile) SGH-T989

IMG Version:
Non-Touch: http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.3.1-hercules.img
Touch: http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.3.1-hercules.img
Click to expand...
Click to collapse
Zip Version:
Non-Touch: http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.3.1-hercules.zip
Touch: http://download2.clockworkmod.com/recoveries/recovery-clockwork-touch-6.0.3.1-hercules.zip
Click to expand...
Click to collapse
TAR MD5 Version: (Thanks for KRZ-2pa)
None-Touch: http://d-h.st/s3d
Touch: http://d-h.st/Xnq
Click to expand...
Click to collapse
Another way, if you have installed ROM and want to update CWM can use this tool:
- Google play app: https://play.google.com/store/apps/details?id=com.unstableapps.cwmrtouchinstaller
- Download older version: http://d-h.st/esM or http://d-h.st/M1y
Click to expand...
Click to collapse
*Required: SuperUser (ROOT access)
1. Download recovery version from here (img type): http://clockworkmod.com/rommanager/ and save to your sdcard or any folder easy to browse.
2. Install CWMR Touch Installer
3. Open app you will see FLash from other.... Choose that option and browse to your recovery.img file.
4. When flash finish. You can use reboot to recovery option on menu and see result
nguyenduytan said:
IMG Version:
Zip Version:
Anyone can help me convert it to tar md5 version for ODIN flash. I'm very thank you!
Click to expand...
Click to collapse
instructions are here: http://forum.xda-developers.com/showpost.php?p=39037837 for making flashable tar
Thanks for reply. But i not use linux or MacOS system so i need help about that
Anybody use linux plz help me convert it.
P/S: My phone now wait for root. So i can't use anything
Thanks!
here it is.
recovery-clockwork-6.0.3.1-hercules.tar.md5 - 6.88 MB
recovery-clockwork-touch-6.0.3.1-hercules.tar.md5 - 6.88 MB
OKay. Thank you! I will be copy your post to 1st topic.
You just flash the zip through CWM recovery like normal? I don't own this phone, I'm trying to upgrade my father in law's phone. I'm just trying to figure this all out before messing with his phone. I do NOT want to use Odin because I don't trust third party flashing utilities (have had bad luck in the past, particularly with Odin).
how do you go about doing it manually? I understand that the SGS2 doesn't have fastboot so something like
Code:
dd if=/sdcard/recovery-clockwork-touch-6.0.3.1-hercules.img of=/dev/block/mmcblk0p22
???
N00b-un-2 said:
You just flash the zip through CWM recovery like normal? I don't own this phone, I'm trying to upgrade my father in law's phone. I'm just trying to figure this all out before messing with his phone. I do NOT want to use Odin because I don't trust third party flashing utilities (have had bad luck in the past, particularly with Odin).
how do you go about doing it manually? I understand that the SGS2 doesn't have fastboot so something like
Code:
dd if=/sdcard/recovery-clockwork-touch-6.0.3.1-hercules.img of=/dev/block/mmcblk0p22
???
Click to expand...
Click to collapse
Odin is from samsung
Sent from my SGH-T989 using xda premium
If your want root rom. You need odin. My topic have 4 way to update cwm recovery. And you have best choice for you.
I tried update by using older cwm to flash new cwm zip. So after next reboot cwm still old version. I try way 4 and i done.
Sent from my SAMSUNG-SGH-T989 using Tapatalk 2
Rushing said:
Odin is from samsung
Sent from my SGH-T989 using xda premium
Click to expand...
Click to collapse
I am aware. I had to download it from the official Samsung site when i flashed my father in laws phone the first time. But i am a mac/linux user. Odin is not a good solution because it complicates a process that should be really straightforward, eg
Code:
sudo fastboot flash recovery recovery.img
By third party software i mean not part of the android sdk. Odin is proprietary closed source and only works on Windows with a select few samsung phones, whereas fastboot is intended to be universally accessible.
But back to my initial question, do you just flash the. Zip in recovery like normal?
N00b-un-2 said:
I am aware. I had to download it from the official Samsung site when i flashed my father in laws phone the first time. But i am a mac/linux user. Odin is not a good solution because it complicates a process that should be really straightforward, eg
Code:
sudo fastboot flash recovery recovery.img
By third party software i mean not part of the android sdk. Odin is proprietary closed source and only works on Windows with a select few samsung phones, whereas fastboot is intended to be universally accessible.
But back to my initial question, do you just flash the. Zip in recovery like normal?
Click to expand...
Click to collapse
Really?
Download the latest .img file from here
Download the above file.
Using adb shell or terminal emulator:
su
dd if=/sdcard/openrecovery-twrp-hercules-[xxx].img of=/dev/block/mmcblk0p22
#! please note the [xxx] should be which ever # twrp .img you choose to use
Make certain that you get this command right. Typing the wrong number could result in a brick!
I just made a zip for myself lol
Sorry bout that bad rom wow just posted wrong rom is all... its not like horseshoes haha
Rushing said:
Really?
Download the latest .img file from here
Download the above file.
Using adb shell or terminal emulator:
su
dd if=/sdcard/openrecovery-twrp-hercules-[xxx].img of=/dev/block/mmcblk0p22
#! please note the [xxx] should be which ever # twrp .img you choose to use
Make certain that you get this command right. Typing the wrong number could result in a brick!
I just made a zip for myself and also TWRP2.5 is included in my newest build JELLYBEAST3.69 so dl it and you will have the best possible combo, peace.
Click to expand...
Click to collapse
he speaks the truth!!! if you want 4.1.2 official jellybeast is what your looking for more stable than stock4.1.2 imo
how to switch back to cwm from twrp?
edwarddlr said:
how to switch back to cwm from twrp?
Click to expand...
Click to collapse
Just install a flashable zip file version of CWM through TWRP and vise versa.
KRZ-2pa said:
Just install a flashable zip file version of CWM through TWRP and vise versa.
Click to expand...
Click to collapse
I did that. but it always failed.
im using twrp 2.5.0.0
edwarddlr said:
I did that. but it always failed.
im using twrp 2.5.0.0
Click to expand...
Click to collapse
It is harder to help you when you post the same question to different threads. I only gave you the link to this thread so you could download the Odin flashable CWM tar file from the OP IF you are not able to install CWM using ROM manager. Have you tried ROM manager already?
meekrawb said:
It is harder to help you when you post the same question to different threads. I only gave you the link to this thread so you could download the Odin flashable CWM tar file from the OP IF you are not able to install CWM using ROM manager. Have you tried ROM manager already?
Click to expand...
Click to collapse
can anyone PLEASE post a cwm 6.0.3.1 for hercules sgh-T989 in .tar format
not .tar.md5 or .zip JUST a .tar to be flashed thru Odin
thanx:cyclops:
sam.balia1012 said:
can anyone PLEASE post a cwm 6.0.3.1 for hercules sgh-T989 in .tar format
not .tar.md5 or .zip JUST a .tar to be flashed thru Odin
thanx:cyclops:
Click to expand...
Click to collapse
Have you tried installing the .tard.md5 posted in the OP, it should work through Odin.
Edit: I've tested the files and Odin crashes.
Has anyone had luck installing the .tar.md5 files, there's a bunch of downloads but no feedback.
KRZ-2pa said:
Have you tried installing the .tard.md5 posted in the OP, it should work through Odin.
Edit: I've tested the files and Odin crashes.
Has anyone had luck installing the .tar.md5 files, there's a bunch of downloads but no feedback.
Click to expand...
Click to collapse
.tar.md5 file posted has crashed odin every time. (tried & verified)
CWM 6.0.3.1 Touch Odin Flashable
I made and tested this one and it worked. I think the problem is that you have to rename the img file to recovery.img before making the tar file. Let me know if it works for you.
meekrawb said:
I made and tested this one and it worked. I think the problem is that you have to rename the img file to recovery.img before making the tar file. Let me know if it works for you.
Click to expand...
Click to collapse
how did u make the .tar file out of the .tar.md5 file ?

installing cwm help

i don't get how to install offical cwm from the website here is the link with the file http://www.clockworkmod.com/rommanager i download the file now i don't know what to do with it also i am rooted
danzelcool said:
i don't get how to install offical cwm from the website here is the link with the file http://www.clockworkmod.com/rommanager i download the file now i don't know what to do with it also i am rooted
Click to expand...
Click to collapse
You can just use rom manager to install cwm or you can use these tar files I made for Odin.
http://forum.xda-developers.com/showpost.php?p=41163495&postcount=116
Atmazzz said:
You can just use rom manager to install cwm or you can use these tar files I made for Odin.
http://forum.xda-developers.com/showpost.php?p=41163495&postcount=116
Click to expand...
Click to collapse
What he said, Tars are easier though

[Q] Hi guys - Stock recovery

How does one backup the existing stock recovery, before installing Clockwork or whatever other custom recovery you have?
I'm assuming you can't use Download mode, because that's just one direction, from computer to cell.
Could you maybe use a program like Root Explorer to copy the stock files to the SD card?
If this is possible, how would you package it into a tar suitable for Odin later on?
Thanks guys!
andyistic said:
How does one backup the existing stock recovery, before installing Clockwork or whatever other custom recovery you have?
I'm assuming you can't use Download mode, because that's just one direction, from computer to cell.
Could you maybe use a program like Root Explorer to copy the stock files to the SD card?
If this is possible, how would you package it into a tar suitable for Odin later on?
Thanks guys!
Click to expand...
Click to collapse
CF Auto Root gives you root and stock recovery. Not sure if thats what youre looking to do?
SwellVermin said:
CF Auto Root gives you root and stock recovery. Not sure if thats what youre looking to do?
Click to expand...
Click to collapse
I thought that was only for rooting your cell, not making a backup of the current recovery code.
You don't need to, you can find a stock recovery flashable here: http://forum.xda-developers.com/showthread.php?t=2151476
CNexus said:
You don't need to, you can find a stock recovery flashable here: http://forum.xda-developers.com/showthread.php?t=2151476
Click to expand...
Click to collapse
I'm on Android 4.3, so I would like the 4.3 version of stock recovery available before I replace it with Clockwork or Twerp.
andyistic said:
I'm on Android 4.3, so I would like the 4.3 version of stock recovery available before I replace it with Clockwork or Twerp.
Click to expand...
Click to collapse
It really doesn't matter what version of stock recovery you have, they're all the same.
CNexus said:
It really doesn't matter what version of stock recovery you have, they're all the same.
Click to expand...
Click to collapse
So if I extract recovery.img from Samsung's tar.md5 package, can I just use Odin to load the .img into the cell, or do I need to add a script to it?

[Q] Help Restoreing stock recovery 1.56.720.6 or Flash ota

I would like to restore my stock recovery on 1.56.720.6, im unable to find this one on xda, My other option is to extract it from the OTA but there is no link anywhere to download that, can someone help me with this?
EDITL downloaded from htcdev site its a 100mb file do I flash the whole thing using super tool? if so which option should I pick to flash or goto CWM and flash from zip?
does my bootloader need to be locked before I do this?
anyone?
Is that download actually firmware or the OTA update?... I think it's only source code? Did you download it and check in the .zip file what the actual contents are before you just go and flash random .zip files with your version number on it?
As for stock recovery, correct, I can't find that stock recovery either. Just like with the OTA update most guys that get it don't bother making backup and sharing before doing anything.
BerndM14 said:
Is that download actually firmware or the OTA update?... I think it's only source code? Did you download it and check in the .zip file what the actual contents are before you just go and flash random .zip files with your version number on it?
As for stock recovery, correct, I can't find that stock recovery either. Just like with the OTA update most guys that get it don't bother making backup and sharing before doing anything.
Click to expand...
Click to collapse
They don't specify on the HTC site but when I unzip it there is a .tar file inside it, so I assume its either the ota or kernel source which someone more experienced than me can tell me.
Here's the link its filed as a zip under HTC one m8 devices
http://www.htcdev.com/devcenter/downloads

[Q&A] [RECOVERY][TabS] TWRP 2.8.1.0 touch recovery [2014-10-29]

Q&A for [RECOVERY][TabS] TWRP 2.8.1.0 touch recovery [2014-10-29]
Some developers prefer that questions remain separate from their main development thread to help keep things organized. Placing your question within this thread will increase its chances of being answered by a member of the community or by the developer.
Before posting, please use the forum search and read through the discussion thread for [RECOVERY][TabS] TWRP 2.8.1.0 touch recovery [2014-10-29]. If you can't find an answer, post it here, being sure to give as much information as possible (firmware version, steps to reproduce, logcat if available) so that you can get help.
Thanks for understanding and for helping to keep XDA neat and tidy!
retire01022004 said:
Will try side loading via Odin (unless advised otherwise). Will share results.
Click to expand...
Click to collapse
retire01022004, Have anymore luck installing TWRP on your 32GB tablet? I have the 32GB [10.5] model as well and am quite anxious to get TWRP installed and working...
TWRP Manager fail; Flashify success
I tried TWRP Manager first. Selected the correct device, recovery image downloaded fine. The install failed.
I got really worried after the failed install, and I was afraid to reboot.
Downloaded Flashify, backed up my current recovery (which Flashify recognized as "stock"), and then flashed TWRP recovery. I would definitely recommend this method to anyone that's already rooted. Flashify even downloaded the correct recovery for me, giving me the option to select any of the TWRP releases. I'm definitely buying the pro version of Flashify.
How to add custom recovery on T705
Hi,
I spent last 4 hours going through various threads, but can't figure out how to add custom recovery for my Galaxy sm T705. Neither TWRP nor ROM manager seems to support this (or maybe I am doing something wrong). Will be grateful if somebody points me in the right direction.
Thanks in advance
balaspin said:
Hi,
I spent last 4 hours going through various threads, but can't figure out how to add custom recovery for my Galaxy sm T705. Neither TWRP nor ROM manager seems to support this (or maybe I am doing something wrong). Will be grateful if somebody points me in the right direction.
Thanks in advance
Click to expand...
Click to collapse
If I'm right, twrp recovery for the T700 should work on the T705. I can't be sure but you should ask in the q and a thread and see if anyone with the T705 has twrp.
Thanks.
In Install TWRP section, under device name, Galaxy Tab S 8.4, there are two listings - klimtwifi and klimtwifixx. Been trying to figure out which of the two is applicable to the model Samsung Galaxy Tab S T705. But as u advise will post in the Q&A section
Sent from my SM-T705 using XDA Free mobile app
ThankYou so much.
You Sir are a life saver. Thank you. I was stuck on the Samsung boot screen its all fixed now.
best method to download recovery and install Rom (cm 11)
I am reading that the new versions of twrp are brick in devices. Does anyone have the download link to a recovery version that is known to work and explain what the best way to download the recovery. Would it be Odin or is using flashify OK? I I have galaxy tab pro s T700
Thanks
Even I will be grateful for such a link. I am running a rooted tab s 8.4 (T 705) and don't have any recovery installed
Sent from my SM-T705 using XDA Free mobile app
balaspin said:
Even I will be grateful for such a link. I am running a rooted tab s 8.4 (T 705) and don't have any recovery installed
Sent from my SM-T705 using XDA Free mobile app
Click to expand...
Click to collapse
The T700 twrp should work on T705. Go check out the thread in the development/orignal development section. And do not flash 2.3.1.0 as it brings bootloops
DUHAsianSKILLZ said:
The T700 twrp should work on T705. Go check out the thread in the development/orignal development section. And do not flash 2.3.1.0 as it brings bootloops
Click to expand...
Click to collapse
There is no link to the older versions of twrp the only link available is to 2.3.1.0 which is what I am trying to avoid. Does anyone have a link to the old version that works with the T700
elnino43 said:
There is no link to the older versions of twrp the only link available is to 2.3.1.0 which is what I am trying to avoid. Does anyone have a link to the old version that works with the T700
Click to expand...
Click to collapse
I went to the website. Here you go! http://techerrata.com/browse/twrp2/klimtwifi. Is klim the right one?
Thanks I am pretty sure. it is. I Is Odin the best way to flash this or can we do it using flashify without issue. Do you have a link to how to flash a recovery using Odin?
elnino43 said:
Thanks I am pretty sure. it is. I Is Odin the best way to flash this or can we do it using flashify without issue. Do you have a link to how to flash a recovery using Odin?
Click to expand...
Click to collapse
Odin is more safer. Download the tar on your computer and flash it. Or you can try flashify first to be extra safe. Just download the img and let it do its thing. So use flashify first is my guess
DUHAsianSKILLZ said:
Odin is more safer. Download the tar on your computer and flash it. Or you can try flashify first to be extra safe. Just download the img and let it do its thing. So use flashify first is my guess
Click to expand...
Click to collapse
if using Odin do I use the img file or the tar file? why are there two file types which do I use?
elnino43 said:
if using Odin do I use the img file or the tar file? why are there two file types which do I use?
Click to expand...
Click to collapse
Img= flash with flashify
Tar= Odin flashable.
Two ways to install! So if one fails theres another way.
DUHAsianSKILLZ said:
Img= flash with flashify
Tar= Odin flashable.
Two ways to install! So if one fails theres another way.
Click to expand...
Click to collapse
Successfully installed thank you! Do you know if CM12 is running well on the tab s yet or is it best to stick with cm11
elnino43 said:
Successfully installed thank you! Do you know if CM12 is running well on the tab s yet or is it best to stick with cm11
Click to expand...
Click to collapse
Cm12 is alpha right now. There alot more issues on it. Best to stay with cm11 as everything works but fingerprint sensor.
So i wanna ask about that encrypion pin in new twrp. Anyone can tell me if the encrypion thing and the pin code is nessesarry? I wanna have new recovery but dont wanna flash the ROM again or make the wipe all things.
hello I'm trying to flash the twrp on my t700 so I did with odin way 3.0.9 downloaded .tar and put it in AP section and flashed. Everything confirmed that it uploaded and flashed as well as on samsung screen. But when I reboot into recovery (power-volup-home) I still see the samsung stock recovery. Am I doing something wrong?
edit: I have managed to install it through their application but applying root first.

Categories

Resources