Difference between revisions of "EDL"

From Z3X-TEAM
Jump to: navigation, search
(Created page with "EDL mode is a Qualcomm enabled feature, that is useful to unbrick device, unlock bootloader or modify protected device parameters. However, not all Qualcomm based device suppo...")
 
Line 1: Line 1:
 
EDL mode is a Qualcomm enabled feature, that is useful to unbrick device, unlock bootloader or modify protected device parameters. However, not all Qualcomm based device support it.
 
EDL mode is a Qualcomm enabled feature, that is useful to unbrick device, unlock bootloader or modify protected device parameters. However, not all Qualcomm based device support it.
 +
<br>
 +
 +
'''How to Boot into EDL Mode via ADB'''
 +
<br>
 +
# Setup ADB and Fastboot on your Windows PC.
 +
# Enable USB debugging on your Android device.
 +
# Open a command window on PC and connect your device to PC via USB cable.
 +
# Issue the following command via the command line on PC:
 +
adb reboot edl

Revision as of 23:27, 21 August 2018

EDL mode is a Qualcomm enabled feature, that is useful to unbrick device, unlock bootloader or modify protected device parameters. However, not all Qualcomm based device support it.

How to Boot into EDL Mode via ADB

  1. Setup ADB and Fastboot on your Windows PC.
  2. Enable USB debugging on your Android device.
  3. Open a command window on PC and connect your device to PC via USB cable.
  4. Issue the following command via the command line on PC:
adb reboot edl