land: make rild entry and update rild2 from latest aosp
Signed-off-by: FireLord1 <firelord.xda@gmail.com>
This commit is contained in:
parent
8a1f0b9b23
commit
d8957646af
1 changed files with 11 additions and 1 deletions
|
@ -669,12 +669,22 @@ service hostapd /system/bin/hostapd -dd /data/hostapd/hostapd.conf
|
||||||
oneshot
|
oneshot
|
||||||
disabled
|
disabled
|
||||||
|
|
||||||
|
service ril-daemon /system/bin/rild
|
||||||
|
class main
|
||||||
|
socket rild stream 660 root radio
|
||||||
|
socket sap_uim_socket1 stream 660 bluetooth bluetooth
|
||||||
|
socket rild-debug stream 660 radio system
|
||||||
|
user root
|
||||||
|
group radio cache inet misc audio log readproc wakelock qcom_diag
|
||||||
|
|
||||||
service ril-daemon2 /system/bin/rild -c 2
|
service ril-daemon2 /system/bin/rild -c 2
|
||||||
class main
|
class main
|
||||||
socket rild2 stream 660 root radio
|
socket rild2 stream 660 root radio
|
||||||
|
socket sap_uim_socket2 stream 660 bluetooth bluetooth
|
||||||
socket rild-debug2 stream 660 radio system
|
socket rild-debug2 stream 660 radio system
|
||||||
user root
|
user root
|
||||||
group radio cache inet misc audio sdcard_r sdcard_rw qcom_diag diag log
|
disabled
|
||||||
|
group radio cache inet misc audio log readproc wakelock qcom_diag
|
||||||
|
|
||||||
service usb_uicc_enable /system/bin/sh /system/etc/init.qcom.uicc.sh
|
service usb_uicc_enable /system/bin/sh /system/etc/init.qcom.uicc.sh
|
||||||
class late_start
|
class late_start
|
||||||
|
|
Loading…
Reference in a new issue