Android OTA升级


Android A/B System OTA分析

  • Android A/B System OTA分析(一)概览: https://blog.csdn.net/guyongqiangx/article/details/71334889
  • Android A/B System OTA分析(二)系统image的生成: https://blog.csdn.net/guyongqiangx/article/details/71516768
  • Android A/B System OTA分析(三)主系统和bootloader的通信: https://blog.csdn.net/guyongqiangx/article/details/72480154
  • Android A/B System OTA分析(四)系统的启动和升级: https://blog.csdn.net/guyongqiangx/article/details/72604355

Android OTA升级原理和流程分析

  • Android OTA升级原理和流程分析(一)--update.zip包的制作: https://blog.csdn.net/ylyuanlu/article/details/44457557
  • Android OTA升级原理和流程分析(二)---update.zip差分包问题的解决: https://blog.csdn.net/ylyuanlu/article/details/44457605
  • Android OTA升级原理和流程分析(三)---Android系统的三种启动模式: https://blog.csdn.net/ylyuanlu/article/details/44457691
  • Android OTA升级原理和流程分析(四)---Android系统Recovery模式的工作原理: https://blog.csdn.net/ylyuanlu/article/details/44457729
  • Android OTA升级原理和流程分析(五)---update.zip包从上层进入Recovery服务: https://blog.csdn.net/ylyuanlu/article/details/44457797
  • Android OTA升级原理和流程分析(六)---Recovery服务流程细节: https://blog.csdn.net/ylyuanlu/article/details/44457835
  • Android OTA升级原理和流程分析(七)---Recovery服务的核心install_package函数: https://blog.csdn.net/ylyuanlu/article/details/44457879
  • Android OTA升级原理和流程分析(八)---升级程序update_binary的执行过程: https://blog.csdn.net/ylyuanlu/article/details/44457903
  • Android OTA升级原理和流程分析(九)---updater-script脚本语法简介以及执行流程: https://blog.csdn.net/ylyuanlu/article/details/44457941