Advertisement
Guest User

Untitled

a guest
May 24th, 2015
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ROM>
  3. <!-- Your ROM Name -->
  4. <RomName>Optimized CM12.1</RomName>
  5. <VersionName>20150524</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">20150524</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>DIRECT LINKS HERE</DirectUrl>
  17. <HttpUrl></HttpUrl>
  18. <!-- What version are you issuing? -->
  19. <Android>5.1.1</Android>
  20. <!-- Providing File Checking for direct downloads. You SHOULD offer this for your users whether using HTTP or Direct -->
  21. <!-- OPTIONAL: Enter <CheckMD5 nil="true" /> offer MD5 checking -->
  22. <CheckMD5>5054b24c26267c65f92eeb1876c7efb1</CheckMD5>
  23. <!-- The filesize of your ROM -->
  24. <!-- Please enter this in BYTES only. Otherwise an incorrect value will be shown -->
  25. <FileSize type="integer">286973865</FileSize>
  26. <!-- Developer or Team name. You can put anything here, even a couple of names -->
  27. <!-- OPTIONAL: Enter <Developer nil="true" /> to hide this -->
  28. <Developer>JDCTeam</Developer>
  29. <!-- Your ROM or Developer Website. Can be a personal site or your XDA/forum thread -->
  30. <!-- OPTIONAL: Enter <Website nil="true" /> to hide this -->
  31. <WebsiteURL>http://forum.xda-developers.com/galaxy-s4/i9505-orig-develop/exclusive-antaresone-alucard24-s-t3066696/post60940775</WebsiteURL>
  32. <!-- Your Donate URL -->
  33. <!-- OPTIONAL: Enter <DonateURL nil="true" /> to hide this -->
  34. <DonateURL>https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mattia.dalleva%40live.it&lc=IT&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted</DonateURL>
  35. <!-- Put the changelog here... Use Markdown to format it -->
  36. <!-- Again, surround special characters with the CDATA tags or your XML will NOT parse -->
  37. <Changelog>### Changelog 20150524
  38. * Stuff
  39. * Updated this, or that
  40. * Fixed all the things
  41. * We even fixed this
  42. * Don't forget all the awesome features you added</Changelog>
  43. </ROM>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement