RECOVERY MODE Android Term What and how?

Recovery is a runtime environment that’s on a separate partition from the main Android OS on all Android devices. You want to enter into Recovery mode If your device is not well or you want to root your device or Simply update your Android versions. A combination of key presses (or instructions from a command line) will boot your phone to recovery, where you can Repair or update to official OS. RECOVERY MODE Android Term What and how?

This is a special article for my friend to understand him the Recovery mode and it’s use. This will be helpful for all who need it, who want to fix their phones themself. This guide will help on Using Android Default recovery mode. If you had flashed custom recovery image such as Clockworkmod Recovery (CWMR) or Team Win Recovery Project (TWRP) this will overwrite the stock default Android System Recovery.

Check: Update Your Samsung Android Versions

How to get into Recovery mode?

First Switch off your Device.
It varies with your Android Devices. Generally Bellow the process are:
  • Simultaneously hold the Power Button + Volume Up buttons.
  • simultaneously holding the Power Button + Volume Up + Volume Down buttons
  • Press and hold the Power key, the Volume up key, and the Home button together.
  • Pressing and Holding Power key And Just press Volume key once
  • Press and hold the Volume down key and the Power key.

Also From ADB Command

We will be posting about ADB Method
Quick Tips:
 Need Android Studio (Android SDK)  Installed on your Device. Enable debug mode Run The Following Command on cmd Opened in C:UsersSagarAppDataLocalAndroidsdkplatform-tools Path Replace (sagar with ur User name)
  • adb reboot recovery

Recovery Menu Options

After you enter To Recovery Mode You will Find These Options. IT Varies With your Device But These are Standard Always need to be. Here Touch is not gone be working.
Vol Key control up down and Power Key works as Enter. (Different with Different Device)
********************
reboot system now
apply update from ADB
wipe data/factory reset
wipe cache partition
********************
Reboot system now: This will restart the device normally.
Apply update from ADB: The ADB allows you to plug your device into your PC and issue commands from there. It’s designed for developers and requires you to install the Android SDK (software development kit). We will Be Posting a detail about Apply Update From ADB
Quick Tips:
Usb Driver that support your device
Need Firmware(Official Os) Or Simply Rom For Your Device, A .zip file
and Obviously Android SDK installed.
Run Cmd in platform-tools as instructed above.
  • Select Apply Update From ADB. (Remember USB Debugging mode must be enable) Connect you Phone using USB Cable. Then Run
  • adb sideload <path to update.zip> (For Easyness Just Copy that fine in platform-tools folder so adb sideload filename.zip can be used.
Wipe data/factory reset: This will wipe all of your data (photos, videos, music, apps, everything) and return the phone to factory conditions ready to be setup all over again. It will also wipe the cache partition
Wipe cache partition: This is temporary system data, largely related to app installations and you can delete it without losing any personal data or settings. Wiping the /cache partition is one common way of fixing a bootloop.
Article About custom recovery image such as Clockworkmod Recovery (CWMR) or Team Win Recovery Project (TWRP) Will be Posted Leter.
Give Us Some Feedbacks
RECOVERY MODE Android Term What and how?

Thanks Shagar Subedi  http://www.sagarsubedi.com.np for requesting this article hope you know something from it.