Home News Android News Official TWRP recovery now available for Nokia 8.

Official TWRP recovery now available for Nokia 8.

0

TeamWin, the team behind the hugely popular TWRP recovery has finally managed to make it available for one of the Nokia Android smartphones. And good news for Nokia 8 owners is that it is the first Nokia smartphone to get TWRP support.

In case you are not aware TWRP recovery enables you to do many things that you won’t be able to do on your stock Android device. Once installed you can use TWRP recovery to,

  • Create and restore backups of your smartphone
  • Flashing new software updates
  • Formatting, cleaning, and repairing partitions
  • Enable OTG/MTP support

You can read more here about TWRP for Nokia 8.

Installation instructions:

  • If you already have TWRP installed: Download the latest zip and install the zip using TWRP.
  • If you do not already have TWRP installed: Download both the img and the zip.You will need to have fastboot binaries and the correct drivers installed.
    • You can grab latest platform-tools (fastboot binaries) from [here]https://developer.android.com/studio/releases/platform-tools
    • Now go in the directory where your adb/fastboot binaries exists.Connect the device to your PC.Enable USB debugging in developer options & then open a command window and run the following command from the proper location:
    • adb reboot bootloader
    • Your device should now be in the bootloader.
    • Then again from command window run the following command from the proper location:
    • fastboot boot path/to/twrp.img
    • This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
    • adb push path/to/twrp.zip /
    • Even MTP is working you can also directly copy zip from your pc and paste to your device.
    • Go to install and browse to the zip and install the zip. The zip will install TWRP to both boot slots. Installing TWRP at this time will remove root if you are currently rooted.

What’s Working:

  • Backup/Restore
  • Encryption/Decryption
  • Wiping/Format Data
  • System Image Flashing
  • Image Backup/Flashing
  • OTG
  • MTP
  • Logd/Logcat
  • Adb sideload
  • Adb backup
  • Rebooting

Bugs:

  • Slot Switching ( Should be fixed now but have to test it again to confirm )

Thanks Amar & Ron for tip. Cheers!!

Exit mobile version