Guide
Flashing a Custom ROM
Step-by-step guide to flashing a custom ROM on the OnePlus Nord CE 3 5G (ziti) — recovery, format data and adb sideload.
Warning
Do this at your own risk. No one is responsible if anything happens to your device.
Files required
- Custom ROM
.zip - ADB platform tools and drivers installed on the PC, with a bootloader-unlocked device connected via USB cable
- Recovery
.zip(provided in the ROM's post)
Steps
Extract
recovery.zipand copy its contents inside the Platform Tools folder.Reboot the device to the bootloader:
adb reboot bootloaderDouble-click the
flash.batscript inside Platform Tools — the recovery is flashed automatically and the device boots into recovery. If it does not:fastboot reboot recoveryAfter booting into recovery: Format / reset data (mandatory).
Back in the recovery menu: Apply update → Apply from ADB, then:
adb sideload "drag and drop the custom rom zip here"When asked whether to reboot to recovery for additional files:
- Yes — if you want to flash GApps yourself.
- No — if it is already a GApps build.
Format data (optional but recommended) from the recovery menu.
Reboot to system.
Credit: NordCE3 Community · Pranish