How to Flash a Custom Recovery (TWRP or CWM) on Android Smartphone.
Tuesday, August 30, 2016
Add Comment
How to Flash a Custom Recovery (TWRP or CWM) on Android Smartphone.
Flash a Custom Recovery (TWRP or CWM). This guide we will explain to you how to install or flash a custom recovery like TWRP or CWM on Android device. Custom Recovery used to flash/install a custom ROM's or Recovery image to your device.
If you install a custom recovery to your Android device you can do something on your device, such as ;
- Install / Flash custom ROMs.
- Create and restore a backup image.
To install a custom Recovery on your Android phones, You have to unlock the bootloader first.
This method below work on the most Android phone, such as ;
This method below work on the most Android phone, such as ;
- Samsung Galaxy S III
- Samsung Galaxy S4
- Samsung Galaxy Note 3
- Samsung Galaxy Note 2
- Samsung Galaxy S5
- HTC One (M8),
- LG G3,
- LG G2,
- Moto X,
- Moto G,
- Sony Xperia Z1,
- Sony Xperia Z2, etc.
Guide to Flash Custom Recovery.
- Download and install a USB Driver for your Android phone, find this driver on the official website of the company that made the phone. Below is recommend a link to the latest driver for your phone.
- Motorola (https://motorola-global-portal.custhelp.com/app/answers/detail/a_id/88481)
- Sony (https://developer.sony.com/develop/drivers/)
- LG (https://www.lg.com/us/support/solutions?superCategoryId=CT10000003&categoryId=CT10000027)
- Go to Software updates -> Select your phone -> Click on Install USB Drivers
- Samsung (https://www.samsung.com/us/support/downloads/)
- HTC
- Download and Install Android SDK on your computer. download it from (https://developer.android.com/studio?hl=sk)
- Download the latest custom recovery.
- TWRP
- Go to the website,
- Then click Get TWRP for your device
- Now, type your device's name to download the image.
- CWM
- Go to the website,
- Then click Get CWM for your device
- Now, type your device's name to download the image.
- Enable USB debugging on your device. How to do it?
- Now, connect your Android phone to the computer via USB cable.
- Then, open command prompt, just press windows key on the keyboard, then type cmd, then press enter.
- Once command prompt window open, change directory to the place where Android SDK installed. for example, the Android SDK installed on ;
- Now, type the following command in command prompt.
- adb devices
- Make sure your device is listed, then type ;
- adb reboot bootloader
- Wait for the phone to reboot in bootloader mode.
- Now, go to the platform-tools directory (a sub-directory of the Android SDK), Then open Command Prompt there, How to do it?
- Press and hold Shift + Right-click
- Then select Open Command Window here
- Now, type the following command in command prompt again
- fastboot devices
- Make sure your device is listed, then type ;
- fastboot flash recovery FILE.IMG
- Replace ‘FILE.IMG’ with the recovery you want to flash
- Wait, once flashing process complete, don't reboot your Android device manually.
- You must go to ‘Recovery’ by using volume down to scroll. Don’t scroll using the Volume Up button.
- Volume UP button used to confirm your selection.
- Once you have gone to ‘Recovery’, only then press the Volume Up to boot in recovery mode.
0 Response to "How to Flash a Custom Recovery (TWRP or CWM) on Android Smartphone."
Post a Comment