brew install --cask android-platform-tools
注意:homebrew 从 2.5.11 后,cask 就取消了,如有报错,请去除--cask
adb reboot bootloader
该版本内核版本是4.9,有点低了用不了ecapture,考虑换安卓13
镜像目录:
目前没有找到
adb devices
输出:
List of devices attached
9dddab12 device
说明连接成功
./flash_all.sh -s 9dddab12
/image/boot.img
推送到手机adb push image/boot.img /sdcard/boot.img
5、点击安装,然后选择刚刚push到手机上的img文件
magisk_patched-25200_khvj5.img
这样的文件adb pull /sdcard/Download/magisk_patched-25200_khvj5.img .
adb reboot bootloader
fastboot flash magisk_patched-25200_khvj5.img
#执行完毕后
fastboot reboot