Difference between revisions of "EDL"
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 22: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
- 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