Open hhstore opened 3 years ago
刷机环境:
lmi_images_V12.5.5.0.RJKCNXM_20210831.0000.00_11.0_cn_chinatelecom
10.15.7
下载小米官方 ROM 包:
flash_all.sh
刷机脚本. ROM 包解压:
安装:
brew cask install android-platform-tools
配置环境变量:
adb
fastboot --version
mac 终端下:
🕙 [2021-11-04 Thu 13:17:48] ➜ fastboot devices
b6da3c35 fastboot
ROM 包解压, 进入解压后文件夹(内含 flash_all.sh)
cd ROM-包解压缩文件夹/
# 执行:
sh ./flash_all.sh -s b6da3c35
# 刷机完成, 手机会自动重启.
报错: adb reboot bootloader error: no devices/emulators found
lsof -i tcp:5037
kill -9 adb-pid
related: