Tuesday, May 24, 2016

How to Install ClockworkMod Recovery on the Optimus Net (P690)


The next step after rooting an Android device is installing a custom recovery. You might wonder what this thing is, well, it’s a custom recovery that replaces your stock recovery and offers you plenty of more ftures as well as enables you to flash custom ROMs and custom Mods available exclusively for your Android device. If you’ve rooted your Optimus Net P690, then hd onto the following guide to lrn how you can flash a custom recovery on it.By EditAndroidI. Before You Begin:1. You must have done ourHow to Root the Optimus Net P690procedure.2. This will replace your current recovery with the CWM Recovery.II. Downloading Required Files:1.Fastboot2.CWM Recovery 3.Flash III. Installing ClockworkMod Recovery on the Optimus Net (P690):1. Place all the files you downloaded to your Desktop.2. Extract files from theFastbootarchive to your Desktop.3. Connect your device to your PC via USB cable.4. Copy theRecovery as well asFlash files over to the root of your SD card.5. Once the files are copied, unplug your device from your PC.6. Enable the USB debugging option on your device by hding toMenu>>Settings>>Appliions>>Development>>USB debugging.7. Once enabled, connect your device to your PC via USB cable.8. Launch a Command Prompt Window on the Desktop of your PC. To do that, press and hold theShiftbutton on your board and right-click on any empty ar on the screen, then selectOpen command window here.9. Type in following commands into the Window one-by-one:adb shell
su
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
/sdcard/flash_> /system/bin/flash_
chmod 755 /system/bin/flash_
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_ recovery /sdcard/recovery.img
reboot recovery10. You will reboot into the newly installed Recovery.11. You’re done!Excellent! The CWM Recovery was successfully installed on your device and you can see it working properly yourself.

No comments:

Post a Comment