How To Install ClockworkMod Recovery On Motorola Atrix 4G
With the bootloader unlocked on the Atrix 4G just a while back, it is no surprise to see efforts being made to port the much famous ClockworkMod recovery to the device. Guess what, those efforts have finally been fruitful with an early version of ClockwrokMod recovery being released by XDA-Developers forum member tenfar.
The release is an early one and still under development as we speak. However according to the developer, this release and and any update will be tested. For those of you oblivious to what ClockworkMod recovery is, see our guide on what is ClockworkMod recovery?
With the Atrix 4G’s bootloader unlocked, this recovery will come into play almost all of the time whenever you wish to flash custom kernels, ROM’s or more that will hopefully be coming in not time. So now that you understand why you need ClockworkMod recovery, let’s get it up and running on your device!
Disclaimer: Please follow this guide at your own risk. AddictiveTips will not be liable if your device gets damaged or bricked during the process.
Requirements:
- Atirx 4G with an unlocked bootloader. See our guide on unocking the Atrix 4G’s bootloader.
- ADB installed on your system. See our guide on what is ADB and how to install it.
- ClockworkMod recovery for Atrix 4G.
Instructions:
The instructions will be split into two parts, one for Windows and one for Linux.
Windows
- To begin, download the recovery from the link above and extract to find a .img file.
- Copy the file to android-sdk-windows\tools where fastboot is placed.
- Run command prompt and navigate to android-sdk-windows\tools entering the following commands in command prompt:
fastboot flash recovery recovery-en-goapk.img
Linux
- To begin, download the recovery from the link above and extract to find a .img file.
- Copy the file to your home and enter the following commands:
mot-fastboot flash recovery ~/recovery-en-goapk.img mot-fastboot reboot
That’s it, ClockworkMod recovery should now be installed on your Atrix, allowing you to flash custom ROMs and kernels or zip files. For updates and queries, visit the forum thread at XDA-Developers.
i did everything u said…
It says “”
and nothing more
make sure you put your device into fastboot mode
Does not work as advertised. After installing the Java SDK and AVD tools and consoles and moving the .img to the Tools folder using the fastboot command results in a no batch error. I can not find fastboot anywhere in Tools. I purchased, downloaded and installed ROM manager to be able to back up my .img. Nowhere did it mention that Recovery was necessary as an adjunct. I am using an Atrix 4G.
As an effort around this I went to the store and looked for Recovery but I did not find anything listed for the Atrix.
As a word in closing I have been a Linux/Unix sysad, have done some coding &c but am new to droid and its very different. Any direction you could give would be deeply appreciated.
Thanks for the website and documentation. It just did not work in my instance.