[RECOVERY] CWMR 6.0.1.4 for I957 (LTE) - Galaxy Tab 8.9 SGH-i957 Android Development

UPDATE: Easiest to pull CWR 6.0.1.4 directly from page http://www.clockworkmod.com/rommanager or install via Rom Manager
*Prior post
First, I take NO credit for this. I went to the new clockworkmod Recovery Builder and discovered p5att under Existing Devices.
URL and the steps I used follow:
0) Make sure you have an AT&T Galaxy Tab 8.9 i957 LTE version
1) Visit http://builder.clockworkmod.com/ and choose p5att from the Existing Devices dropdown
2) Once the recovery finishes building choose the Status option
3) Download the recovery.img (non touch should be 6.67MB)
4) Download and install Samsung Tool on your i957 - http://forum.xda-developers.com/showthread.php?t=1732112
5) Get recovery.img file onto sdcard (nrvate cm10 v7 has working mtp usb transfer; otherwise adb push or using a wifi file explorer)
6) Flash recovery.img using Samsung Tool
7) Reboot to recovery using Samsung Tool or Power option (in nrvate cm10)
8) Bacon! (always wanted to say that)
* I used this cwr on nrvate CM10 to successfully backup/restore and accomplish most other available options.
* I'm not a big fan of touch recovery but that does appear to be a build option. Maybe someone can test it out and report back

Nice find dude!
Sent from my SGH-I727 using xda premium

Have someone actually done this? The samsung tool does not flash anything in my case... Says done but it doesn't flash the image... Still in recovery 5.x.x.x
Sent from my SGH-I957D using xda premium

TEKHD said:
Have someone actually done this? The samsung tool does not flash anything in my case... Says done but it doesn't flash the image... Still in recovery 5.x.x.x
Sent from my SGH-I957D using xda premium
Click to expand...
Click to collapse
Try odin?
Sent from my SGH-I727 using xda premium

Make sure you are browsing to the correct recovery.img file when using the Samsung Tool. Flash the file twice. You actually won't get an acknowledgement it's "Done" (or any acknowledgement, although it works). Also make sure Samsung Tool has the requested root access by clicking Allow.
The .img file produced for this recovery is not odin or recovery flashable (to my knowledge). Good thing danhtc gave us the Samsung Tool.
My process above seems to be successfully repeatable for me. Anyone else had any problems? It has been silent in here since I posted this so not sure if anyone else is actually using it or not.

Thank You Worked like a charm
:good:

Works!
kangyou said:
:good:
Click to expand...
Click to collapse
:good:

Sorry, also make sure to install busybox along with root, I should really add that check into the app
Sent from my SGH-I717R using xda premium

Can I flash this over twrp without losing my files? And would updating twrp wipe my files? Just need to know because I want to test this out but currently do not have a backup of my system.
Sent from my SGH-I957 using XDA Premium HD app

Hi, someone out there can tell me is this work for tab 8.9LTE P7320?

Related

[Confirmed] Verizon TWRP 2.2 working on Sprint

Team Win's official Sprint version http://teamw.in/project/twrp2/107
Everything else is no longer needed
I installed the Verizon version this morning and everything seems to be working. The problem is Goo Manager won't install it for you and on the TWRP site it's still the 2.1.8 version.
So what you need to do is go on Goo Manage, go to browse all files, /devs/teamwin//twrp2/openrecovery-twrp-2.2.0-d2vzw.img
Download that and move it to the root of your sdcard and rename it recovery.img
Open up and Terminal emulator and type the following code
Code:
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
reboot recovery
And there you go a[n almost] fully functional (from what I've seen) newest version of TWRP
Downloads:
openrecovery-twrp-2.2.0-d2vzw.img
openrecovery-twrp-2.2.0-d2vzw.tar
With the download you can use and adb to push it
Code:
adb push recovery.img /sdcard/recovery.img
adb shell
su
dd if=/sdcard/recovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
reboot recovery
Edit: playing with this some more it can't get either sdcard to mount in recovery. So if you are going to use this make sure everything is on your sdcard before you reboot into recovery
Edit 2: To get CM9 to flash you need to do the following steps:
on your phone:
1. Extract the nightly zip
2. open the extracted folder
3. Navigate to META-INF>>com>>google>>android>>updater script
4. open it with a text editor and delete the first two lines
5. Zip it back up
6. Flash!!
Any rom that gives you an error 7 when you try and flash this is probably the problem.
Have you tested it yourself?
I do believe I saw issues of it not backing up / restoring properly / difficulty accessing the external sdcard.
teh roxxorz said:
Have you tested it yourself?
I do believe I saw issues of it not backing up / restoring properly / difficulty accessing the external sdcard.
Click to expand...
Click to collapse
backup/restore works. it appears neither of the sdcards are mountable, but both are accessible in file manager so you have to put everything where you want it before you reboot into recovery. I'll still take it over CMW
nicholaaaas said:
backup/restore works. it appears neither of the sdcards are mountable, but both are accessible in file manager so you have to put everything where you want it before you reboot into recovery. I'll still take it over CMW
Click to expand...
Click to collapse
Well the latter isn't really an issue, since i normally through it on there. but if backup/restore is working nicely, I'm deucing out on CWM. Just wish it was in a .tar format so I can flash with mobile odin.
teh roxxorz said:
Well the latter isn't really an issue, since i normally through it on there. but if backup/restore is working nicely, I'm deucing out on CWM. Just wish it was in a .tar format so I can flash with mobile odin.
Click to expand...
Click to collapse
give this a shot. Make sure you got CWM to revert back to. I just used BitZipper to convert to a .tar file, so I don't know if it will work. Can't hurt anything.
nicholaaaas said:
give this a shot. Make sure you got CWM to revert back to. I just used BitZipper to convert to a .tar file, so I don't know if it will work. Can't hurt anything.
Click to expand...
Click to collapse
Mmm true. Just backup up using twrp and it was nice and flashed a rom. Both files located on internal/external storage. I'll have to give it a go on mobile odin.
nicholaaaas said:
give this a shot. Make sure you got CWM to revert back to. I just used BitZipper to convert to a .tar file, so I don't know if it will work. Can't hurt anything.
Click to expand...
Click to collapse
The file will never flash mainly because the image that you tar up MUST be named correctly. A recovery image needs to be named recovery.img before you tar it or it will crash Odin before even flashing it. I dont know if the Bitzipper method would have worked but I have made a working tar to flash via Odin for anyone who wants to try it out.
Mark.
How is this working for you guys? Any bugs or anything not working? I just got clockwork touch recovery working for sprint and I would rather use twrp if it's fully functional
Sent from a Third Galaxy
How do you get cwm touch to stick?
Sent from my SPH-L710 using xda app-developers app
tdwp16 said:
How do you get cwm touch to stick?
Sent from my SPH-L710 using xda app-developers app
Click to expand...
Click to collapse
You have to flash the recovery.img in mobile odin. The zip file doesn't stick
Go to the thread below
http://forum.xda-developers.com/showthread.php?p=28687877
Sent from a Third Galaxy
mskip said:
The file will never flash mainly because the image that you tar up MUST be named correctly. A recovery image needs to be named recovery.img before you tar it or it will crash Odin before even flashing it. I dont know if the Bitzipper method would have worked but I have made a working tar to flash via Odin for anyone who wants to try it out.
Mark.
Click to expand...
Click to collapse
Thanks, added to OP
cbond007 said:
How is this working for you guys? Any bugs or anything not working? I just got clockwork touch recovery working for sprint and I would rather use twrp if it's fully functional
Sent from a Third Galaxy
Click to expand...
Click to collapse
Mounting SD cards doesn't seem to work. That seems to be the only problem I've run into so far.
nicholaaaas said:
Thanks, added to OP
Click to expand...
Click to collapse
Did this work for you? Can you flash this with mobile odin?
Sent from a Third Galaxy
cbond007 said:
You have to flash the recovery.img in mobile odin. The zip file doesn't stick
Go to the thread below
http://forum.xda-developers.com/showthread.php?p=28687877
Sent from a Third Galaxy
Click to expand...
Click to collapse
Yep flashing with mobile Odin worked great for me
just flashed twrp via tar file & mobile odin, works great.
Sent from my SPH-L710 using xda app-developers app
So we just rename file to recovery.img and flash with mobile odin?
Sent from a Third Galaxy
So with this can u flash Verizon roms to fs3 for sprint
dragshawn said:
So with this can u flash Verizon roms to fs3 for sprint
Click to expand...
Click to collapse
Not if you want your phone to work version roms will not work on our phone. This is just a recovery.
Thanks. I had CWM touch installed but didn't like some of the issues such as incorrect date stamp and not being able to choose sd or extSd. It was one or the other. I can easily deal with not mounting sd from recovery. I have also always liked the way twrp would compress my backups.
Downloaded and used Mobile Odin Pro for the first time. Very easy and painless to use. The biggest failure with desktop Odin was the usb cord and drivers. Mobile Odin eliminates those quirks.
Edit: WTH... Still doesn't know the damned date... Lol.. It's using the same 1970 date that every recovery has had.
Did you get permission to post this
Even if you did discover it you still need permission to post someone else's work
Thanks for the discovery though
On a side note I'm not trying to attack you or anything
Sent from my SPH-L710 using xda premium

cm10 nighlty installation aborted ?

When I flash the latest nightly it says installation aborted.
assert failed :get prop(''ro.product.device'')......
Help?
What version of cwm are you running ? Try to update it and redownload the rom
Sent from my SGH-I747M using xda app-developers app
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
offwiththeface said:
What version of cwm are you running ? Try to update it and redownload the rom
Sent from my SGH-I747M using xda app-developers app
Click to expand...
Click to collapse
I just re downloaded and installed. Same issue.
lol
outkast22 said:
I just re downloaded and installed. Same issue.
Click to expand...
Click to collapse
lol..you didn't answer his question. =P He asked you what version of Clockworkmod Recovery you are using when you try to flash the CM10 rom. For instance, CWM 6.0.1.2, is a version of cwm. Just for your information you cannot flash a new rom with an outdated CWM recovery or else you get the "get.prop" error. Try this: http://download2.clockworkmod.com/recoveries/recovery-clockwork-6.0.1.2-d2att.img
This is a .img(image) file and cannot be flashed in odin or cwm. I'd suggest you type cwm 6.0.1.2 into the XDA forum search to find the file or you can follow these instructions: download the Galaxy S3 toolkit from Android development section and then select #1 for AT&T, and then #9 to convert .img file to a tar file. To convert the file you have to put the .img into the INPUT file inside the toolkit. To access the toolkit go to my computer and then click the hard rive and then search for the Galaxy S3 Toolkit and click on it, you will find INPUT in there.
After it converts the file you can rename it and then transfer it to you desired location for easy access.
Open up the Odin 3.07 program and then click PDA, make sure you chose PDA, and then navigate to the converted CWM 6.0.1.2 file and select it.
If you aren't in Download mode go to it now, Volume down + Power + the home button, and the top box should light up and say COMblahblah where the blahblah is a random number. and then press start and when it's finished you can try to flash the ROM again. Be sure to create a nandroid.
My guess is at least when it comes to this particular build prop error is that you may have an i747M and cm10 won't flash on that (its looking for i747) unless you update your recovery as mentioned above. That or use mobile Odin to flash the cm10 zip file.
Sent from my SAMSUNG-SGH-I747 using Tapatalk 2
My fault. I read that in a rush, trying to get it fixed before flying out the door for work. Thanks I will try that! And Im on v 5.5.0.4. just flashed the touch version and it is still on v5.5.0.5.How do I flash a newer version?
This is cwm 6.0.1.4 http://db.tt/te3vInsu you can flash it from your recovery than reboot and flash cm10
When I try to go into recovery phone boots up. Is my recovery gone?
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Thanks
tonymtl said:
This is cwm 6.0.1.4 http://db.tt/te3vInsu you can flash it from your recovery than reboot and flash cm10
Click to expand...
Click to collapse
finally got the Mod 10 to work using this CWM. was pulling my hair out
it doesnt have play store? how do i add my google account to sync my contacts and download apps? sorry noob
Your going to have to install the gaaps rom after you install the cm10 one. Do a search for where to get the gaaps file.
how do I add more themes? like the blood red theme. I only have one option.
Download them here http://forum.xda-developers.com/showthread.php?t=1801752

How are you guys getting TWRP to install?

Hi there fellow note users. I am currently using CWM and running the ported ROM with MultiView on my AT&T i317 Note2. I can't seem to get TWRP to take at all. I've tried 4 methods... flashing over in recovery, Oden, terminal and Goo Manager. All getting errors without install. Help please
Sent from my SAMSUNG-SGH-I317 using xda premium
mr1080p said:
Hi there fellow note users. I am currently using CWM and running the ported ROM with MultiView on my AT&T i317 Note2. I can't seem to get TWRP to take at all. I've tried 4 methods... flashing over in recovery, Oden, terminal and Goo Manager. All getting errors without install. Help please
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
I used goo manager after going to this link http://teamw.in/project/twrp2 and selecting my device. Pretty easy install from the goomanager. Then from goomanager I "reboot into recovery".
SysAdmNj said:
I used goo manager after going to this link http://teamw.in/project/twrp2 and selecting my device. Pretty easy install from the goomanager. Then from goomanager I "reboot into recovery".
Click to expand...
Click to collapse
Yeah I did that that first time and it didn't work. I get that little Android guy laying down dead with his heart out. Are you using a different kernel? I'm running stock.
Sent from my SAMSUNG-SGH-I317 using xda premium
mr1080p said:
Yeah I did that that first time and it didn't work. I get that little Android guy laying down dead with his heart out. Are you using a different kernel? I'm running stock.
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
U have to make sure u are rooted first.
Sent from the TermiNOTEr!
mr1080p said:
Yeah I did that that first time and it didn't work. I get that little Android guy laying down dead with his heart out. Are you using a different kernel? I'm running stock.
Sent from my SAMSUNG-SGH-I317 using xda premium
Click to expand...
Click to collapse
Im not running any other kernel. All I've done so far is root and twrp.
I believe you installed cwm? and a ported rom as well?
SysAdmNj said:
Im not running any other kernel. All I've done so far is root and twrp.
I believe you installed cwm? and a ported rom as well?
Click to expand...
Click to collapse
Yes. CWM and ported ROM. Everything works well I just want TWRP. But I guess I'll do with CWM. If it aint broke then why fix it. It works I guess. Thanks.
Sent from my SAMSUNG-SGH-I317 using xda premium
Check your build prop for device name. Maybe its not correct because of the Rom you're on. Whats the error you're getting?
Did you ever get TWRP on your phone?
I've had goofy issues with TWRP but much prefer it to CWM. Originally rooted using CWM and SuperSu and switched to TWRP when I flashed CleanRom several times via Romtoolbox pro I've flashed updated Twrp it said it was successful but when it rebooted was soft bricked! Had to use Odin and original CWM to get back in and re-install everything (nandroids were twrp backups) found file downloaded to sdcard that worked fine! Odd...
How can you wipe out all installed recoveries and start fresh? Via adb? Like to wipe Everything n start fresh advice? Running TWRP 2.4X -==
wargear said:
How can you wipe out all installed recoveries and start fresh? Via adb? Like to wipe Everything n start fresh advice? Running TWRP 2.4X -==
Click to expand...
Click to collapse
If by "installed" you are referring to the recovery program itself (and not your backups), you can only have one recovery 'installed' at one time as there is only 1 "Recovery" partition on the device (/dev/block/mmcblk0p9). So if you want to install CWM instead of your current TWRP (or visa-versa), either flash the appropriate new recovery zip via your current recovery... or Odin3 flash your desired new recovery tar. Either way, it will write to the same recovery partition. If you are referring to your backups... these are stored in the designated path you selected (either internal sd or external sd)... in the TWRP/BACKUPS folder. In that folder, you will have a device id #... in that folder are your backups.
Gotcha! Thanks the way it acted I wondered if there were "leftovers" in recovery partition or corrupt data. When I reflashed CWM or TWRP via ODIN it didn't say "Passed" instead "RESET" and I had to unplug phone and manually boot recovery which sometimes took a couple tries... Only boxes checked in Odin are reset time and reboot.
wargear said:
Gotcha! Thanks the way it acted I wondered if there were "leftovers" in recovery partition or corrupt data. When I reflashed CWM or TWRP via ODIN it didn't say "Passed" instead "RESET" and I had to unplug phone and manually boot recovery which sometimes took a couple tries... Only boxes checked in Odin are reset time and reboot.
Click to expand...
Click to collapse
Which version of Odin3 are you using? When I used Odin3 v1.85 I would get the "PASSED" but with Odin3 v3.07, I also only got "RESET" (on an WindowsXP box)... but both flashed it correctly (and auto rebooted after flash)
Galaxy Note2 TOOLKIT V3.0.0 ATT]
I tried the [Galaxy Note2 TOOLKIT V3.0.0 ATT] http://forum.xda-developers.com/showthread.php?t=2052779 out of curiosity sake. Worked for me installing TWRP 2.3.2.3 without a hitch. Great tool from what I can see, and that's just one of it's many features. Great for simplifying things for new Android users just entering the customizing scene and regulars alike. Big ups to mskip for making this available. I can foresee myself grabbing the donate version here real soon.
And to get yourself SIM unlocked, get yourself back to 4.1.1 and give this a whirl.http://forum.xda-developers.com/showthread.php?t=2014982 Bought my device used, was supposedly unlocked, wasn't. Even came with an unlock code that the previous owner purchased. Firstly it's a no go on 4.1.2, secondly still didn't work when I dropped back to 4.1.1. But this http://forum.xda-developers.com/showthread.php?t=2014982 will set you free. Big thanks owl74 for posting. Once again XDA forums saves my hair from being pulled out.

[Q] How to get CWM to work on Tab3 7 T210R

I'm trying to flash CWM on my non-rooted, fully updated T210R. I'm following the instructions on this thread http://forum.xda-developers.com/showthread.php?t=2433853.
Odin says it flashed successfully, and the tab reboots fine, but when I power off and boot into recovery, I'm getting the stock recovery. I've tried both the touch and non-touch versions, without success.
It's probably something small that I'm missing, but I can't for the life of me find it.
Any help would be appreciated.
Thank you,
Wolfgar2k
Wolfgar2k said:
I'm trying to flash CWM on my non-rooted, fully updated T210R. I'm following the instructions on this thread http://forum.xda-developers.com/showthread.php?t=2433853.
Odin says it flashed successfully, and the tab reboots fine, but when I power off and boot into recovery, I'm getting the stock recovery. I've tried both the touch and non-touch versions, without success.
It's probably something small that I'm missing, but I can't for the life of me find it.
Any help would be appreciated.
Thank you,
Wolfgar2k
Click to expand...
Click to collapse
did you check auto reboot in odin? if you do, just try to flash cwm again w/o checking auto reboot. it happens to my tab coz i've check auto reboot.
Just tried that. Same results. Everything looks good when flashing, but when I boot into recovery it's the stock recovery.
Sent from my Galaxy Nexus using xda app-developers app
Wolfgar2k said:
I'm trying to flash CWM on my non-rooted, fully updated T210R. I'm following the instructions on this thread http://forum.xda-developers.com/showthread.php?t=2433853.
Odin says it flashed successfully, and the tab reboots fine, but when I power off and boot into recovery, I'm getting the stock recovery. I've tried both the touch and non-touch versions, without success.
It's probably something small that I'm missing, but I can't for the life of me find it.
Any help would be appreciated.
Thank you,
Wolfgar2k
Click to expand...
Click to collapse
1.Dont check the autoreboot. Ketut.kumajaya said something about the system is restoring recovery when rebooting
2. Try to redownload the cwm recovery.
3. If that didnt work, What odin are u using? Try 3.07 ..
4. You can also try twrp. I am using twrp and it is working great
Sent from my SM-T210R using xda app-developers app
I've been using Odin 3.07 the whole time. I tried twrp as you suggested and that worked. Not sure why cwm didn't work, but at least now I'm rooted. Thanks.
Sent from my Galaxy Nexus using xda app-developers app
I will recreate an autoroot package for you in my spare time. Samsung Android boot image has a known feature to patch the boot image and use it to overwrite the recovery image on every boot. This feature disabled in blackhawk kernel, some recovery has a capability to disable this feature as well.
ketut.kumajaya said:
I will recreate an autoroot package for you in my spare time. Samsung Android boot image has a known feature to patch the boot image and use it to overwrite the recovery image on every boot. This feature disabled in blackhawk kernel, some recovery has a capability to disable this feature as well.
Click to expand...
Click to collapse
Can I flash your kernel on the stock rom while having cwm recovery or do I need Infamous 1.1?
I would like to stay at german on my tablet but also want to use USB OTG
Wolfgar2k said:
I've been using Odin 3.07 the whole time. I tried twrp as you suggested and that worked. Not sure why cwm didn't work, but at least now I'm rooted. Thanks.
Sent from my Galaxy Nexus using xda app-developers app
Click to expand...
Click to collapse
Got to hear that u have twrp. Im happy 4 u
Sent from my SM-T210R using xda app-developers app
Jediritter said:
Can I flash your kernel on the stock rom while having cwm recovery or do I need Infamous 1.1?
I would like to stay at german on my tablet but also want to use USB OTG
Click to expand...
Click to collapse
Yes, you can flash it on stock rom (with CWM), but OTG isn't functioning yet.

[Q] Searching, but cannot find Oudhs recovery

if anyone knows, is there a later version for the OUDHS recovery for the t-mobile Galaxy S4... and WHERE it's downloadable from!
The one I found is 1.0.3.3 and I see references to 1.0.3.4 and 1.0.3.5 however I can't find where I can download any of those... for the S4.
Rom manager keeps telling me that there is a newer version of the recovery, but every time I update the cwm recovery, it fails using the rom manager naming automatically, and I have a difficult time knowing which backup is the latest and chronological order is impossible using the inherent naming in the cwm nandroid backup without the naming with the rom manager app.
Any information would be very much appreciated!
Aloha Ke Akua ! :>)
bobolinko said:
if anyone knows, is there a later version for the OUDHS recovery for the t-mobile Galaxy S4... and WHERE it's downloadable from!
The one I found is 1.0.3.3 and I see references to 1.0.3.4 and 1.0.3.5 however I can't find where I can download any of those... for the S4.
Rom manager keeps telling me that there is a newer version of the recovery, but every time I update the cwm recovery, it fails using the rom manager naming automatically, and I have a difficult time knowing which backup is the latest and chronological order is impossible using the inherent naming in the cwm nandroid backup without the naming with the rom manager app.
Any information would be very much appreciated!
Aloha Ke Akua ! :>)
Click to expand...
Click to collapse
I don't think there is a newer one. I'm not 100% positive of that, but I haven't heard any mention of OUDHS in months.
Here you go: http://teamuscellular.com/Forum/topic/4390-oudhs-cwm-based-recovery-1034-and-how-to-root-using-it/
Sent from my SGH-M919 using XDA Premium 4 mobile app
Android_Monsters said:
Here you go: http://teamuscellular.com/Forum/topic/4390-oudhs-cwm-based-recovery-1034-and-how-to-root-using-it/
Sent from my SGH-M919 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Thankz, I found that and with my ineptness, I got a 404 page and am not able to downlod anything. Did you successfully download the file?

Categories

Resources