From 6350be13784d9cd0ddbec46e466901e31deb14c2 Mon Sep 17 00:00:00 2001 From: Sai Kousik Swarna Date: Wed, 13 Jun 2018 19:47:51 +0530 Subject: msm8996-common: Change the MBN copy property prefix Changes the prefix of mbn_copy_completed to ro.vendor.ril as there a permission error with current prefix. and due to this MBN OTA is failed. Change-Id: I31a0032aba79177680b7b91363d1d9be97dd9c90 CRs-Fixed: 2261501 --- rootdir/etc/init.qcom.rc | 2 +- rootdir/etc/init.qcom.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'rootdir') diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 7f4e526..75e5756 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -460,7 +460,7 @@ service qcom-sh /vendor/bin/init.qcom.sh group root system radio oneshot -on property:ro.runtime.mbn_copy_completed=1 +on property:ro.vendor.ril.mbn_copy_completed=1 write /data/vendor/radio/copy_complete 1 on property:ro.data.large_tcp_window_size=true diff --git a/rootdir/etc/init.qcom.sh b/rootdir/etc/init.qcom.sh index c0509b4..d4fb756 100755 --- a/rootdir/etc/init.qcom.sh +++ b/rootdir/etc/init.qcom.sh @@ -64,7 +64,7 @@ if [ ! -f /firmware/verinfo/ver_info.txt -o "$prev_version_info" != "$cur_versio chown -hR radio.root /data/vendor/modem_config/* fi chmod g-w /data/vendor/modem_config -setprop ro.runtime.mbn_copy_completed 1 +setprop ro.vendor.ril.mbn_copy_completed 1 MemTotalStr=`cat /proc/meminfo | grep MemTotal` MemTotal=${MemTotalStr:16:8} -- cgit v1.2.3