ASUS ZenFone Max M1

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 PBPR.

Status:

Support Status: Current

Maintainer: MD Raza (raza231198)

Code Name: X00P

Device Tree / files

Support thread on xda-developers

This device uses dm-verity!

This means that swiping to allow system modifications will prevent you from being able to boot if you are using the stock kernel. In order to bypass dm-verity's boot prevention, you will have to install a kernel that has dm-verity disabled in the fstab.

Loading downloads...
PBRP Install (Requires PBRP or TWRP 2.8.4 or higher already installed):

If you already have PBRP or compatible custom recovery installed, you can directly install the new PBRP version using the zip file method.

Installation Steps:

  1. Download the latest PBRP zip file: PBRP-*.zip
  2. Copy the zip file to your device storage (internal storage, SD card, or USB OTG)
  3. Boot to your current PBRP/TWRP recovery
  4. Navigate to Install
  5. Browse to the PBRP zip file you downloaded
  6. Swipe to flash the installation
  7. Reboot to recovery to verify PBRP is installed

File Format: PBRP-*.zip

This method automatically handles partition configurations, A/B slots, and other device-specific requirements, making it the most reliable installation method when you already have custom recovery access.

Fastboot Install Method (No Root Required):

You will need the platform-tools from the Android SDK on your computer. Download the platform-tools as per your operating system.

Windows users will need proper drivers installed on their computer. You can try the simple FWUL adb/fastboot ISO or the Naked ADB drivers or the Universal ADB drivers if you don't already have a working driver installed

On your device, go into Settings -> About and find the Build Number and tap on it 7 times to enable developer settings. Press back and go into Developer Options and enable USB debugging. From your computer, open a command prompt and type:

adb reboot bootloader

You should now be in fastboot mode.

Download both the PBRP zip file (PBRP-*.zip) and image file (.img). Copy the image file into the same folder as your platform-tools and rename it to pbrp.img.

Preferred Installation Method:

Temporarily boot the downloaded image using the following command:

fastboot boot pbrp.img

Once booted into PBRP, copy the PBRP zip file to your device storage (internal storage, SD card, or USB OTG). Then navigate to Install -> Browse to your zip file -> Swipe to flash. This will permanently install PBRP to your device.

Alternative Method (Direct Flash):

If the preferred method doesn't work, you can flash directly:

fastboot flash recovery pbrp.img

fastboot reboot

Note: Many devices will replace your custom recovery automatically during first boot. To prevent this, use Google to find the proper key combo to enter recovery. After typing fastboot reboot, hold the key combo and boot to PBRP. Once PBRP is booted, PBRP will patch the stock ROM to prevent the stock ROM from replacing PBRP. If you don't follow this step, you will have to repeat the install.

dd Install Method (Requires Root):

Download the latest zip file (.zip) from the download link above. Extract the zip. Place the image file (.img) in the root of your /sdcard folder and rename it to pbrp.img. Run the following commands via adb shell or a terminal emulator app:

su

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