Fingerprint property missing

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Fingerprint property missing

跳至解决方案
1,824 次查看
michaelrobbelot
Contributor IV

Anyone,

I was wondering if anyone might know why ro.build.fingerprint would not show in an android build. I can clearly see that it is getting generated and is included in out/product/.../system/build.prop, but does not show up on the running build when you issue the getprop command or run the appropriate CTS test that looks for ro.build.fingerprint. Thanks.

Michael Robbeloth

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,454 次查看
michaelrobbelot
Contributor IV

I discovered that my fingerprint value was exceeding the maximum length of a property (defined to be PROPERTY_VALUE_MAX 92 in system/core/include/cutils/properties.h).

Michael Robbeloth

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,455 次查看
michaelrobbelot
Contributor IV

I discovered that my fingerprint value was exceeding the maximum length of a property (defined to be PROPERTY_VALUE_MAX 92 in system/core/include/cutils/properties.h).

Michael Robbeloth

0 项奖励
回复