mt6735 [CTS Fail]BuildFingerprint

来源:互联网 发布:淘宝男t恤店推荐 知乎 编辑:程序博客网 时间:2024/05/22 11:21
[DESCRIPTION]
1.android.os.cts.BuildVersionTest--testBuildFingerprint
2. customization :
[ro.build.brand]/[ro.product.name]/[ro.product.device]:[ro.build.version.release]/[ro.b
uild.id]/[ro.build.version.incremental]:[ro.build.type]/[ro.build.tags]


[Analysis]

– the ro.product.name and ro.build.fingerprint
•fingerprint should in the format of
– =>[ro.build.brand]/[ro.product.name]/[ro.product.device]:[
ro.build.version.release]/[ro.build.id]/[ro.build.version.incremental]:[
ro.build.type]/[ro.build.tags]
– The length for fingerprint should be less than 91 characters


[SOLUTION]

Method 1:
Modify buildinfo.sh,
echo "ro.build.motafpcheck=$BUILD_FINGERPRINT"
delete $BUILD_FINGERPRINT,modify the stringsas you want,
you must follow the formart:
– =>[ro.build.brand]/[ro.product.name]/[ro.product.device]:[
ro.build.version.release]/[ro.build.id]/[ro.build.version.incremental]:[
ro.build.type]/[ro.build.tags]


Method 2:

Modify $BUILD_FINGERPRINT in build\core\Makefile

资料转载于:MT6735  http://bbs.16rd.com/thread-454070-1-1.html

原创粉丝点击