Unofficial TWRP by wzsx150

53
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:

Make sure you have your Bootloader unlocked;
Download a TWRP from your choice;
Reboot your phone into fastboot mode;
(Power Off your phone, turn it on with Power and Vol+ for a few secs)
Connect the Smartphone to a PC/Laptop;
Place the TWRP .img file on the adb folder
Open a prompt command there and type
fastboot boot *name-twrp*.img
(where you replace twrp for the twrp file name)
That will reboot your phone and boot into TWRP;

Leave a Reply