# # OTA XML # # See ota_lollipop.xml for example # # 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 # ota_url=https://raw.githubusercontent.com/OwnROM-Devices/OTA/own-n/OwnDroid.xml release_type=Stable device_name=ro.ownrom.updater.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.ownrom.updater.version' : Parse the date 20170514 from 'OwnROM-OFFICIAL-v4.0-angler-20170514.zip' # # Version source: ro.modversion # Version delimiter: - # Version position: 5 (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: # version_source=ro.ownrom.updater.version version_delimiter=- version_position=4 version_format=yyyyMMdd