dearlex
Member
- Joined
- Jan 31, 2017
- Messages
- 1
- Reaction score
- 3
- Points
- 4
- Age
- 34
Nokia 3 Bootloader Unlock, Root & Twrp Recovery
Quote:Bootloader unlock Process:
* Goto developer option , there enable oem unlock nd usb debugging
* Now reboot to bootloader by below gvn command
Quote:adb reboot bootloader* Run this command to unlock bootloader
Quote:fastboot oem unlock* Write Twrp (Copy twrp recovery img to fastboot folder nd run gvn cmmd to flash)
Quote:fastboot flash recovery filename.img
Quote:fastboot reboot* After boot up reboot into twrp by this cmmd and flash supersu frm sdcard or sideload it
Quote:adb reboot recovery
for sideload super su
Quote:adb sideload supersu.zip
Quote:Bootloader unlock Process:
* Goto developer option , there enable oem unlock nd usb debugging
* Now reboot to bootloader by below gvn command
Quote:adb reboot bootloader* Run this command to unlock bootloader
Quote:fastboot oem unlock* Write Twrp (Copy twrp recovery img to fastboot folder nd run gvn cmmd to flash)
Quote:fastboot flash recovery filename.img
Quote:fastboot reboot* After boot up reboot into twrp by this cmmd and flash supersu frm sdcard or sideload it
Quote:adb reboot recovery
for sideload super su
Quote:adb sideload supersu.zip
Last edited by a moderator: