TWRP RECOVERY
An essential tool for anybody that loves to modify their Android device is a good custom recovery.Install twrp
Let’s start by downloading TWRP for your device.find your device's board name from Device list down below. then go to this link and find your twrp recovery image for your device.
Enable Usb debugging1. go to settings
2.go to about phone
3.tap 5-7times on Miui version
4.if this text popped up-"you are now a developer" then you are done here.
install Adb and fastboot driver
download minimal adb drivers to your pc . then install it to any folder.Download and then lauch minimal adb driver and minimize it.
Follow these final steps!
- open the folder of twrp amd then copy it to minimal adb installation file and rename it to twrp.img
- now connect the device to pc via usb usb cable.
- open the minimized adb driver/cmd promt. and type "fastboot devices"
- if the device is connected then type fasboot flash recovery twrp.img
And after 20-30sec your device will be boot to twrp recovery mood.