Tuesday, May 24, 2016

How to Install ClockworkMod Recovery on the Spectrum


The one thing you should do after rooting your smartphone is, install theClockworkModRecovery on it. It helps you flash custom ROMs on your device as well as flash the twks and mods so that you can customize your smartphone. The possibilities don’t end here, there are a lot more and you will see them once you have installed theCWMRecovery on your device. The following guide explains how you can install ClockworkMod Recovery on the Spectrum smartphone.By EditAndroidI. Before You Begin:1. You must have rooted your device before doing this procedure. Plse hd to ourHow to Root the Spectrumprocedure first, finish it, then return to this procedure and continue.2. You must have ADB installed on your PC. We have a guide onhow to install ADB.II. Downloading Required Files:1.ClockworkMod Recovery III. Installing ClockworkMod Recovery on the Spectrum:1. Download and place the CWM Recovery in the ADB folder. This folder contains the adb.exe file.2. Enable USB debugging on your smartphone by hding toMenu>>Settings>>Appliions>>USB debuggingand tick-mark the box.3. Connect your smartphone to the PC using the USB cable.4. Open a Command Prompt Window in the ADB folder. To do so, press and hold theShiftbutton on your board and right-click on any empty ar on the screen, a context menu will appr from which you have to chooseOpen command window hereoption.5. Type in the following commands into the Command Prompt Window:adb push cwm_touch.img /sdcard/cwm_touch.img
adb shell
su
mount -orw,remount /dev/block/system /system
rm /system/etc/install-recovery.sh
dd if=/sdcard/cwm_touch.img of=/dev/block/mmcblk0p13
exit
exit
adb reboot recovery6. It should install the CWM Recovery on your smartphone as well as reboot your device into it.Cool ! You are now all set to flash custom ROMs on your device as the CWM Recovery has been successfully installed on your device.

No comments:

Post a Comment