ASUS ZenFone Max M1

X00P

Status

Official

Maintainer

MD Raza (raza231198)

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.

DM-Verity

System modifications will prevent booting on stock kernel. You must install a kernel with dm-verity disabled or flash a disabler zip immediately after installing PBRP.

Loading builds...

Recovery Install

Use this method if you already have a custom recovery (PBRP/TWRP) installed.

  1. Download the latest PBRP zip file.
  2. Copy the zip file to your device storage (Internal, SD Card, or OTG).
  3. Boot into your current recovery.
  4. Navigate to Install.
  5. Select the PBRP zip file.
  6. Swipe to flash.
  7. Reboot to Recovery to verify installation.

Fastboot Install

Requirement: Bootloader must be unlocked. PC with ADB/Fastboot drivers required.

1. Enter Bootloader Mode

Reboot your device into bootloader/fastboot mode:

adb reboot bootloader

2. Install Recovery

Preferred: Temporarily boot the image:

fastboot boot pbrp.img

Once booted, flash the PBRP zip file from the Install menu to make it permanent.

Alternative: Flash directly (A-only devices):

fastboot flash recovery pbrp.img

3. Reboot

Important: Hold the Volume Up + Power buttons immediately after rebooting to prevent stock recovery restoration.

fastboot reboot

DD Install (Root)

Requires Root access. Place pbrp.img in /sdcard/.

su
dd if=/sdcard/pbrp.img of=/dev/block/bootdevice/by-name/recovery