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

The always up-to-date Samsung Galaxy Ace’s Custom Roms Wiki

Ace is moving up in the dev circles. A lot of stuff is happening for ACE.
Here is a wiki of Major Roms available for your beloved phone.

Rooting & Unrooting
How to root?
How to unroot?

Flashing/Upgrade
ODIN Tutorial
Samsung Kies Tutorial

ClockworkMod Recovery version: 4.0.0.9
Gingerbread Tutorial
Froyo Tutorial
What is CWM?

Official/Leaked Stock ROMS:

Official Gingerbread 2.3.4: KQ5 (India)
Official Gingerbread 2.3.3: KPN
Download here

Custom:

GingerReal (best)
Status: V1.3.0 Final
Download

CodeROM
Status: v2x-2b (1st Aug 2011)
Release statement & Download

CodeROM NexusACE
status: Released
Tutorial & Download

FirstUA-Rom
status: v1.2 (8th Aug)
Tutorial & Download

Blackhawk Rom
Tutorial & Download

VillianROM v1 (lightweight)
Status: released (19th May 2011)
Release statement & Download
————————————————————————————
The one worth waiting for:

CYANOGEN MOD 7 (Android 2.3.7)
Cooper-kang-Beta 2 by grif_07 : CyanogenMod 7.1-cooper-KANG-BETA Android 2.3.5
CyanoAce RC 2 by BehradGH: CyanogenMod 7.1 Beta3 2.3.5 “Cyano Ace”
Official CM7: Undetermined

Other Minor Roms:

Fla.sh X2.3
Instructions & download

SanGingerAce v3.5
Instructions & download

Glsmt-ROM-v2.1
Instructions & download

BehradGH v2.0
Instructions & download

IlaRom V alpha
Instructions & download

CyceronPL V1.0
Instructions & download

Left out your favorite one? Let us know!