From ffda102a4457a9ed92c227fd094d7ca8227ff903 Mon Sep 17 00:00:00 2001 From: vagedis Date: Mon, 8 Oct 2018 02:05:07 +0200 Subject: [PATCH 1/3] Create OTA.xml --- OTA.xml | 1 + 1 file changed, 1 insertion(+) create mode 100644 OTA.xml diff --git a/OTA.xml b/OTA.xml new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/OTA.xml @@ -0,0 +1 @@ + From f220f0e8877131dabc6db1fbc90c2afbab34ac1d Mon Sep 17 00:00:00 2001 From: vagedis Date: Mon, 8 Oct 2018 02:07:28 +0200 Subject: [PATCH 2/3] Update OTA.xml --- OTA.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/OTA.xml b/OTA.xml index 8b137891..2c08e5a6 100644 --- a/OTA.xml +++ b/OTA.xml @@ -1 +1,39 @@ +# +# ota_conf +# +# Note: +# * Multiple devices can be added in the xml file +# * You can define any tags that end with 'Url'. These tags will be added in the UI automatically +# * Chances are you only need to change the ota_url in this file +# +ota_url=https://raw.githubusercontent.com/ResurrectionRemix/OTA/master/akhil.xml +release_type=Stable +device_name=ro.rr.device + +# +# VERSION +# +# A version can be a date or a number with characters +# A version source can be a 'property key' from build.prop or a 'uname -r' command line +# If a version is a number, leave the version_format empty. Otherwise, provide the date format +# +# Example with a property key 'ro.rr.version' : Parse the date 20150426 from 'ResurrectionRemix-M-v5.x.x-20150426-bacon' +# +# Version source: ro.rr.version +# Version delimiter: - +# Version position: 3 (zero based) +# Version format: yyyyMMdd +# +# Example with 'uname -r': Parse the number 239 from '3.4.107~AK.239.OPO.CM12.1' +# +# Version source: uname -r +# Version delimiter: . +# Version position: 3 (zero based) +# Version format: +# +# uname -r will only be needed if using the app for kernels, not required here +version_source=ro.rr.version +version_delimiter=- +version_position=3 +version_format=yyyyMMdd From 2e8add710c6a768936e313859520bc7345e9bd88 Mon Sep 17 00:00:00 2001 From: vagedis Date: Mon, 8 Oct 2018 02:09:41 +0200 Subject: [PATCH 3/3] Update OTA.xml --- OTA.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OTA.xml b/OTA.xml index 2c08e5a6..b56407b7 100644 --- a/OTA.xml +++ b/OTA.xml @@ -6,7 +6,7 @@ # * You can define any tags that end with 'Url'. These tags will be added in the UI automatically # * Chances are you only need to change the ota_url in this file # -ota_url=https://raw.githubusercontent.com/ResurrectionRemix/OTA/master/akhil.xml +ota_url=https://raw.githubusercontent.com/vagedis/OTA/master/OTA.xml release_type=Stable device_name=ro.rr.device