SmallPP420 | 9d5260b | 2021-12-21 19:24:17 +0000 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "Nokia 2.2" |
| 4 | codename: WSP_sprout |
| 5 | downloadfolder: WSP_sprout |
| 6 | supportstatus: Current |
| 7 | maintainer: SmallPP420 |
| 8 | oem: Nokia |
| 9 | devicetree: https://github.com/TeamWin/android_device_nokia_WSP_sprout |
| 10 | --- |
| 11 | {% include disclaimer.html %} |
| 12 | {% include supportstatus.html %} |
| 13 | {% include download.html %} |
| 14 | <div class='page-heading'>Installation:</div> |
| 15 | Download both the img and the zip.You will need to have fastboot binaries and the correct drivers installed. |
SmallPP420 | b6dc5fb | 2022-01-15 11:44:01 +0000 | [diff] [blame] | 16 | You can grab latest platform-tools (fastboot binaries) from [here](https://developer.android.com/studio/releases/platform-tools) |
SmallPP420 | 9d5260b | 2021-12-21 19:24:17 +0000 | [diff] [blame] | 17 | Also you need to grab a vbmeta image from [here](https://dl.google.com/developers/android/qt/images/gsi/vbmeta.img?hl=tr) |
| 18 | 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: |
| 19 | adb reboot bootloader |
| 20 | Your device should now be in the bootloader. |
| 21 | Then again from command window run the following command from the proper location: |
| 22 | fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img |
| 23 | fastboot flash boot path/to/twrp.img |
| 24 | fastboot reboot recovery |
| 25 | |
| 26 | NOTE: To make MTP work you'll need to erase internal storage. |
| 27 | 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. |