Home > ROMs > Custom ROMs

How to Flash Android 15 Custom ROMs on OnePlus 11

The fifteenth iteration of the OS build has brought in a slew of noteworthy features to the fore. Some of the noteworthy ones include the likes of Partial Screen Sharing, Notification Cooldown, Lockscreen widgets, Battery Health percentage, App Archive, revamped Bluetooth menu, Private Space, the ability to save App Pair, and Privacy Sandbox. And guess what? You can now welcome all these goodies on your device right away! Given here are the steps to download, install, and flash numerous Android 15 based Custom ROMs on your OnePlus 11.

How to Flash Android 15 ROMs on OnePlus 11

Flash Android 15 ROM on OnePlus 11

Before starting, make sure to take a complete device backup beforehand. Droidwin and its members wouldn’t be held responsible in case of a thermonuclear war, your alarm doesn’t wake you up, or if anything happens to your device and data by performing the below steps.

STEP 1: Install Android SDK

First and foremost, you will have to install the Android SDK Platform Tools on your PC. This is the official ADB and Fastboot binary provided by Google and is the only recommended one. So download it and then extract it to any convenient location on your PC. Doing so will give you the platform tools folder, which will be used throughout this guide.

install adb platform tools windows

STEP 2: Enable USB Debugging and OEM Unlocking

Next up, you will have to enable USB Debugging and OEM Unlocking on your device. The former will make your device recognizable by the PC in ADB mode. This will then allow you to boot your device to Fastboot Mode. On the other hand, OEM Unlocking is required to carry out the bootloader unlocking process.

oneplus 11 custom roms

So head over to Settings > About Phone > Tap on Build Number 7 times > Go back to Settings > System > Advanced > Developer Options > Enable USB Debugging and OEM Unlocking.

STEP 3: Unlock Bootloader

Next up, you will also have to unlock the device’s bootloader. Do keep in mind that doing so will wipe off all the data from your device and could nullify its warranty as well. So if that’s all well and good, then please refer to our detailed guide on How to Unlock Bootloader on OnePlus 11 [Video]

oneplus 11 custom roms

STEP 4: Download Android 15 Custom ROMs

  1. You may now get hold of the desired ROM from below:
    WATCHDOGS: ROM | Firmware Flasher
    CRDROID [Vanilla Build]: ROM | RECOVERY | PARTITION FILES
    LINEAGEOS: ROM | PARTITION FILES | MIND THE GAPPS
    LIBREOS: ROM | PARTITION FILES
    NAMELESS AOSP: ROM | super_empty.img|recovery.img | vendor_boot.img | init_boot.img | boot.img

    GAPPS: ANDROID 15

  2. The ROM will be present in ZIP whereas the rest of the files will be in IMG.
  3. Make sure to transfer all these files to the platform-tools folder on your PC.
  4. Likewise, rename the custom ROM to rom.zip and the GApps to gapps.zip.

STEP 5: Boot to Fastboot Mode

  1. Connect your device to the PC via a USB cable. Make sure USB Debugging is enabled.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter. This will launch the Command Prompt.
  3. After that, type in the following command in the CMD window to boot your device to Fastboot Mode
    adb reboot bootloader

    oneplus 11 custom roms

  4. To verify the Fastboot connection, type in the below command and you should get back the device ID.
    fastboot devices

    LineageOS OnePlus 11

  5. If you are not getting any serial ID, then please install the Fastboot Drivers.

How to Flash Nameless AOSP Android 15 on OnePlus 11

  1. First off, wipe the super partition via the below command:
    fastboot wipe-super super_empty.img
  2. Then flash the partition IMG files via the below commands:
  3. fastboot flash recovery recovery.img
    fastboot flash vendor_boot vendor_boot.img
    fastboot flash init_boot init_boot.img
    fastboot flash boot boot.img
  4. Now reboot your device to the newly flashed recovery via:
    fastboot reboot recovery
  5. Once done, go to Factory Reset > Format Data / Factory Reset.
  6. Now go to Apply Update > Apply from ADB to start the sideload.
  7. Then type in the below command to start the ROM installation:
    adb sideload rom.zip
  8. Now, to flash any other ZIP files, then first do a reboot to recovery.
  9. Once done, head to Factory Reset > Format Data / Factory Reset.
  10. Finally, select Reboot System Now to boot to the newly flashed OS.

How to Flash LibreOS on OnePlus 11

LibreOS is an AOSP based ROM which tries to distance itself as much from Google as possible, aka a de-Googled ROM [though it is yet to achieve this in its entirety]. It beholds a slew of features across numerous domains, including the UI, UX, and security aspects. Some of its most noteworthy features include the likes of:

  • Desktop Mode, App Lock, Game Space, microG support, Parallel Space, Glide keyboard, Sounds UX, Hotspot Manager, and Neo Wellbeing.
  • Numerous design tweaks [Personalization with Full Control over Fonts, Colors and UI customizations and Redesigned AOSP apps],
  • Various gesture elements [Three Finger Swipe to screenshot, Pocket Mode, Ambient Display, LockScreen Shortcuts and more],
  • Tons of Security features [Scrambled PIN input, Custom Pattern size, USB Port Control, Enforced SELinux, DNS and Connectivity Check Servers, Global VPN on all users, Background Data switch, App Hide, Panic Trigger and more].

Now that you are aware of the features, let’s list out the steps to install the LibreOS ROM on your OnePlus 11.

  1. First off, flash the partition IMG files via the below commands:
    fastboot flash boot boot.img
    fastboot flash dtbo dtbo.img
    fastboot flash vbmeta vbmeta.img
    fastboot flash vendor_boot vendor_boot.img
    fastboot flash recovery recovery.img
  2. Now reboot your device to the newly flashed recovery:
    fastboot reboot recovery
  3. Once done, go to Factory Reset > Format Data / Factory Reset.
  4. Now go to Apply Update > Apply from ADB to start the sideload.
  5. Then type in the below command to start the ROM installation:
    adb sideload rom.zip
  6. Now, to flash any other ZIP files, then first do a reboot to recovery.
  7. Finally, select Reboot System Now to boot to the newly flashed OS.

How to Flash LineageOS Android 15 on OnePlus 11

YouTube video

  1. First off, make sure you are on the latest Android 15 firmware.
  2. Then flash the partition IMG files using the below commands:
    fastboot flash boot boot.img
    fastboot flash dtbo dtbo.img
    fastboot flash vbmeta vbmeta.img
    fastboot flash vendor_boot vendor_boot.img
    fastboot flash recovery recovery.img
  3. Now reboot your device to the newly flashed recovery:
    fastboot reboot recovery
  4. Once done, go to Factory Reset > Format Data / Factory Reset.
  5. Now go to Apply Update > Apply from ADB to start the sideload.
  6. Then type in the below command to start the ROM installation:
    adb sideload rom.zip
  7. Now, to flash any other ZIP files, then first do a reboot to recovery.
  8. Finally, select Reboot System Now to boot to the newly flashed OS.

How to Install crDroid ROM Android 15 on OnePlus 11

YouTube video

  1. To begin with, make sure you are on the latest Android 14 OxygenOS 14 build.
  2. Then flash the below files to their respective partitions via the below commands:
    fastboot flash boot boot.img
    fastboot flash dtbo dtbo.img
    fastboot flash vbmeta vbmeta.img
    fastboot flash vendor_boot vendor_boot.img
    fastboot flash recovery recovery.img
  3. Now reboot your device to the recovery via the below command
    fastboot reboot recovery
  4. Then go to Factory Reset > Format Data/Factory Reset to do a reset.
  5. Now go to “Apply Update” > “Apply from ADB”. Then type in the below command to start the sideload
    adb -d sideload rom.zip
  6. Once flashing is done, you’ll be greeted with a prompt. If you want to flash any other ZIP file, then tap YES and do a sideload of the required ZIP file. [You’ll be greeted with the Signature verification failed message, it is normal. Just hit Yes].
  7. On the other hand, if you do not want to sideload any other ZIP file, then tap on No.
  8. Once everything is done, hit Reboot System Now to boot to the newly flashed OS.

How to Install WatchDogs ROM Android 15 on OnePlus 11

YouTube video

  1. To begin with, extract the firmware flasher to any location on your PC.
  2. Then open the update-firmware.bat file to start flashing the firmware.WatchDogs ROM Android 15 on OnePlus 
  3. Once done, your device will boot to the AOSP recovery.
  4. If that doesn’t happen, then use the below command:
    fastboot reboot recovery
  5. Now go to Factory Reset > Format Data/Factory Reset > Format Data.
  6. Your device will undergo a reset. Once done, go to Apply Update > Apply from ADB.
  7. Head over to the platform tools folder, type in CMD in the address bar, and hit Enter.
  8. This will launch the Command Prompt. Type in the below command to flash the ROM:
    adb sideload rom.zip

    WatchDogs ROM Android 15 on OnePlus 

  9. The process will now begin and once done, you shall get the Total xfer: 1.00x message.
  10. You’ll now get a prompt on your device, if you wish to sideload any other ZIP file, hit YES- your device will reboot to recovery and you may flash the required file.
  11. On the other hand, if you don’t want to flash any other ZIP file, then hit NO- your device will reboot to Recovery.
  12. From the Recovery, it is recommended to do a Factory Reset once again.
  13. Finally, select Reboot System. Your OnePlus 11 will boot to the WatchDogs Android 15 ROM.

That’s it. These were the steps to flash numerous Android 15 ROMs on your OnePlus 11. If you have any queries concerning the aforementioned steps, do let us know in the comments. We will get back to you with a solution as soon as possible.


Share: