Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hacker's Rom Base OTA Rom Manager #419

Open
thehacker911 opened this issue Jan 4, 2013 · 2 comments
Open

Hacker's Rom Base OTA Rom Manager #419

thehacker911 opened this issue Jan 4, 2013 · 2 comments

Comments

@thehacker911
Copy link

{
// 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.

}

@koush
Copy link
Owner

koush commented Jan 5, 2013

Hi, please sign up on http://developer.clockworkmod.com

You don't need to do any of this anymore :)

@thehacker911
Copy link
Author

Ok thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants