How to install ClockworkMod Recovery 5 (CWM) on Micromax A70

ClockworkMod Recovery is great functionality to be added to an android phone. It can make your phone virtually brick-proof. Installing custom Roms & taking backups becomes a matter of clicks. But that’s not all. There is vista of different things you can do with it like partitioning your sd card, flashing a zip file etc. Previously we showed you how to install version 4, now its time for version 5.0.2.3. So without further ado, here we go.

Requirements:

Changelog:

How to install ClockworkMod Recovery (CWM) on Micromax A70 without ROM Manager

You can manually install a custom recovery such as CWM Recovery using the fastboot or flash_image method if you don’t have a mobile internet connection.

With Fastboot:

For this method to work, you must have ADB and fastboot installed on your computer. Refer Get ADB working with A70

  1. Copy the recovery image from here to C:\
    Note: The recovery image should have .img extension. If it is in a zip file, extract the .img file from it.
  2. Power your device off. Hold the camera key.
  3. While holding the camera key, connect your device to your computer via USB and wait till you see ‘fastboot USB’ on the screen.
  4. Launch Command Prompt and type the following command:
    fastboot flash recovery c:\recovery.img
  5. Wait for the process to finish and reboot your device once it’s done. You can reboot using fastboot:
    fastboot-windows reboot

With flash_image:

‘flash_image’ is a tool for Android devices that lets you rewrite your phone’s system partitions with partition image files and installing it to your device requires ADB.

  1. Download flash_image and extract it from the zip file to a location on your computer. We extracted it to the main C drive (not in any folder) and will use that in the next steps.
  2. Download the recovery from here (A70) & copy it to C:\
  3. Enable USB debugging mode on your device from Menu > Settings > Applications > Development.
  4. Connect your device to your computer via USB.
  5. Open a Command Prompt window on your computer and enter the following commands:
    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

    This will first transfer flash_image and recovery.img to your phone. Then it will copy flash_image to the /system/bin folder of your Android device and make it executable. Finally, it will flash the custom recovery image to your device using flash_image.
    If you extracted the files elsewhere, use the appropriate paths and if your recovery image has a different name, use the appropriate name in the first two lines.

  6. Reboot your device once the process is finished and you’re done. You may exit adb and the Command Prompt window on your computer by entering ‘exit’ thrice.

The above methods appeared on addictivetips.com

Note if you have been able to do it successfully or know anymore about this, please leave a comment.

Related Articles:
How to install ClockworkMod Recovery 5 (CWM) on Micromax A70
How to install RZRecovery on Micromax A70