20-09-2021, 03:34 PM
Last edit by techinbermudas
![[Image: twrp.webp]](https://techinbermudas.com/forum/images/posts/twrp.webp)
Team Win Recovery Project 3.x, or twrp3 for short, is a custom recovery built with ease of use and customization in mind. Its a fully touch driven user interface no more volume rocker or power buttons to mash. The GUI is also fully XML driven and completely theme-able. You can change just about every aspect of the look and feel.
Code:
#include <std_disclaimer.h>
/*
*
* We are not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at us for messing up your device, we will laugh at you.
*
*/
Galaxy S20 FE 5G G7810, G781B, G781N, G781U, G781U1, G981W and G780G (4G).
STEP BY STEP HOW TO FLASH TWRP:
- Unlock your bootloader;
- Download S20FE Lite: r8q (download button).
- Reboot to download mode and flash vbmeta_disabled.tar (attachment) in AP slot and reboot. Device will reboot to stock recovery mode prompting you to wipe data so wipe data and reboot to download mode again.
- Put the TWRP tar for your device with Odin in the AP slot and click start.
- Reboot to recovery via recovery key combo.
- Disable encryption: Flash the file (attachment)
Or:
Go to Advanced > Terminal, type:If vendor complain about free space left on device, will attempt to resize vendor. and it ask to - Run multidisabler again! Type:Code:multidisabler
again. will see - Finished. when done.Code:multidisabler
- Go back to Wipe > Format Data > typeCode:
yes
- Reboot to recovery.
- Flash Magisk in TWRP;
- Reboot to system, Enjoy.
![[Image: download.png]](https://techinbermudas.com/forum/images/posts/download.png)
![[Image: adb.png]](https://techinbermudas.com/forum/images/posts/adb.png)