Home » » Download and Install TWRP Recovery 3.3.0-0 on Android

Download and Install TWRP Recovery 3.3.0-0 on Android

Posted by Droid Tech Media on Sunday, May 12, 2019

Released back in 2011, TWRP was intended to compete with Clockworkmod Recovery, which was the best available at the time. Over the years, the custom recovery has matured and has plummeted to the top, with it now supporting over 50 different OEMs, with timely updates like no other recovery. It was fun to see how a little project turned into something so mainstream that we cannot imagine our lives without its existence now. In this article, we will be going over a brief discussion on what TWRP really is, talk about a few of its highlighting features, and lastly describe in detail a few ways to install it on your very own Android device.

TWRP or TeamWin Recovery Project is now available and is the golden standard for a variety of devices in the development world. It is the go-to recovery for every flashaholic. What sets TWRP apart from the other recoveries available is the design, interface and the many features that it comes bundled in with. TWRP was one of the first recoveries to boast a completely touch-operable interface, which made flashing ROMs and other ZIPs a hell of a lot easier. Below are a few of the highlighting features of the TWRP Recovery that you may cherish once installed as well.

Download and Install TWRP Recovery 3.3.0-0 on Android

TWRP Features

  • Take backups as you prefer, for every partition of your system, or a complete Nandroid backup for a fail-proof rollback guarantee if anything were to go wrong.
  • Change the brightness of the recovery mode, useful for those who install custom zips all day, and all night!
  • Every TWRP variant comes with a Swipe to confirm the flash operation, which cuts down on many accidental flashes.
  • Using the advanced Wipe menu, you can choose to wipe on the partitions you prefer or go with a complete factory reset.
  • You’ll be able to individually mount your partitions, and even go with an external USB device if you have the OTG cable for it.
  • There is a built-in file manager if you’d like to quickly change locations of a few zips or just check upon them.
  • You can easily fix the root permissions by tapping on the Fix Permissions button in the Advanced tab. This reduces the need for a complete reboot of the recovery to fix the issue itself.
  • There is a built-in Terminal Command window, allowing users to go berserk within the recovery itself.
  • Lastly, a one-tap ADB Sideload mode allows you to grant the system access to the fastboot status, and flash over a connection from your computer.

Phew! Those are indeed quite a long list of boastful features that make TWRP truly stand out of the crowd. Best yet, all these are available to choose from a stylized menu which is easy to get used to. Now that we’ve talked about a few of its features, let’s go on to seeing what the latest version of TWRP is, and how you may install it on your device.

Current Latest TWRP Version: TWRP 3.3.0-0

TWRP Changelogs

TWRP 3.3.0-0 ⌈NEW⌋

Date of release: April 15, 2019

* Merge AOSP 9.0 r3 (Dees_Troy)* Use ANDROID_ROOT variable instead of hard coding to /system (CaptainThrowback)* Decrypt FBE on 9.0 and metadata decrypt (Dees_Troy)* vold decrypt updates (CaptainThrowback and nijel8)* Support vibration on LED class devices (notsyncing)* Metadata decrypt support for Pixel 3 (Dees_Troy)* Support rotating the display via build flag (vladimiroltean)* Reboot to EDL mode button (mauronofrio)* Support MTP on FFS devices (bigbiff)* Update FDE decrypt to support keymaster 3 and 4 (Dees_Troy)* Detect mkfs.f2fs version to properly format on f2fs partitions (Dees_Troy)* Allow TWRP to use md5 and sha256 checksums for zip installs (bigbiff)* TWRP can use /data/cache/recovery and /persist/cache/recovery on AB devices with no cache partition (bigbiff)* Switch part of advanced menus in TWRP to use a listbox of options (Dees_Troy)* Use magiskboot to allow repacking boot images for installing TWRP (Dees_Troy with thanks to topjohnwu of course)

TWRP 3.2.3-0

Date of release: August 6, 2018

* Fix automatic installing of OTA zips on encrypted devices* Remove SuperSU from TWRP* Support both md5 and md5sum file extensions when doing MD5 checking for zip files

TWRP 3.2.2-0

Date of release: July 1, 2018

* adb backup fixes* OTA style update zips will now install automatically without prompting for decrypt* minor tweaks to handling date/time on Qualcomm devices* updates to some language translations

Install TWRP 3.3.0-0 Recovery on Android using Fastboot

This method is the one most people opt-in for, since it writes the recovery to the partition of your phone permanently, and you can easily boot into it at any later date on command. This method requires a PC with the latest ADB and Fastboot installed with all the optimal drivers, and a data transfer cable.

Prerequisites

  • Make sure you have an Android device with an unlocked bootloader.
  • You’ll need ADB and Fastboot installed on a Windows PC with all the required drivers.
  • Ensure your device at least has 60% battery before beginning the process, to avoid any unforeseen shutdowns in the middle of the process.
  • Download the latest TWRP 3.3.0-0 Recovery by heading over to this page, scrolling down and finding your supported device, with the latest recovery version available.

Instructions:

  1. Download the latest TWRP 3.3.0-0 Recovery and transfer it into the same folder as your ADB and Fastboot directories. Rename this file to something simpler like recovery.img for convenience.
  2. Right-click your mouse while holding down the shift key, and from the menu select Open Command Prompt to launch a terminal.
  3. Now, boot your Android device into the fastboot mode (usually done by holding down the Power and Volume Up keys simultaneously).
  4. Connect it to your PC, and type in the following command to confirm the connection :
    fastboot devices
  5. If everything’s fine, you should see your device connected in Fastboot mode with a serial identifier next to it.
  6. Now, proceed with installing the recovery using the following command :
    fastboot flash recovery recovery.img

    (Replace the filename with what you have saved)

  7. For devices with an A/B Partition, you can’t flash the recovery to the system partition permanently. You will have to manually boot into the recovery every time you want to use it. For that, enter the following command :
    fastboot boot recovery.img

    (Replace the filename with what you have saved)

  8. Once done, type in the following command to boot directly into the recovery mode :
    adb reboot recovery

Install TWRP 3.3.0-0 Recovery on Android using TWRP Recovery

This method is the fastest one and is the one recommended if you simply want to update from an existing TWRP Recovery. For this, ensure you have a stable build of TWRP running on your phone as well as the target update file.

  1. Download the latest TWRP 3.3.0-0 Recovery and transfer it to the root of your internal storage.
  2. Boot your device in the recovery mode (usually done by holding down the Power and Volume Down keys simultaneously).
  3. Navigate to Install, and select Install Image from the options below.
  4. You should see all compatible image files available on your device, and your target recovery file should show up there too.
  5. Tap on it, and swipe to confirm the flash.
  6. You can reboot to the newly updated recovery by heading over to the Reboot menu, and tapping on Recovery.

That’s all folks! We hope you’ve successfully flashed and updated to the latest TWRP recovery available using our guide! If you have any queries regarding the guide, do let us know down  below, we’d be glad to help!




0 comments:

Post a Comment

Popular Posts

Blog Archive

.comment-content a {display: none;}