[GUIDE] CWM Recovery Solution-Idea Blade

Search This thread

rocker86

Senior Member
Aug 12, 2011
415
76
Kolkata
Hello Mates,

Here I am posting the Way, Methods and Files to get rid of the problem arised with the latest recovery 5.0.2.0 in Idea Blades. I have found the way to solve it out through this thread thanks to Tetora.

The error will somehow as pasted below when You boot into recovery:
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/log
E:Can't open /cache/recovery/log
E:failed to find "cache" partition to mount at "/cache"
E:Can't mount /cache/recovery/last_log
E:Can't open /cache/recovery/last_log
E:Can't find misc
E:failed to find "cache" partition to mount at "/cache"


Due to this error one can not do anything in recovery like backup, restore,wiping,flashing roms , etc. and which is very annoying. This happens because the CWM reject or failed to identify the root access of the device.

Even I have a headache on my birthday due to the problem. I have followed that thread (post above) posted by tetora and sorten out the problem.
Now I can flash, backup, restore and can do anything with the recovery :)

There are two methods to get the recovery Working:

1 . Through ADB

Attached is the file to flash via adb.. Please follow the steps given below (thanks to matt4321) :

The 'flash_image' is within the attached zip file! Use the file within the zip file, NOT the zip file itself

The 'recovery.img' is your chosen recovery file, get this off ClockworkMods website or if you have a copy use that. Then when flashing the recovery image where ever it says 'recovery.img' replace that with the name of the recovery file. following me?

Here's the instructions:
(make sure you're in the command prompt and have changed directory to where the adb file is)

adb push c:\flash_image /sdcard/
adb push c:\recovery.img /sdcard/
adb shell
su
mount -o remount, rw /system
cp /sdcard/flash_image /system/bin
cd /system/bin
chmod 777 flash_image
flash_image recovery /sdcard/recovery.img

and then boot into recovery now everything should work perfectly.

A big thanks to tetora for finding the recovery image file and matt4321 for his commands :)

2. Through Recovery Manager:

Install the application Recovery Manager v0.37b.apk
Extract the image file from recovery zip and place in the SD card.
Open the application "Recovery Manager"
Go in recovery Tab to flash the recovery img. Once you select to "Flash Recovery" it will search the img file automatically.
After flashing recovery you are done.

Thanks to ramubhat for providing procedure and testing the same.

You can use this link for the second method. :)

Disclaimer- I will not responsible for any damage so use it at your risk :D

Don't worry there is no other options left apart from it and its 99% safe. ;)

 

Attachments

  • flash_image.zip
    12.3 KB · Views: 3,462
  • recovery-4.0.1.0-blade-gen2-en.zip
    4 MB · Views: 4,740
Last edited:

ramubhat

Member
Jul 11, 2011
44
3
Sirsi
hi, r u still online?
Do u have fast boot drivers for idea blade?
Do i need fastboot to flash recovery?
 
Last edited:

ramubhat

Member
Jul 11, 2011
44
3
Sirsi
Hi Shiv
Thank You,
The recovery img worked.I flashed it using 'recovery manager.apk'
Don't need adb to flash, works fine with recovery manager. Thank you again.
I will be in touch
 
  • Like
Reactions: rocker86

beautyangel

Senior Member
May 13, 2007
487
63
Orion deep far in the Galaxy
Sir please help

zte blade s. Android 2.3.5. French

I install z4root, when choose permanent root, written down aquiring then i dont know nothing happen.

I install recoverymanager when i launch it, Force close.

Then I :crying:

i have already down, all sdk file,

I dont know how to adb, and fastboot, i have all the files.

DOnt know what to do sir. please help step by step. :crying:
 

ramubhat

Member
Jul 11, 2011
44
3
Sirsi
zte blade s. Android 2.3.5. French

I install z4root, when choose permanent root, written down aquiring then i dont know nothing happen.

I install recoverymanager when i launch it, Force close.

Then I :crying:

i have already down, all sdk file,

I dont know how to adb, and fastboot, i have all the files.

DOnt know what to do sir. please help step by step. :crying:
which z4root u used? normal z4root wont work on blade ,,.....use z4root from this link....
and tell me what happened
https://www.dropbox.com/s/k9sbpa73oostqrk/Idea Zte blade pack.rar
 
  • Like
Reactions: victorharsh

beautyangel

Senior Member
May 13, 2007
487
63
Orion deep far in the Galaxy
ramubhat sir
I use the one on your dropbox, z4root_idea blade_perm_root_v2

im doing permanent root running exploit in order to obtain root access, aquiring root shell, then i dont even know if im rooted or not.

after install recovery manager 0.37, when launch it got FC processus com.podtwo.recoverymanager
 
Last edited:

rocker86

Senior Member
Aug 12, 2011
415
76
Kolkata
ramubhat sir
I use the one on your dropbox, z4root_idea blade_perm_root_v2

im doing permanent root running exploit in order to obtain root access, aquiring root shell, then i dont even know if im rooted or not.

after install recovery manager 0.37, when launch it got FC processus com.podtwo.recoverymanager
If you have used Z4root v2 (modded one) than it will aquire root in your cell. However if you are not sure then you can download the application "root check basic" from playstore to check whether you are rooted or not.
 

lohtse

Senior Member
Apr 1, 2009
1,719
146
Where ever they send Me!!
hmmmm does the issue mentioned in first post occur after sometime as I have the mentioned recovery flashed already on my Blade and so far never had an issue!!

Now what would be good is a touch version of the recovery being available for the Blade!
 

rocker86

Senior Member
Aug 12, 2011
415
76
Kolkata
hmmmm does the issue mentioned in first post occur after sometime as I have the mentioned recovery flashed already on my Blade and so far never had an issue!!

Now what would be good is a touch version of the recovery being available for the Blade!
Does your blade is a chinese variant? However this problem is not arising with every chinese blades. Ya touch recovery will be the best to see..But dont know it will work perfectly on chinese blades :(
 

brajesh.sharma87

Senior Member
Jan 27, 2011
2,092
2,837
Kolkata
I came across this thread somedays ago to help one of my friend.

should u guys need to build a touch recovery, u can build it yourself from here.

http://builder.clockworkmod.com/

just put the stock or any other custom recovery image and build a touch recovery.

Although its written that the touch recovery works only on ICS kernel but I used it even on Froyo and GB kernel. :D

warning: do it at ur own risk :p

cheers
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    Hello Mates,

    Here I am posting the Way, Methods and Files to get rid of the problem arised with the latest recovery 5.0.2.0 in Idea Blades. I have found the way to solve it out through this thread thanks to Tetora.

    The error will somehow as pasted below when You boot into recovery:
    E:failed to find "cache" partition to mount at "/cache"
    E:Can't mount /cache/recovery/log
    E:Can't open /cache/recovery/log
    E:failed to find "cache" partition to mount at "/cache"
    E:Can't mount /cache/recovery/last_log
    E:Can't open /cache/recovery/last_log
    E:Can't find misc
    E:failed to find "cache" partition to mount at "/cache"


    Due to this error one can not do anything in recovery like backup, restore,wiping,flashing roms , etc. and which is very annoying. This happens because the CWM reject or failed to identify the root access of the device.

    Even I have a headache on my birthday due to the problem. I have followed that thread (post above) posted by tetora and sorten out the problem.
    Now I can flash, backup, restore and can do anything with the recovery :)

    There are two methods to get the recovery Working:

    1 . Through ADB

    Attached is the file to flash via adb.. Please follow the steps given below (thanks to matt4321) :

    The 'flash_image' is within the attached zip file! Use the file within the zip file, NOT the zip file itself

    The 'recovery.img' is your chosen recovery file, get this off ClockworkMods website or if you have a copy use that. Then when flashing the recovery image where ever it says 'recovery.img' replace that with the name of the recovery file. following me?

    Here's the instructions:
    (make sure you're in the command prompt and have changed directory to where the adb file is)

    adb push c:\flash_image /sdcard/
    adb push c:\recovery.img /sdcard/
    adb shell
    su
    mount -o remount, rw /system
    cp /sdcard/flash_image /system/bin
    cd /system/bin
    chmod 777 flash_image
    flash_image recovery /sdcard/recovery.img

    and then boot into recovery now everything should work perfectly.

    A big thanks to tetora for finding the recovery image file and matt4321 for his commands :)

    2. Through Recovery Manager:

    Install the application Recovery Manager v0.37b.apk
    Extract the image file from recovery zip and place in the SD card.
    Open the application "Recovery Manager"
    Go in recovery Tab to flash the recovery img. Once you select to "Flash Recovery" it will search the img file automatically.
    After flashing recovery you are done.

    Thanks to ramubhat for providing procedure and testing the same.

    You can use this link for the second method. :)

    Disclaimer- I will not responsible for any damage so use it at your risk :D

    Don't worry there is no other options left apart from it and its 99% safe. ;)

    1
    hi, r u still online?
    Do u have fast boot drivers for idea blade?
    Do i need fastboot to flash recovery?
    In some cases fastboot won't work.. try to use ADB its very easy to push the files with the steps given in OP by matt4321
    1
    Hi Shiv
    Thank You,
    The recovery img worked.I flashed it using 'recovery manager.apk'
    Don't need adb to flash, works fine with recovery manager. Thank you again.
    I will be in touch
    1
    hi Shiv
    I have created a zip 'Idea Zte blade pack' pls use it in u r post
    https://www.dropbox.com/s/k9sbpa73oostqrk/Idea Zte blade pack.rar
    1
    zte blade s. Android 2.3.5. French

    I install z4root, when choose permanent root, written down aquiring then i dont know nothing happen.

    I install recoverymanager when i launch it, Force close.

    Then I :crying:

    i have already down, all sdk file,

    I dont know how to adb, and fastboot, i have all the files.

    DOnt know what to do sir. please help step by step. :crying:
    which z4root u used? normal z4root wont work on blade ,,.....use z4root from this link....
    and tell me what happened
    https://www.dropbox.com/s/k9sbpa73oostqrk/Idea Zte blade pack.rar