Showing posts with label how to install clockworkmod recovery. Show all posts
Showing posts with label how to install clockworkmod recovery. Show all posts

Wednesday, September 4, 2013

How to Install Custom Recovery on the Lava Iris 504Q


Now that you are rooted, the next step to get custom ROMs running on your Lava Iris 504Q is installing a custom recovery.  The guide below will help you install ClockworkMod Recovery (a very popular custom recovery) but beware though, this is not an official CWM release and you may face some glitches when using it.  If you are okay with this, then read on to know how to install custom recovery on the Lava Iris 504Q.

I.  Before You Begin

1.  You need to be rooted for this procedure to work.  Use our guide on the same to help you with this.
2.  Make sure that you have the necessary drivers installed for the procedure to work.  Use this if you are unsure.
3.  Back up everything you feel is important and charge your device to 75% or more before you begin.

II.  Necessary Downloads

1.  recovery.img [ClockworkMod 6.0.3.3] [Download link available in this post under the Recovery UPDATE section]

III.  Installing Custom Recovery on the Lava Iris 504Q

1. Connect your device to your PC and copy recovery.img to your device’s SD card (do not copy it into any subfolders, the path should look like sdcard/recovery.img)
2.  Head over to the Google Play Store (on your device or the desktop browser) and install Mobileuncle MTK Tools.
2.  Once installed, open up the app drawer on your device and tap on Mobileuncle MTK Tools to open it.  You should be prompted to provide root access to the app; tap on Grant.
3.  Tap on the Recovery Update option.
4.  The app will search and find the recovery.img file from your SD card.  Tap on the file to select it.
5.  Tap on OK on the next warning pop-up.
6.  Tap on OK to reboot into recovery mode.
Once your device reboots, you should have ClockworkMod Recovery installed on your Lava Iris 504Q.

Saturday, August 31, 2013

How to Install ClockworkMod Recovery on the Lenovo Thinkpad Tablet


The official version of ClockworkMod Recovery isn’t out, yet for the Lenovo Thinkpad Tablet, an unofficial version’s there to help you with your flashing tasks, though. If you’re just curious to know how well custom ROMs work on your device, this guide is going to be useful for you. Here we have compiled all the steps to install ClockworkMod Recovery on the Lenovo Thinkpad Tablet. Here you go:

I. Before You Begin:

1. Your device must be running on the Android ICS.
2. It must be rooted in order for the following procedure to work. You can root it from here.

II. Downloading Required Files:

1. ClockworkMod Recovery Image (It’s attached in the first post of the thread)

III. Installing ClockworkMod Recovery on the Lenovo Thinkpad Tablet:

1. Place both the files you downloaded to the Desktop.
2. Extract files from the Fastboot archive to your Desktop. You will get adb.exe along with some other files.
3. Enable USB debugging on your device. Head to Menu>>Settings>>Applications>>Development>>USB debugging, tick-mark the box.
4. Connect the device to your PC with the help of the USB cable.
5. Open a Command Prompt Window on your Desktop. To do so, press and hold the Shift button on your keyboard and right-click on any empty area on the screen, then choose Open command window here.
6. Enter following commands into the Command Prompt Window:
adb push recovery.img /mnt/sdcard/
adb shell
su
mount -o rw,remount /system
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.backup
dd if=/mnt/sdcard/recovery-<version>.img of=/dev/block/mmcblk0p1
7. Reboot your device and the procedure finishes here.
Awesome! You’ve successfully installed the ClockworkMod Recovery on your device, although it’s a ported version, it works fine!

Wednesday, February 20, 2013

How to Install ClockworkMod Recovery on the LG GT540 Optimus


The 1-click Recovery Flasher supports the LG GT540 Optimus, that means installing a custom recovery on your device is no longer a process consisting of complex steps and all that stuff. Just get the app and flash the recovery, that’s all. If you’ve never flashed any recovery and a bit nervous, no problem, we’ve a guide for you below. It shows how you can install ClockworkMod Recovery on the LG GT540 Optimus smartphone.

I. Before You Begin:

1. In order for the following process to work properly, you must have rooted your device. Check out our how to root the LG GT540 Optimus guide.
2. You should have a decent Internet connection to get the job done faster.

II. Downloading Required Files:

1. 1-click Recovery Flasher (Google Play Link)

III. Installing ClockworkMod Recovery on the LG GT540 Optimus:

1. Download and install the Recovery Flasher App on your device. It’s a 43k file, so shouldn’t take much time to download.
2. After the app is installed, open it from the Menu of your device.
3. From the main interface, choose CWM Recovery.
4. Tap on Flash button and it should begin downloading the recovery file.
5. As soon as the download is finished, it should ask you whether you really want to flash the recovery. Choose Yes.
6. It should take some time to flash the recovery.
7. You’re done now!
Congratulations! The app has successfully installed the ClockworkMod Recovery on your device. The custom ROMs you’ve been waiting for to get on your device are calling you, go grab them!
SOURCE:modaco

Tuesday, February 12, 2013

How to Install ClockworkMod Recovery on the LG Optimus T



The T-Mobile version of the LG Optimus supports the ClockworkMod Recovery allowing you to play with custom ROMs and tweaks just like you’re now playing with apps on your smartphone. A custom recovery has become an essential part of a rooted phone and if you haven’t yet installed it on your device, here’s how you can do it. The following guide shows you how you can install ClockworkMod Recovery on the LG Optimus T smartphone.

I. Before You Begin:

1. You must have rooted your device before doing this procedure. Please head to our How to Root the LG Optimus T procedure first, finish it, then return to this procedure and continue.
2. Make sure your device has at least 60% of battery life left.

II. Downloading Required Files:

1. Flash Image (Download link’s given in the second post)
2. Recovery Image (Download link’s given in the second post)
3. Terminal Emulator (Google Play Link)

III. Installing ClockworkMod Recovery on the LG Optimus T:

1. Download and place both the archives on your Desktop.
2. Install the Terminal Emulator App on your device from Google Play.
3. Extract files from both the archives to your Desktop. You should get a Recovery Image and a Flash Image file.
4. Connect the device to your PC using the USB cable.
5. Copy the Recovery Image and Flash Image files over to the root folder of your SD card.
6. Disconnect the device after the files have been copied to the device.
7. Launch the Terminal Emulator App on your device from the Menu.
8. Run the following command using the app:
su
9. It should ask for Superuser permission, tap the Allow button.
10. Now, run the following commands using the app. Press ENTER after each line:
mount -o remount,rw -t yaffs2 /dev/block/mtdblock1 /system
cat /sdcard/flash_image > /system/bin/flash_image
chmod 755 /system/bin/flash_image
mv /system/etc/install-recovery.sh /system/etc/install-recovery.sh.bak
(IMPORTANT NOTE - If you get an error on the line above such as "file does not exist" ignore the error and keep going.)
mount -o remount,ro -t yaffs2 /dev/block/mtdblock1 /system
flash_image recovery /sdcard/recovery-RA-GNM-OPT-T-test.img
reboot recovery
11. Your device should reboot into the ClockworkMod Recovery Mode.
Congrats! Your LG Optimus T now have the CWM Recovery installed on it and custom ROMs are just a few taps away from you!

Tuesday, January 29, 2013

How to Install ClockworkMod Recovery on the Sony Ericsson Xperia Neo V


                                    
Now that you have rooted your Xperia Neo V, the next logical step of course is flashing ClockworkMod Recovery to start trying all those custom ROMs available for the device.  Read on to know how to do this:

I.  Before You Begin

1.  This method works on the Xperia Neo V running Android 4.0.4.
2.  You need to be rooted for this procedure to work.  Read up our post here on how to do this before you proceed any further.

II.  Necessary Downloads

III.  Installing ClockworkMod Recovery on the Xperia Neo V

1.  Enable USB Debugging on your device. You can do this by heading to Settings > Applications > USB Debugging and checking the tickbox next to it.
2.  Connect your device to your Windows PC.
3.  Extract CWM-Install.rar to a folder on your desktop.
4.  From the extracted folder, run install-cwm1.cmd.
5.  Follow the on-screen instructions.
Once complete, your device will be running ClockworkMod Recovery v5.0.2.7-nAa-r2!!
All thanks go to nobodyAtall on XDA!!  Donate or at the least thank him if you think this helped you out!!