How to unlock bootloader on ZTE Axon 10 Pro

unlock bootloader on ZTE Axon 10 Pro:

Step by Step Guide to unlock bootloader on ZTE Axon 10 Pro user Who are Looking for the way to unlock the bootloader on ZTE Axon 10 Pro Can unlock it by Following the below Instructions.

ZTE Axon 10 Run on Android 9.0 OS and Powered by QCOM SD 855 Processor. The Device Come with 6/8GB of RAM and 128/256GB of Storage Can be Expandable via SD card. it is a Dual SIM Smartphone Support Nano SIM card.

Note:

  • unlocking the bootloader Will void Your Device Warranty/.
  • Your Phone Will be Erased During The unlocking So Make a backup before Process.

Steps to unlock Bootloader on ZTE Axon 10 Pro:

  • On Phone Enable developer options. (Press Build Number 7 times)
  • Enable usb Debugging and Oem unlock From Developers Options

  • Download & Install adb fastboot Driver
  • Download and Extract ZTE Axon 10 unlock tool: From Here
  • Connect Phone to PC, and Run Axon_10_tools.bat File From tool Folder
  • Now Press Enter. it Will boot Your Phone in EDL..
  • From the Menu Select unlock bootloader and Press Enter
  • Wait until Success. Done/

Expert:

  • The tool use EMMCDL to unlock The bootloader Via EDL by Flashing a unlocked abl.elf
  • if any issue in tools Simply open CMD in tools Folder Where EMMCDL Located and use Code
emmcdl.exe -p %EDLComPort% -f "%FirehoseFile%" -x "%RawProgFile%"
  • Replace Port, Firehose and rawProgfile’s Name on Same Place
  • if You have twrp then You can Flash it With below code
emmcdl -p COM3 -f prog_emmc_firehose_SDM855.mbn -b recovery recovery.img
  • Replace Same like above