【发布时间】:2019-05-02 04:24:41
【问题描述】:
我为闪烁像素 3 制作 .img 文件。 构建完美完成。我想要闪光灯。
当我像这样制作闪光灯时fastboot flash boot boot.img 或
ANDROID_PRODUCT_OUT=`pwd` fastboot flashall -w
它显示失败消息target reported max download size of 268435456 bytes
Erase successful, but not automatically formatting.
File system type raw not supported.
Erase successful, but not automatically formatting.
Can't determine partition type.
FAILED (remote: variable not found)
和
writing 'boot'...
FAILED (remote: Failed to write to partition Not Found)
finished. total time: 2.506s
请帮我刷这个二进制文件。 提前致谢。
【问题讨论】:
-
我很确定启动映像不是“完美完成”,因为它不应该是
raw格式。您还需要解锁引导加载程序。这不是 SO 的问题。 -
@TheWanderer 原始格式是什么?当我下载像素 3 原始二进制文件时,它也有一些 xxx.img(如 boot.img)并且引导加载程序已解锁。日志中提到的分区未找到。我认为问题出在设备上。