This can also be found here .
The guide above was also made by me.
Hi guys,
Follow instructions to have Aroma Installer on your Rom.
Topics covered
1.1 How To Add
1.2. a)Change theme, b)Add Rom Name & c)Add Features
1.3. Make your own theme
1.1.
720p HD Video Tutorial
1. Download - Aroma Easy Installer (Password:awesomearoma)
2. Extract it.
3. Copy Meta-inf rom a custom rom. I'm using Decption V3 for Micromax A87.
4. Now, run the batch file.
5. Press "Enter" to begin.
6. Read everything on the screen.
7. Press "Enter" to end.(It will redirect you to this forum. It was added purposely, no bug)
8. The META-INF file is the Aroma Installer, original_META-INF is the original.
9. Replace the "META-INF" folder with the one in your rom.
1.2.
a)
Open META-INF/com/google/android/aroma-config with Notepad++
Here line 7 represents theme - theme("miui4");
This means that miui4 is the theme used. Replace this line with any of these -
b)
Open META-INF/com/google/android/aroma-config with Notepad++
Change all text "Custom Rom" to your Rom's name.
c)
Open META-INF/com/google/android/aroma/changelogs.txt with Notepad or Notepad++
And start filling your Rom's features.
1.3.
Navigate to META-INF\com\google\android\aroma\themes\
Here you'll find four folders. You are going to create your them, so, create a "New Folder" with the name of your theme.(No Caps).
Open Notepad++ and create a new file. Fill in this
Note: In Line 65 and 66, replace mytheme by the name of the folder you created in previous step. Replace "yourname" with your name.
Download this - Aroma Theme PNGs
Copy all the PNGs in the downloaded file to your theme folder. Modify them.
Note: For modifying .9.PNGs, take special care. A video on how to edit .9.PNGs is available in my Making a Rom Guide. Check my signature for the link to it.
Modify them to your liking.
Tip: All lines with
color.* = #*** follow 3 char color hexes.
Some of the 3 char hexes for colours are
You may also try 6 Hex,but, I haven't so far as these colors fulfill my needs.
Now,
In line 7 of META-INF/com/google/android/aroma-config, change the characters within "-" to the name of your folder created. Test.
Credits: amarullz at xda for Aroma Installer.
All files except Aroma are created by me. You can use them anywhere, anytime without asking me, but you have to hit thanks to get this privilege.
Sent from my GT-I9082 using Tapatalk 2
The guide above was also made by me.
Hi guys,
Follow instructions to have Aroma Installer on your Rom.
Topics covered
1.1 How To Add
1.2. a)Change theme, b)Add Rom Name & c)Add Features
1.3. Make your own theme
1.1.
720p HD Video Tutorial
1. Download - Aroma Easy Installer (Password:awesomearoma)
2. Extract it.
3. Copy Meta-inf rom a custom rom. I'm using Decption V3 for Micromax A87.
4. Now, run the batch file.
5. Press "Enter" to begin.
6. Read everything on the screen.
7. Press "Enter" to end.(It will redirect you to this forum. It was added purposely, no bug)
8. The META-INF file is the Aroma Installer, original_META-INF is the original.
9. Replace the "META-INF" folder with the one in your rom.
1.2.
a)
Open META-INF/com/google/android/aroma-config with Notepad++
Here line 7 represents theme - theme("miui4");
This means that miui4 is the theme used. Replace this line with any of these -
Quote:
|
For Ice Cream Sandwich theme Code:
theme("ics");Code:
theme("sense");Code:
theme("miui"); |
Open META-INF/com/google/android/aroma-config with Notepad++
Change all text "Custom Rom" to your Rom's name.
c)
Open META-INF/com/google/android/aroma/changelogs.txt with Notepad or Notepad++
And start filling your Rom's features.
1.3.
Navigate to META-INF\com\google\android\aroma\themes\
Here you'll find four folders. You are going to create your them, so, create a "New Folder" with the name of your theme.(No Caps).
Open Notepad++ and create a new file. Fill in this
Note: In Line 65 and 66, replace mytheme by the name of the folder you created in previous step. Replace "yourname" with your name.
Code:
img.background=bg
img.titlebar=titlebar.9
img.navbar=navbar.9
img.dialog=dialog.9
img.dialog.titlebar=dialog_titlebar.9
img.progress=button.9
img.prograss.fill=button_press.9
img.selection=list.9
img.selection.push=list.9
img.button=button.9
img.button.focus=button_focus.9
img.button.push=button_press.9
img.checkbox=cb
img.checkbox.focus=cb_focus
img.checkbox.push=cb_press
img.checkbox.on=cb_on
img.checkbox.on.focus=cb_on_focus
img.checkbox.on.push=cb_on_press
img.radio=radio
img.radio.focus=radio_focus
img.radio.push=radio_press
img.radio.on=radio_on
img.radio.on.focus=radio_on_focus
img.radio.on.push=radio_on_press
color.winbg = #000
color.winbg_g = #444
color.winfg = #fff
color.winfg_gray = #666
color.dialogbg = #000
color.dialogbg_g = #444
color.dialogfg = #fff
color.textbg = #000
color.textfg = #fff
color.textfg_gray = #aaa
color.controlbg = #999
color.controlbg_g = #999
color.controlfg = #fff
color.selectbg = #33B5E5
color.selectbg_g = #33B5E5
color.selectfg = #fff
color.titlebg = #000
color.titlebg_g = #000
color.titlefg = #fff
color.dlgtitlebg = #fff
color.dlgtitlebg_g = #000
color.dlgtitlefg = #fff
color.scrollbar = #ccc
color.navbg = #000
color.navbg_g = #000
color.border = #666
color.border_g = #666
color.progressglow = #33B5E5
config.roundsize = 1
config.button_roundsize = 1
config.window_roundsize = 1
config.transition_frame = 5
font.small = font.roboto.small
font.big = font.roboto.big
info.themename = mytheme
info.description = mytheme for Aroma
info.author = yournameCopy all the PNGs in the downloaded file to your theme folder. Modify them.
Note: For modifying .9.PNGs, take special care. A video on how to edit .9.PNGs is available in my Making a Rom Guide. Check my signature for the link to it.
Modify them to your liking.
Tip: All lines with
color.* = #*** follow 3 char color hexes.
Some of the 3 char hexes for colours are
Code:
White=#fff
Black=#000
Red=#f00
Green=#0f0
Blue=#00fNow,
In line 7 of META-INF/com/google/android/aroma-config, change the characters within "-" to the name of your folder created. Test.
Credits: amarullz at xda for Aroma Installer.
All files except Aroma are created by me. You can use them anywhere, anytime without asking me, but you have to hit thanks to get this privilege.
Sent from my GT-I9082 using Tapatalk 2