forked from Alberto96/android_device_samsung_i9500
-
Notifications
You must be signed in to change notification settings - Fork 15
/
ota.xml
42 lines (42 loc) · 2.35 KB
/
ota.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<ROM>
<!-- Your ROM Name -->
<RomName>GearCM 13</RomName>
<VersionName>20161203</VersionName>
<!-- Your ROM version. MUST be incrementally larger than previous versions -->
<!-- Do NOT use letters in your version number. Integers only -->
<!-- Previous version will be read from the build.prop -->
<VersionNumber type="integer">20161203</VersionNumber>
<!-- Linking to your files -->
<!-- <DirectUrl><![CDATA[http://www.example.com?file=file.zip?somethingelse * anotherthing]]></DirectUrl> -->
<!-- Use the above format if your URL has special characters in then, like an ( * ) ampersand -->
<!-- Enter <DirectUrl nil="true /> or <HttpUrl nil="true /> to indicate you won't be using a type of URL -->
<!-- HTTP link will open a web page -->
<!-- Direct Link overrides HTTP link -->
<DirectUrl nil="true" />
<HttpUrl>https://www.androidfilehost.com/?fid=601300970940399905</HttpUrl>
<!-- <HttpUrl>HTTP URL HERE</HttpUrl> -->
<!-- What version are you issuing? -->
<Android>6.0.1</Android>
<!-- Providing File Checking for direct downloads. You SHOULD offer this for your users whether using HTTP or Direct -->
<!-- OPTIONAL: Enter <CheckMD5 nil="true" /> offer MD5 checking -->
<CheckMD5 nil="true" />
<CheckMD5>2e9658b1d0deb2e3d3bb72b945dea9d6</CheckMD5>
<!-- The filesize of your ROM -->
<!-- Please enter this in BYTES only. Otherwise an incorrect value will be shown -->
<FileSize type="integer">366739256</FileSize>
<!-- Developer or Team name. You can put anything here, even a couple of names -->
<!-- OPTIONAL: Enter <Developer nil="true" /> to hide this -->
<Developer>GearLabs: Alberto96</Developer>
<!-- Your ROM or Developer Website. Can be a personal site or your XDA/forum thread -->
<!-- OPTIONAL: Enter <Website nil="true" /> to hide this -->
<WebsiteURL>http://forum.xda-developers.com/galaxy-s4/i9500-orig-develop/gearcm-optimized-cyanogenmod-12-1-t3283820</WebsiteURL>
<!-- Your Donate URL -->
<!-- OPTIONAL: Enter <DonateURL nil="true" /> to hide this -->
<DonateURL>http://forum.xda-developers.com/donatetome.php?u=2386505</DonateURL>
<!-- Put the changelog here... Use Markdown to format it -->
<!-- Again, surround special characters with the CDATA tags or your XML will NOT parse -->
<Changelog>### Changelog 20161203
* Check the XDA thread.
</Changelog>
</ROM>