Skip to content
Snippets Groups Projects
Commit cb9d205d authored by Sai Kousik Swarna's avatar Sai Kousik Swarna Committed by Artem Borisov
Browse files

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
parent 30b8d196
No related branches found
No related tags found
No related merge requests found
......@@ -532,7 +532,7 @@ service qcom-sh /vendor/bin/init.qcom.sh
user root
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
service qcom-post-boot /vendor/bin/init.qcom.post_boot.sh
......
......@@ -367,7 +367,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
#check build variant for printk logging
#current default minimum boot-time-default
......
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