diff --git a/init/init_w7.c b/init/init_w7.c index 3575a6c..155898c 100644 --- a/init/init_w7.c +++ b/init/init_w7.c @@ -117,7 +117,6 @@ void init_msm_properties(unsigned long msm_id, unsigned long msm_ver, char *boar } property_set("ro.build.description", "w7_tmo_us-user 4.4.2 KOT49I.D41510c D41510c.1393916607 release-keys"); property_set("ro.build.fingerprint", "lge/w7_tmo_us/w7:4.4.2/KOT49I.D41510c/D41510c.1393916607:user/release-keys"); - /* Should be LTE enabled for all D415? */ property_set("telephony.lteOnCdmaDevice", "1"); } else { /* XXX */ diff --git a/prebuilt/etc/init.d/10nfc_checker b/prebuilt/etc/init.d/10nfc_checker index e60d106..4916be1 100644 --- a/prebuilt/etc/init.d/10nfc_checker +++ b/prebuilt/etc/init.d/10nfc_checker @@ -2,7 +2,7 @@ model=`getprop ro.product.model` -if [ "$model" = "LG-D410" ] || ["$model" = "LG-D405" ]; then +if [ "$model" = "LG-D410" ] || ["$model" = "LG-D405" ] || ["$model" = "LG-D405n" ]; then mount -o remount,rw /system rm -rf /system/etc/permissions/android.hardware.nfc.xml rm -rf /system/etc/permissions/android.hardware.nfc.hce.xml