Skip to content

Instantly share code, notes, and snippets.

@guptavishal-xm1
Last active April 28, 2024 22:36
Show Gist options
  • Save guptavishal-xm1/38da2b0b4cf38ed778dbd860fa165d9d to your computer and use it in GitHub Desktop.
Save guptavishal-xm1/38da2b0b4cf38ed778dbd860fa165d9d to your computer and use it in GitHub Desktop.
11r guide

11R guide

Those guides are applicable to every 11R model:

  • OnePlus 11R
  • OnePlus Ace 2
  • OnePlus 11R special edition

Summary

Prerequisites

  • Make sure your device is unlocked and bootloader is unlocked.

  • Backup your important data before proceeding.

Step 1: download Vendor_boot.img, boot.img , recovery.img

  • fastboot flash boot boot.img
  • fastboot flash vendor_boot vendor_boot.img
  • fastboot flash recovery recovery.img

After Flashing these reboot your phone to recovery

  • fastboot reboot recovery

Step 2: Flash ROM Zip File

  • Download the custom ROM zip file.

  • make sure your device is in recovery mode

    1. Apply update -> adb sideload
    1. adb sideload rom.zip
    1. adb sideload the zip, it may show install failed at 47% or ask you to reboot recovery. Ignore and click no.

Step 3: Format Data

Step 4: Reboot to System

  • After flashing the ROM and formatting data, go back to the main menu.

  • Select "Reboot"

Your device should now boot into the custom ROM. Enjoy your customized Android experience!


stock

  • make sure to unlock critical partition before flashing stock

  • fastboot flashing unlock_critical

  • download zip from here

  • extract the zip file in any folder

  • connect the device & make sure you have all drivers install in your system

  • run the .bat file

  • After flashing Stock OOS from above step, boot to oos. make sure to flash the stock.zip using local install method from Settings->About. Reboot. After booting, continue with any pending OTA.

  • voila! your device back to stock now

unlock

  • Follow this guide for Unlocking, relocking , Root and un-root
  • click here

updates

gcam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment