diff options
author | Sai Kousik Swarna <sswarna@codeaurora.org> | 2018-06-13 19:47:51 +0530 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2018-09-25 15:22:22 +0200 |
commit | 6350be13784d9cd0ddbec46e466901e31deb14c2 (patch) | |
tree | bbeef2e2ed1088a6793749770bf28bd5296964e7 /rootdir/etc/init.qcom.sh | |
parent | 559edba098ee1b8c6b29bdb755f5d04fa6cbb8c9 (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
Diffstat (limited to 'rootdir/etc/init.qcom.sh')
-rwxr-xr-x | rootdir/etc/init.qcom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |