摘要: AS版本: Android Studio Bumblebee | 2021.1.1 Patch 1Build #AI-211.7628.21.2111.8139111, built on February 2, 2022Runtime version: 11.0.11+9-b60-7590822 a 阅读全文
posted @ 2023-05-17 11:04 xiululu 阅读(734) 评论(0) 推荐(0)
摘要: 异常日志: File "/home/xll/prj/.repo/repo/main.py", line 79 file=sys.stderr) ^ SyntaxError: invalid syntax main.py第79行输出指出异常为: repo: error: Python 2 is no 阅读全文
posted @ 2023-05-09 09:03 xiululu 阅读(190) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-04-10 15:31 xiululu 阅读(221) 评论(0) 推荐(0)
摘要: do_mount_all流程: 阅读全文
posted @ 2023-03-20 21:42 xiululu 阅读(86) 评论(0) 推荐(0)
摘要: 参考文档: https://github.com/novelinux/android/wiki/Android-FBE 前面两个章节来自上述链接,在此致以谢意! Android FBE简介 名称: FBE,File-Based Encryption,基于文件的加密Android官方文档:https: 阅读全文
posted @ 2023-03-16 16:09 xiululu 阅读(903) 评论(0) 推荐(0)
摘要: VTS单模块测试: ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/HmacKeySharingTest*/0_default ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerI 阅读全文
posted @ 2023-03-15 16:47 xiululu 阅读(225) 评论(0) 推荐(0)
摘要: X.690标准: https://www.itu.int/ITU-T/studygroups/com17/languages/X.690-0207.pdf TLV之TAG解读: tag-length-value表示中,tag的编码规则如下: TAG<=30 当TAG值小于或者等于30时,用一个字节来 阅读全文
posted @ 2023-03-14 16:55 xiululu 阅读(687) 评论(0) 推荐(0)
摘要: ADT 23.0.4插件: 记录搭建平台过程中碰到的一些问题及其解决方法。 ADT中 Window>Preferences>Android 下找不到NDK配置项,需要更新ADT插件。原始ADT版本为23.0.2。 Android之adt 23找不到NDK路径设置解决方案: https://devel 阅读全文
posted @ 2023-02-28 10:09 xiululu 阅读(95) 评论(0) 推荐(0)
摘要: 问题背景: 需要在编译服务器上编译android 6.0代码。这个版本需要使用openjdk7。 参考来自官网的信息:https://source.android.com/docs/setup/start/older-versions?hl=zh-cn#jdk 官网里OpenJDK7链接指向的是or 阅读全文
posted @ 2023-02-25 15:03 xiululu 阅读(185) 评论(0) 推荐(0)
摘要: 异常日志1:GenerateKey时返回UNSUPPORTED_ALGORITHM # ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/EncryptionOperationsTest.TripleDesEcbRoundTripS 阅读全文
posted @ 2023-02-16 14:20 xiululu 阅读(172) 评论(0) 推荐(0)