d*******5 发帖数: 973 | 1 一开始就遇到问题
在developer mode enable usb debug
机器上detect不到机器
去device manager adb interface 看到一个黄色感叹号
应该怎么破
谢谢 | a*o 发帖数: 19981 | 2 需要在adb_usb.ini里手动加上Le的device ID
echo 0x2b0e >> "%USERPROFILE%.androidadb_usb.ini"
【在 d*******5 的大作中提到】 : 一开始就遇到问题 : 在developer mode enable usb debug : 机器上detect不到机器 : 去device manager adb interface 看到一个黄色感叹号 : 应该怎么破 : 谢谢
| d*******5 发帖数: 973 | 3 下面是我的步骤,帮我看下哪里出错
把s3连到电脑上,portable device 出现两个 一个是leeco s2, 还有一个是
adb interface 看到一个黄色感叹号。
然后去 adb and fastboot folder 执行command prompt
说no devices found
执行下面命令后,去recovery mode 执行twrp, 一开始要我输入密码,(mount
decrypt data, enter password), 如果选择cancel,
进入 (install wipe backup restore mount setting advanced reboot)
到这里就不会了,
install找不到zip (says select from internal storage 0mb)
(dos command prompt copy)
C:\Program Files\Minimal ADB and Fastboot>adb reboot bootloader
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
error: no devices/emulators found
C:\Program Files\Minimal ADB and Fastboot>fastboot oem unlock-go
...
OKAY [ -0.000s]
finished. total time: -0.000s
C:\Program Files\Minimal ADB and Fastboot>fastboot oem device-info
...
(bootloader) Device product name: [s2_oversea]
(bootloader) Device tampered: false
(bootloader) Device unlocked: true
(bootloader) Device critical unlocked: false
(bootloader) Charger screen enabled: false
(bootloader) Display panel:
OKAY [ 0.047s]
finished. total time: 0.047s
C:\Program Files\Minimal ADB and Fastboot>fastboot flash recovery twrp.img
target reported max download size of 536870912 bytes
sending 'recovery' (19732 KB)...
OKAY [ 0.702s]
writing 'recovery'...
OKAY [ 0.109s]
finished. total time: 0.811s | d*******5 发帖数: 973 | |
|