Unofficial TWRP by afaneh92

63
0

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.

#include <std_disclaimer.h>
/*
 * Your warranty is void.
 *
 * I am 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 me for messing up your device, I will laugh at you.
 */

STEP BY STEP HOW TO FLASH TWRP:

1. Unlock your bootloader.
2. Download TWRP from the button bellow;
3. Reboot to download mode
4. Put the TWRP TAR for your device with Odin in the AP slot, vbmeta_disabled_R.tar in USERDATA slot and click start.
5. Reboot to recovery via recovery key combo (Vol up + power + USB connected).
6. Disable encryption:
- Go to Advanced > Terminal, type: multidisabler.​
- Type: multidisabler again. will see  - Finished. when done.​
- If not done use dr.ketans rom for now​
- Go back to Wipe > Format Data > type yes.​
- Reboot to recovery.​
7. Flash magisk apk in twrp.
8. Reboot to system, Enjoy.

Sources/Credits:

Kernel tree - Stock kernel for now
Device tree - Private until stable relase

Thanks to:
- TWRP team;
- ianmacd for multidisabler;
- dr.ketan for support;
- Donators - Link;

Leave a Reply