Created
October 15, 2017 08:10
-
-
Save iykex/0b62f209227d72e8c3fffe230f264081 to your computer and use it in GitHub Desktop.
inherit stock build fingerprint for google verification in playstore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#// you must copy these lines from your stock build.prop | |
#// | |
# inherit stock build fingerprint | |
PRODUCT_BUILD_PROP_OVERRIDES += \ | |
TARGET_DEVICE="Camon_C7" \ | |
PRODUCT_NAME="TECNO-C7" \ | |
BUILD_FINGERPRINT="TECNO/TECNO-C7/TECNO-C7:6.0/MRA58K/C7-H355A1-M-160922V69:user/release-keys" \ | |
PRIVATE_BUILD_DESC="TECNO-C7-user 6.0 MRA58K 1461742312 release-keys" | |
PRODUCT_GMS_CLIENTID_BASE := android-tecno |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment