Computer >> Computer tutorials >  >> Troubleshooting >> Android

How to do ClockworkMod Recovery

Unlocking the true potential of the Android OS – anything from rooting a device to replacing its default Operating System with a custom ROM – begins with flashing (installing) a custom recovery. All Android devices come with stock recoveries that allow users to flash official updates to the Operating System, reset the devices and wipe their caches. Custom recoveries, on the other hand, come with offerings that are much more advanced, along with the ability to tinker around with the actual inner workings of the Android OS.

Custom recoveries are designed to replace stock recovery software and come with the ability to create complete backup images of every bit and piece of data stored on an Android device at any given time. Arguably the most popular and most commonly used brand when it comes to custom recovery software is ClockworkMod (CWM) recovery. The following is everything you need to know in order to flash a ClockworkMod recovery onto your device. It should be noted that, before a custom recovery image can be installed onto an Android device, its Bootloader must be unlocked, the method for doing which varies from one device to the other.

How to do ClockworkMod Recovery

What You Need

  1. A computer that has both the latest version of Android SDK (can be downloaded here), the ADB drivers and the latest USB drivers for your device installed on it.
  2. The latest version of the ClockworkMod recovery image for your device can be downloaded by going here, locating your device and downloading the latest recovery image for it.

What You Need To Do

  1. Enable USB Debugging on your device by going to Settings > Developer Options, tapping on USB Debugging and confirming the action.

How to do ClockworkMod Recovery

How to do ClockworkMod Recovery

How to do ClockworkMod Recovery

How to do ClockworkMod Recovery

How to do ClockworkMod Recovery

2. Connect your device to the computer via a USB cable.

3. Open a Command Prompt on the computer.

How to do ClockworkMod Recovery

4. Find where you installed Android SDK on the computer, the copy the path to the Platform Tools folder. The path will look something like “C:/Android SDK/adt-bundle-windows-x86_64-20131030/sdk/platform-tools/”.

5. Paste the copied path into the Command Prompt, putting a “cd” in front of it. The end result should look something like “cd C:/Android SDK/adt-bundle-windows-x86_64-20131030/sdk/platform-tools/”.

6. Execute the command.

7. Type “adb devices” into the Command Prompt and ensure that your device is listed.

8. Type “adb reboot bootloader” and allow the device to reboot into the bootloader.

9. On the computer, go to the Platform Tools subfolder located inside the Android SDK folder.

10. Open a Command Prompt in the Platform Tools folder by pressing the Shift key and the right mouse click and then selecting the ‘Open command window here’.

11. Type “fastboot” devices and check to make sure that your device is listed.

12. Type in “fastboot flash recovery” (file name of the recovery you want to flash without parentheses). The filename of a recovery image usually looks like “cwm-6.0.4.6-MotoG4.4.img”.

13. Once the custom ClockworkMod recovery image has been flashed onto your device, the last thing you want to do is reboot the device as usual. Instead, you need to enter Recovery Mode from the Bootloader using the Volume Rocker to highlight and the Power button to confirm.

14. Once you enter Recovery Mode, you will be able to see that a custom ClockworkMod recovery has been flashed. It is safe to reboot the device from Recovery Mode using the ‘Reboot system now’ option.