高通切换到Emergency Download:adb reboot edl

刷机 开机下adb reboot edl 切到QDloader 9008 点下载。

在这里插入图片描述
在这里插入图片描述

The command “adb reboot edl” is used to reboot an Android device into EDL (Emergency Download) mode using the Android Debug Bridge (ADB) tool. EDL mode is primarily used for low-level firmware flashing or unbricking devices that cannot be booted into the standard operating system.

To use this command, you must have ADB installed on your computer and your Android device connected via USB with USB debugging enabled. Here’s a general guide on how to use the command:

  1. Install ADB: If you haven’t already installed ADB on your computer, you can download it from the official Android developer website.

  2. Enable USB Debugging: On your Android device, go to “Settings” > “About phone” and tap “Build number” seven times to enable developer options. Then, go to “Settings” > “Developer options” and enable “USB debugging”.

  3. Connect Your Device: Connect your Android device to your computer using a USB cable.

  4. Open Command Prompt or Terminal: On your computer, open a command prompt (Windows) or terminal (Linux or macOS).

  5. Check Device Connection: Type adb devices to check if your device is properly connected. If connected, you’ll see your device’s serial number listed.

  6. Enter the Command: Type adb reboot edl and press Enter. Your device should reboot into EDL mode.

It’s important to note that not all devices support EDL mode, and using EDL mode can be risky if you’re not familiar with firmware flashing. It’s primarily used by advanced users or developers for deep-level modifications or repairs. If you’re unsure about using EDL mode, it’s advisable to seek assistance from someone experienced with Android firmware.

相关推荐

  1. C笔试】

    2023-12-21 16:10:01       21 阅读

最近更新

  1. TCP协议是安全的吗?

    2023-12-21 16:10:01       18 阅读
  2. 阿里云服务器执行yum,一直下载docker-ce-stable失败

    2023-12-21 16:10:01       19 阅读
  3. 【Python教程】压缩PDF文件大小

    2023-12-21 16:10:01       18 阅读
  4. 通过文章id递归查询所有评论(xml)

    2023-12-21 16:10:01       20 阅读

热门阅读

  1. 阿里云数据传输服务DTS

    2023-12-21 16:10:01       33 阅读
  2. Qt qlistwidget自绘,隔行换色

    2023-12-21 16:10:01       36 阅读
  3. Linux 命令备忘录

    2023-12-21 16:10:01       30 阅读
  4. React中如何避免不必要的render?

    2023-12-21 16:10:01       34 阅读
  5. redis 缓存穿透、击穿、雪崩、无底洞分析及解决

    2023-12-21 16:10:01       41 阅读
  6. HiveServer2

    2023-12-21 16:10:01       39 阅读
  7. redis cluster集群定时备份

    2023-12-21 16:10:01       33 阅读
  8. 开源键盘工程QMK

    2023-12-21 16:10:01       37 阅读
  9. Golang实践录:gin绑定解析json的两种方法

    2023-12-21 16:10:01       32 阅读