Disclaimer
PBRP Team strives to provide a quality product. However, it is your decision to install our software on your device. PBRP Team takes no responsibility for any damage that may occur from installing or using PBRP.
Loading builds...
Recovery Install
Use this method if you already have a custom recovery (PBRP/TWRP) installed.
- Download the latest PBRP zip file.
- Copy the zip file to your device storage (Internal, SD Card, or OTG).
- Boot into your current recovery.
- Navigate to Install.
- Select the PBRP zip file.
- Swipe to flash.
- Reboot to Recovery to verify installation.
Fastboot Install (Vendor Boot)
Newer Devices: This device stores recovery in the vendor_boot partition (Android 12+ GKI).
1. Reboot to Bootloader:
adb reboot bootloader
2. Flash Recovery to Vendor Boot partition:
fastboot flash vendor_boot pbrp.img
3. Reboot to Recovery:
fastboot reboot recovery
Home