lodedvibes

Translate

» Android » How to flash a custom recovery (like CWM or TWRP) on Android

How to flash a custom recovery (like CWM or TWRP) on Android

Successlifefoundation
Add Comment
Android
Tuesday, 16 June 2015



<img src="http://i-cdn.phonearena.com/images/article/53914-image/How-to-flash-a-custom-recovery-like-CWM-or-TWRP-on-Android.jpg"

If you have decided to take a trip to the land of custom
ROMs and Android hacking in general, you’d need to take
one first step - flash (install) a custom recovery. In this
article, we explain what exactly is a ‘custom recovery’,
how you install it, and what are some popular solutions.

Let’s start with the fact that every phone ships with stock
recovery software. Stock recoveries vary slightly between
phone makers, but they are identical in their essence - they
allow you to manually flash official updates and clear your
phone’s cache. Sounds limited? It is, and that’s why custom
recoveries exist.

Custom recoveries that we’ll flash here replace the limited
stock ones, adding all sorts of functionality to your phone.
Flashing a custom recovery is often a key part of the
rooting process, but that is not its only use. Here is a short
summary of all that you can do with a custom recovery:

Create and restore a backup image - A backup image
makes a copy of all your phone settings, application and
app data. Such a backup copy is crucial if your hacking
experiments fail - in such cases, you can use the
created backup image to restore your phone to a fully
functional earlier state without losing any data.

Flash custom ROMs - custom ROMs can completely
overhaul the looks and functionality of an Android
smartphone, and usually they are the main reason for
first flashing a custom recovery.

How to flash a custom recovery

Now that you know what a custom recovery is and what
it does, it’s time to go through some popular names of
recovery software. ClockworkMod (shortened to CWM)
and Team Win’s Recovery Project (commonly referred to
as TWRP) are the two most popular solutions, and while
the two differ slightly, they both have the essential features
you need.

PRE-REQUISITES

USB drivers for your phone must be installed on a
computer. You can grab them from the official website
of the company that made the phone. Get the latest:

Samsung Android USB drivers here

HTC Android USB drivers (included in HTC Sync)
here
LG Android USB drivers here (go to “Software
updates” > Select your phone > Click on “Install USB
Drivers”)
Sony Android USB drivers here
Motorola Android USB drivers (included in Motorola
Device Manager) here

Android SDK must be installed on your computer.
You can download from the official Android developer
portal .

Download the latest version of either CWM or
TWRP (we prefer CWM, but both work equally
well). For CWM go to this website, find your device,
and download the image for it:
Download it here

For TWRP go to this website, click on “Get TWRP
for your device” and type you device's name to download
the image for it:
Download TWRP here

Your phone must be connected to your computer via
USB. If you get stuck at some point in the tutorial, a
common fix is to try disconnecting the phone and re-
connecting it again.

How to flash a custom recovery (like
CWM or TWRP) on Android

1. Enable USB debugging on your Android device.
Connect your phone to a computer via USB.


<></img>

2. Now, it’s time to open Command Prompt (terminal) and
get serious
Don’t worry, all you’d need to do is copy and paste some
code in it, it's not hard at all. To open the terminal in
Windows 7, hit the ‘Windows’ key, type ‘cmd’, and hit
Enter;
in Windows 8, you’d need to navigate to the new
Modern UI home panel, and just type in ‘cmd’ there.

Once you open the terminal, you need to change the folder
to Platform Tools in the Android SDK. Typically, it
looks something like this, but you have to find the exact path
where you installed the Android SDK on your computer:

C:/Android SDK/adt-bundle-windows-
x86_64-20131030/sdk/platform-tools/

To change the folder you just copy the above path (as it is
on your computer) and put ‘cd’ in front of it, so the whole
command would look like so:

cd C:/Android SDK/adt-bundle-windows-
x86_64-20131030/sdk/platform-tools/



<img src="http://i-cdn.phonearena.com/images/articles/114969-image/Now-its-time-to-open-Command-Prompt-terminal-and-get-serious.jpg"></img>

3. In the terminal

Enter the following:
adb devices
Make sure your device is listed.
Next, type in:
adb reboot bootloader
Wait for the phone to reboot in bootloader mode.

<img src="http://i-cdn.phonearena.com/images/articles/151305-image/In-the-terminal.jpg"></img>

4. Go to the platform-tools directory
Now, go to the platform-tools directory (a sub-directory
of the Android SDK), and open Command Prompt there
(you can do so by Shift + Right-click > Open Command
Prompt).

In the command line, enter the following:
fastboot devices
Make sure that your device is listed.

Finally, type in:
fastboot flash recovery FILE.IMG
Replace ‘FILE.IMG’ with the recovery you want to
flash.

We have given you links for CWM and TWRP at
the beginning of the article, but if you've missed them, you
would need to download them now from the following links:

Download CWM here

Download TWRP here
Here’s how that recovery file name typically looks (this is
the image for a Moto G):
cwm-6.0.4.6-MotoG4.4.img
cwm-6.0.4.7-MotoG-GPE-4.4.img
twrp-2.6.3.1-MotoG4.4.img

<img src="http://i-cdn.phonearena.com/images/articles/114968-image/Go-to-the-platform-tools-directory.jpg"></img>

IMPORTANT!
After you have flashed the recovery, it is crucial that you
you don't just reboot your device.

Go to ‘Recovery’ by
using volume down to scroll. Don’t scroll using the Volume
Up button! In this case, Volume Up serves as the ‘Select’
button.

Once you have gone to ‘Recovery’, only then press
the Volume Up to boot in recovery mode.

If you don't follow these instructions, your device will
simply re-flash the stock recovery, and you’d have to start
all over with the custom recovery flash process.

And voila, that’s it! You now have custom recovery flashed
on your phone, congrats!

<img src="http://i-cdn.phonearena.com/images/articles/114967-image/IMPORTANT.jpg"></img>

Note: You can use this how-to tutorial
guide to install custom recovery on phones
like the Samsung Galaxy S5, Galaxy S4,
Galaxy S III, Galaxy Note 3, Galaxy Note 2,
HTC One (M8), LG G3, LG G2, Moto X, Mot





We appreciate you for reading Gistpluse, but we think it will be better you like our facebook fanpage and also follow us on twitter below.
Follow @Nairalodge
Are you an artiste? Do you want your music to go viral and reach a large number of audience? Promote your music on GISTPLUSE by clicking here. You can also advertise your product or brand by clicking here.
Tweet
How to flash a custom recovery (like CWM or TWRP) on Android Title : How to flash a custom recovery (like CWM or TWRP) on Android
Description : <img src="http://i-cdn.phonearena.com/images/article/53914-image/How-to-flash-a-custom-recovery-like-CWM-or-TWRP-on-Android.jpg...
Rating : 5
Related Posts: Android

0 Response to "How to flash a custom recovery (like CWM or TWRP) on Android"

← Newer Post Older Post ⇒ Home
Subscribe to: Post Comments (Atom)
Powered by Blogger.

PLACE YOUR ADS HERE

Category

  • Android
  • blogging tips
  • cheat
  • money making
  • music
  • review
  • seo
  • smart phone
  • Sponsored Post
  • Wordpress tips

Facebook

Labels

  • Android
  • blogging tips
  • cheat
  • money making
  • music
  • review
  • seo
  • smart phone
  • Sponsored Post
  • Wordpress tips

Contact Form

Name

Email *

Message *

Like on Facebook

Random Posts

Flickr

Social Share

Events

Featured Posts

Videos

Recent Posts

Recent in Sports

Recent comments

Labels

Android (40) blogging tips (4) cheat (29) money making (3) music (1) review (5) seo (4) smart phone (13) Sponsored Post (1) Wordpress tips (3)

Trending Posts

  • How to Fix Google Play Store that is not Opening
    1. Clear the Google Play Store cache In most cases when the Play Store's faltering, you just need to empty the app's cache. This is ...
  • Download Updated Version of Psiphon Handler and enjoy Etisalat Smartpak with new settings
    Am pretty sure that most of us are familiar with Psiphon handler. Either using it for Mtn bblite sub or using it for the Etisalat Unlimited ...
  • New Tecno Phantom 5: Review and full Specification
    New Tecno Phantom 5: Review and full Specification The Tecno Phantom 5 , launched 16th of September is a the ultra-modern clever mobile via ...
  • Promoting Negative Images Of Disability Is a Form Of Discrimination By Gbubemi Adeneye(Part One)
    Hełlo, I'm Gbubemi Adeneye (Ms.), an amputee & Yes, I have lived all my life being physically different, so i guess I can confide...
  • How to use Etisalat Chatpack, 2go Mb and Mtn Bis with HTTP INJECTOR
    It not a new thing that Etisalat chatPack Have Stop Working on Psiphon.. Read More Details Here … Today, I bring you another Coolest way to ...
  • How To Root Infinix Hot 2 X510 Without PC
    Infinix Hot 2 Popularly referred to as “InfinixHottestOne”  this trending device has been in stores for a long time. Lots of people own th...
  • [Music] Josiah Smiles - Glory Hallelujah
    The word "Apa n'la" is a Yoruba word and its meaning in English is "The Mighty Hand" When we look at all of Gods ...
  • How To Get Google Adsense Approval in 2015
    You will agree with me that Google Adsense is the highest paying advertising network and the most common way for bloggers to make money on...
  • Specifications of InfinixBig6 Infinix Note 2 with leaked photos of Infinix X600
    We all can’t wait after reading the official announcement of Infinix Mobility about their new flagship device coming to stores near you on...
  • Solution to Etisalat Social Me not working Again
    Hello Guys, It been a While I Posted on My blog.&nbsp; It because i Have been busy all this while, Anyway I am still going to do my best...

Games

Blogs We Read

Labels

  • Android
  • blogging tips
  • cheat
  • money making
  • music
  • review
  • seo
  • smart phone
  • Sponsored Post
  • Wordpress tips
Copyright 2016 lodedvibes - All Rights Reserved