微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > 手机设计讨论 > MTK手机平台交流 > mt6735 BuildFingerprint

mt6735 BuildFingerprint

时间:10-02 整理:3721RD 点击:
[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

谢谢分享!

坐等您的CTS大全解答售书发布会了!

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top