TWRP for Nokia 2.2
Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no responsibility for any damage that may occur from installing or using TWRP.
Support Status: Current
Maintainer: SmallPP420
Code Name: WSP_sprout
Current and past versions of TWRP can be found at one of the mirrors below:
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 Also you need to grab a vbmeta image from here 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 –disable-verity –disable-verification flash vbmeta vbmeta.img fastboot flash boot path/to/twrp.img fastboot reboot recovery
NOTE: To make MTP work you’ll need to erase internal storage. NOTE 2: If you dont flash the vbmeta and your device bootloops keep holding the volume down button until you are back in fastboot mode so then you can flash your vbmeta.
- SmallPP420
2022-04-24T15:59:18Z
Merge "revert everything but fix avb" into android-11 - SmallPP420
2022-04-24T15:58:25Z
revert everything but fix avb Change-Id: Ia0dac866b6924bd3e596db5248d357673b3b223e - SmallPP420
2022-04-09T13:27:48Z
Merge "add more references to boot impl" into android-11 - SmallPP420
2022-04-09T13:19:35Z
add more references to boot impl Change-Id: If78ce11c69924940129511700f309f9734b54a50 - SmallPP420
2022-04-04T17:31:24Z
Merge "add missing item" into android-11