[RECOVERY] Unofficial CWM Recovery for Moto X - UNLOCKED BOOTLOADER ONLY!

mattlgroff

Premium Member
Premium Member
Developer
Joined
Dec 24, 2011
Messages
184
Reaction score
0
Location
San Diego
Code:
#include <external/cyanogenmod/std_disclaimer.h>
/*
 * I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed. Please
 * do some research if you have any concerns about features included in this ROM
 * before flashing it! YOU are choosing to make these modifications, and if
 * you point the finger at me for messing up your device, I will laugh at you.
 */


Reported Issues & Important Notes:

  • Note - You will find backups under '/mnt/shell/emulated' on your device.
  • Note - DO NOT FORMAT /DATA/ ON CWM! NOT YET SUPPORTED. You can make and restore backups, but you should not format it.
  • Issue - Wiping Cache will take longer than normal when making a new EXT4 filesystem for /cache/. Wait for it to finish and it will 'unfreeze' just fine.

Source
CWM Device Tree
Custom CWM 6.0.3.6 with F2FS fixes.

How to Flash:
UNLOCKED BOOTLOADER REQUIRED
Code:
fastboot flash recovery cwm6.0.3.6.img
Go directly into Recovery without booting first. When you choose to 'Reboot' after finishing up it will ask to disable the recovery flasher. Choose to disable it.

Alternate Flashing Method for Rooted Users:
UNLOCKED BOOTLOADER REQUIRED
-- Put cwm6.0.3.6.img on your internal storage, put it at the root of the folder. Ex: ~/sdcard/cwm6.0.3.6.img --
Code:
adb shell
su
dd if=/sdcard/cwm6.0.3.6.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
mount -o remount,rw /system
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
exit
adb reboot recovery

Downloads:
Unofficial CWM Recovery 6.0.3.6 for Moto X --- 8/25/2013 WORKING!
Mirror^


Superuser by Koush -- If you want to root.
SuperSu by Chainfire -- If you want to have root. Pick this one, or the one above. Not both.
Stock Motorola Recovery for Moto X --- If you want to return to stock, or take OTA's.
Motorola Fastboot Files --- Windows/Mac/Linux
Motorola USB Drivers 6.2 [Windows 32/64]


Thanks to:
Google for Android.
Koush for CWM.
Jackpot Calvin for Ramdisk fix.
rob43 for pointing out Fstab error.
hidea for testing over XDA and Skype.

photo.jpg
Please leave any bugs or feedback you may get here instead of PM and E-Mail.
 
Top