Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### LICENSE:
- #
- # Copyright (C) 2011 Ahmad Amarullah ( http://amarullz.com/ )
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- #
- ### FILE INFO:
- #
- # AROMA Installer 2.50 - AROMA Installer Test Script Configuration
- # (c) 2011-2012 by Ahmad Amarullah
- # amarullz - xda-developers
- # http://www.amarullz.com/
- #
- # Binary Version : 2.50
- # Binary Codename : Edelweis
- ini_set("force_colorspace","argb");
- ini_set("rom_name", "SDesign");
- ini_set("rom_version", "V1.0.0");
- ini_set("rom_date", "August 6th");
- ini_set("rom_author", "PureMotive");
- ini_set("rom_device", "Samsung Galaxy SIII");
- #calibrate("0.8429","51","0.9658", "9", "yes");
- calibrate_matrix(
- "116130.00", "280.00", "-290885.00", "-2940.00",
- "117880.00", "-228410.00", "116413.50", "12"
- );
- splash(2000, "splash");
- theme("ics");
- viewbox(
- "Welcome",
- "You are about to Install <b>"+
- ini_get("rom_name")+
- "</b> for <b>"+ini_get("rom_device")+"</b>.\n\n"+
- "ROM Information:\n\n"+
- " VERSION\t: <b><#selectbg_g>"+ini_get("rom_version")+"</#></b>\n"+
- " UPDATED\t: <b><#selectbg_g>"+ini_get("rom_date")+"</#></b>\n\n\n"+
- "Press Next to Continue the Installation...",
- "@welcome"
- );
- textbox(
- "<~Changelog>",
- "<~v1.0.0>",
- "@update",
- resread("changelog.txt")
- );
- selectbox(
- "---- Full Wipe ----",
- "Please Select:",
- "icons/apps",
- "wipe.prop",
- "Install w/out wiping","If you face any issues, try again with a full wipe",1,
- "Perform a full wipe","All user data will be lost, your SD will remain in tact",0
- );
- menubox(
- "-----Installation Mode-----",
- "Please select installation method for FreeGS3",
- "@install",
- "type.prop",
- "-----Custom Installation-----", "Advanced. Select the mods you want to install","@personalize"
- );
- selectbox(
- "---- Bootanimation ----",
- "Select the desired bootanimation you want to use",
- "@addons",
- "boot.prop",
- "-----Bootanimation Installation-----", "",2,#-- Group 1. key = "selected.1"
- "Stock","Install the stock bootanimation",1#-- selected.1 = 1
- );
- selectbox(
- "---- Video & Image ----",
- "Select the desired mod you want to use",
- "@addons",
- "image.prop",
- "-----Engine Installation-----", "",2,#-- Group 1. key = "selected.1"
- "Sony Bravia Engine","Enhanced image & video quality",1#-- selected.1 = 1
- );
- selectbox(
- "---- Audio ----",
- "Select the desired mod you want to use",
- "@addons",
- "audio.prop",
- "-----Engine Installation-----", "",2,#-- Group 1. key = "selected.1"
- "Sony XLoud Engine","Enhanced audio quality",1#-- selected.1 = 1
- );
- selectbox(
- "-----Launchers-----",
- "Select the Launcher you want to use",
- "@addons",
- "launcher.prop",
- "-----Launcher Installation-----", "",2, #-- Group 1. key = "selected.1"
- "Apex Launcher","Use Apex Launcher 1.2.5 as default in your rom",0, #-- selected.1 = 1
- "TouchWiz GS3 5x6 Launcher","Use TouchWiz 5x6 Launcher as default in your rom",0, #-- selected.1 = 2
- "TouchWiz GS3 Original Launcher","Use TouchWiz Launcher as default in your rom",1, #-- selected.1 = 3
- "TouchWiz GS3 Launcher Enable Wallpaper Scrolling","Enable wallpaper scrolling on Homescreen",0, #-- selected.1 = 4
- "Nova Launcher","Install Nova Launcher",0, #-- selected.1 = 5
- "Trebuchet Launcher","Install Stock Cyanogenmod Launcher",0 #-- selected.1 = 6
- );
- selectbox(
- "-----Addons-----",
- "Select the desired Addons you want to use",
- "@addons",
- "mods.prop",
- "-----Home Button Lag Hack-----","",2, #-- Group 1. key = "selected.1"
- "Yes","Fix the lag",0, #-- selected.1 = 1
- "No","Keep it stock",1, #-- selected.1 = 2
- "-----Camera Shutter Sounds----","",2, #-- Group 2. key = "selected.2"
- "Yes","Install Camera shutter Sounds",0, #-- selected.2 = 1
- "No","Mute the camera",1, #-- selected.2 = 2
- "-----AM PM In Status Bar-----","",2, #-- Group 2. key = "selected.3"
- "Yes","Keep AM/PM in status bar",0, #-- selected.3 = 1
- "No","Remove AM/PM in status bar",1, #-- selected.3 = 2
- "-----Input Notification-----", "", 2, #-- Group 2. key = "selected.4"
- "Yes","Keep Input Notification in status bar",0, #-- selected.4 = 1
- "No","Remove Input Notification from status bar",1, #-- selected.4 = 2
- "-----Awesome Beats-----", "", 2, #-- Group 2. key = "selected.5"
- "Yes","Install AwesomeBeats V3",0, #-- selected.5 = 1
- "No","Dont Install AwesomeBeats V3",1 #-- selected.5 = 2
- );
- writetmpfile(
- "customize.prop",
- "item.1.1=0\n"+
- "item.1.2=0\n"+
- "item.1.3=0\n"+
- "item.1.4=0\n"+
- "item.1.5=0\n"+
- "item.1.6=0\n"+
- "item.1.7=0\n"+
- "item.1.8=0\n"+
- "item.1.9=0\n"+
- "item.1.10=0\n"+
- "item.1.11=0\n"+
- "item.1.12=0\n"+
- "item.1.13=0\n"+
- "item.1.14=0\n"+
- "item.1.15=0\n"+
- "item.1.16=0\n"+
- "item.1.17=0\n"+
- "item.1.18=0\n"+
- "item.1.19=0\n"+
- "item.1.20=0\n"+
- "item.1.21=0\n"+
- "item.1.22=0\n"+
- "item.1.23=0\n"+
- "item.1.24=0\n"+
- "item.1.25=0\n"+
- "item.1.26=0\n"+
- "item.1.27=0\n"+
- "item.1.28=0\n"+
- "item.1.29=0\n"
- );
- checkbox(
- "-----Applications-----",
- "Select the apps and mods you want to use: ",
- "@personalize",
- "customize.prop",
- "","",2,
- "Color","Colorize your Facebook",0,
- "All Share Play","Instant file access from anywhere",0,
- "Kies Air","Share your WiFi with other devices",0,
- "Facebook","The social networking standard",0,
- "Gmail","Google mail",0,
- "Twitter","Social networking by status updates",0,
- "Amazon Kindle","Mobile reader",0,
- "ICS Messaging","Google now is the top competitor against Siri for iPhone. And now it works on ICS.",0,
- "VPN Client","Puts Multiple Widgets into seperate Groups based on that specific app.",0,
- "VZ Navigator","Verizon's navigation tool",0,
- "VZ Apps","Verizonspecific applications",0,
- "My Verizon","Mobile Verizon app",0
- );
- ini_set("text_next", "Install Now");
- viewbox(
- "-----Ready to Install-----",
- "The wizard is ready to begin installation.\n\n"+
- "Press <b>Install Now</b> to begin the installation.\n\n"+
- "If you want to review or change any of your installation settings, press <b>Back</b>. Press Menu Key -> Quit Installation to exit the wizard.",
- "@install"
- );
- ini_set("text_next", "Next >");
- setvar("retstatus",
- install(
- "Installing",
- "<b>"+ini_get("rom_name")+"</b> is being installed.\n\n"+
- "Please wait while installation wizard installs <b>"+ini_get("rom_name")+
- "</b>. This may take several minutes.",
- "@install",
- "The installation wizard has successfully installed <b>"+ini_get("rom_name")+
- "</b>. Press Next to continue."
- )
- );
- ini_set("text_next", "Finish");
- checkviewbox(
- "Installation Completed",
- "<#selectbg_g><b>Congratulations...</b></#>\n\n"+
- "<b>"+ini_get("rom_name")+"</b> has been installed into your device.\n\n"+
- "Installer Status: "+getvar("retstatus")+"\n\n",
- "@welcome",
- "Reboot your device now.",
- "1",
- "reboot_it"
- );
- if
- getvar("reboot_it")=="1"
- then
- reboot("onfinish");
- endif;
Advertisement
Add Comment
Please, Sign In to add comment