blob: ce94cd8b92f1658ccbaea626ad252763cbd4d2b2 [file] [log] [blame]
Aayush Gupta37b3e882018-10-21 13:15:20 +05301---
2layout: device
3title: "Nokia 6.1"
4codename: PL2
5downloadfolder: PL2
6supportstatus: Current
7maintainer: theimpulson
8oem: Nokia
9devicetree: https://github.com/TeamWin/android_device_nokia_PL2
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
15NOTE: Monthly security updates may break decrypt in TWRP.
16
theimpulson6d892732020-01-05 15:20:08 +000017{% include dmverity.html %}
18
Aayush Gupta37b3e882018-10-21 13:15:20 +053019{% include download.html %}
20
21<div class='page-heading'>Installation:</div>
theimpulson6d892732020-01-05 15:20:08 +000022WARNING: If you accidently flash TWRP to your device using fastboot instead of temporarily booting the image, you will need to download the latest factory image for your device and reflash the boot image.
Aayush Gupta37b3e882018-10-21 13:15:20 +053023
theimpulson6d892732020-01-05 15:20:08 +000024To install TWRP permanently on your device, copy the downloaded image into your device's storage.
Aayush Gupta37b3e882018-10-21 13:15:20 +053025
theimpulson6d892732020-01-05 15:20:08 +000026Now reboot to fastboot/download mode by using adb or manual key combos (Volume down + Power). Temporary boot the downloaded image using the following command:
Aayush Gupta37b3e882018-10-21 13:15:20 +053027
theimpulson6d892732020-01-05 15:20:08 +000028<code>fastboot boot path/to/twrp.img</code>
Aayush Gupta37b3e882018-10-21 13:15:20 +053029
theimpulson6d892732020-01-05 15:20:08 +000030Once booted, navigate to the Advanced > Install Recovery Ramdisk option. This will ask you to select the image you want to install TWRP from. Select the TWRP image you just downloaded and copied into device storage. Proceed to install this image.
Aayush Gupta37b3e882018-10-21 13:15:20 +053031
theimpulson6d892732020-01-05 15:20:08 +000032You also need to use the "Fix Recovery Bootloop" option present in the same Advanced Tab. Use that option after you have installed the recovery ramdisk successfully to avoid boot loops happening from installing TWRP Permanently.
Aayush Gupta37b3e882018-10-21 13:15:20 +053033
theimpulson6d892732020-01-05 15:20:08 +000034After this is done, you have successfully installed TWRP on your device.