OnePlus recently rolled the Android 12 update for the OnePlus 9R devices globally which brings a new revamped UI, new notification style, privacy dashboard, and many more to the table. If you have installed Android 12 and want to downgrade back to Android 11, then this guide is for you.

As we all know, the Android 12 may contain bugs that can make your device unstable to use as a daily driver. In this tutorial, we will guide you on how to roll back from Android 12 to Android 11 on the OnePlus 9R. This guide is easy to follow, all you need is a computer with a working USB cable to connect your device to the computer.

OnePlus 9R Device Overview:

The Oneplus 9R features a 6.55-inch Fluid AMOLED panel with a resolution of 1080 x 2400 pixels and an aspect ratio of 20:9. It has a refresher rate of 120Hz and supports HDR10+ content. The display is protected by Corning Gorilla Glass 5. Under the hood, we have the Snapdragon 870 5G chip built on a 7nm manufacturing process. This is an octa-core processor with one Kryo 585 core clocked at 3.2 GHz, three Kryo 585 cores clocked at 2.42 GHz, and four Kryo 585 cores at 1.8 GHz. For handling the graphics-intensive tasks, we have the Adreno 650.

In terms of cameras, we have a quad-camera setup at the rear and a single camera at the front. The rear quad-camera consists of a 48 MP primary sensor paired with an f/1.7 lens, a 16MP ultrawide sensor paired with an f/2.2 lens, a 5MP macro sensor paired with an f/2.4 lens, and a 2MP monochrome sensor paired with an f/2.4 lens. Coming to the front, we have a 16MP sensor paired with an f/2.4 lens. The rear camera can capture 4K videos at 60fps, while the front camera is only limited to 1080p video recording. We get Optical Image Stabilization or OIS with only the primary camera at the rear.

The device comes with Android 11 out of the box with Oneplus’s OxygenUI skin on top. There are three storage options available for this device: 128GB internal storage + 8GB RAM, 256GB internal storage + 8GB RAM, and 256GB internal storage + 12GB RAM. They have used the latest UFS 3.1 for the storage units here.

In terms of communications, we have Wi-Fi 802.11 a/b/g/n/ac/6, Bluetooth 5.1, GPS, NFC, and USB Type-C 3.1. And for sensors, we get an under-display optical fingerprint sensor, accelerometer, gyro, proximity, and compass. Powering it all is a 4500 mAh battery, and the company claims that it can be topped up from 0 to 100% in just 39 min. The smartphone is available in two color options: Carbon Black and Lake Blue.

Downgrade OnePlus 9R from Android 12 to Android 11

First of all, download the appropriate firmware package for your device from the below link. Once that is done, proceed with the instructions steps that follow.

Pre-Requirements:

  • Supported device: OnePlus 9R
  • Make sure to charge your device more than 50%
  • You need a PC or Laptop with a USB cable.
  • Take a complete backup using any method given below
  • Full Data Backup without Root
  • Nandroid Backup via TWRP
  • Download Drivers: Qualcomm USB Drivers and OnePlus USB Drivers

Download Rollback Package

  • Device: OnePlus 9R
  • Download: Link

Now that you have downloaded the rollback package from the above section, just create a complete device backup before proceeding with the below-mentioned steps. This is because the installation steps require a wipe of the data. Once you have done so, here are is everything you need to be aware of regarding the downgrade of the OnePlus 9R from Android 12 to Android 11.

  • Full Data Backup without Root
  • Nandroid Backup via TWRP

Downgrade Instructions

  • First of all, Turn off your device.
  • Now reboot your phone into bootloader mode by pressing and holding the VOLUME UP and POWER buttons simultaneously.
  • Now connect your device to your PC using the USB cable.
  • Open the extracted firmware folder to flash it using fastboot mode.
  • Enter the below code to boot your device into fastbootd mode.

So this was all from this guide on how to downgrade or rollback from Android 12 to Android 10 stable build on your OnePlus 9R devices. The first boot after the rollback could up some time, this is completely normal. Since a device reset has been taken place as well, you might have to set it up from scratch. Rounding up, here are some iPhone Tips and Tricks, PC tips and tricks, and Android Tips and Tricks that deserve your attention too.

  1. Now flash the following files by entering the code

fastboot -w

  1. Now reboot into userspace fastboot, aka fastbootd. If you don’t do this, the remaining files cannot be flashed:

fastboot flash boot boot.img fastboot flash cpucp cpucp.img fastboot flash dtbo dtbo.img fastboot flash modem modem.img fastboot flash oplusstanvbk oplusstanvbk.img fastboot flash oplus_sec oplus_sec.img fastboot flash qweslicstore qweslicstore.img fastboot flash shrm shrm.img fastboot flash splash splash.img fastboot flash vbmeta vbmeta.img fastboot flash vbmeta_vendor vbmeta_vendor.img fastboot flash vbmeta_system vbmeta_system.img fastboot flash vendor_boot vendor_boot.img fastboot flash vm-bootsys vm-bootsys.img

  1. Flash the remaining files:

fastboot reboot fastboot

  1. Now reboot your device into the system using the below fastboot command:

fastboot flash abl abl.img fastboot flash aop aop.img fastboot flash bluetooth bluetooth.img fastboot flash devcfg devcfg.img fastboot flash dsp dsp.img fastboot flash featenabler featenabler.img fastboot flash hyp hyp.img fastboot flash imagefv imagefv.img fastboot flash keymaster keymaster.img fastboot flash multiimgoem multiimgoem.img fastboot flash qupfw qupfw.img fastboot flash tz tz.img fastboot flash uefisecapp uefisecapp.img fastboot flash xbl xbl.img fastboot flash xbl_config xbl_config.img fastboot flash product product.img fastboot flash system system.img fastboot flash system_ext system_ext.img fastboot flash vendor vendor.img fastboot flash odm odm.img

  1. If everything worked your phone should now boot into OxygenOS. The files will be flashed to your currently active boot slot. If any of them fail to flash, switch to the other slot and start over from the beginning. I wasn’t able to flash ODM, product, system, system_ext, and vendor to slot a, and had to use slot b instead. To check the current slot:

fastboot reboot

To switch slots:

fastboot getvar current-slot

or

fastboot –set-active=a

fastboot –set-active=b