[RECOVERY] CWMT Recovery 5.0.2.7-th8.1 (Froyo-friendly!)

Status
Not open for further replies.
I knew you your skills were bad ass!
Your the man! Whoo hoo!! completion!!

Sent from my LS670 using Android Central Forums
 
Why do I get the feeling that I SHOULDN'T actually try that....

Not that you should, but you can. It's like having two recovery modes and no Android.

Experiment:
1) Flash stock ZV(whatever) recovery to the boot and recovery partitions (yes, BOTH).
2) Take phone into Sprint repair center.
3) ROFL as the Sprint techs scratch their heads trying to figure out what happened.
4) Whip out your laptop, and use KP500 to restore the phone to it's proper state and ROFL some more as the Sprint techs continue to scratch their heads.
 
Think they would void my warranty if I did that?

Sent from my LS670 using Android Central Forums
 
thx drew rebooting did the trick, I can confirm that xionia backups do indeed work.

Sent from my LS670 using Android Central Forums
 
Just curious, is there any chance this might work on the V as well?

Sent from my LG-E739 using Tapatalk 2
 
ok i keep getting flash image not found.
It's on my /sdcard.
I am typing : Flash_image recovery /sdcard/CWMTRecovery_5.0.2.7-th8.1_thunderc.img
and yes i have su. #
 
ok i keep getting flash image not found.
It's on my /sdcard.
I am typing : Flash_image recovery /sdcard/CWMTRecovery_5.0.2.7-th8.1_thunderc.img
and yes i have su. #

Flash Image GUI will work on the S since it's supported and it's probably the easiest method I found for flashing recoveries or kernels

Sent from my LG-E739 using Tapatalk 2
 
ok i keep getting flash image not found.
It's on my /sdcard.
I am typing : Flash_image recovery /sdcard/CWMTRecovery_5.0.2.7-th8.1_thunderc.img
and yes i have su. #

Should i be boot into android or recovery when i do this?

I even tried this
C:\Users\Costco>adb shell
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory<----- should I be getting this?
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
failed on '/system/etc/install-recovery.sh' - No such file or directory
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
# Flash_image recovery /sdcard/CWMRecovery_5.0.2.7-th8.1_thunderc.img
Flash_image recovery /sdcard/CWMRecovery_5.0.2.7-th8.1_thunderc.img
Flash_image: not found

Drew tell me what I am doing wrong....I know it me, but i just can not see my mistake
 
ok i keep getting flash image not found.
It's on my /sdcard.
I am typing : Flash_image recovery /sdcard/CWMTRecovery_5.0.2.7-th8.1_thunderc.img
and yes i have su. #

I had the same message come up. I used sfhub's autoroot tool to install xionia recovery. After that this went right through.

Sent from my Transformer Prime TF201 using Android Central Forums
 
Ok I am reading the directions on installing Xionia recovery seeing if there is a way i could use that to install CWMT. The first thing i noticed is that to install Xionia you have to put both flash image and xionia_cwma_12518.6.img on your sdcard.
My question to you Drew is this: Why is there just the CWMTRecovery_5.0.2.7-th8.1_thunderc.img to install on sdcard for CWMT? I am missing a step somewhere, should I only put the one image on sdcard or should there be 2 images?

I am just baffled that i can not figure this out!
 
Should i be boot into android or recovery when i do this?

I even tried this
C:\Users\Costco>adb shell
# mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,rw -t yaffs2 /dev/block/mtdblock5 /system
# cat /sdcard/flash_image > /system/bin/flash_image
cat /sdcard/flash_image > /system/bin/flash_image
/sdcard/flash_image: No such file or directory<----- should I be getting this?
# chmod 755 /system/bin/flash_image
chmod 755 /system/bin/flash_image
# mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
failed on '/system/etc/install-recovery.sh' - No such file or directory
# mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
mount -o remount,ro -t yaffs2 /dev/block/mtdblock5 /system
# Flash_image recovery /sdcard/CWMRecovery_5.0.2.7-th8.1_thunderc.img
Flash_image recovery /sdcard/CWMRecovery_5.0.2.7-th8.1_thunderc.img
Flash_image: not found

Drew tell me what I am doing wrong....I know it me, but i just can not see my mistake


you should be able to flash the recovery image from either the OS or recovery. I've done it from both.

i'm not sure what you're doing wrong....but i'm sure Drew could tell you. when I flash recoveries, I connect the phone, enable usb storage, copy the recovery.img to /sdcard/ and then unmount usb storage, then open up adb and

Code:
adb shell
su
cd /sdcard/
flash_image recovery <name-of-recovery>.img


Actually, I just noticed, are you writing "CWMRecovery..." or "CWMTRecovery..." when you use the flash_image command? that would definitely give you the 'file not found' error...

you could even rename the file to "cwmt_th8.1.img" and then

Code:
adb shell
su
flash_image recovery /sdcard/cwmt_th8.1.img

or
Code:
adb shell
su
cd /sdcard/
flash_image recovery cwmt_th8.1.img


look up at the bold part of the quote, those two should be CWMTRecovery_5.0.2.7-th8.1_thunderc.img
 
Ok I am reading the directions on installing Xionia recovery seeing if there is a way i could use that to install CWMT. The first thing i noticed is that to install Xionia you have to put both flash image and xionia_cwma_12518.6.img on your sdcard.
My question to you Drew is this: Why is there just the CWMTRecovery_5.0.2.7-th8.1_thunderc.img to install on sdcard for CWMT? I am missing a step somewhere, should I only put the one image on sdcard or should there be 2 images?

I am just baffled that i can not figure this out!

yeah, try putting that file (the one from the xionia instructions) on the root of your sdcard
 
Status
Not open for further replies.

Trending Posts

Members online

Forum statistics

Threads
956,862
Messages
6,970,390
Members
3,163,644
Latest member
RichardDixon