Installing TWRP Recovery

TWRP is an open-source custom recovery image for Android Devices. Unlike most stock Recoveries it provide an easy touchscreen based interface that helps users to install third-party firmware, flash custom roms, backup the current system etc which are usually unsupported by stock recoveries. Steps to install TWRP Recovery: 1. Download TWRP img file. Click Here to Download 2. Copy the downloaded file "recovery-20181012.img" to your desktop. 3. On your Windows PC with ADB enabled, open a command window in the platform tools folder. Click here to know about installing ADB and opening a command window 4. Power Off your Smartphone. 5. Enter Fastboot Mode by holding the Volume Down button and the Power Button at the same time. 6. Connect your smartphone to your computer using the USB cable. 7. On the command window opened during the Step 1 ent...