aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2015-11-22 15:16:19 +0100
committerRolanDroid <rolandosimoncelli8@gmail.com>2015-11-24 22:49:56 +0100
commit807ec0581ff4d2c77be945c08626cbf90b4d7eab (patch)
tree8b52b4ee79e10288cfcbdfc56ec6c089544bac65
parent702a4ec41b8940ef788a6d4cd9ed34561d89403b (diff)
thea: Update fingerprints
Change-Id: I7e37dadb29c04327faf3efbc2a02fb6db2e9d329
-rw-r--r--init/init_thea.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/init/init_thea.cpp b/init/init_thea.cpp
index 75073e8..a6128d9 100644
--- a/init/init_thea.cpp
+++ b/init/init_thea.cpp
@@ -63,32 +63,32 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
if (ISMATCH(radio, "0x3")) {
/* XT1072 */
gsm_properties(false);
- property_set("ro.build.description", "thea_retgb-user 5.0.2 LXB22.99-24.12 11 release-keys");
- property_set("ro.build.fingerprint", "motorola/thea_retgb/thea:5.0.2/LXB22.99-24.12/11:user/release-keys");
+ property_set("ro.build.description", "thea_retgb-user 6.0 MPB24.65-10 10 release-keys");
+ property_set("ro.build.fingerprint", "motorola/thea_retgb/thea:6.0/MPB24.65-10/10:user/release-keys");
property_set("ro.build.product", "thea");
property_set("ro.mot.build.customerid", "retgball");
property_set("ro.product.device", "thea");
} else if (ISMATCH(radio, "0xE")) {
/* XT1077 */
cdma_properties("0", "10");
- property_set("ro.build.description", "thea_retcn_ds-user 5.0.2 LXB22.99-24.12 11 release-keys");
- property_set("ro.build.fingerprint", "motorola/thea_retcn_ds/thea_ds:5.0.2/LXB22.99-24.12/11:user/release-keys");
+ property_set("ro.build.description", "thea_retcn_ds-user 6.0 MPB24.65-10 10 release-keys");
+ property_set("ro.build.fingerprint", "motorola/thea_retcn_ds/thea_ds:6.0/MPB24.65-10/10:user/release-keys");
property_set("ro.build.product", "thea_ds");
property_set("ro.mot.build.customerid", "retcn");
property_set("ro.product.device", "thea_ds");
} else if (ISMATCH(radio, "0xC")) {
/* XT1078 */
gsm_properties(true);
- property_set("ro.build.description", "thea_retbr_ds-user 5.0.2 LXB22.99-24.12 11 release-keys");
- property_set("ro.build.fingerprint", "motorola/thea_retbr_ds/thea_umtsds:5.0.2/LXB22.99-24.12/11:user/release-keys");
+ property_set("ro.build.description", "thea_retbr_ds-user 6.0 MPB24.65-10 10 release-keys");
+ property_set("ro.build.fingerprint", "motorola/thea_retbr_ds/thea_umtsds:6.0/MPB24.65-10/10:user/release-keys");
property_set("ro.build.product", "thea_umtsds");
property_set("ro.mot.build.customerid", "netbr");
property_set("ro.product.device", "thea_umtsds");
} else if (ISMATCH(radio, "0xD")) {
/* XT1079 */
cdma_properties("0", "20");
- property_set("ro.build.description", "thea_retcn_ds-user 5.0.2 LXB22.99-24.12 11 release-keys");
- property_set("ro.build.fingerprint", "motorola/thea_retcn_ds/thea_ds:5.0.2/LXB22.99-24.12/11:user/release-keys");
+ property_set("ro.build.description", "thea_retcn_ds-user 6.0 MPB24.65-10 10 release-keys");
+ property_set("ro.build.fingerprint", "motorola/thea_retcn_ds/thea_ds:6.0/MPB24.65-10/10:user/release-keys");
property_set("ro.build.product", "thea_ds");
property_set("ro.com.android.dataroaming", "false");
property_set("ro.mot.build.customerid", "retcn");