天天看點

mt6735 [CTS Fail]BuildFingerprint

[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