universal7580: ramdisk: remove old telephony hacks
authorBorduni <dariotr@outlook.de>
Sun, 17 Mar 2019 12:57:53 +0000 (12:57 +0000)
committerJan Altensen <info@stricted.net>
Fri, 16 Aug 2019 21:18:41 +0000 (23:18 +0200)
Change-Id: I1d63f321f087cc1d264fbd6a0fd4d1a3bdd6e3f4

ramdisk/etc/init.baseband.rc

index 80a08bfd8780fb4309391f9a415bb65b36c57714..1aa1f0948a5999049b9290a2802a0b256fb302b6 100644 (file)
@@ -29,7 +29,7 @@ on property:ril.cbd.dt_revision=009
 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
@@ -42,19 +42,6 @@ on fs
     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