摘要: android OTA package packing and extract to partition 1. 打包image并将写image到对应partition的命令写入OTA升级脚本里 device/google/dragon/releasetools.py def FullOTA_Inst 阅读全文
posted @ 2020-06-07 15:30 aspirs 阅读(575) 评论(0) 推荐(0)
摘要: 【文件】updater-script实例讲解 from: https://blog.csdn.net/twk121109281/article/details/90764839 Android刷机脚本updater-script实例讲解 在这里引用的是c8812的深度os刷机脚本 assert(ge 阅读全文
posted @ 2020-06-07 13:39 aspirs 阅读(672) 评论(0) 推荐(0)
摘要: Python 字典(Dictionary) from: https://www.runoob.com/python/python-dictionary.html 字典是另一种可变容器模型,且可存储任意类型对象。 字典的每个键值 key=>value 对用冒号 : 分割,每个键值对之间用逗号 , 分割 阅读全文
posted @ 2020-06-07 12:39 aspirs 阅读(170) 评论(0) 推荐(0)