on fs
chown radio system /efs
chmod 0771 /efs
- restorecon_recursive /efs
+ restorecon_recursive /efs
chown radio radio sys/devices/virtual/misc/multipdp/waketime
chmod 0660 /sys/devices/virtual/misc/umts_dm0/dm_state
chown radio system /sys/devices/virtual/misc/umts_dm0/dm_state
chown radio system /cpefs
chmod 0771 /cpefs
-on post-fs-data
- # Remove symlinks to avoid issues with migrate after nandroid restores
- # Will be recreated at end of boot
- rmdir /data/data/com.android.providers.telephony/databases
- rmdir /data/data/com.android.providers.telephony/shared_prefs
- rm /data/data/com.android.providers.telephony/databases
- rm /data/data/com.android.providers.telephony/shared_prefs
-
-on property:sys.boot_completed=1
- # Symlink directories to access telephony.db and preferred-apn.xml required by cbd
- symlink /data/user_de/0/com.android.providers.telephony/databases /data/data/com.android.providers.telephony/databases
- symlink /data/user_de/0/com.android.providers.telephony/shared_prefs /data/data/com.android.providers.telephony/shared_prefs
-
# Parse hardware revision (needs to happen before cbd starts)
service modemloader /system/bin/modemloader
class core