从头开始的A/B更新实现

发布于 2025-02-09 18:43:03 字数 337 浏览 2 评论 0原文

我需要在Android 11上实现A/B无缝更新。我有AOSP源代码,但默认情况下它不支持无缝更新。我已经阅读了有关如何实施它的文档,但我仍在努力理解从哪里开始。

我已经阅读了相关的android 文档。它需要运行Update_Engine服务。但是我的仿真器没有那种服务。我也找不到任何教程。

是否可以在A/B方法中模拟OTA上的OTA,并在逐步过程中帮助我/引用任何文章。

感谢帮助

I need to implement A/B seamless update on Android 11. I have AOSP source code but by default it does not support seamless update. I have read documentation regarding how to implement it but i am still struggling to understand from where to begin.

I have read related android documentation. It needs to have update_engine service running. But my emulator doesn't have that service. I could not find any tutorial regarding this either.

Is it possible to simulate OTA on emulator in A/B method and help me out/reference to any article with step by step process.

Appreciate the help

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱的十字路口 2025-02-16 18:43:03

A/B更新应由您的BSP供应商支持。
您可以自己实施它,但是您需要实施很多。

众所周知,Standart Android Studio模拟器不支持A/B。

A/B update should be supported by your BSP vendor.
You can implement it by yourself, but you will need to implement a lot.

Standart Android Studio emulator do not support A/B as I know.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文