⚠️ DISCLAIMER
Warranty: Installing custom ROMs voids your warranty. Risk: This process wipes your data and carries a risk of bricking your device if done incorrectly. Nokia Specific Warning: Nokia devices have strict bootloader security (AVB - Android Verified Boot). You must unlock the bootloader first, which triggers a 5-minute warning countdown on every boot. This cannot be avoided.
Prerequisites
A Windows PC (Windows 10/11 recommended). A high-quality USB Cable (original preferred). Nokia 3.2 Drivers installed on the PC. Platform Tools (ADB and Fastboot) downloaded and extracted. Custom Recovery (TWRP image file specifically for Nokia 3.2). The Custom ROM ZIP file (Download a specific one for your region/model). nokia 32 custom rom exclusive
Step 1: Unlock the Bootloader This is the hardest part on Nokia devices. You must request an official unlock code from Nokia or find an exploit service (paid services are often required for newer Nokias, but older models like the 3.2 might have community methods).
Enable Developer Options : Go to Settings > About Phone > Tap "Build Number" 7 times. Enable OEM Unlocking : Go to Developer Options and toggle "OEM Unlocking". Connect phone to PC in Fastboot Mode:
Power off the phone. Hold Volume Down + Power button simultaneously to enter Fastboot. You must unlock the bootloader first, which triggers
On your PC, open Command Prompt in the Platform Tools folder and run: fastboot oem unlock Follow the on-screen instructions on the phone to confirm.
Step 2: Install Custom Recovery (TWRP) Since Nokia devices do not support "easy" flashing, you often have to boot the recovery image first.
Download the correct twrp-3.x.x-x-nokia32.img file and place it in your Platform Tools folder. With the phone in Fastboot mode, run: fastboot boot twrp-3.x.x-x-nokia32.img (This boots TWRP temporarily without installing it permanently). (Optional but recommended) If you want to keep TWRP permanently: A high-quality USB Cable (original preferred)
Once TWRP is loaded, go to Advanced > Flash Current TWRP .
Step 3: Flashing the Custom ROM