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