aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjrior001 <jriordan001@gmail.com>2015-06-02 00:42:44 -0400
committerjrior001 <jriordan001@gmail.com>2015-06-02 00:42:44 -0400
commit91936bf2152b6bc9da7206eaee516c48efbba9e3 (patch)
tree0104589fe168858427db80a1c27249fa7c21801f
parente017aed3e89871546e6c7a0b3a66ef8d4848c554 (diff)
Move APN fix earlier in the boot sequence
Change-Id: I53144ff816320925c1405c0cec520dfe18d15834
-rw-r--r--rootdir/etc/init.led.sh1
-rw-r--r--rootdir/etc/init.qcom.rc2
2 files changed, 2 insertions, 1 deletions
diff --git a/rootdir/etc/init.led.sh b/rootdir/etc/init.led.sh
index 89b952e..f10bdec 100644
--- a/rootdir/etc/init.led.sh
+++ b/rootdir/etc/init.led.sh
@@ -7,4 +7,3 @@ fi
/system/bin/toolbox rm /data/RS*.log
-/system/bin/toolbox ln -s "/data/data/com.android.providers.telephony/shared_prefs/preferred-apn1.xml" "/data/data/com.android.providers.telephony/shared_prefs/preferred-apn.xml"
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index aa99e3e..9c7fbee 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -217,6 +217,8 @@ on fs
setprop ro.crypto.fuse_sdcard true
+ symlink /data/data/com.android.providers.telephony/shared_prefs/preferred-apn1.xml /data/data/com.android.providers.telephony/shared_prefs/preferred-apn.xml
+
on post-fs
chown system system /sys/block/mmcblk0/queue/scheduler
chmod 0664 /sys/block/mmcblk0/queue/scheduler