02 2023 档案

摘要: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 阅读(67) 评论(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 阅读(136) 评论(0) 推荐(0) 编辑
摘要:异常日志1:GenerateKey时返回UNSUPPORTED_ALGORITHM # ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/EncryptionOperationsTest.TripleDesEcbRoundTripS 阅读全文
posted @ 2023-02-16 14:20 xiululu 阅读(142) 评论(0) 推荐(0) 编辑
摘要:升级大致思路: 梳理出接口差异点 参考原生软实现,部分接口可以直接在CA侧实现,大部分需要TA中实现。软实现中用到了openssl的接口,部分在keymaster TA中会有对标实现,相关的Serialize和Deserialize也有部分现成的 死磕IKeymasterDevice.hal中针对接 阅读全文
posted @ 2023-02-16 10:33 xiululu 阅读(163) 评论(0) 推荐(0) 编辑
摘要:异常日志: # ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/SigningOperationsTest.NoUserConfirmation/0_defaultNote: Google Test filter = PerIns 阅读全文
posted @ 2023-02-14 16:51 xiululu 阅读(47) 评论(0) 推荐(0) 编辑
摘要:异常日志: # ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/SigningOperationsTest.RsaUseRequiresCorrectAppIdAppData/0_defaultNote: Google Test 阅读全文
posted @ 2023-02-14 11:24 xiululu 阅读(50) 评论(0) 推荐(0) 编辑
摘要:异常日志: # ./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/SigningOperationsTest.RsaGetKeyCharacteristicsRequiresCorrectAppIdAppData/0_default 阅读全文
posted @ 2023-02-14 10:08 xiululu 阅读(84) 评论(0) 推荐(0) 编辑
摘要:./VtsHalKeymasterV4_0TargetTest --gtest_filter=PerInstance/AttestationTest.RsaAttestation/0_default 异常1: hardware/interfaces/keymaster/4.0/vts/functio 阅读全文
posted @ 2023-02-08 14:41 xiululu 阅读(108) 评论(0) 推荐(1) 编辑