blob: 3109e778b06ac6758c0fbd5869ded335e0fc3bc3 [file] [log] [blame]
SmallPP4209d5260b2021-12-21 19:24:17 +00001---
2layout: device
3title: "Nokia 2.2"
4codename: WSP_sprout
5downloadfolder: WSP_sprout
6supportstatus: Current
7maintainer: SmallPP420
8oem: Nokia
9devicetree: 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>
15Download both the img and the zip.You will need to have fastboot binaries and the correct drivers installed.
16You can grab latest platform-tools (fastboot binaries) from [here]https://developer.android.com/studio/releases/platform-tools
17Also you need to grab a vbmeta image from [here](https://dl.google.com/developers/android/qt/images/gsi/vbmeta.img?hl=tr)
18Now 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:
19adb reboot bootloader
20Your device should now be in the bootloader.
21Then again from command window run the following command from the proper location:
22fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
23fastboot flash boot path/to/twrp.img
24fastboot reboot recovery
25
26NOTE: To make MTP work you'll need to erase internal storage.
27NOTE 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.