diff options
| author | TheScarastic <warabhishek@gmail.com> | 2017-01-22 06:00:01 +0000 |
|---|---|---|
| committer | Parth Bhatia <parthbhatia98@gmail.com> | 2017-01-26 08:04:53 +0000 |
| commit | 40df79cf4918e3c6bd7d32b23d2aedfd3af1e9e5 (patch) | |
| tree | 1a1be5cf7972bdeb909fb5e018ee03004f9173f9 | |
| parent | 1c4700c59763ed9de76c36454be9c72affc133d3 (diff) | |
kenzo: Enable qmi ota daemon
* Add mbn_ota.txt
Change-Id: I8f5769bff8fe1ae4cf0be8a75ae395cd211b7330
| -rwxr-xr-x | proprietary-files.txt | 1 | ||||
| -rw-r--r-- | system.prop | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/proprietary-files.txt b/proprietary-files.txt index e164c70..8faa3cd 100755 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -784,6 +784,7 @@ vendor/lib/libmm-als.so # QMI bin/irsc_util +etc/mbn_ota.txt etc/data/dsi_config.xml etc/data/netmgr_config.xml etc/data/qmi_config.xml diff --git a/system.prop b/system.prop index 5829a21..efd3827 100644 --- a/system.prop +++ b/system.prop @@ -16,3 +16,4 @@ persist.camera.HAL3.enabled=1 persist.radio.cs_srv_type=1 persist.radio.force_on_dc=true persist.radio.redir_party_num=0 +persist.radio.start_ota_daemon=1 |
