OnePlus 8T
Prerequisites
For Nameless 14 builds on this device, flash the latest firmware from OOS 14. For legacy builds, flash the latest firmware from OOS 13.1.Instructions
- Latest Platform Tools
- Developer settings and USB debugging enabled (Instructions)
- Required Images: boot.img, recovery.img, vbmeta.img (Download here)
- Unlocked bootloader (Instructions)
- Nameless AOSP ROM Image (Download here)
Instructions when coming from OOS
Make sure you're on the latest compatible firmware on both slots, otherwise flash the firmware before continuing with the following steps.
- Open CMD and
cd
into the directory with the files. (DO NOT USE POWERSHELL!) - Reboot your device into fastboot with
adb reboot fastboot
if you're in system orfastboot reboot fastboot
if you're in the bootloader or recovery.
You can also boot into fastboot using the button combination
- Verify your device is detected by running
fastboot devices
on CMD and flash the downloaded images using the following commands:
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash vbmeta vbmeta.img
If you're flashing a legacy version of the rom (Nameless 13) you'll also need to flash vbemata_system
using fastboot flash vbmeta_system vbmeta_sytem.img
.
If your device isn't detected when in fastboot download the Google OEM Drivers and follow the instructions here.
- Reboot your phone into recovery mode, click "Install Update" -> "ADB Sideload".
- Sideload nameless using
adb sideload Nameless-AOSP_xxx.zip
.
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".
Instructions when coming from a custom ROM
If the custom ROM you're on isn't based on the same firmware version flash the firmware before continuing with the following steps.
- Boot into recovery using
adb reboot recovery
if you're on system andfastboot reboot recovery
if you're on fastboot or bootloader. - Sideload nameless using
adb sideload Nameless-AOSP_xxx.zip
.
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".