OnePlus 12
Prerequisites
info
The firmware for this device is included with the ROM.
- Latest Platform Tools
- Developer settings and USB debugging enabled (Instructions)
- Required Images: boot.img, vendor_boot.img, init_boot.img, recovery.img (Instructions)
- Unlocked bootloader (Instructions)
- Nameless AOSP ROM Image (Download here)
Instructions
- Open CMD and
cdinto the directory with the files. (DO NOT USE POWERSHELL!) - Reboot into fastboot using
adb reboot fastboot.
note
You can also boot into fastboot using the button combination
- Verify that the device is in fastboot mode using
fastboot deviceson CMD and flash the downloaded images using the following commands:
fastboot flash boot boot.img
fastboot flash vendor_boot vendor_boot.img
fastboot flash init_boot init_boot.img
fastboot flash recovery recovery.img
info
If your device isn't detected when in fastboot download the Google OEM Drivers and follow the instructions here.
- Reboot to recovery using
fastboot reboot recoveryand perform a factory reset (Wipe data). - Reboot to fastbood using
fastboot reboot fastbootand wipe the super partition usingfastboot wipe-super super_empty.img. - Reboot to recovery using
fastboot reboot recovery, then click "Install update" -> "ADB Sideload". - Sideload nameless using
adb sideload Nameless-CLO_xxx.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.
- Finally, click the back arrow and then click "Reboot to system".