Breaking

Wednesday, 12 October 2016

Unlock the Bootloader of the Tecno Phantom 6 (A6)



To successfully unlock the Bootloader of the Tecno Phantom 6 (A6):

* Backup your important stuff as unlocking the Bootloader wipes your data

* Enable USB Debugging on the Tecno Phantom 6 (A6) (see http://www.dsmedia24.com/2016/09/how-to-enable-usb-debugging-on-android.html)

* Enable OEM Unlocking under Settings > Developer options

 * Setup ADB and Fastboot on the PC (see dsmedia24.com/2016/07/how-to-setup-adb-and-fastboot)

* Connect the phone to the PC via USB cord (while On)

* Launch ADB

* In ADB, run the following command (press Enter after the command)


Code:
adb devices

* ADB should detect the device. If ADB detects other devices but not the Tecno Phantom 6 (A6) then disconnect every connected devices

* Once the device gets detected, boot it into Fastboot by running the following command (press Enter after the command)


Code:
adb reboot-bootloader

* The phone should now enter Fastboot (black screen with only fastboot written at the top or bottom)

* In Fastboot, run the following command (press Enter after the command)


Code:
fastboot oem unlock

* You should get a prompt on the device asking you to confirm Bootloader unlock, press the volume up button for Yes

* You should now get a success message

* Reboot the device by running the command below (press Enter after the command)


Code:
fastboot reboot

If you wish to root your Tecno Phantom 6 after unlocking the Bootloader then follow the guide HERE




Credits: Team Hovatek

No comments:

Post a Comment