Difference between revisions of "EDL"

From Z3X-TEAM
Jump to: navigation, search
 
Line 4: Line 4:
 
'''How to Boot into EDL Mode via ADB'''
 
'''How to Boot into EDL Mode via ADB'''
 
<br>
 
<br>
# Setup ADB and Fastboot on your Windows PC.
+
# Setup [[ADB mode|ADB]] and Fastboot on your Windows PC.
 
# Enable USB debugging on your Android device.
 
# Enable USB debugging on your Android device.
 
# Open a command window on PC and connect your device to PC via USB cable.
 
# 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:
 
# Issue the following command via the command line on PC:
 
  adb reboot edl
 
  adb reboot edl

Latest revision as of 23:29, 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