ad71cae064
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I2120fa25ac955449951edbafd8ebdc293f337068
20 lines
602 B
Text
20 lines
602 B
Text
# Copyright (C) 2012 The Android Open Source Project
|
|
#
|
|
# IMPORTANT: Do not create world writable files or directories.
|
|
# This is a common source of Android security bugs.
|
|
#
|
|
|
|
# service can not be overwritten except SPRINT
|
|
# Thus, rilcarrier is imported before common rc, like init.rilchip.rc
|
|
|
|
on post-fs-data
|
|
mkdir /data/vendor/secradio 0770 radio radio
|
|
|
|
on property:ro.vendor.multisim.simslotcount=1
|
|
stop ril-daemon1
|
|
|
|
on property:hwservicemanager.ready=false
|
|
restart ril-daemon
|
|
|
|
on property:hwservicemanager.ready=false && property:ro.vendor.multisim.simslotcount=2
|
|
restart ril-daemon1
|