mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-07 00:38:06 -04:00
Initial common device tree
This commit is contained in:
commit
765503ce5e
71 changed files with 22665 additions and 0 deletions
20
rootdir/etc/init.rilcommon.rc
Executable file
20
rootdir/etc/init.rilcommon.rc
Executable file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue