aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSai Kousik Swarna <sswarna@codeaurora.org>2018-06-13 19:47:51 +0530
committerDavide Garberi <dade.garberi@gmail.com>2018-09-25 15:22:22 +0200
commit6350be13784d9cd0ddbec46e466901e31deb14c2 (patch)
treebbeef2e2ed1088a6793749770bf28bd5296964e7
parent559edba098ee1b8c6b29bdb755f5d04fa6cbb8c9 (diff)
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
-rw-r--r--rootdir/etc/init.qcom.rc2
-rwxr-xr-xrootdir/etc/init.qcom.sh2
2 files changed, 2 insertions, 2 deletions
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}