The emergency download mode (EDL aka the qualcomm 9008) is reachable from adb with the command :
adb reboot edl (just tested)
Also the original recovery is reachable by typing
adb reboot recovery
http://img15.hostingpics.net/pics/428314leeco.jpg
for fastboot ,
adb reboot bootloader
http://img15.hostingpics.net/pics/998011leeco2.jpg
Thanks for this! Did you try to restore X820 rom to x829?
Related
hello experts
I have a dual core ampe a78 3g tablet (cpu qualcomm msm8625-Android 4.04)
Using the "adb reboot bootloader" command, the device reboot and display the message "[1030] fastboot bootloader ...." but does not enter the fastboot mode.
If I use the "adb reboot recovery" command, restart and enter recovery mode correctly (<3e> recovery)
Need some suggestion on how to enter bootloader mode if possible.
Sorry by my bad english and from now thank you very much!!!
Phone is on CM13+Xposed (Unlocked bootloader)
I download Global Dev 6.12.15 and MiFlash tool.
Put phone in fastboot mode (Power+Volume Up) but phone is not recognised by MiFlash Tool. Help please!
What version of miflash do you have ? By the way it will be better to flash miui rom in edl mode
Turn off the phone completely. Hold Vol+ and Vol- buttons at the same time. Then connect USB cable, you are now in EDL mode. Now you can flash ROMs with MiFlash.
CharlieKasper said:
Phone is on CM13+Xposed (Unlocked bootloader)
I download Global Dev 6.12.15 and MiFlash tool.
Put phone in fastboot mode (Power+Volume Up) but phone is not recognised by MiFlash Tool. Help please!
Click to expand...
Click to collapse
You have to go to edl mode
1. Connect your phone to pc [enable debugging mode]
2. Go here https://drive.google.com/open?id=0B0VFYSHDV7SKbll4RG9oZTFNbVU to download adb terminal, or if you already have it just open the adb terminal, and type:
abd reboot edl
after that your phone will blinking red, thats mean your in edl mode
3. Open Mi Flasher-Browse to your ROM-click refresh-click falsh all at the bottom-and finally click flash-that's all
4. Wait until it reboot, or if you still got that blinking red notification on your phone just power up manually
So I have Asus Zenfone 3 ZE520KL, after i upgrade the firmware to OPR1.170623.026.WW_Phone-15.0410.1802.44-0 I cannot get in to EDL mode anymore. Not from adb roboot edl, fastboot reboot edl or keys combination. Someone please explain this situation. Thanks.
I'm looking for a ways on how to enter DIAG Mode.
( for Qualcomm Product Support Tools )
I tried following method to enter DIAG Mode.
Using ADB mode.
Connect turned on device to PC via USB-cable and enter these commands in device terminal.
adb shell
su
setprop sys.usb.config diag,adb
But no response.
:victory: Self-resolved.
I reinstall stock ROM(curtana_V12.0.1.0.QJWMIXM) by MiFlash.
Then I tried ADB method.
I could set Diag mode.
On custom ROM, I could not.
marlinzukz2 said:
:victory: Self-resolved.
I reinstall stock ROM(curtana_V12.0.1.0.QJWMIXM) by MiFlash.
Then I tried ADB method.
I could set Diag mode.
On custom ROM, I could not.
Click to expand...
Click to collapse
Hi, are you trying to unlock additional LTE bands or enable some LTE+ CA configurations?
I cannot get adb to recognize my device in download mode. I have installed all the necessary drivers, got usb debugging enabled and even switched out cables. If anybody has a solution to this it would be greatly appreciated. I'm trying to falsh a boot img with magisk to root my device, but download mode is not recognized.
ADB doesn't work in Fastboot ( AKA Download and/or Bootloader ) mode: you have to use
Code:
fastboot devices
fastboot <FASTBOOT-SUBCOMMAND-HERE>
jwoegerbauer said:
ADB doesn't work in Fastboot ( AKA Download and/or Bootloader ) mode: you have to use
Code:
fastboot devices
fastboot <FASTBOOT-SUBCOMMAND-HERE>
Click to expand...
Click to collapse
unfortunately the fastboot command ain't working either. everything works fine when the phone is on it's just when I enter download mode it ain't recognized
Cat_tails said:
unfortunately the fastboot command ain't working either. everything works fine when the phone is on it's just when I enter download mode it ain't recognized
Click to expand...
Click to collapse
Why you enter the download mode - that is LAF mode - at all?
Normally there is no adb nor fastboot in that mode...