Step 1 (Unlocking bootloader) :
Step 2 (flashing twrp fixing encryption problem):
XDA:DevDB Information
Unlocking / Rooting Nokia 1 stock rom, Tool/Utility for the Nokia 1
Contributors
androidlover5842
Version Information
Status: Stable
Created 2018-08-21
Last Updated 2018-08-21
- Make sure you have adb and fastboot .
- get your serial number.
Code:adb shell getprop ro.serialno
- calculate md5 of the serial number of device ( i used this https://passwordsgenerator.net/md5-hash-generator/).
- Reboot bootloader.
Code:adb reboot bootloader
- Unlock using key (md5code=md5 of your serial number).
Code:fastboot oem key md5code
Code:fastboot oem unlock
Step 2 (flashing twrp fixing encryption problem):
- Download twrp :=https://www.androidfilehost.com/?fid=1322778262903986803
- Reboot bootloader by connecting power button + usb cable + volume down and type
Code:
fastboot flash recovery TWRP-3.2.3-TwrpBuilder-2018-08-21_14.img
- Reboot recovery by using power button + usb connected + volume up at same time .
- Download fstab:=> https://gist.githubusercontent.com/androidlover5842/e5fccc739251bb75ad7cf1d8ddc36e0d/raw/a4646983b481c02462cd0cfbf8decb9edf4f2ac9/fstab.mt6735 and go to mount menu in twrp => mount vendor and update fstab using this commnd .
Code:adb push fstab.mt6735 /vendor/etc/fstab.mt6735
- make backup of boot using backup option and flash stock recovery as boot (you can get stock recovery from here )
- reboot system and it should reboot into stock recovery
- wipe data using stock recovery
- reboot back to twrp by pressing power + usb + volume button.
- restore boot and flash magisk.
XDA:DevDB Information
Unlocking / Rooting Nokia 1 stock rom, Tool/Utility for the Nokia 1
Contributors
androidlover5842
Version Information
Status: Stable
Created 2018-08-21
Last Updated 2018-08-21