diff options
| author | wzedlare <vedatak01@gmail.com> | 2017-06-13 16:39:15 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-06-20 14:03:13 +0000 |
| commit | 148fc35792cf24d865ff4c2cf78b4d82ef078c1d (patch) | |
| tree | 269d8feaf61b6a16d36d2b1dd474a1780b6c481c | |
| parent | 1df8c9cdf9893ffc4c0a6e14bff34e42623a7be0 (diff) | |
Change-Id: I14db5371a8836e25d755aecccae1b7002631a7e2
| -rw-r--r-- | rootdir/fstab.qcom | 1 | ||||
| -rw-r--r-- | rootdir/init.qcom.rc | 18 | ||||
| -rw-r--r-- | system.prop | 2 |
3 files changed, 10 insertions, 11 deletions
diff --git a/rootdir/fstab.qcom b/rootdir/fstab.qcom index 05009b1..833c12f 100644 --- a/rootdir/fstab.qcom +++ b/rootdir/fstab.qcom @@ -4,7 +4,6 @@ /dev/block/bootdevice/by-name/system /system ext4 ro,barrier=1,discard wait /dev/block/bootdevice/by-name/oem /oem ext4 ro,context=u:object_r:oemfs:s0,nosuid,nodev wait -/dev/block/bootdevice/by-name/vendor /vendor ext4 ro,barrier=1,discard wait /dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc wait,check,formattable,encryptable=footer,length=-16384 /dev/block/bootdevice/by-name/userdata /data f2fs nosuid,nodev,noatime,inline_xattr wait,check,formattable,encryptable=footer,length=-16384 /dev/block/bootdevice/by-name/cache /cache ext4 noatime,nosuid,nodev,barrier=1 wait,check,formattable diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index 3937405..397b40f 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -304,7 +304,7 @@ service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot" seclabel u:r:bluetooth_loader:s0 oneshot -service cnd /vendor/bin/cnd +service cnd /system/vendor/bin/cnd class late_start socket cnd stream 660 root inet @@ -340,7 +340,7 @@ service qmuxd /system/bin/qmuxd service netmgrd /system/bin/netmgrd class main -service qti /vendor/bin/qti +service qti /system/vendor/bin/qti class main user radio group radio net_raw qcom_diag usb net_admin @@ -446,7 +446,7 @@ service charger /charger on charger start hvdcp_opti -service hvdcp_opti /vendor/bin/hvdcp_opti +service hvdcp_opti /system/vendor/bin/hvdcp_opti class core user root disabled @@ -463,13 +463,13 @@ service qseecomd /system/bin/qseecomd user root group root -service perfd /vendor/bin/perfd +service perfd /system/vendor/bin/perfd class main user root disabled writepid /dev/cpuset/system-background/tasks -service thermal-engine /vendor/bin/thermal-engine +service thermal-engine /system/vendor/bin/thermal-engine class main user root group root @@ -487,7 +487,7 @@ service audiod /system/bin/audiod user system group system -service ppd /vendor/bin/mm-pp-daemon +service ppd /system/vendor/bin/mm-pp-daemon class late_start disabled user system @@ -506,7 +506,7 @@ service wcnss-service /system/bin/wcnss_service group system wifi radio oneshot -service adsprpcd /vendor/bin/adsprpcd +service adsprpcd /system/vendor/bin/adsprpcd class main user media group media @@ -516,13 +516,13 @@ service per_mgr /system/bin/pm-service user system group system net_raw -service msm_irqbalance /system/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance.conf +service msm_irqbalance /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqbalance.conf class core user root group root disabled -service msm_irqbal_lb /system/bin/msm_irqbalance -f /vendor/etc/msm_irqbalance_little_big.conf +service msm_irqbal_lb /system/bin/msm_irqbalance -f /system/vendor/etc/msm_irqbalance_little_big.conf class core user root group root diff --git a/system.prop b/system.prop index 508158e..7a400f4 100644 --- a/system.prop +++ b/system.prop @@ -130,7 +130,7 @@ persist.radio.sib16_support=1 persist.radio.apm_sim_not_pwdn=1 ril.subscription.types=NV,RUIM rild.libargs=-d /dev/smd0 -rild.libpath=/vendor/lib/libril-qc-qmi-1.so +rild.libpath=/system/vendor/lib/libril-qc-qmi-1.so ro.telephony.call_ring.multiple=false ro.telephony.default_cdma_sub=0 ro.telephony.default_network=22,22 |
