What is Recovery and How to Install Custom Recoveries ?

What is custom recovery android?
   Custom recoveries often have the ability to create and restore device backups. Custom recoveries allow you to install custom ROMs. ClockworkMod even offers a “ROM Manager” app that allows you to access many of these features from a running Android system — this app requires a custom recovery installed to function.For Installing custom recovery you Need to Root your Device First. There are many types of custom recoveries available for Android devices like TWRP - (Team Win REcovery Project) , Clockworkmod , Carliv and many more Unofficial Recoveries. We Need Custom Recoveries because Recovery that comes with stock ROM don't have capability to Install UNSIGNED .zip , .img etc.


      First of all You need to Install ADB tools from Android SDK on Windows , Ubantu or Linux. There are some alternatives setup's available for Installing those ADB tools without installing whole Android SDK.
(I'll be Posting Links at the last of the Page for All Required Tools)
 > You can use below command to flash Recovery after installing Android SDK or ADB drivers.

First Unlock Bootloader (If Locked) :-


 > fastboot oem unlock

Flash Recovery :-

>  adb reboot bootloader
fastboot flash recovery (recoveryname).img

Reboot into Recovery :-

> adb reboot recovery


Usefull tools :-

adb :- https://drive.google.com/file/d/0B0MKgCbUM0itNVB1elljU2NPR0k/view

androidSDK :- https://developer.android.com/studio/index.html?hl=eo

androidNDK(for Advance Devs) :- https://developer.android.com/ndk/index.html


Stay Tuned for More Awesome Posts.

To Like Our Facebook Page > NewAgeInformers 
To Subscribe Our Youtube Channel > Wolfpack






Comments