[Tech News][feat1]

Friday, April 04, 2014

[GUIDE]How to use AROMA Installer on any ROM/Device|

Guide How to use AROMA Installer in any ROM/Device


Steps


(1)Download this META-INF.rar

(2)Extract & you will find "META-INF" folder

(3) Go to META-INF/com/google/android/

(4)You will find "aroma-config" (Replace Backstreet MOD with "Your ROM's Name" everywhere it comes

Code:
##
#
# AROMA Installer - based on the Mod-installer by KamikaZeeFu
#       (c) 2011 by Ahmad Amarullah
#           amarullz - xda-developers
#           http://www.amarullz.com/
# Backstreet MOD SCRIPT BY The Droid  Master
theme("miui4");

calibrate("0.9263","21","0.9944","1","yes");

viewbox(
  "<#999>Welcome</#>",
    "\n\n\n\n\n"+
    "      <#999>You're about to flash</#>\n"+
 "      <#999>Backstreet MOD 3.0</#>\n\n"+
    "\n\n\n"+
    "<#999>Press Next to continue the installation...</#>",
  "icons/info"
);


textbox(
  #-- Title
    "Backstreet MOD",
  
  #-- Subtitle
    "FEATURES",
  
  #-- Icon
    "@update",
  
  #-- Arg 4
    resread("changelogs.txt")
);

appendvar("installmsg","\n\nPlease Select Installation Type Below:");


install(
  "Installing",
  "<#999>Now flashing Backstreet MOD...\nPlease Wait...</#>",
  "icons/install"
);

# Set Next Text fo Finish
ini_set("text_next", "Finish");

viewbox(
  "Installation Completed",
  "<#080>Congratulations...</#>\n\n"+
  "<#999>Your installation is now complete\n\n</#>"+
  "<#999>Press Finish, reboot and enjoy.\n\nThanks</#>",
  "icons/info"
);
(5)For changing the THEME find this in "aroma config"
Code:
theme("ics");
There are 4 themes available ics, sense, miui, miui4

(6)Go to META-INF/com/google/android/ you will find"changelogs.txt"

Edit this file to include features/changelog of your Custom ROM 

(7)Now for the AROMA Installer to work Go to META-INF/com/google/android/, replace the updater-script in this folder with your ROM/MOD updater-script.

(8)Open your rom goto META-INF/com/google/android Rename "update-binary" into "update-binary-installer"

(9) Final step is to replace your ROM's META-INF folder with this META-INF and u will get AROMA Installer on your ROM

For adding advanced options, menus refer the link below:

Screenshots


Credits- Gunnet Atwal
              amarullz
              Krishna Roxtar (Me) 

No comments:

Post a Comment