刷机工具-fastboot
发布时间:2020-12-15 06:29:22 所属栏目:百科 来源:网络整理
导读:1、见到网上一篇刷乐phone的帖子很好所以记录下来:???????? adb devices查看已连接设备 adb reboot-bootloader 让手机进入fastboot模式 fastboot devices可以看到设备列表 用下面的命令烧写boot、systerm、和userdata ?????? fastboot flash boot pathboot
1、见到网上一篇刷乐phone的帖子很好所以记录下来:???????? adb devices查看已连接设备 adb reboot-bootloader 让手机进入fastboot模式 fastboot devices可以看到设备列表 用下面的命令烧写boot、systerm、和userdata ?????? fastboot flash boot pathboot.img ?????? fastboot flash system pathsystem.img ?????? fastboot flash? userdata pathuserdata.img 然后用fastboot reboot重启设备 2、fastboot相关使用 系统区(system),数据缓存区(cache),用户数据区(userdata)。 1.?查看fastboot命令的帮助: fastboot 显示如下信息: usage:?fastboot?[?<option>?]?<command>?? commands:?? update?<filename>???reflash?device?from?update.zip?? flashall????"flash?boot"?+?"flash?system" flash?<partition>?[?<filename>?]?write?a?file?to?a?flash?partition?? erase?<partition>???erase?a?flash?partition?? getvar?<variable>???display?a?bootloader?variable?? boot?<kernel>?[?<ramdisk>?]??download?and?boot?kernel?? flash:raw?boot?<kernel>?[?<ramdisk>?]?create?bootimage?and?flash?it?? devices?????list?all?connected?devices?? reboot?????reboot?device?normally?? reboot-bootloader???reboot?device?into?bootloader?? options:?? -w?????erase?userdata?and?cache?? -s?<serial?number>???specify?device?serial?number?? -p?<product>????specify?product?name?? -c?<cmdline>????override?kernel?commandline?? -i?<vendor?id>????specify?a?custom?USB?vendor?id?? 2.?擦除分区: fastboot?erase?{partition}???例:fastboot?erase?boot或fastboot?erase?system等。 fastboot oem format? 进行格式化 fastboot erase cache 清除cache (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |