From 93606142c441c864c29a36d3d9b0540b03f13c0f Mon Sep 17 00:00:00 2001 From: Ravi Kishore R Date: Mon, 29 Jan 2018 11:23:33 +0530 Subject: RILD: Remove copying of QCRIL DB from vendor partition Remove this redundant mechanism of copying DB. QCRIL Daemon already takes care of the copying at runtime Change-Id: I2213c2a8a1c9717c92f3cf5e7873c0ee9e65da35 --- rootdir/etc/init.qcom.sh | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'rootdir') diff --git a/rootdir/etc/init.qcom.sh b/rootdir/etc/init.qcom.sh index 2ba4b4c..46f5fa4 100755 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/etc/init.qcom.sh @@ -27,14 +27,6 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -start_copying_prebuilt_qcril_db() -{ - if [ -f /vendor/radio/qcril_database/qcril.db -a ! -f /data/vendor/radio/qcril.db ]; then - cp /vendor/radio/qcril_database/qcril.db /data/vendor/radio/qcril.db - chown -h radio.radio /data/vendor/radio/qcril.db - fi -} - echo 1 > /proc/sys/net/ipv6/conf/default/accept_ra_defrtr #Loop through the sysfs nodes and determine the correct sysfs to change the permission and ownership. @@ -50,12 +42,6 @@ do fi done -# -# Copy qcril.db if needed for RIL -# -start_copying_prebuilt_qcril_db -echo 1 > /data/vendor/radio/db_check_done - # # Make modem config folder and copy firmware config to that folder for RIL # -- cgit v1.2.3