Jump to content

Want a touch recovery?-generate it yourself!


Guest Lens_flare

Recommended Posts

Guest Mtman1

My little guide to get cwm 6 on our phone without a computer

1. Download bladyle's cwm zip here: http://minus.com/llBzrGFd15YuQ

2. Extract "recovery_6001.img" then rename the extracted .img "recovery.img"

3. Download recovery manager: http://www.modaco.com/index.php?/topic/329772-[APP]-Recovery-Manager-v0.36-[bETA] (copy the whole link, not just the blue link) then install the apk on your phone

4. Open the app then click on the recovery tab

5. Click on "install recovery" and select the recovery.img that you extracted

6. Click on reboot recovery then enjoy :D

Edited by Mtman1
Link to comment
Share on other sites

Guest bladyle

hm

6001 is not flashable at my device... maybe its to old, containing a different chip?

MFG Date Dec, 2010

what error you see?

i see in forum that there is GEN1, GEN2 or GEN3 phones...for now i don't know what is the difference from this or how to view witch version is your device but maybe they using different size partitions and that is why you can't flash it ..

try different method to be sure too

Link to comment
Share on other sites


sending 'recovery' (5068 KB)... OKAY

writing 'recovery'... FAILED (remote: flash write failure)

the other recoverys are smaller

how do I check the partitions of the flash memory? (I hate those situations, nothing documented :( )

Edit: thx Mtman1 but this will not work, if the sizes don't fit ^_^ beside that fastboot is really generic

Edited by !gm
Link to comment
Share on other sites

Guest bladyle


sending 'recovery' (5068 KB)... OKAY

writing 'recovery'... FAILED (remote: flash write failure)

the other recoverys are smaller how do I check the partitions of the flash memory? (I hate those situations, nothing documented :( ) Edit: thx Mtman1 but this will not work, if the sizes don't fit ^_^ beside that fastboot is really generic
did you wait a litle time when fastboot load? try to flash it manualy from fastboot via adb
fastboot flash recovery recovery.img[/code]

Link to comment
Share on other sites


cat proc/mtd

thats, what I needed!!!! thx

cat proc/mtd

dev:    size   erasesize  name

mtd0: 00500000 00040000 "boot"

mtd1: 0c640000 00040000 "system"

mtd2: 00500000 00040000 "recovery"

mtd3: 00080000 00040000 "setupdata"

mtd4: 00100000 00040000 "misc"

mtd5: 00100000 00040000 "kpanic"

mtd6: 03b00000 00040000 "cache"

mtd7: 00200000 00040000 "flex"

mtd8: 0b900000 00040000 "userdata"

Link to comment
Share on other sites

Guest bladyle

thats, what I needed!!!! thx


cat proc/mtd

dev:    size   erasesize  name

mtd0: 00500000 00040000 "boot"

mtd1: 0c640000 00040000 "system"

mtd2: 00500000 00040000 "recovery"

mtd3: 00080000 00040000 "setupdata"

mtd4: 00100000 00040000 "misc"

mtd5: 00100000 00040000 "kpanic"

mtd6: 03b00000 00040000 "cache"

mtd7: 00200000 00040000 "flex"

mtd8: 0b900000 00040000 "userdata"

same as mine...should be working

Link to comment
Share on other sites

Guest franzo87

My little guide to get cwm 6 on our phone without a computer

1. Download bladyle's cwm zip here: http://minus.com/llBzrGFd15YuQ

2. Extract "recovery_6001.img" then rename the extracted .img "recovery.img"

3. Download recovery manager: http://www.modaco.co...?/topic/329772-[APP]-Recovery-Manager-v0.36-[bETA] (copy the whole link, not just the blue link) then install the apk on your phone

4. Open the app then click on the recovery tab

5. Click on "install recovery" and select the recovery.img that you extracted

6. Click on reboot recovery then enjoy :D

I've done... and now if i try to go in recovery i get fastboot mode :(

Edited by franzo87
Link to comment
Share on other sites

Guest Mtman1

I've done... and now if i try to go in recovery i get fastboot mode :(

are you sure your pressing vol up, focus and power buttons? If so, try a few more times. If that doesn't work, just install it the proper way

Edited by Mtman1
Link to comment
Share on other sites

Guest franzo87

are you sure your pressing vol up, focus and power buttons?

yes and i've also tried "reboot recovery" from titanium backup and from recovery manager...

Link to comment
Share on other sites

Guest Mtman1

Two questions

1) what's the blobs folder in the clockworkmod folder on the sd card?

2) apparently it's possible to delete cwm backups with 6.x.x.x, is it possible and how do you do it?

PS both my guide and the proper method worked for me

Link to comment
Share on other sites

Guest franzo87

I like it... the big problem is it don't see the ext4 partition...I'm thinking if coming back to cmw 5 :( who have made the support for sd-ext for cmw 5? :D

Link to comment
Share on other sites

Guest Lens_flare
he big problem is it don't see the ext4 partition.

Maybe it's about incompleteness of my source.. it doesn't have ext4 line in recovery.fstab

add that

/sd-ext ext4 /dev/block/mmcblk0p2 /dev/block/mmcblk0

and generate again

Edited by Lens_flare
Link to comment
Share on other sites

Guest bladyle

I think the "blobs" folder is ".android_secure"

@Lens_flare


W:Unable to get recovery.fstab info for /datadata during fstab generation!

W:Unable to get recovery.fstab info for /emmc during fstab generation!

W:Unable to get recovery.fstab info for /sd-ext during fstab generation!

i will add the line for sd-ext but isn't that way support only ext4 and no ext3? and what about first and second warning ?

Link to comment
Share on other sites

Guest Lens_flare
W:Unable to get recovery.fstab info for /datadata during fstab generation!

W:Unable to get recovery.fstab info for /emmc during fstab generation!

W:Unable to get recovery.fstab info for /sd-ext during fstab generation!

Koush assumes ALL devices in his damned imaginaerum DO have those partitions.

i will add the line for sd-ext but isn't that way support only ext4 and no ext3?

ext4 as I know compatible with older ones. e2fsck is the evidence.

Link to comment
Share on other sites

Guest Mtman1

Two things,

1) thank you sooo much bladyle for this

2) with my guide, you have to rename the recovery as recovery.img or you will end up in fastboot mode

Edited by Mtman1
Link to comment
Share on other sites

Guest Lens_flare
with my guide, you have to rename the recovery as recovery.img or you will end up in fastboot mode

I thought fastboot might flash anything and it not discriminate you passed "recovery.img" or "brickmysystemplease"(I point: without any extension).

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.