December 2018
Beginner to intermediate
328 pages
8h 29m
English
Once the bootloader is determined to be unlocked, an examiner will need a custom recovery image from which to boot. An excellent source of recovery images is https://twrp.me/Devices/.
Once a recovery image is selected and downloaded, the device needs to be placed into fastboot mode. This can be accomplished using one of two ways:
To enter fastboot on a device over ADB, the device must already have USB Debugging enabled. The following is the command to enter fastboot mode over ADB:
adb reboot bootloader ...
Read now
Unlock full access