译文 This repository contains tools and libraries for working with Android Verified Boot 2.0. Usually AVB is used to refer to this codebase. What is it? Verified boot is the pro…
工具 split_bootimg.pl 是一个perl 写的脚本工具, 按照boot.img 格式读取 mkbootfs, mkbootimg, bootsigner: 编译源码会在out/host/linux-x86/bin 下生成, 也可以从官网上下载 具体步䯅 split_bootimg.pl boot.img # 会得到 boot.img-…
FAQs and Common errors whille building custom roms (转) Disclaimer: Code: All these FAQs and Solutions are taken from my knowledge and experience if anything wrong please point…
性能优化 协议通信重构 就重构来说, 也经历了好几个项目了, 以前对重构一直也没有感觉, 只是看见代码逻辑混乱,代码风格丑陋, 然后按着自己的思维方式重新实现一番。但是在整个过程中, 没有涉及到算法, 没有注重内存,没有用上复杂的设计模式, 所以,这样的重构,总给我一种虚得感觉。 重构是为了什么呢? 下意识里,还是为了高效,运行的高效。 然而经历得…
测试用例 开发了这么些年, 虽然一直听到单元测试, 自动化测试, 但是自己开发, 写测试用例的场景真得很少. 也就是工具类, 写一写测试用例吧. 做前端, 测试用例大概也就在工具类的使用上了. 但是前端的自动化测试又是另一个话题, 有些可以达到自动化, 有些并不能达到自动化. 但是前端终归是要跟数据打交道的, 写前端, 当然可以根据自己的UI, 写…
init.rc 文档在 system/core/init/readme.txt init.rc 位于 system/core/rootdir/init.rc 和 bootable/recovery/init.rc 由 system/core/init/init.cpp 加载 语法 Actions, Commands, Services, Optio…
源码下载 国内镜像及教程: https://mirrors.tuna.tsinghua.edu.cn/help/AOSP/ ubuntu 16.04 基本环境安装 更换软件源 sudo gedit /etc/apt/sources.list deb http://mirrors.aliyun.com/ubuntu/ quantal main res…
小米5X刷机验证报告 结论: 邝锦良大神的完美拆机下, 已成功通过短接激活 9008 端口进入 download 模式, 刷入系统和root包, 激活xposed框架 过程: 进入download模式 按照网上的教程比较顺利的激活9008端口进入了download模式, 使用小米官方线刷工具MiFlash 刷入了官方的rom包, 继而进入下一步, …