diff options
author | Ravi Kishore R <ravikish@codeaurora.org> | 2018-01-29 11:23:33 +0530 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-04-08 17:24:40 +0200 |
commit | 93606142c441c864c29a36d3d9b0540b03f13c0f (patch) | |
tree | 1f296321d895a1c5934ff4e1d206b4086b24334f /rootdir/etc/init.qcom.sh | |
parent | fe0a5ff6832d11dec4aa177467783611ab1464b1 (diff) |
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
Diffstat (limited to 'rootdir/etc/init.qcom.sh')
-rwxr-xr-x | rootdir/etc/init.qcom.sh | 14 |
1 files changed, 0 insertions, 14 deletions
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. @@ -51,12 +43,6 @@ do 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 # if [ -f /data/vendor/radio/ver_info.txt ]; then |