您好。
我在A523设备上面生成了 OTA.zip 文件后,尝试在设备上应用OTA,不过遇到了问题,所以求助。
过程:
成功生成 OTA.zip 文件
1. android14\out\target\product\a523-a1002\a523_a1002_arm64-signed_target_files.zip
2. android14\out\target\product\a523-a1002\a523_a1002_arm64-full_ota.zip
[使用 OTA.zip 文件在 Android 设备上应用 OTA 的过程]
1. 将生成的文件 android14\out\target\product\a523-a1002\a523_a1002_arm64-full_ota.zip 重命名为 update_20250310.zip
2. 执行 adb push update_20250310.zip /sdcard/update.zip
3. 执行 adb reboot recovery
但是,在执行上述步骤后,出现了以下错误:
Loading make_device from librecovery_ui_ext.so
W: Failed to read max brightness: No such file or directory
I: Screensaver disabled
Failed to find/open a drm device: No such file or directory fbo reports (possibly inaccurate):
W: Failed to load bitmap cancel_wipe_data_text for locale en-US (error -1). Falling back to use default locale.
- 316321] E: Failed to load bitmap cancel_wipe_data_text for locale en-US
....
从以上日志来看,错误似乎是从 “Failed to load bitmap cancel_wipe_data_text for locale en-US” 开始出现的。我在下方附上相关错误截图。
[请求事项]
1. 如果有解决方案,请帮忙分享。
2. 请检查我上面描述的 OTA 应用流程是否有错误,如果有,请指教一下。
感谢您的支持!!
