summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshish Kotnala <ashishkotnala29@users.noreply.github.com>2016-12-29 01:18:48 +0530
committerhemantbeast <hemantbeast@gmail.com>2017-03-12 19:05:41 +0530
commit56c5e93e56a49edb8e7e9b70d2b2d3240af43f48 (patch)
treed48a80447771abc3517a7fcd77e3ea88a2f63472
parent4c429657f72918fdd13a7061e33c7c70a19b021e (diff)
dior: Update ril-daemon2 group
misc cleanup and update Change-Id: Ia7df70d49bb302cf5bd1c679ba9ea4c37e90e926
-rw-r--r--rootdir/etc/init.dior.rc21
1 files changed, 10 insertions, 11 deletions
diff --git a/rootdir/etc/init.dior.rc b/rootdir/etc/init.dior.rc
index 4d74d71..304e051 100644
--- a/rootdir/etc/init.dior.rc
+++ b/rootdir/etc/init.dior.rc
@@ -268,7 +268,7 @@ service netmgrd /system/bin/netmgrd
service sensors /system/bin/sensors.qcom
class late_start
user root
- group root radio system
+ group root
service p2p_supplicant /system/bin/wpa_supplicant \
-ip2p0 -Dnl80211 -c/data/misc/wifi/p2p_supplicant.conf \
@@ -308,8 +308,8 @@ service ril-daemon2 /system/bin/rild -c 2
socket rild2 stream 660 root radio
socket rild-debug2 stream 660 radio system
user root
- group radio cache inet misc audio sdcard_rw qcom_oncrpc qcom_diag log
disabled
+ group radio cache inet misc audio log readproc wakelock qcom_diag
# Set different perfer network type for different phone type
@@ -357,9 +357,9 @@ service qseecomd /system/bin/qseecomd
group root
service audiod /system/bin/audiod
- class late_start
- user system
- group system
+ class late_start
+ user system
+ group system
service adsprpcd /system/bin/adsprpcd
class main
@@ -367,9 +367,9 @@ service adsprpcd /system/bin/adsprpcd
group media
service wcnss-service /system/bin/wcnss_service
- class late_start
- user root
- group system wifi
+ class main
+ user system
+ group system wifi radio
oneshot
#start GNSS/Sensor interface daemon
@@ -411,7 +411,7 @@ on charger
write /sys/devices/system/cpu/cpu3/online 0
on property:sys.boot_completed=1
- # Enable Power modes and set the CPU Freq Sampling rates
+ # Enable Power modes and set the IO scheduler
write /sys/module/lpm_levels/enable_low_power/l2 4
write /sys/module/msm_pm/modes/cpu0/power_collapse/suspend_enabled 1
write /sys/module/msm_pm/modes/cpu1/power_collapse/suspend_enabled 1
@@ -431,6 +431,5 @@ on property:sys.boot_completed=1
write /sys/block/mmcblk1/queue/scheduler bfq
write /sys/block/mmcblk0/bdi/read_ahead_kb 1024
write /sys/block/mmcblk1/bdi/read_ahead_kb 1024
- write /sys/class/timed_output/vibrator/amp 95
+ rm /data/system/default_values
start mpdecision
-