Skip to content

Commit

Permalink
falcon: init_falcon: update xt1032 fingerprint
Browse files Browse the repository at this point in the history
Change-Id: Iea5e4c48d92039c06683e09411e106ba8292e447
  • Loading branch information
KonstaT committed Mar 3, 2014
1 parent 51c4e9f commit 8a4da62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init/init_falcon.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
/* xt1032 */
property_set("ro.product.device", "falcon_umts");
property_set("ro.product.model", "Moto G");
property_set("ro.build.description", "falcon_retgb-user 4.3 14.10.0Q3.X-76-LGG-8 54 release-keys");
property_set("ro.build.fingerprint", "motorola/falcon_retgb/falcon_umts:4.3/14.10.0Q3.X-76-LGG-8/54:user/release-keys");
property_set("ro.build.description", "falcon_retgb-user 4.4.2 KLB20.9-1.10-1.9 5 release-keys");
property_set("ro.build.fingerprint", "motorola/falcon_retgb/falcon_umts:4.4.2/KLB20.9-1.10-1.9/5:user/release-keys");
property_set("ro.mot.build.customerid", "RTGB");
property_set("persist.radio.multisim.config", "");
} else if (ISMATCH(radio, "0x3")) {
Expand All @@ -95,8 +95,8 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
property_set("ro.com.google.clientidbase.ms", "android-verizon");
property_set("ro.com.google.clientidbase.am", "android-verizon");
property_set("ro.com.google.clientidbase.yt", "android-verizon");
} else {
/* xt1031 */
} else {
/* xt1031 */
property_set("ro.product.device", "falcon_cdma");
property_set("ro.product.model", "Moto G");
property_set("ro.build.description", "falcon_boost-user 4.4.2 KXB20.9-1.10-1.18 18 release-keys");
Expand Down

0 comments on commit 8a4da62

Please sign in to comment.