Skip to main content

OnePlus 9 Pro

Prerequisites

info

The firmware for this device is included with the ROM.

Instructions when coming from OOS

  1. Open CMD and cd into the directory with the files. (DO NOT USE POWERSHELL!)
  2. Reboot your device into fastboot with adb reboot fastboot if you're in system or fastboot reboot fastboot if you're in the bootloader or recovery.
note

You can also boot into fastboot using the button combination

  1. Verify your device is detected by running fastboot devices on CMD and flash the downloaded images using the following commands:
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_boot vendor_boot.img
info

If your device isn't detected when in fastboot download the Google OEM Drivers and follow the instructions here.

  1. Reboot your phone into recovery mode, click "Install Update" -> "ADB Sideload".
  2. Sideload nameless using adb sideload Nameless-AOSP_xxx.zip.
info

Once you see a back arrow at the top left corner of your recovery the sideload is completed. Progress on your pc will stop at around 47%. This is normal behaviour.

  1. Click back arrow, then click "Factory reset" -> "Format data/factory reset" -> "Format data"
  2. After the format is completed, click the back arrow and then click "Reboot to system".

Instructions when coming from a custom ROM

  1. Boot into recovery using adb reboot recovery if you're on system and fastboot reboot recovery if you're on fastboot or bootloader.
  2. Sideload nameless using adb sideload Nameless-AOSP_xxx.zip.
info

Once you see a back arrow at the top left corner of your recovery the sideload is completed. Progress on your pc will stop at around 47%. This is normal behaviour.

  1. Click back arrow, then click "Factory reset" -> "Format data/factory reset" -> "Format data"
  2. After the format is completed, click the back arrow and then click "Reboot to system".