blob: 8ce62ee8eb2f710bdeb42612766db991e948f4b5 [file] [log] [blame]
dg28gadhavic2ea1ed2018-08-20 16:48:43 +05301---
2layout: device
3title: "Nokia 8"
4codename: NB1
5downloadfolder: NB1
6supportstatus: Current
7maintainer: dg28gadhavi
8oem: Nokia
9devicetree: https://github.com/TeamWin/android_device_nokia_NB1
10---
11
12{% include disclaimer.html %}
13
14{% include supportstatus.html %}
15NOTE: Monthly security updates may break decrypt in TWRP.
16
17{% include download.html %}
18
19<div class='page-heading'>Installation:</div>
20If you already have TWRP installed:
21Download the latest zip and install the zip using TWRP.
22
23If you do not already have TWRP installed:
24Download both the img and the zip.You will need to have fastboot binaries and the correct drivers installed.
25
26You can grab latest platform-tools (fastboot binaries) from [here]https://developer.android.com/studio/releases/platform-tools
27
28Now 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:
29
30adb reboot bootloader
31
32Your device should now be in the bootloader.
33
34Then again from command window run the following command from the proper location:
35
36fastboot boot path/to/twrp.img
37
38This will temporarily boot TWRP on your device. Use adb to push the zip onto your device:
39
40adb push path/to/twrp.zip /
41
42Even MTP is working you can also directly copy zip from your pc and paste to your device.
43
44Go 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.
45
46If 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.