aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFedor917 <cryscript@gmail.com>2016-10-29 08:24:51 +0700
committerFedor917 <cryscript@gmail.com>2016-10-29 08:24:51 +0700
commit4878012a3b56d95ba5f94594c2203dc6ff70fe4b (patch)
tree3913273f667015d073cb44d09da1fd08260c96cf
parenta2ca9e58fc03343234e2fa773cc3d76a1b787d53 (diff)
Use precombilled OTA app, disable build OTA app, edit OTA config
Diffstat (limited to '')
-rw-r--r--cm.dependencies5
-rw-r--r--device.mk4
-rw-r--r--system.prop7
-rw-r--r--vendor/system/priv-app/FedorOTA/FedorOTA.apkbin0 -> 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",
diff --git a/device.mk b/device.mk
index 8e3fbb3..bd5d794 100644
--- a/device.mk
+++ b/device.mk
@@ -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
new file mode 100644
index 0000000..0443a06
--- /dev/null
+++ b/vendor/system/priv-app/FedorOTA/FedorOTA.apk
Binary files differ