Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee7ea864 authored by dk1978's avatar dk1978 Committed by ssizon
Browse files

Fix issue with erroneously disabled NFC setting.

Change-Id: I9461009ca8965d573ead5a1b2285142730b95aab
parent a5ebc0fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -242,6 +242,9 @@ on boot
    # Wifi firmware reload path
    # Wifi firmware reload path
    chown wifi wifi /sys/module/wlan/parameters/fwpath
    chown wifi wifi /sys/module/wlan/parameters/fwpath


    # Hack to prevent permanently disabled NFC setting
    setprop ro.nfc.fw_dl_on_boot 0

# msm specific files that need to be created on /data
# msm specific files that need to be created on /data
on post-fs-data
on post-fs-data
    mkdir /data/vendor/misc 01771 system system
    mkdir /data/vendor/misc 01771 system system
+1 −0
Original line number Original line Diff line number Diff line
@@ -5,6 +5,7 @@ ro.fps.pt.errorbin u:object_r:fps_vendor_prop:s0
ro.fps.pt.version		u:object_r:fps_vendor_prop:s0
ro.fps.pt.version		u:object_r:fps_vendor_prop:s0
ro.fps.pt.features	u:object_r:fps_vendor_prop:s0
ro.fps.pt.features	u:object_r:fps_vendor_prop:s0
ro.fingerprint.module   u:object_r:fps_vendor_prop:s0
ro.fingerprint.module   u:object_r:fps_vendor_prop:s0
ro.nfc.fw_dl_on_boot    u:object_r:exported_default_prop:s0


#vendor-info.camera
#vendor-info.camera
persist.vendor.camera.            u:object_r:vendor_info_camera_prop:s0
persist.vendor.camera.            u:object_r:vendor_info_camera_prop:s0