- This topic has 47 replies, 29 voices, and was last updated 4 years ago by v2rone1.
-
AuthorPosts
-
May 9, 2016 at 2:51 PM #3506shibaa987Moderator
Here is a simple Step By Step guide explaining How to Install TWRP Recovery on any Android device using Fastboot. There are many ways by which you can install TWRP on your phone or tablet out of which flashing the TWRP using fastboot is one such method.
If you are a beginner to these things like the TWRP or fastboot then I will tell you in simple words that the fasboot is a utility provided by Google to deal with fastboot ot bootloader mode on an Android device. Android has many partitions as a complete System, such as: Boot partition, Recovery partition, System partition, Cache partition, Userdata partition etc. Basically this fastboot mode is used to update these partitions manually. Here we are going to use fastboot to flash the TWRP Custom Recovery or install a GCam on an Android phone or tablet. Basically TWRP is a customized Android recovery available for many but not all Android devices.
DISCLAIMER:
Installing TWRP custom recovery may require your Android’s bootloader to be unlocked and may VOID your warranty and may delete all your data. Before proceeding further you may consider backup your all data. You are the only person doing changes to your phone and I cannot be held responsible for the mistakes done by you. Neither the developer nor we can be held responsible for any disaster that happens to your device.REQUIRED LINKS AND DOWNLOADS TO INSTALL TWRP ON ANDROID PHONE OR TABLET USING FASTBOOT:
- Unlocked bootloader on your Android. Here is a Bootloader unlock guide which may help for your device.
- ADB and Fastboot installed on your PC or MAC.
– 15 Seconds ADB Installer for Windows
– Minimal ADB and Fastboot for Windows
– ADB Fastboot Installation guide for Linux and MAC - TWRP image for your device.
- Enough battery backup. (More than 60% of battery charge will be good enough)
- A PC with USB driver installed for your Android.
HOW TO INSTALL TWRP RECOVERY ON ANDROID USING FASTBOOT:
- Download the TWRP recovery image to be installed on your Android. Make sure that the TWRP recovery is meant for your Android device ONLY.
- Enable USB Debugging under Developer Options. If you don’t know how to do this then here is How to Enable Developer Options and How to Enable USB Debugging under Developer Options.
- Install ADB and Fastboot utility on your PC or MAC. Follow the appropriate guide to install Fastboot according to the OS that you use:
15 Seconds ADB Installer or Minimal ADB and Fastboot for Windows
ADB Fastboot Installation guide for Linux and MAC. - Go to the directory where you have downloaded the TWRP image file and then open the command console or termianl on this directory on your PC. To open a command window on Windows OS in the current directory, press shift + Right Click anywhere on Windows explorer, or some folder. Then on the menu opened, just press the “w” key on the keyboard or select “Open command window here” to open a command window.
- Now connect your Android to the PC using a USB cable.
- Know if you have a A-only device or an AB device. Execute the following ADB command to know that:
getprop ro.build.ab_update
If the returned value is true then your phone is an AB device. If it is empty it is an A-only device. - Enter the following command on the command window opened:
adb reboot bootloader
to put your Android into bootloader mode where you can flash/install the TWRP recovery.
If your Android device asks permission such as “Allow USB debugging” then just tap on OK to proceed. - If you have an A-only device, then execute the following command on the console:
fastboot flash recovery twrp-3.0.x.x-xxx.img
If you have an AB device, then execute the following command:
fastboot flash boot twrp-3.0.x.x-xxx.img
If you have a Huawei phone running on an Android version > 8.0 (Oreo or later) then use the below command:
fastboot flash recovery_ramdisk twrp-3.0.x.x-xxx.img
While executing this command make sure to replace the twrp-3.0.x.x-xxx.img with the actual file name of the TWRP that you have downloaded for your Android phone.
- Wait for the TWRP to be flashed. Once it is done execute the following command:
fastboot reboot
on the command console and VOILA, your Android is now installed with TWRP recovery.
After executing all above steps in order, your Android will have the TWRP installed. If you want some more TWRP guides, like: how to wipe data or other partitions using TWRP or how to take backup using TWRP then the following links will help you:
– How to wipe Android partitions using TWRP
– How to take NANDROID backup using TWRPIf you have any concerns while installing TWRP on your Android then just login and reply back on this thread to get instant help.
? Google Camera APK | Mod APKOctober 4, 2016 at 1:05 AM #8140areen sahuMemberI cant find the TWRP image for SAmsung Galaxy S dous 2
October 4, 2016 at 4:57 PM #8156shibaa987ModeratorHello Areen, Can you try the TWRP link provided in the following link for S DUOS 2: Galaxy S DUOS 2 CM14.1 (CyanogenMod 14.1)
? Google Camera APK | Mod APKNovember 11, 2016 at 4:38 PM #9185Luka RusecMemberMy phone is stuck at downloading mode
“downloading do not turn off target” any help?November 11, 2016 at 5:00 PM #9186Luka RusecMemberMy phone is stuck at downloading do not turn off target.
HelppNovember 13, 2016 at 1:40 AM #9212shibaa987ModeratorHi Luka, can you just tell in which phone you are trying to flash what, so that I can help you more to solve your problem. :)
? Google Camera APK | Mod APKFebruary 3, 2017 at 5:46 PM #12306blukiixMemberI stuck at step 7. My s4 is not downloading anything.
I’m trying to flash twrp-3.0.2-0-jfltexx.imgFebruary 6, 2017 at 12:52 PM #12397shibaa987ModeratorHi blukiix, is the bootloader unlocked on your Galaxy S4 ?? If it is not bootloader unlocked then this guide will not work for you.
Please download the twrp-3.0.2-0-jfltexx.img.tar file from https://dl.twrp.me/jfltexx/ and follow the below guide:
Flash TWRP using ODIN for Samsung phonesThe ODIN flashing guide only works for .tar or .tar.md5 files.
To flash .img file on a Samsung phone or any phone, the bootloader must be unlocked on the phone.
? Google Camera APK | Mod APKFebruary 7, 2017 at 8:28 PM #12472RaseLMemberit is very usefull…….
March 6, 2017 at 2:46 PM #14524amon79MemberHello
I have a problem….
Io Have a tablet nordvision….
Is blocked a Bootloop nordvision a start…
I try a recovery with fastboot….
But nothing… Please help me
I try anything…. -
AuthorPosts
- You must be logged in to reply to this topic.