美文网首页
poweshell使用fastboot.exe的操作

poweshell使用fastboot.exe的操作

作者: Tess鱼丸 | 来源:发表于2022-12-03 03:24 被阅读0次

poweshell使用fastboot.exe的操作

目录下需要有fastboot.exe,和要刷的*.img文件

使用命令

.\fastboot.exe flash boot .\magisk_patched-25200_Ik3fB.img

重启

.\fastboot.exe reboot
PS E:\0000000000000000000\TWRP - 副本\work> .\fastboot.exe flash boot .\magisk_patched-25200_Ik3fB.img
Sending 'boot_a' (65536 KB)                        OKAY [  1.524s]
Writing 'boot_a'                                   OKAY [  0.282s]
Finished. Total time: 1.863s
PS E:\0000000000000000000\TWRP - 副本\work>
PS E:\0000000000000000000\TWRP - 副本\work>
PS E:\0000000000000000000\TWRP - 副本\work> .\fastboot.exe reboot
Rebooting                                          OKAY [  0.012s]
Finished. Total time: 0.012s
PS E:\0000000000000000000\TWRP - 副本\work>

相关文章

网友评论

      本文标题:poweshell使用fastboot.exe的操作

      本文链接:https://www.haomeiwen.com/subject/jbwyfdtx.html