OnePlus 11
Prerequisites
info
The firmware for this device is included in the ROM.
- Latest Platform Tools
- Developer settings and USB debugging enabled (Instructions)
- Required Images:
super_empty.img,recovery.img,vendor_boot.img,init_boot.img,boot.img. (Download Here)
info
For legacy builds the required Images: boot.img, dtbo.img, vendor_boot.img. (Download Here)
- Unlocked bootloader (Instructions)
- Nameless ROM Image (Download Here)
Instructions when coming from Stock
- Open CMD and
cdinto the directory with the files. (DO NOT USE POWERSHELL!) - Reboot your device into fastboot with
adb reboot bootloader.
note
You can also boot into fastboot using the button combination
- Verify your device is detected by using
fastboot devicesand flash the downloaded images using:
fastboot flash recovery recovery.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash init_boot init_boot.img
fastboot flash boot boot.img
fastboot wipe-super super_empty.img
info
- If your device isn't detected when in fastboot download the Google OEM Drivers and follow the instructions here.
- For legacy builds flash
boot.img,dtbo.img,vendor_boot.imginstead.
- Reboot your device into recovery mode, click "Install Update" -> "ADB Sideload".
- 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.
- Once the flash is complete, go back to the main recovery menu and click "Factory Reset" -> "Format Data".
- Reboot to system.
Instructions when coming from a Custom ROM
- Open CMD and
cdinto the directory with the files. (DO NOT USE POWERSHELL!) - Boot into recovery with
adb reboot recovery. - 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.
- Click back arrow, then click "Factory reset" -> "Format data/factory reset" -> "Format data"
- After the format is completed, click the back arrow and then click "Reboot to system".