*How to flash TWRP/PBRP recovery?
Turn on USB Debugging from Developer Option Connect your device with usb cable and select File Transfer. Go to Platform Tool folder and open cmd.exe
> adb device
(if successfully connect you device with adb then okay)
> adb reboot bootloader
(your phone will boot into bootloader)
> fastboot devices
(if successfully connect you device with fastboot then okay.)
> fastboot -w
> fastboot erase userdata
> fastboot --disable-verification flash vbmeta vbmeta.img
> fastboot flash recovery filename.img
> fastboot reboot bootloader
> fastboot reboot recovery.
Note : Keep it on your mind, Custom recovery Isn't permanent for stock realme rom. If u flash custom recovery while you're in stock realme rom, after reboot into system; stock recovery will restore again.
Done ✅
Comments
Post a Comment