Nokia has been notorious for not allowing it’s Android branded devices to be bootloader unlocked earlier. However, the HMD owned firm is now in a good stance by providing at least some of the devices out there if not every. The Nokia 7.2 is fortunately among the bootloader unlockable Nokia devices, so we’ll quickly look at how to unlock the bootloader, flash TWRP and then eventually gain the root access.
Must See: Nokia 7.3 5G appearance already known, coming in November
If we missed it, the Nokia 7.2 has official TWRP recovery support which is indeed a reason for the boost in the custom development sector for the device.
Downloads
Unlock Bootloader of the Nokia 7.2
Important: Unlocking the bootloader may void the device’s warranty. Also, all existing data on the device will be erased. So don’t forget to take a backup of the device.
To unlock:
Update: Nokia has disabled the unlock ability with the December security release. You can only unlock only if you downgrade your phone to an old version.
Before you begin: Make sure that you have Minimal ADB and Fastboot installed on your PC. You need to open a Command Prompt or Terminal window in the folder where you have saved the platform-tools unless you have installed them system-wide.
- First and foremost, enable Developer Options by tapping 5-7 times consistently on BuildID in “About phone“.
- Then go to Developer options and enable OEM Unlocking option.
- Now reboot the phone into bootloader/fastboot mode. You can use the ADB command:
adb reboot-bootloader
or else use hardware keys to reboot to bootloader mode.
• Make sure the phone is detected in fastboot mode. Then send the OEM unlocking command:
fastboot flashing unlock
• Confirm to unlock on the phone.
• That’s it! You should now have an unlocked bootloader.
You can also do the unlock_critical if you plan to flash the bootloader.
Flash TWRP on Bootloader Unlocked Nokia 7.2
- Download TWRP-3.4.0-0-DDV_sprout_sprout.img copy in one folder
- Rename it to twrp.img
- Connect the phone to pc boot your phone to bootloader mode.
- Open cmd in that folder and Input
fastboot devices
- Once your device is listed in the command output, type
fastboot flash boot twrp.img
- Now get back to phone select recovery mode and now your phone boots into TWRP.
ROOT Nokia 7.2 Using Magisk
- Make sure you’ve transferred the Magisk.zip to your device
- Now on TWRP main screen, go to Install.
- Choose Magisk.zip from the file picker.
- Swipe the slider to flash and confirm
- Wait for the flash to complete.
- Reboot
That being said, hope you had a smooth rooting process. Be very careful while doing each step as a single mistake can sometimes cost you the whole device.