You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
// The version of the manifest, so ROM Manager knows how to load it
"version": "1",
// The homepage for your ROM, if you have one.
"homepage": "www.handy-faq.de",
// The donate link for yuor ROM, if you have one.
"donate": "none"
// Your list of ROMs
"roms":
[
{
// Display name of the rom
"name": "Hacker's Rom Base XXELLA",
// Display summary of the rom
"summary": "I9300XXELLA",
// Device that this rom runs on
"device": "i9300",
// Product name of the mod. Product names should stay the same between versions of the mod.
"product": "Hacker's Rom Base",
// The "modversion" is the value of ro.modversion in /system/build.prop. Your ROM should set this
// in that build.prop so that ROM Manager can figure out what ROM is currently running.
// This is optional however, you don't need this line here or in /system/build.prop
// if you don't want to use OTA updates.
// ROM Manager then uses this modversion to compare it to other modversions in the list of
// ROMs, and determine which is the newest version by using an alphabetical sort.
// For example, if the user is running "CyanogenMod-5.0.5-Droid" and there
// are roms with modversion "CyanogenMod-5.0.7-Droid" and "CyanogenMod-5.0.6-Droid",
// ROM Manager will upgrade the user to "CyanogenMod-5.0.7-Droid".
// Please note, that "CyanogenMod-5.1-Droid" would be considered a DOWNGRADE
// to "CyanogenMod-5.0.5-Droid" due to how it is sorted alphabetically.
// The proper version for such an upgrade would be: "CyanogenMod-5.1.0-Droid".
"modversion": "I9300XXELLA-hackersrombase-04.01.2013",
// Some Screenshots that show off the ROM!
"screenshots":
[
],
// This is a list of mirrors for your ROM. These URLs should have unique filenames per version!
// Ie, don't use a zip with the same name as that of a previous version with a new version.
// Otherwise ROM Manager will continue using the old cached zip on the SD card.
"urls":
[
"http://www.clockworkmod.com/rommanager/device/i9300/developer/hackersrombase?manifest=http%3A%2F%2Fdeveloper.clockworkmod.com%2Fdeveloper%2Fhackersrombase%2Fmanifest&name=hackersrombase&deviceName=Samsung%20Galaxy%20S3%20%28GT-I9300%29",
],
// Optional addons (you don't need this if you dont have any)
"addons":
[
{
"name": "Ink Effect",
"url": "https://www.dropbox.com/sh/zz89n8zn9vw5bx3/Yr6iUa9Z5b"
},
{
"name": "Modules",
"urls":
[
]
}
]
},
// And here's another, older ROM!
]
// Remember to delete all comment lines for JSON compliance, and the blank
// lines that some editors stick at the end of files. Finally, be sure to
// run your file through www.jsonlint.com to catch any whitespace or syntax errors.
}
The text was updated successfully, but these errors were encountered:
{
// The version of the manifest, so ROM Manager knows how to load it
"version": "1",
// The homepage for your ROM, if you have one.
"homepage": "www.handy-faq.de",
// The donate link for yuor ROM, if you have one.
"donate": "none"
// Your list of ROMs
"roms":
[
{
// Display name of the rom
"name": "Hacker's Rom Base XXELLA",
// Display summary of the rom
"summary": "I9300XXELLA",
// Device that this rom runs on
"device": "i9300",
// Product name of the mod. Product names should stay the same between versions of the mod.
"product": "Hacker's Rom Base",
// The "modversion" is the value of ro.modversion in /system/build.prop. Your ROM should set this
// in that build.prop so that ROM Manager can figure out what ROM is currently running.
// This is optional however, you don't need this line here or in /system/build.prop
// if you don't want to use OTA updates.
// ROM Manager then uses this modversion to compare it to other modversions in the list of
// ROMs, and determine which is the newest version by using an alphabetical sort.
// For example, if the user is running "CyanogenMod-5.0.5-Droid" and there
// are roms with modversion "CyanogenMod-5.0.7-Droid" and "CyanogenMod-5.0.6-Droid",
// ROM Manager will upgrade the user to "CyanogenMod-5.0.7-Droid".
// Please note, that "CyanogenMod-5.1-Droid" would be considered a DOWNGRADE
// to "CyanogenMod-5.0.5-Droid" due to how it is sorted alphabetically.
// The proper version for such an upgrade would be: "CyanogenMod-5.1.0-Droid".
"modversion": "I9300XXELLA-hackersrombase-04.01.2013",
// Some Screenshots that show off the ROM!
"screenshots":
[
}
The text was updated successfully, but these errors were encountered: