Skip to content

Commit

Permalink
Remove nfc func on D405n
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarx2k committed Aug 13, 2014
1 parent 4f867f9 commit 1aa83b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion init/init_w7.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 1 addition & 1 deletion prebuilt/etc/init.d/10nfc_checker
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1aa83b6

Please sign in to comment.