Skip to content

Commit

Permalink
klte: Update SM-G900T fingerprint
Browse files Browse the repository at this point in the history
Change-Id: If80d65e30236de7ac7ffb92642c8ec0ea0f38997
  • Loading branch information
haggertk committed May 24, 2016
1 parent 7bbb27b commit 1bd3473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/init_klte.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar
gsm_properties();
} else if (strstr(bootloader, "G900T")) {
/* kltetmo */
property_set("ro.build.fingerprint", "samsung/kltetmo/kltetmo:5.1.1/LMY47X/G900TUVS1FOL1:user/release-keys");
property_set("ro.build.description", "kltetmo-user 5.1.1 LMY47X G900TUVS1FOL1 release-keys");
property_set("ro.build.fingerprint", "samsung/kltetmo/kltetmo:6.0.1/MMB29M/G900TUVU1GPE1:user/release-keys");
property_set("ro.build.description", "kltetmo-user 6.0.1 MMB29M G900TUVU1GPE1 release-keys");
property_set("ro.product.model", "SM-G900T");
property_set("ro.product.device", "kltetmo");
gsm_properties();
Expand Down

0 comments on commit 1bd3473

Please sign in to comment.