[GUIDE] How to use AROMA INSTALLER in any ROM/MOD - Samsung Galaxy R i9103

STEPS:
(1) Download this META-INF
(2) Extract & you will find "META-INF" folder
(3) Go to META-INF/com/google/android/, replace the updater-script in this folder with your ROM/MOD updater-script.
(4) In the same folder, "aroma-config" file is also present, its contents are as follows:
Code:
##
#
# AROMA Installer - based on the Mod-installer by KamikaZeeFu
# (c) 2011 by Ahmad Amarullah
# amarullz - xda-developers
# [url]http://www.amarullz.com/[/url]
# NEO ROM AROMA SCRIPT BY LEVENTCCC
theme("ics");
calibrate("0.9263","21","0.9944","1","yes");
viewbox(
"Welcome",
"\n\n\n\n\n"+
" You're about to flash\n"+
" NeO RoM v3.0\n\n"+
"\n\n\n"+
"Press Next to continue the installation...",
"icons/info"
);
textbox(
#-- Title
"NEO ROM v3",
#-- Subtitle
"FEATURES",
#-- Icon
"@update",
#-- Arg 4
resread("changelogs.txt")
);
appendvar("installmsg","\n\nPlease Select Installation Type Below:");
install(
"Installing",
"Now flashing the Neo ROM...\nPlease Wait...",
"icons/install"
);
# Set Next Text fo Finish
ini_set("text_next", "Finish");
viewbox(
"Installation Completed",
"Congratulations...\n\n"+
"Your installation is now complete\n\n"+
"Press Finish, reboot and enjoy.\n\nThanks",
"icons/info"
);
(5) Editing aroma-config file:
Code:
theme("ics");
4 themes are available- ics, sense, miui, miui4
Code:
resread("changelogs.txt")
"changelogs.txt" is also present in the folder
Code:
META-INF/com/google/android/
Edit this file to include features/changelog of your ROM/MOD.
(6) Final step is to replace your ROM's META-INF folder with this META-INF
NEO ROM v3 uses very basic feature of AROMA.
For adding advanced options, menus refer the links below:
http://forum.xda-developers.com/showthread.php?p=28708475
http://forum.xda-developers.com/showthread.php?t=1461712
THANKS!

thanks man
thanks man you saved my day ! :victory:

what use of aroma can anyone guide me for it

azhar.munshi said:
what use of aroma can anyone guide me for it
Click to expand...
Click to collapse
AROMA Installer provides you the option of Customizing the way of your ROM installation buddy. Its providing the User the choice to select what he wants to install in his mobile. It can be customized for the apps to be installed, kernel to be flashed, fonts to be used, scripts to be flashed and many more. To feel it, you can flash Pankaj's Neo ROM 3.0 or my MaZel ROM 1.0

Friends, I did this whole procedure, I changed the updater-script for the rom I'm using, but it's time to use the rom, enters the aroma that only since install, says that the installation is completed, but not actually installed nothing is the same as before.

EsromG5 said:
Friends, I did this whole procedure, I changed the updater-script for the rom I'm using, but it's time to use the rom, enters the aroma that only since install, says that the installation is completed, but not actually installed nothing is the same as before.
Click to expand...
Click to collapse
Same here... I'm trying do it for Atrix's roms.
It works like a charme, show options to optional apps, languages. But at the end, it show "finished", but does not install nothing... Can someone help?

EsromG5 said:
Friends, I did this whole procedure, I changed the updater-script for the rom I'm using, but it's time to use the rom, enters the aroma that only since install, says that the installation is completed, but not actually installed nothing is the same as before.
Click to expand...
Click to collapse
You should change your updater-binary's name to updater-binary-installer and overwrite the one in original META-INF folder.
^^

i did exactly the same rename the updater-binary to updater-binary-installerand and change the updater-scrip..with this my roms md5 had changed..any way then i want to install the rom but its say cant install & abort with bad..desire hd, rom ice cold sandwich 8.8

Doing this right now for CM7.2 cuz CM7.2's installer's so boring... Hope to see good results.....!

Thanks .You save a lot of my time.

appreciate this!

probably asking a stupid question but can I use this method on my HTC one xl ROMs.

Related

[TOOL][CWM-ROM]little Kitchen v0.0.2 - Testers needed

little Kitchen
DOS script to easy modify a ROM File (update.zip) with pre-configurated parameters
Compatibility List / BugTracker in second Post!!
Guide (included "readme.txt") in third post!!
Suggestions and feature requests are welcome!
The Script should work with every CWM-ROM File for every Phone!!
Functions:
Code:
* remove Files from ROM.zip
* add Files to ROM.zip
* add additional update.zip's to ROM.zip
To do:
Code:
[B]* testing[/B]
[B]* adding a LOG file for error analysis[/B]
[B]* spelling - HELP NEEDED[/B]
because I'm not a native english speaker I'm sure there are enough mistakes
[B]* readme file - HELP NEEDED[/B]
readme file is a little bit short ATM
[B]* cleaning up the Code[/B]
Changelog:
Code:
[B]* v0.0.2 - 15.12.2011[/B]
+ changed Version Number
[B]* vCM7_0.0.1 - 15.12.2011[/B]
+ first release
Credits:
Code:
* xda-forums (for Guides, Howtos, etc.)
* google for the things I didn't find here :D
and as always....
!!! USE AT OWN RISK !!!
>> DOWNLOAD LATEST <<
>> DOWNLOAD v0.0.2 <<
>> DOWNLOAD vCM7_0.0.1 <<
Compatibility List / BugTracker
Basicly the Script should work for every ROM on every Windows OS, the following entries are approved by Me and Users
OS:
Windows7 x64
(approved by OGrue)
ROMs:
Samsung Galaxy SII (GT-I9100):
CM7 (stable, nightly) (approved by OGrue)
Turkbey gt edition (testet by grgsiocl, thank you)
MIUI (1.12.16) (approved by OGrue)
readme.txt
Code:
===============================================================================
** QuickStart: **************************************************************
===============================================================================
* open "remove.example" and copy the files you want to remove to "remove.ini"
* copy ROM File to /rom/source
* copy flashable ZIP's to /rom/hacks ("gapps.zip for example")
* copy Files to /rom/addons ("system/app/music.apk" for example)
!! ATTENTION !! take care of Directory-Structure !! ATTENTION !!
* run main.cmd
* Script should finish without errors
* copy modified ROM from "rom/" to Phone and Flash it via CWM
===============================================================================
** Folder Structure: ********************************************************
===============================================================================
*/bin Holds the Files needed by the Script
/tmp Temporary Folder for Script
*/roms Folder with Source ROM, Addons and Hacks; modified ROM File
is also placed here
/source Folder for ROM Source (place CMxxx.zip / update.zip here)
/addons Folder for Files which should be added to the ROM ZIP
(files are added to the root of the ZIP, so in almost all
cases you'll nedd at least a "system" Folder)
/hacks Folder for Additional, flashable ZIP files
(for example you can add the flashable google
Apps ZIP in here)
u mean any rom for any phone or just for sgs2. i have a galaxy fascinate i500 i could test for
RTLflat said:
u mean any rom for any phone or just for sgs2. i have a galaxy fascinate i500 i could test for
Click to expand...
Click to collapse
Yes, should work with any CWM ROM for any Phone.
Would be great If you could Test it ;-)
Thanks and this is what i was looking at. I am fed up for removing the apps, whichever i dont want to use and add those apps which i want to use. Started testing but the screen stuck at adding ROM*****name.zip. Waiting to finish!
grgsiocl said:
Thanks and this is what i was looking at. I am fed up for removing the apps, whichever i dont want to use and add those apps which i want to use.
Click to expand...
Click to collapse
Hehe, that's the reason why I created it ;-)
grgsiocl said:
Started testing but the screen stuck at adding ROM*****name.zip. Waiting to finish!
Click to expand...
Click to collapse
Hmmm, shouldn't take too long if the ZIP isn't big.
If it remains stuck, pls add "ECHO ON" after line 163 in main.cmd, so you'll see exactly what the Script is doing.
Code:
cls
ECHO *******************************************************************************
ECHO * adding HACKS to ROM File
ECHO *******************************************************************************
ECHO ON
OGrue said:
Hehe, that's the reason why I created it ;-)
Hmmm, shouldn't take too long if the ZIP isn't big.
If it remains stuck, pls add "ECHO ON" after line 163 in main.cmd, so you'll see exactly what the Script is doing.
Code:
cls
ECHO *******************************************************************************
ECHO * adding HACKS to ROM File
ECHO *******************************************************************************
ECHO ON
Click to expand...
Click to collapse
Thanks my friend and it works. I added some and deleted some and then flashed. I works like a charm! Thanks once again!
grgsiocl said:
Thanks my friend and it works. I added some and deleted some and then flashed. I works like a charm! Thanks once again!
Click to expand...
Click to collapse
Good to know - pls - Post which ROM and which Phone, so I cann add to "testet - it works!" ;-)
ogrue said:
good to know - pls - post which rom and which phone, so i cann add to "testet - it works!" ;-)
Click to expand...
Click to collapse
phone: Samsung galaxy sii
rom: Turkbey gt edition
kernel : Phenomenal
version: Android 2.3.6
modem: Xxkp1

[ROM] SilverLight™ 5 - alpha released ! | Spice Mi-350n

Disclaimer: I'm not responsible for any damage caused to your device by following these instructions(though it may not happen!)
Screen Shots are in the 2nd post !!
Change Log is in the 5th post
Things i'm thinking to add are at 4th post.
My sincere credits to Yuweng & casacristo for being with me in trying to make a2sd work in MTK phones !!
Pre-requisites:
For your Computer:
- 7zip
For your phone:
-Rooted, of course !
- Modded Recovery [Get it from here]
-Make a nandroid recovery of your phone before installing.
-Full wipe/factory reset, either through phone or modded recovery is recommended required.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Yeah ! Bala's ROM is SilverLight™ |
Click to expand...
Click to collapse
Click to expand...
Click to collapse
SilverLight™
SilverLight™ 5 - alpha !​
Hi friends, sorry i'm too late than i expected. Day's passed on swiftly and i'm here to just release the alpha of Silverlight 5.
SilverLight 5 bug fixes are here : http://forum.xda-developers.com/showthread.php?p=30734779#post30734779
Important feature is that it is based on Android 2.3.6 !
It has been ported from Alcated 918D [MTK 6573]
Everything works fine. (Special thanks to yasir bro for testing it !!!)
I also named it as Stock Android 2.3.6 update for Spice Mi-350n.
It is just stock, for now
Another important thing is that, I'm making this port an open-source port. Since, i saw new rom makers emerging, it would be easy for them to cook/build custom ROMs from this port.
One thing, if someone wants to use it, do give me an information and a credit in your thread !!
Click to expand...
Click to collapse
Sorry, if i have disappointed you, but full version will be released as soon as possible.
Whats more to come:
Suspense !
You can even come to the time when i ported this one and how i suffered from there on without time to add features, in the download page !!
FROM HERE, ALL DOWNLOADS WILL BE AVAILABLE AT OUR GOOGLE CODE PAGE:
http://code.google.com/p/silverlight-roms-350n/
Click to expand...
Click to collapse
In the downloads page, download
2.3.6-update-2.zip
&
a2sd-p1.zip
First flash a2sd-p1.zip and then flash 2.3.6-update.zip.
NOTE: Flash Dark-tremor a2sd and any equivalent if you want to use it.
SilverLight™ 4:
Change Log:
*Bugs fixed
*Added new tweaks:
---Forced launcher into memory
---Raised JPEG quality to 100%
---User Interface will e rendered with GPU
---The time that a black screen is seen after a call is reduced
---Better Touch screen & Scroll responsiveness
---Better Battery life
---3G,Net-Speed & Photo,video recording quality incresed.
*Added SilverLight custom script & Loopy smoothness script at init.d
*Removed SuperCharger script
*Replaced FileExplorer with a new MIUI one - try it!
*Replaced Music app with ICS Music app - try it !
*Removed XDA app (causes few problems)
*Removed Go-Launcher EX (for space)
*Tweaked Youtube app to load 720p videos with Wi-Fi as well as 3G !
*Added a new boot_logo !
Try it now !!!
It is a SIGNED update.zip. So don't extract it as the other version.
Flashing this zip is enough if you are on SilverLight™ 3.
If you are on stock V2, then download PART1.zip only and flash it before flashing SilverLight™ 4 ! (no need PART2.zip - no problem even if you flash it).
SilverLight™ 4
DOWNLOAD: http://www.mediafire.com/?q92e83s4zn3arhh
Click to expand...
Click to collapse
Click to expand...
Click to collapse
EXTRAS:
PART 1:(not signed) http://www.mediafire.com/?rx7gmqpj9d6il62
PART 2:(not signed) http://www.mediafire.com/?i6l67a2176l7no9
FOR A2SD:
After installing the ROM, install Terminal Emulator app from market.
Open the app and type the following one by one:
su
a2sd install
##Phone will reboot
Open the app again,
su
a2sd datasd
##Phone will reboot
Open the app again,
su
a2sd cachesd
##Phone will reboot.
THATS ALL !!!
XXXXXXXXXXXXXXXXXXXXXXXXXXX----------------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXX
SilverLight™ 3
Features:
>> Based on Official Spice build v2 !(thanks to yasir bro!!)
-- If you are on Bala's ROM v1.5/1.01(or did not flash your phone by following this guide), then do please flash your phone with official build v2 using this guide. It takes a mere 7 minutes for you to flash it but it takes hours together for me to make one for v1.5. If you want, i can make one for v1.5 also, but it can't be released within one week. So, bear with me & do upgrade your phone to official v2 !!!
NOTE1: If you are on Bala's ROM v1.5, then you won't lose your apps. Just flash official v2 with the help of flashing tutorial and the flash SilverLight 3 !
NOTE2 (read this only after reading the flashing guide above): If you are upgrading, then in the flashing guide linked above, in step 5, i did it like & it worked : After loading the scatter file, with battery inserted,i connected the phone by pressing Back+Menu buttons. My pc detected it and i clicked Format->Download. I kept holding it till the red process completed and from there everything went fine and flashing was successful.
Click to expand...
Click to collapse
>> ICS Themed
--This is the reason why this update took a lot of time !! My first hands on theming. So, if you have anything to say, feel free.
Click to expand...
Click to collapse
>> V6 Supercharged
--Get ready to fly with the V6 Supercharger (script created by zippelinrox). Read more about it here. To set your custom settings, just open terminal emulator, type: su --> hit enter --> type: v6
Click to expand...
Click to collapse
>> No Bloatwares !
--The spice bloatwares are removed and its a clean ROM !!
Click to expand...
Click to collapse
>> Beats audio & Bravia Engine
-- Beats audio & Bravia engine mods are included !!
Click to expand...
Click to collapse
>> DarkTremor A2SD v2.7.5.3 beat4
--Enjoy installing unlimited apps with the a2sd !! Read more on using it in the following 3rd post !!
Click to expand...
Click to collapse
>> Pre-installed apps:
--A2SD GUI
--Adfree(no more ads)
--Barcode Scanner
--GO Launcher EX v2.87 (latest)
--ICS Clock Widget
--ICS search bar
--New ICS Launcher
--MobileUncleTools
--Experia Arc S Launcher
--SpiceUp - official app of the Spice Mi-350n Support site!
--Update Me Smartphone - check & download future ROM updates from phone itself!
--XDA app
Click to expand...
Click to collapse
>> Misc features
-- Busyboxed
-- Rooted !!
--Deodexed
--Zipaligned
-- Added ICS boot animation
-- Disabled boot sounds
-- Added Galaxy Nexus's Ringtones !
-- Home button Wake up mod included(it is up to you to install NoDeepSleep.apk)
-- Replaced default font with Roboto font (stock ICS font !!)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
DOWNLOADS:
Download: http://www.mediafire.com/?i3sk5jqd9whi2g8
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Installation Instructions (SL-v3):
NOTE: Its is highly recommended to make a complete nandroid backup(including boot.img) before installing. Do not boot your phone in between.
Also disable Signature verification every time you flash a zip because they are not signed.
1) Download 'SilverLight-3_by_balamu96m.7z'. Extract it. Then you'll have SilverLight_Part1_by_balamu96m.zip , SilverLight_Part2_by_balamu96m.zip & SilverLight_Part3_by_balamu96m.zip(These are flashable zips. So do not extract them)
Click to expand...
Click to collapse
2) Copy all the three & place it in your sdcard. (preferably at the root).
Click to expand...
Click to collapse
3) Now boot into recovery (modded or CWM) and choose - flash zip from sdcard --> select zip from sdcard --> select SilverLight_Part1_by_balamu96m.zip.
Let it install without any error. DO NOT TRY BOOTING.
Click to expand...
Click to collapse
4) Now, before installing SilverLight_Part2_by_balamu96m.zip, mount 'System' & 'Data' in recovery (i.e) mounts --> system and then data. Now install SilverLight_Part2_by_balamu96m.zip by steps followed above !. DO NOT TRY BOOTING.
Click to expand...
Click to collapse
4) Again, with similar steps followed before, SilverLight_Part3_by_balamu96m.zip.
Click to expand...
Click to collapse
5) After installing SilverLight_Part3_by_balamu96m.zip, a do a full wipe/Factory reset in the recovery. (It is a must)
Click to expand...
Click to collapse
Click to expand...
Click to collapse
THATS ALL !! You have successfully installed SilverLight™ 3 !!
Now boot your phone. First boot may take long time (even 10 minutes !), but don't worry. It will boot !!
STEPS TO ENABLE A2SD after installing the ROM:
NOTE: If you had done this already for Bala's ROM v1.5, no need to do again.
1) Make a backup of all your sdcard files in your computer because partitioning will erase all your files.
2)Now boot in recovery --> partition sdcard --> partition sdcard --> Swap size: 0mb --> Choose size of the partition that you prefer (recommended 1024mb)(not more than 1399 mb because beta 04 supports till that only)
Let it partition your sd without any error !!
[NOTE: If you are partitioning for the 1st time with recovery, the default type of the partition will be ext2 - that is what we need & with this a2sd will work .
If you have mistakenly upgraded your partition to ext3 or ext4, then use MiniTool Partition Wizard (its free) and change your partition to ext2. Only then a2sd will work.]
Now boot normally. Now with the help of A2SD GUI app, make apps to be stored in sdcard(will be on the main-screen!). Your phone will reboot once or few times. Read more about using A2SD GUI in the following 2nd or 3rd post !!
VOILA !! a2sd is working !!! You can verify/view its space with titanium backup app !!
Now you can place all your files back on your sdcard.
With recovery you can even backup your sd-ext whenever required. (sd-ext is the place where apps which you install will be stored)
XXXXXXXXXXXXXXXXXXXXXXX_--------------------------------XXXXXXXXXXXXXXXXXXXXX
__________________________________________________________________________________________________________________________________________
VERSION 1.5
__________________________________________________________________________________________________________________________________________
Features (v1.5):
---Removed all Spice bloatwares !
---Added the following as default programs:
--A2SD GUI !~HOT~
--Mobile Uncle Tools~HOT~
--AdFree (No more Ads) ~HOT~
--Android Assistant
--Barcode Scanner
--GO Launcher EX
--Google Play Store[updated Market app] !
--Google Search[updated]
--Terminal Emulator
--YouTube
---Darktremor A2SD v2.5.7.3 beta 04~HOT~
---Added BEATS AUDIO - enhances sound. You can feel it in earphones.~HOT~
---Added Sony BRAVIA IMAGE ENGINE - enhances image quality. Try it!~HOT~
---DEODEXED !!~HOT~
---Zipaligned all apks to optimize RAM usage !
---Modified Status bar (fading error fixed) & Drop-Down with transparency & modded battery icon! (see screen-shots [v1.5]!)
---Added new colourful wallpapers to the default wallpaper gallery !
---Added Nexus One boot animation and shut animation!
---Added Samsung Vibrant's boot and shut sounds!
---Added Nexus default ringtones and notifications(error fixed!)
---BusyBox added !
---Pre-rooted, of course!
INSTALLATION INSTRUCTIONS [v1.5] :
NOTE: Its is highly recommended to make a complete nandroid backup(including boot.img) before installing.
Also disable Signature verification every time you flash a zip because they are not signed.
1) Download 'Bala's_ROM_v1.5.7z'. Extract it.
You will have a folder named 'Bala's_ROM_v1.5'
In that you'll have PART-1.zip , PART-2.zip & PART-3.zip(These are flashable zips.So do not extract them)
2) Copy the folder & place it in your sdcard's root.
3) Now boot into recovery and choose - flash zip from sdcard --> select zip from sdcard --> #open folder#'Bala's_ROM_v1.5' --> select PART -1.
Let it install without any error. Now try booting your mobile. The phone will not boot (more clearly: should not boot if installation completed correctly ! lol !)
4) Now, before installing PART-2, mount 'System' & 'Data' in recovery (i.e) mounts --> system and then data. Now install PART-2 by steps followed above !
[Now try booting. It should boot now !! LOL ]
[WHAT YOU BOOTED ABOVE IS NOT THE FULLY WORKING ROM, MANY THINGS DOESN'T WORK !! SO BOOT AGAIN TO RECOVERY ]
4) Again, with similar steps followed before, install PART-3.
5) After installing PART-3, a do a full wipe/Factory reset in the recovery. (It is a must)
THATS ALL !!This is Complete Version 1.5. You have successfully installed VERSION 1.5. Sorry for making it large. I'll try reduce it later.
STEPS TO ENABLE A2SD after installing the ROM:
1) Make a backup of all your sdcard files in your computer because partitioning will erase all your files.
2)Now boot in recovery --> partition sdcard --> partition sdcard --> Swap size: 0mb --> Choose size of the partition that you prefer (recommended 1024mb)(not more than 1399 mb because beta 04 supports till that only)
Let it partition your sd without any error !!
[NOTE: If you are partitioning for the 1st time with recovery, the default type of the partition will be ext2 - that is what we need & with this a2sd will work .
If you have mistakenly upgraded your partition to ext3 or ext4, then use MiniTool Partition Wizard (its free) and change your partition to ext2. Only then a2sd will work.]
Now boot normally. Now with the help of A2SD GUI app, make apps to be stored in sdcard(will be on the main-screen!). Your phone will reboot once or few times. Read more about using A2SD GUI in the following 2nd or 3rd post !!
VOILA !! a2sd is working !!! You can verify/view its space with titanium backup app !!
Now you can place all your files back on your sdcard.
With recovery you can even backup your sd-ext whenever required. (sd-ext is the place where apps which you install will be stored)
DOWNLOAD LINK::
http://www.mediafire.com/?nt6idp7vw2qdl3x
(sorry for making it large !)
_________________________________________________________________________________________________________________________________________________
VERSION 1.01
_________________________________________________________________________________________________________________________________________________
Deodexed version 1.01 added !! Same installation instructions !! Check Downloads !
Features (v1.01):
(updated 20 Mar)
1.Removed all Spice bloatwares !
2.Added the following as default programs:
-Android Assistant
-Barcode Scanner
-GO Launcher EX
-Google Play Store[updated Market app] !
-Google Search[updated]
-Nexus Revamped Live Wallpaper!
-Terminal Emulator
-YouTube
2. Zipaligned all apks to optimize RAM usage !
3.Modified Status bar & Drop-Down with new battery icon! (see screen-shots [v1.01]!)
4. Added new colourful wallpapers to the default wallpaper gallery !
5.Added Nexus One boot animation and shut animation!
6.Added Samsung Vibrant's boot and shut sounds!
7.Added Nexus default ringtones and notifications!
8. Pre-rooted, of course!
Overall it looks to be an Ultra fast & Stable ROM !!
INSTALLATION INSTRUCTIONS [v1.01] :
(instructions updated 20 mar)(fixed all reported errors!)
1. Download the file 'Balas_ROM_v1.01_GB_signed_update.zip' and copy it to your sdcard - root of the sdcard is preferred.
2. Flash it as 'update.zip' in modded recovery.
(i.e) [for beginners] Go to recovery --> Flash zip from sdcard --> choose zip from sdcard and select Balas_ROM_v1.01_GB_signed_update.zip
NOTE: Since the file is signed there is no need to disable signature verification !!
Let the installation process complete without any error.
Then reboot.
Voila !! Your new ROM is booting !!
Deodexed version may take some more time to boot than normal. Don't get afraid !
Try and post your comments !!
DOWNLOAD LINKs (update.zip)(Mediafire) :
- Normal odexed version - Bala's_ROM_v1.01_GB_signed_update.zip
- Deodexed version - Deodexed_Bala's_ROM_v1.01_GB_signed_update.zip
Screen Shots in the second post !
An extract of review posted by yasirmujtaba: (here)
yasirmujtaba said:
The rom porvided by bala is supercool
I m trying to rate it..
Style:-
1-Go launcher
2-Custom battery icon
3-Modified Notification bar
4-Custom wallpapers and ringtones & notifications
OVERALL:- 9/10
Performance:-
Very Very good response no lagging even
when skyfire dolphin and opera are running simultaneously
Ram consumption is very effective
Overall- 9/10
So the rom scores a huge number of 9
Click to expand...
Click to collapse
Hit THANKS if you like my ROM !!
Screen Shots !!
SCREEN SHOTS - SilverLight™ 3:
SCREEN SHOTS v1.5:
SCREEN SHOTS v1.01:
NOTE:
-The android version displayed there (in Bala's ROM v1.01&v1.5) is just change in number. The actual version is 2.3.4 only !! Only you know that it is 2.3.4. For others it is 2.3.7 !!
USING A2SD GUI [For v1.5+]
'A2SD settings' on the app's main screen.
------You can choose where apps that you install should be saved either in sd-ext (sdcard partition) or your internal memory.
------ 'Zipalign on boot is off' - is recommended because the ROM is already zipaligned and doing it again on boot will take more time to boot.
------'Swap is deactivated' - I have not used it.....maybe you/anyone can try and reply !
DALVIK:
-- You can choose where Dalvik cache should be saved. Go more info on Dalvik-cache, try googling n reading the wiki about it.Other things can remain the same......
---other tabs, you yourself can read & understand !!
Some more:
One thing to remember - sd-ext is like internal memory for phone, but phone can't find how much space is used or left in sd-ext. Titanium backup will help you there......
All third-party/system apps will tell that apps are installed in phone memory......you should understand that sd-ext is also like internal memory for phone and all other apps !!
Apps should be installed normally .......but your free space in internal memory will remain the same even after installing apps.....you'll notice that ur sd-ext space will be reducing........
Phone can't find how much space is left in sd-ext but titanium backup will help you to know !!
If you find decrease in phone memory even when a2sd in enabled, use a2sd gui to reinstall all app to sd-ext.....u can also type this command in terminal emulator :
su
a2sd reinstall
More over one should not move apps to sdcard in 'application settings' when using a2sd !!
These are few things that i'm trying to add:
Trying to add few requests by some users!!
Extended Power menu with Reboot, Recovery & download - working on it.
Click to expand...
Click to collapse
Change log:​
SilverLight™ 3:
*Removed Terminal Emulator
*Removed Android Assistant
*Based on Official spice build v2
*Highly modified framework-res.apk & SystemUI.apk with ICS theme.
*Added new ICS Launcher
*Added ICS search bar & ICS Clock
*Added V6 SuperCharger!
*Added Xperia launcher
*Added SpiceUp app
*Added Update-Me-Smartphone app
*Added XDA app
*Changed boot animation with ICS's one
*Disabled boot sound
*Added Roboto font
*Added Home Button wake up mod
Bala's ROM v1.5:
*Removed Nexus Revamped Live Wallpaper
*Added A2SD GUI
*Added Mobile Uncle Tools
*Added AdFree
*Added DarkTremor A2SD v2.7.5.3 beta 4
*Added Beats audio & Bravia Engine
*Added Busybox
Bala's ROM v1.01:
*Initial release
what is special in it I've already done all the things you've
done.
and what about ram consumption ......
but thanks for your hard work.....
your Balas_ROM_v1.01 not getting installed
hey.... balamu96m
your nandroid- custom ROM [Balas_ROM_v1.01] is not getting installed....
what is the problem????
i hav followed all the above steps...
i am able to Restore my nandroid backup done by me.... but when i tried your.. its not getting installed....
it shows "Oops... Something went wrong..." message.
[ i am using same recovery (fly blackbird iq260) in my phone as u hav posted screenshots above....
wanna try this rom...
help me out...
same problm here.........
Oops... Something went wrong...
balamu96m said:
please elaborate your problem.......is your phone not booting ?? or not able install in modded recovery ??
try making a wipe data/factory reset and then install the ROM......also disable 'Signature Verification' (it is a must) and try.............reply !
Click to expand...
Click to collapse
1. i hav wiped all data
2. i hav wiped SD card
3. disabled sign verification
4. unzipped yor rom and puted in proper folder.
5. but i selected to restore yor rom its shows some ..... (dots) for few second and shows oops something went wrong...
6. i am not able to install yor rom... using and testing its a later thing...
i'm trying to fix the error - 'Oops..something went wrong'.............also i'll try to create a working update.zip........................
about the RAM consumption, without ant app running, i'm getting 101 mb free and 128mb used..........it looks to ok but need to improve............
i'll post the update.zip as soon as possible !!
hey friends! uploaded update.zip !! It is also Zipaligned to optimize RAM usage !! check first post !! i checked it in my phone and its working !!! try it and reply !!!
balamu96m said:
i'm trying to fix the error - 'Oops..something went wrong'.............also i'll try to create a working update.zip........................
about the RAM consumption, without ant app running, i'm getting 101 mb free and 128mb used..........it looks to ok but need to improve............
i'll post the update.zip as soon as possible !!
Click to expand...
Click to collapse
there is only 70 mb ram free
but response is pretty good .........
on moe thank to you bro.........
yasirmujtaba said:
there is only 70 mb ram free
but response is pretty good .........
on moe thank to you bro.........
Click to expand...
Click to collapse
Thanks for the review dude !! now working on deodexing.........!!
will try to post it soon !
Deodexed version uploaded !! check first post !!
balamu96m said:
Deodexed version uploaded !! check first post !!
Click to expand...
Click to collapse
Flashing Now Tell You Soon
Flashing
4th Time Today lol["CAN IT EFEECT MY ROM LIKE MY E6??"]
aN Can You Please Explain Dodexing In Simple Words
Is It Related to Theme A Rom ,,,
Sorry If I Am Harassing You...
yasirmujtaba said:
aN Can You Please Explain Dodexing In Simple Words
Is It Related to Theme A Rom ,,,
Sorry If I Am Harassing You...
Click to expand...
Click to collapse
DeOdexing is the process of re-bundling that uncompressed critical data (.odex files) back into your compressed .apk (& .jar) files, so that now all of the data is included in the .apk files necessary to run your applications without the presence of .odex files
In addition all the data is now included within the .jar files necessary to utilize your framework components without .odex files. In a DeOdexed file structure, there are no odex files present.
What is the benefit of DeOdexing?
Deodexing doesn't speed your phone up or do anything of the sort.
It is simply something that is necessary to be able to theme a stock ROM.
Theoratically it should slowdown phone but practically it is negligible.
zipaliging is the process of reorganizing the manner in which the .apk is packaged to optimized it for being parsed faster by the android OS, it is comparable if not better than the odex file structure, so you get the best of both worlds; a themed ROM and the speed of an optimized file structure.
If one can implement all things properly phone will defenately speed up.
i will also make custom rom... but in my vacation. till i will use others.
djgj said:
DeOdexing is the process of re-bundling that uncompressed critical data (.odex files) back into your compressed .apk (& .jar) files, so that now all of the data is included in the .apk files necessary to run your applications without the presence of .odex files
In addition all the data is now included within the .jar files necessary to utilize your framework components without .odex files. In a DeOdexed file structure, there are no odex files present.
What is the benefit of DeOdexing?
Deodexing doesn't speed your phone up or do anything of the sort.
It is simply something that is necessary to be able to theme a stock ROM.
Theoratically it should slowdown phone but practically it is negligible.
zipaliging is the process of reorganizing the manner in which the .apk is packaged to optimized it for being parsed faster by the android OS, it is comparable if not better than the odex file structure, so you get the best of both worlds; a themed ROM and the speed of an optimized file structure.
If one can implement all things properly phone will defenately speed up.
i will also make custom rom... but in my vacation. till i will use others.
Click to expand...
Click to collapse
well you copy very nicely bro lol
waiting for your custom rom
---------- Post added at 06:46 PM ---------- Previous post was at 06:40 PM ----------
balamu96m said:
Deodexed version uploaded !! check first post !!
Click to expand...
Click to collapse
when updating error comes up
that
zip is corrupt
deodexing !
yasirmujtaba said:
Flashing Now Tell You Soon
Flashing
4th Time Today lol["CAN IT EFEECT MY ROM LIKE MY E6??"]
aN Can You Please Explain Dodexing In Simple Words
Is It Related to Theme A Rom ,,,
Sorry If I Am Harassing You...
Click to expand...
Click to collapse
edit: already posted the ans !! any way i'm posting it !!
Harassing ?? Not at all !! i have no problem dude !!
Well, i don't think flashing will affect your phone because i'll have to do it many a times a day and not just 4 times !!
When ever i try and flash my ROM and many a time it'll get struck at boot screen. So i'll be restoring/flashing it many a times a day !
Still thats my view.....i dunno really !
Deodexing.........in simple terms it is like this:
Our phone splits the apks and jars (only system apks and jars) into '.odex' files for fast processing of those files ..........but when the app is split into .apk/.jar file and .odex file, it not possible to edit them and make changes. when those files are deodexed or when we flash a deodexed ROM, the two files, '.odex' file and '.apk/.jar' are combined together and we will have only the apk or jar file and not the .odex file.......hence it makes editing or modifying possible. Also,only because of this, deodexed ROM takes some more time to boot!!
So because of this we can say that it related to theming........that too 'native' theme and not just Launcher' theming which are provided by GO Launcher etc.
I hope you understand...........!! Now any one can easily make themes for our phone !! just edit framework-res.apk and SystemUI.apk, modify,test and upload !!
yasirmujtaba said:
well you copy very nicely bro lol
waiting for your custom rom
---------- Post added at 06:46 PM ---------- Previous post was at 06:40 PM ----------
when updating error comes up
that
zip is corrupt
Click to expand...
Click to collapse
error ?? i didn't get any...........try disabling signature verification...........also try clearing cache, dalvik cache and data [clear data only after a backup via Titanium Bakup or nandroid]
Try n reply !!
Currently trying to add extended power menu with reboot, recovery and download !!
hey balamu96m
i installed yor deodexed signed rom.
works good with 10mb more then other roms.
but there is some problem with status bar(notification bar)...
it stops working when i connect usb cable wid my pc...
so i think problem is with battery application.
overall nice work man

[alert] for all scripts claiming they are supercharged

NOTIFICATION! FOR ALL SCRIPTS CLAIMING THEY SUPERCHARGE YOUR SYSTEM (OR INSTALL SUPERCHARGER v6)​​​​NOTE: Don't be confused in difference between Performance SuperCharge or SuperCharger v6 (Here its, SuperCharger v6)
There is no script (until now) in this world that can SuperCharge a system from recovery.
The thing is:
It seems that the problem with ICS, at least according to the dev, is that the OS no longer reads ADJ values out of build.prop but rather has them stored and hardcoded in services.jar, which makes this script only be half as useful as it was before. The dev has provided a nifty way to actually change these values in services.jar, and it can be done from the comfort of your Android device, thanks to a web app created to “patch” the services.jar so that the script can take effect in full force.
Click to expand...
Click to collapse
Here is proper installation steps:
===================================================================
Installation - Easy as 1, 2, 3!
1. Run the NEWEST V6 SuperCharger script as always.
Note: You may get Segmentation Fault errors running the V6 SuperCharger script on ICS due to a flakey su (superuser) binary.
To resolve the issue, you can:
A) Go HERE for a fixed su binary. No more fugly segfaults! - Thanks to wraithdu
OR...
B) Go HERE and get the SuperCharger Starter Kit!
2. Patch and install services.jar - by whichever method you like best. Your options are, in order of EFFECTIVENESS:
Note: Options A, B and C require Java to be installed on your computer - Click to Verify Java Installation
Option A) Use one of the -=Ultimatic Jar Patcher Tools=- (exe or zip) which DO EVERYTHING for you "Fully Ultimatically" on DEODEX & ODEX ROMS!
Goto Step 3 if you did this!
Option B below is the next preferred method - but there's manual work involved.
Option B) Follow the complete tutorial below and use -=Ultimate Jar Power Tools=- patcher script to automate Step 5 - the actual smali editing!
There are actually 56 edits performed via script... many more than what is specified in the tutorial!
Note that the script allows you to choose the level of your Launcher's Super Strength! (BulletProof, Die-Hard, or Hard To Kill)
Also be sure to have the necessary smali files in the same folder as the script!
ODEX ROMS - ALL Stock ROMS are ODEX (I think... ) So if you have a services.odex file, press the button!
All but Step 5 is automated on Windows with a batch script courtesy of rexstor .
See [Guide][Batch][Odex Rom only!] To get another 50% v6 Supercharged script for ICS!
So you'd run the batch script, and for the editing, run my Ultimate Jar Power Tools patcher script in Step 5
Goto Step 3 if you did this!
Option C) Follow the complete tutorial below without using any Patcher tool.
This is actually pointless to do - there are less edits and it's more work And the laziest people should just do D) below lol
Goto Step 3 if you did this!
Option D) Use the latest Update 9 RC* and select ICS Service Centre's Automatic Transmission! (OUT OF DATE)
Seemless webapp integration and installation to "Lock home in Memory"
Note: This is currently out of date - latest edits and Maximum MultiTasking Mods are NOT included and it does not work on Jelly Bean!
Goto Step 3 if you did this!
Option E) ICS OOM Priority Charger webapp. Same effectiveness as D) but done manually (OUT OF DATE)
Latest Update 9 RC* can install and apply permissions via ICS Service Centre's manual mode
Important: The webapp WON'T WORK for ODEX roms! So if you have a services.odex file, you have use a more effective option above
Also won't work on Jelly Bean ROMS!
More Webapp Info
Just go to http://android.mimic.ca with your devices browser and follow instructions!
In case of upload problems: If your Android browser closes while selecting file to upload, use Opera Mini web browser because it lets you select a file from within the app. Just copy services.jar to the sdcard first
CWM zip option is available!
But if you don't get the CWM zip, and instead download the modded services.jar, you can:
A) Do Steps 8 to 10 below! But first In Terminal Emulator, just type su and enter, busybox mount -o remount,rw /system and enter (Mount system as read/write).
OR...
B) Use the ICS Service Centre's manual mode in V6U9RC*
Help for webapp: Go to http://webchat.freenode.net , channel #v6_supercharger and talk to blk_jack (or me if I'm there)
* All roms (odex & deodex) - to install a patched services.jar/odex, you can use the ICS Service Centre's manual mode in V6U9RC9+ (for Steps 8 and 9 below).
* If you ever have trouble applying permissions to services.jar/odex, just run the ICS Service Centre and permissions gets applied everytime just before returning to the main menu!
3. SuperClean & ReStart! (ie. Wipe Dalvik Cache & Reboot)
Notes: For decent launcher detection use at least V6U9 RC6.9 or newer and check the bOOM Stick to see if the launcher the desired ADJ value!
.......... - Boot will take a LONG time as it "optimizes all your apps"
.......... - If it doesn't boot (unlikely if you did the edits yourself), try wiping caches (not data)
.......... - If it still doesn't boot, you can always just re-flash your current untouched rom but do have a backup nevertheless.
.......... - If you get FCs, fixing permissions will solve that. (Use the "Fix Emissions" Option in the latest V6 SuperCharger Script! )
That's It!
========================================================
​
Go here for more info!​​
Reserved
Umm why repost the thread when we can just check the page
Yes, and there is a tutorial too in the general forum
thread moved and closed

[TUT](GUIDE)How To Change Theme Of Aroma Installer

A One of the Minor used feature of AROMA installer is 'Theme'
People Usually dont change theme of AROMA installer and Make use of Stock Theme
So Here I am presenting A SIMPLE EASY GUIDE For 'CHANGING THEME OF AROMA INSTALLER'.​
PREREQUISITE:
Little Knowledge of Aroma Installer
THINGS NEEDED:
#--Notepad +
#--A Fresh BRAIN
#--A weapon of Refreshment [Mine is Coke And Burger As I am KID]
LETS COME TO THE MAIN STREAM
DIFFICULTY: 1 star out of 5 [Very Easy]
INSTRUCTIONS:
1. Add AROMA to your ROM.
2. After Adding Aroma To your ROM Open ROM.zip And Copy META-INF to Any Where on Desktop
3. Open META-INF Folder And Navigate to COM>GOOGLE>ANDROID
4. Open Aroma-Config In NOTEPAD+
5. Search For code
Code:
theme("[COLOR="Red"]sense"[/COLOR])
6. Change The RED Word with Any theme like MIUI for Miui Theme And MIUI4 for miui v4 And ICS for Ics Theme [You can check theme Compatibility in your Aroma installer By navigating to COM>GOOGLE>ANDROID>AROMA>THEMES]
NOTE: Only the themes Available in your Themes Folder Will Work
7. Now save the file in NOTEPAD+
8. Open you Rom.zip
9. Drag the META-INF folder From Desktop To ROM.zip
10. FLASH And Enjoy The THEMED AROMA.
CREDITS:
YOU SHOULD RESPECT TO OWNER
@amarabdulla [Creator for AROMA INSTALLER]
REPORT MISTAKES IN OP BECAUSE HUMANS ARE TEND TO MAKE MISTAKES
PRESS THANKS BUTTON BELOW IT WILL MAKE ME BRING MORE USEFUL GUIDES​
Reserved for future generation

[Script][T58x][8.1.0] *31.03.2019* Debloating Script v0.1

Here I created a small script for debloating/deknoxing. It removes most of the Knox and Bloatware stuff. Seems to work (tested on t580). The script should work on both devices, T580 and T585.
Neither I nor XDA is responsible for any damage to your device. You flash it at your own risk!
Before you start, make a Nandroid(Backup) of your system. Safe is safe!​
Note: The script is written for Android 8.1.0.
Note 2: Most of it is already removed under my ROM. So it serves at most as a supplement.
Changelog
Initial Release
What do you need?
a Custom Recovery, currently only >>TWRP 3.2.3-x_Omni6_New_Kernel<<
Must be because the old version does not yet work with Oreo.
my FW (Zip)
be familiar with the subject of flashing
Download
SM-T58x
Debloating Script (GDrive)
How-To flash
Place the Zip on the internal memory.
Boot into recovery
Then on install in TWRP
Find the folder where you put the Zip.
And now flash it by clicking on the zip and pulling the slider of the TWRP to the right.
Subsequently reboot
​
Good job. Thanks. I would not delete SBrowser.
Hi
Ok.
First: Please dont quote the whole OP, it looks not so nice. When you do it, spoiler it.
Second: Ok i can edit it for next release if necessary. Or DIY if you hide it with # before the line of SBrowser which looks like:
Code:
#delete_recursive("/system/app/SBrowser_7.2");
You can edit the updater-script with notepad++ for excample.

Categories

Resources