Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##
- #
- # AROMA Installer - Team Venom
- # (c) 2011 by Ahmad Amarullah
- # amarullz - xda-developers
- # http://www.amarullz.com/
- # Version 2.56
- #
- ##
- ini_set("rom_name", "CyanMobile");
- ini_set("rom_version", "Build28113");
- ini_set("rom_author", "AndyFox2011");
- ini_set("rom_device", "HTC Desire HD/Inspire 4G");
- splash(4000, "splash");
- theme("ics");
- viewbox(
- "Welcome",
- "\n\n\n\n\n"+
- "You're about to flash\n"+
- ini_get("rom_name") + " by " + ini_get("rom_author") +
- "\n\n\n"+
- " Version: <#080>" + ini_get("rom_version") + "</#>\n"+
- " Device: <#080>" + ini_get("rom_device") + "</#>\n\n\n"+
- "Press Next to continue the evolution...",
- "icons/info"
- );
- textbox(
- "Changelog",
- "ROM Changelog",
- "icons/info",
- readfile_aroma("changelogs.txt")
- );
- agreebox(
- "Terms Of Use",
- "Please read the Terms of Use ...",
- "icons/agreement",
- readfile_aroma("agreement.txt"),
- "I agree with this Terms Of Use...",
- "Please check the agreement..."
- );
- checkbox(
- "Remove Apps",
- "Check the ones you want to uninstall",
- "icons/personalize",
- "remove.prop",
- "Facebook", "", 0,
- "Twitter", "", 0,
- "HoloLauncher", "", 0,
- "Seeder", "", 0,
- "3Music", "", 0,
- "Firefox", "", 0,
- "Dropbox", "", 0
- );
- checkbox(
- "Select Mods",
- "Check the ones you want to uninstall",
- "icons/personalize",
- "mods.prop",
- "Inspire 4G patch", "Please choose if you have an Inspire 4G", 0
- );
- install(
- "Installing",
- "Installing CyanMobile \nPlease wait...",
- "icons/install"
- );
- # Set Next Text fo Finish
- ini_set("text_next", "Finish");
- viewbox(
- "Installation Completed",
- "<#080>Congratulation...</#>\n\n"+
- ini_get("rom_name") + " " + ini_get("rom_version") + " has been installed successfully.\n\n"+
- "Enjoy! :D",
- "icons/info"
- );
Advertisement
Add Comment
Please, Sign In to add comment