diff options
author | Fedor917 <cryscript@gmail.com> | 2016-10-29 08:24:51 +0700 |
---|---|---|
committer | Fedor917 <cryscript@gmail.com> | 2016-10-29 08:24:51 +0700 |
commit | 4878012a3b56d95ba5f94594c2203dc6ff70fe4b (patch) | |
tree | 3913273f667015d073cb44d09da1fd08260c96cf | |
parent | a2ca9e58fc03343234e2fa773cc3d76a1b787d53 (diff) |
Use precombilled OTA app, disable build OTA app, edit OTA config
-rw-r--r-- | cm.dependencies | 5 | ||||
-rw-r--r-- | device.mk | 4 | ||||
-rw-r--r-- | system.prop | 7 | ||||
-rw-r--r-- | vendor/system/priv-app/FedorOTA/FedorOTA.apk | bin | 0 -> 649388 bytes |
4 files changed, 3 insertions, 13 deletions
diff --git a/cm.dependencies b/cm.dependencies index 6d6ef4c..13aeb72 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -1,10 +1,5 @@ [ { - "repository": "cryscript/FedorOTA", - "target_path": "packages/apps/FedorOTA", - "revision": "m" - }, - { "remote": "cm", "repository": "android_device_qcom_common", "target_path": "device/qcom/common", @@ -240,10 +240,6 @@ PRODUCT_PACKAGES += \ libOmxVenc \ libstagefrighthw -#OTA -PRODUCT_PACKAGES += \ - FedorOTA - # Power PRODUCT_PACKAGES += \ power.msm8996 diff --git a/system.prop b/system.prop index 3b0337c..baf856f 100644 --- a/system.prop +++ b/system.prop @@ -26,10 +26,9 @@ persist.panel.inversemounted=1 persist.panel.mountflip=3 # OTA Updates -ro.ota.systemname=CM13 by Fedor917 -ro.ota.version=2016102800 -ro.ota.device=z2_plus -ro.ota.manifest=https://will.be/soon/ota.xml +ro.ota.systemname=CM13 +ro.ota.version=CM13_2016102900 +ro.ota.manifest=https://raw.githubusercontent.com/cryscript/misc/master/ota.xml debug.sf.hw=1 debug.egl.hw=1 diff --git a/vendor/system/priv-app/FedorOTA/FedorOTA.apk b/vendor/system/priv-app/FedorOTA/FedorOTA.apk Binary files differnew file mode 100644 index 0000000..0443a06 --- /dev/null +++ b/vendor/system/priv-app/FedorOTA/FedorOTA.apk |