使用adb or fastboot命令进入高通的9008(edl)模式

已经有人写过了,下面两种是其中之一,我再加一个

如题,两种方法
1. adb

$ adb reboot edl

2.fastboot

$ fastboot oem edl
or
$ fastboot reboot emergency

另一种

高通手机 进入 高通9008模式

方法1:
打开 USB调试,使用命令
adb reboot edl

方法2:
进入手机fastboot模式,执行命令
fastboot oem edl

进入 高通模式9008模式 时,手机黑屏,但是连接上电脑有反应,设备管理器 可以见到 一台串口为9008的设备

原文地址:https://blog.csdn.net/daoshuti/article/details/82659003

相关文章:

  • 2021-11-03
  • 2021-07-31
  • 2021-11-01
  • 2021-09-25
  • 2021-10-17
  • 2021-11-05
猜你喜欢
  • 2021-12-15
  • 2021-04-07
  • 2021-08-21
  • 2021-12-12
  • 2021-11-03
  • 2021-10-17
  • 2021-12-15
  • 2021-12-27
相关资源
相似解决方案