Home > ROMs > Custom ROMs

How to Install Android 14 Custom ROMs on OnePlus 8T [Videos]

In this guide, we will show you the steps to install various custom ROMs based on Android 14 onto your OnePlus 8T. When it comes to custom development, then there’s no denying the fact that the offerings from OnePlus have always been among the most active players in custom development. In this regard, it’s been close to four years since the T series of the eighth iteration made its way, but the device is going pretty strong even to this date.

There’s no better way to cement this statement than by stating the fact that the device has just been blessed with the latest fourteenth iteration of the OS. Along with that, there are a slew of custom ROMs housing the Android 14 waiting to make a permanent abode on your device as well. So now is the perfect chance to break free from the shackles of the bloated “ColorOS” and welcome a clean AOSP experience with a few additional goodies. And in this guide, we will show you how to do just that. Follow along.

How to Install Android 14 Custom ROMs on OnePlus 8T

android 14 custom roms oneplus 8t

Before starting with the process, 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. Make sure you are on the latest OxygenOS 13 Android 13 firmware before flashing this ROM.

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.

android 14 rom oneplus 8t

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 on OnePlus 8T

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 8/8 Pro/8T

STEP 4: Download Android 14 ROMs for OnePlus 8T

  1. Now, get hold of the desired Android 14 ROM and its associated files from below:
    EVOLUTION X ANDROID 14: DOWNLOAD LINK
    DERPFEST ANDROID 14: RECOVERY | ROM
    
    BLACK IRON PROJECT: 
    OnePlus 8: ROM | Recovery | Kernel 
    OnePlus 8 Pro: ROM | Recovery | Kernel 
    OnePlus 8T: ROM | Recovery | Kernel
    
    NAMELESS AOSP:
    OnePlus 8: ROM | Recovery | boot | vbmeta | vbmeta_system 
    OnePlus 8 Pro: ROM | Recovery | boot | vbmeta | vbmeta_system 
    OnePlus 8T: ROM | Recovery | boot | vbmeta | vbmeta_system 
    OnePlus 9R: ROM | Recovery | boot | vbmeta | vbmeta_system
    
    PIXEL EXTENDED: OnePlus 8T: ROM | Recovery | vbmeta | dtbo
    
    PIXEL EXPERIENCE
    OnePlus 8: ROM | Recovery | vbmeta |dtbo 
    OnePlus 8 Pro: ROM | Recovery | vbmeta |dtbo 
    OnePlus 8T: ROM | Recovery | vbmeta |dtbo
    
    LINEAGEOS ROM
    ONEPLUS 8: DOWNLOAD LINK 
    ONEPLUS 8 Pro: DOWNLOAD LINK 
    ONEPLUS 8T: DOWNLOAD LINK 
    ONEPLUS 9R: DOWNLOAD LINK 
    GAPPS: DOWNLOAD LINK
    
    crDroid
    OnePlus 8: ROM | Recovery | vbmeta 
    OnePlus 8 Pro: ROM | Recovery | vbmeta 
    OnePlus 8T: ROM | Recovery | vbmeta 
    GApps: NikGApps
    
  2. Once all the files have been downloaded, transfer them to the platform tools folder on your PC.
  3. Also, rename the ROM zip file to rom.zip so that it becomes easier to type in the CMD window.

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

    android 14 rom oneplus 8t

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

    Pixel Experience Android 13 OnePlus 8 Pro

  5. If you’re not getting any serial ID, then install Fastboot Drivers on your PC.

How to Flash crDroid on OnePlus 8/8 Pro/8T [Android 13]

  1. First off, execute the following command to flash vbmeta.img
    fastboot flash vbmeta vbmeta.img
  2. Now type in the below command to flash the recovery.img
    fastboot flash recovery recovery.img

    crdroid oneplus 8t

  3. Then type in the below command to boot your device to crDroid Recovery
    fastboot reboot recovery
  4. From the recovery, go to “Factory reset” -> “Format data/factory reset” -> “Format data”.
  5. Once done, select “Install update” -> “ADB Sideload”.
  6. Now type in the below command in the CMD window to flash/sideload the ROM:
    adb sideload rom.zip

    crdroid oneplus 8t

  7. Once done, select Advanced > Reboot to Recovery. Your device will reboot to crDroid Recovery.
  8. Now if you want to flash GApps [optional], then move over to the next step, else select Reboot System Now.
  9. Transfer the downloaded GApps to the platform-tools folder and rename it to gapps.zip.
  10. Then type in the below command to sideload the gapps.zip file:
    adb sideload gapps.zip

    crdroid oneplus 8t

  11. Once done, select Advanced > Reboot to Recovery. Your device will reboot to crDroid Recovery.
  12. Finally, select Reboot System Now. Your device will reboot to the newly flashed OS.

These were the steps to install the latest crDroid ROM onto your OnePlus 8/Pro/8T. 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 at the earliest.

Install LineageOS 21 Android 14 on OnePlus 8/8 Pro/8T/9R

  1. First off, execute the below command to flash dtbo:
    fastboot flash dtbo dtbo.img
  2. Then type in the below command to flash the vbmeta:
    fastboot flash vbmeta vbmeta.img
  3. You will now have to flash the LineageOS recovery onto your device. So execute the below command for the same:
    fastboot flash recovery recovery.img

    LineageOS 21 Android 14 on OnePlus 8

  4. Once the flashing is complete, type in the below command to boot to LineageOS Recovery.
    fastboot reboot recovery

    LineageOS 21 Android 14 on OnePlus 8

  5. [The below process should only be carried out on OnePlus 8T and 9R. On the other hand, OnePlus 8/Pro users should skip this step and move over to the next one.]
  6. To maintain consistency of the firmware versions between the two partitions on your device, we will now be copying all the contents of Slot A to Slot B.
  7. Download copy-partitions-20220613-signed.zip and transfer it to the platform-tools folder on your PC.
  8. Likewise, rename it to cp, so that the complete name becomes cp.zip.
  9. Then on the LineageOS recovery, go to Apply Update > Apply from ADB.
    LineageOS 21 Android 14 on OnePlus 8
  10. After that, open CMD inside the platform-tools folder and execute the below command
    adb sideload cp.zip
  11. Once flashed, go to Advanced and select Reboot to Recovery. Your device will reboot to LineageOS Recovery.LineageOS 21 Android 14 on OnePlus 8
  12. From the LineageOS Recovery, go to Factory Reset.
  13. Then select Format Data/Factory Reset > Format Data.LineageOS 21 Android 14 on OnePlus 8
  14. Your device will now undergo a reset.
  15. Once done, you shall get the “Data wipe complete” message.
    LineageOS 21 Android 14 on OnePlus 8
  16. From the LineageOS Recovery, go to Apply Update > Apply from ADB.LineageOS 21 Android 14 on OnePlus 8
  17. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  18. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    LineageOS 21 Android 14 on OnePlus 8 Pro

  19. The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
  20. If you want to install GApps, then tap on YES in the prompt that appears. It will reboot your device to LineageOS Recovery.
  21. On the other hand, if you don’t want to flash GApps, then select No > Reboot System Now. Your device will boot to LineageOS.LineageOS 21 Android 14 on OnePlus 8T
  22. Let’s now install GApps [Optional] Go to Advanced > Reboot to Recovery. Your device will reboot to LineageOS Recovery.LineageOS 21 Android 14 on OnePlus 8
  23. Once done, go to Apply Update > Apply from ADB.LineageOS 21 Android 14 on OnePlus 8
  24. Now type in the below command to flash the GApps file via Sideload:
    adb sideload gapps.zip

    LineageOS 21 Android 14 on OnePlus 8

  25. You will get a Signature Verification failed message because the GApps package isn’t signed by LineageOS. That’s not an issue, just hit YES to proceed ahead.LineageOS 21 Android 14 on OnePlus 8
  26. Once done, you may now finally reboot your device to the OS via “Reboot system now”.LineageOS 21 Android 14 on OnePlus 8T

That’s it. These were the steps to install the LineageOS 21 ROM based on Android 14 onto your OnePlus 8/8 Pro/8T/9R. If you have any queries concerning the aforementioned steps, do let us know your doubt and the device that you are using in the comments. We will get back to you with a solution at the earliest.

OnePlus 8/Pro/8T Android 13: Download & Install Pixel Experience ROM

  1. First off, execute the below command to flash dtbo:
    fastboot flash dtbo dtbo.img
  2. Then type in the below command to flash the vbmeta:
    fastboot flash vbmeta vbmeta.img
  3. You will now have to flash the Pixel Experience recovery onto the recovery partition of your device. So execute the below command for the same:
    fastboot flash recovery recovery.img

  4. Once the flashing is complete, use the hardware keys to bring up the Recovery menu and hit the Power key to confirm it [you may also use the fastboot reboot recovery command].
  5. Your device will now boot to the Pixel Experience Recovery [it is a touch-based recovery, so you can use it without interacting with the hardware keys].
  6. [This is only needed for the OnePlus 8T. The OnePlus 8 and 8 Pro users should skip this step and move over to the next one]. In order to maintain consistency of the firmware versions between the two partitions on your device, we will now be copying all the contents of Slot A to Slot B.
  7. Download the copy-partitions ZIP file and transfer it to the platform tools folder on your PC. Also, rename it to cp.zip.
  8. Then on the Pixel Experience recovery, select Apply Update > Apply from ADB.
  9. After that, open CMD inside the platform-tools folder and execute the below command
    adb sideload cp.zip

    Pixel Experience Android 13 OnePlus 8 Pro

  10. Once flashed, go to Reboot and select Recovery. Your device will reboot to Pixel Recovery.
  11. From the Pixel Experience Recovery, go to Factory Reset.
  12. Then select Format Data/Factory Reset > Format Data.Pixel Experience Android 13 OnePlus 8 Pro
  13. Your device will now undergo a reset. Once done, you shall get the “Data wipe complete” message.
    Pixel Experience Android 13 OnePlus 8 Pro
  14. From the Pixel Experience Recovery, go to Apply Update > Apply from ADB.Pixel Experience Android 13 OnePlus 8 Pro
  15. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  16. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    Pixel Experience Android 13 OnePlus 8 Pro

  17. The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
    Pixel Experience Android 13 OnePlus 8 Pro
  18. Now go back to the home screen of the recovery and select Reboot System Now. Your device will now boot to the newly installed OS.
    Pixel Experience Android 13 OnePlus 8 Pro

That’s it. These were the steps to install the Pixel Experience ROM based on Android 13 onto your OnePlus 8/Pro/8T. If you have any queries concerning the aforementioned steps, do let us know your doubt and the device that you are using in the comments. We will get back to you with a solution at the earliest.

How to Install Pixel Extended ROM on OnePlus 8T [Android 13]

  1. First off, execute the below command to flash dtbo:
    fastboot flash dtbo dtbo.img
  2. Then type in the below command to flash the vbmeta:
    fastboot flash vbmeta vbmeta.img
  3. You will now have to flash the Pixel Extended recovery onto the recovery partition of your device. So execute the below command for the same:
    fastboot flash recovery recovery.img

    Pixel Extended OnePlus 8T

  4. Once the flashing is complete, use the below command to boot to Pixel Extended Recovery:
    fastboot reboot recovery
  5. Now, to maintain consistency of the firmware versions between the two partitions on your device, we will now be copying all the contents of Slot A to Slot B.
  6. Download the copy-partitions ZIP file and transfer it to the platform tools folder on your PC. Also, rename it to cp.zip.
  7. Then on the Pixel Extended recovery, select Apply Update > Apply from ADB.
  8. After that, open CMD inside the platform-tools folder and execute the below command
    adb sideload cp.zip

    Pixel Extended OnePlus 8T

  9. Once flashed, go to Reboot and select Recovery. Your device will reboot to Pixel Extended Recovery.
  10. From the Pixel Extended Recovery, go to Apply Update > Apply from ADB.
  11. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  12. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    Pixel Extended OnePlus 8T

  13. The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
    Pixel Extended OnePlus 8T
  14. From the Pixel Extended Recovery, go to Factory Reset.
  15. Then select Format Data/Factory Reset > Format Data.
  16. Your device will now undergo a reset. Once done, you shall get the “Data wipe complete” message.
  17. Now go to Reboot and select Recovery. Your device will reboot to Pixel Extended Recovery.
  18. Finally, go to Reboot and select System. Your device will now reboot to Pixel Extended ROM.

That’s it. These were the steps to install the Pixel Extended ROM based on Android 13 onto your OnePlus 8T. If you have any queries concerning the aforementioned steps, do let us know your doubt and the device that you are using in the comments. We will get back to you with a solution at the earliest.

Install Nameless AOSP ROM on OnePlus 8/Pro/8T/9R [Android 13]

  1. First off, type in the below command to flash boot.img
    fastboot flash boot boot.img

    Install Nameless AOSP ROM on OnePlus 8T

  2. Then execute the following command to disable verity using vbmeta
    fastboot flash --disable-verity --disable-verification vbmeta vbmeta.img
  3. Now type in the below command to disable verity using vbmeta_system
    fastboot flash --disable-verity --disable-verification vbmeta_system vbmeta_system.img
  4. Then type in the below command to flash the recovery.img
    fastboot flash recovery recovery.img

    Install Nameless AOSP ROM on OnePlus 8T

  5. First off, type in the below command to boot your device to Nameless Recovery
    fastboot reboot recovery
  6. Then select “Install update” -> “ADB Sideload”.
    nameless aosp rom oneplus 8t
  7. Now type in the below command in the CMD window to flash/sideload the ROM:
    adb sideload rom.zip

    Install Nameless AOSP ROM on OnePlus 8 Pro

  8. Once done, go to “Factory reset” -> “Format data/factory reset” -> “Format data”.
  9. Finally, select Reboot System. Your device will now boot to the newly flashed OS.

That’s it. These were the steps to install the latest Nameless AOSP ROM onto your OnePlus 8/Pro/8T/9R. 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 at the earliest.

Flash Black Iron Project ROM on OnePlus 8/8 Pro/8T

  1. First off, flash the recovery to the recovery partition via the below command:
    fastboot flash recovery recovery.img

    Black Iron Project oneplus 8t

  2. Once done, use the below command to boot your device to the Pixel Experience Recovery:
    fastboot reboot recovery
  3. From the Pixel Experience Recovery, go to Factory Reset.
  4. Then select Format Data/Factory Reset > Format Data.Black Iron Project oneplus 8t
  5. Your device will now undergo a reset. Once done, you shall get the “Data wipe complete” message.
    Black Iron Project oneplus 8t
  6. From the Pixel Experience Recovery, go to Apply Update > Apply from ADB.Black Iron Project oneplus 8t
  7. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  8. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    Black Iron Project oneplus 8t

  9. The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
    Black Iron Project oneplus 8t
  10. Now go back to the home screen of the recovery and select Reboot System Now. Your device will now boot to the newly installed OS.
    Black Iron Project oneplus 8t

Flash Custom Kernel [Optional]

  1. First off, transfer the kernel [boot.img] to the platform-tools folder.
  2. Then boot your device to Fastboot Mode via the below command:
    adb reboot bootloader
  3. Now type in the below command to flash the custom kernel:
    fastboot flash boot boot.img
  4. You may now boot to the OS via the below command and carry out the desired tweak
    fastboot reboot

That’s it. These were the steps to install the latest Black Iron Project ROM on the OnePlus 8/8 Pro/8T. 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 at the earliest.

Install Evolution X Android 14 ROM on OnePlus 8T

STEP 1: Flash Recovery

  1. First off, type in the below command to flash the vbmeta:
    fastboot flash vbmeta vbmeta.img
  2. Then type in the below command to flash the recovery:
    fastboot flash recovery recovery.img

    evolution x rom android 14 oneplus 8t

  3. Once the flashing is complete, use the below command to boot to the Recovery:
    fastboot reboot recovery

STEP 2: Copy Content of Slot A to Slot B

To maintain consistency of the firmware versions between the two partitions on your device, we will now be copying all the contents of Slot A to Slot B.

  1. Transfer the copy-partitions ZIP file to the platform-tools folder on your PC. Also, rename it to cp.zip.
  2. Then on the recovery, select Apply Update > Apply from ADB.
  3. After that, open CMD inside the platform-tools folder and execute the below command
    adb sideload cp.zip

    evolution x rom android 14 oneplus 8t

  4. Once flashed, go to Reboot and select Recovery. Your device will reboot to Recovery.

STEP 3: Install Evolution X ROM

  1. From the Evolution X ROM Recovery, go to Apply Update > Apply from ADB.
  2. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  3. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    evolution x rom android 14 oneplus 8t

  4. The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
    evolution x rom android 14 oneplus 8t

STEP 4: Factory Reset Device

  1. From the Evolution X ROM Recovery, go to Factory Reset.
  2. Then select Format Data/Factory Reset > Format Data.
  3. Once done, you shall get the “Data wipe complete” message.
  4. Now go to Reboot and select Recovery. Your device will reboot to Evolution X ROM Recovery.
  5. Finally, go to Reboot and select System. Your device will now reboot to Evolution X ROM.

That’s it. These were the steps to install the Evolution X ROM based on Android 14 onto your OnePlus 8T. If you have any queries concerning the aforementioned steps, do let us know your doubts and the device that you are using in the comments. We will get back to you with a solution at the earliest.

Install Derpfest Android 14 ROM on OnePlus 8T

Make sure you are on the latest oxygenOS 13.1 on both the slots. If you are on a custom ROM, then use the MSM Download Tool to go back to stock OxygenOS 11. Then update to the latest OxygenOS 13.1 via the Oxygen Updater app. Finally, flash the OxygenOS 13.1 firmware across both slots as instructed in STEP 6 in the Prerequisites. Once you have checkmarked all these requirements, let’s get started with the flashing of Derpfest Android 14 ROM on the OnePlus 8T.

  1. First off, flash the Derpfest Recovery via the below command
    fastboot flash recovery recovery.img
  2. Then reboot your device to the newly flashed recovery as follows:
    fastboot reboot recovery

    android 14 oneplus 8t

  3. Once booted, select Format Data/Factory Reset > Format Data to perform a reset.
  4. Once done, go to Apply Update > Apply from ADB.
  5. Then head over to the platform-tools folder, type in CMD in the address bar, and hit Enter.
  6. This will launch the Command Prompt. So type in the below command to flash the ROM file via Sideload:
    adb sideload rom.zip

    android 14 oneplus 8t

  7. The process will now begin and once done, you shall get the Total xfer: 1.00x message [Got an error? See FAQ below].
  8. If you want to flash any additional files, then reboot to Recovery and then do the sideload. Or else, Reboot to System.

FAQs: Error During ADB Sideload

If you get one of the below error messages, then it signifies a successful installation and you can reboot the device to the OS without any issues:

  • Total xfer: 1.00x
  • adb: failed to read command: Success/No error
  • adb: failed to read command: No error
  • (~47%) adb: failed to read the command: No error
  • adb: failed to read command: Undefined error: 0
Share: