Skip to content
Snippets Groups Projects
Commit cd520098 authored by Ravi Kishore R's avatar Ravi Kishore R Committed by TheScarastic
Browse files

msm8953-common: 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
parent c6a361a7
No related branches found
No related tags found
No related merge requests found
......@@ -101,14 +101,6 @@ start_msm_irqbalance()
fi
}
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
}
baseband=`getprop ro.baseband`
echo 1 > /proc/sys/net/ipv6/conf/default/accept_ra_defrtr
......@@ -351,12 +343,6 @@ esac
# Set shared touchpanel nodes ownership (these are proc_symlinks to the real sysfs nodes)
chown -LR system.system /proc/touchpanel
#
# 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
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment