PBRP Flashing Guide:

PBRP Flashing Guide:

Sai Krishna ➹

Flashing From Custom Recovery:
• Boot into your existing custom recovery
• Click on "Install," locate the PBRP Zip file on your storage, tap to select, and swipe to flash.
• Wait for the process to complete.
• Return to the home screen, tap "Reboot," and select "Recovery" to boot into the new recovery with fixed Android 14 decryption for hardware-backed ROMs.

Flashing From Windows:
• Download and install usb adb driver from here.
• Download adb/fastboot platform tools from here.
• Download and Extract The PBRP Zip File onto your PC
• After Extracting,you will see folder called twrp . grab recovery.img files to the outside
• Reboot your phone into fastboot mode via pressing power key and volume– key and connect to the PC
• Open Terminal/cmd and use commands
- fastboot devices
- fastboot flash recovery twrp.img
- fastboot reboot recovery
• Enjoy your recovery


Flashing From Linux:
• Install drivers and adb/fastboot platform tools with commands:
– For Debian-based linux: sudo apt-get install android-tools-adb
– For Fedora/SUSE-based linux: sudo yum install android-tools
– For Arch-based linux: sudo pacman -S android-tools

• Download PBRP and put it to home folder (/home/(username) | ~/).
• Enter in terminal cd ~/ command.
• Reboot your phone into fastboot mode via pressing power key and volume– key.
• Connect your phone to PC via USB cabel.
• Enter sudo fastboot devices command, make sure that your phone in attached list.
• Enter sudo fastboot flash recovery recovery.img command to flash TWRP.
• Enter sudo fastboot reboot recovery command to reboot into PBRP .


Flashing from MacOS:
• Download adb/fastboot platform tools from here.
• Unpack adb/fastboot platform tools to adb folder.
• Download PBRP and put it to adb folder.
• Go to adb folder using the terminal.
• Reboot your phone into fastboot mode via pressing power key and volume– key.
• Connect your phone to PC via USB cabel.
• Enter ./fastboot devices command, make sure that your phone in attached list.
• Enter ./fastboot flash recovery recovery.img command to flash PBRP.
• Enter ./fastboot reboot recovery command to reboot into PBRP.

Report Page