aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Chen <intervigil@gmail.com>2014-09-14 13:21:29 -0700
committerEthan Chen <intervigil@gmail.com>2014-09-14 13:21:29 -0700
commitb8dbcdd6b47b7afcafec7818a4e6ac4cab27b292 (patch)
treefc68529512d89a511b2b73a89c549a784ecb9879
parenta85b954174c5770cb6f5a57f456255589b194682 (diff)
kltevzw: Fix fingerprint, CDMA subscription type
Change-Id: Ie5c7b436b84648228b0c2cb52f680c610588657f
-rwxr-xr-xinit/init_klte.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/init_klte.c b/init/init_klte.c
index 3d44830..86d1461 100755
--- a/init/init_klte.c
+++ b/init/init_klte.c
@@ -56,11 +56,11 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
if (strstr(bootloader, "G900V")) {
/* kltevzw */
- property_set("ro.build.fingerprint", "samsung/kltevzw/kltevzw:4.4.2/KOT49H/G900VVRU1ANE9:user/release-keys");
+ property_set("ro.build.fingerprint", "Verizon/kltevzw/kltevzw:4.4.2/KOT49H/G900VVRU1ANE9:user/release-keys");
property_set("ro.build.description", "kltevzw-user 4.4.2 KOT49H G900VVRU1ANE9 release-keys");
property_set("ro.product.model", "SM-G900V");
property_set("ro.product.device", "kltevzw");
- cdma_properties("1", "310120", "Verizon");
+ cdma_properties("0", "311480", "Verizon");
}
/* TODO: Add Verizon MVNOs */