Skip to main content

OnePlus 9R

Prerequisites

danger

This device needs OOS14 firmware for Nameless 14 builds, OOS13.1 for legacy builds

Instructions when coming from Stock

warning

Make sure you're on the latest compatible firmware on both slots, otherwise flash the firmware before continuing.

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

You can also boot into fastboot using the button combination

  1. Verify your device is detected by using fastboot devices and flash the downloaded images using:
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash vbmeta vbmeta.img
warning

If you're flashing a legacy version of the rom (Nameless 13) you'll also need to flash vbemata_system using fastboot flash vbmeta_system vbmeta_sytem.img.

info

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

  1. Reboot your device into recovery mode, click "Install Update" -> "ADB Sideload".
  2. Sideload nameless using adb sideload <filename>.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. Once the flash is complete, go back to the main recovery menu and click "Factory Reset" -> "Format Data".
  2. Reboot to system.

Instructions when coming from a Custom ROM

warning

Make sure you're on the latest compatible firmware on both slots, otherwise flash the firmware before continuing.

  1. Open CMD and cd into the directory with the files. (DO NOT USE POWERSHELL!)
  2. Boot into recovery with adb reboot recovery.
  3. Sideload nameless using adb sideload <filename>.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".