[MOD] [DL17] AOSP Stock Vanilla Lockscreen - Continuum Themes and Apps

Want the AOSP lockscreen you find on other vanilla Android phones, now you can choose between the Touchwiz and the Vanilla lockscreen just by simply flashing this in clockwork.
If you want the previous Touchwiz lockscreen all you have to do is open up cmd cd to the android sdk tools folder making sure usb debugging is enabled (settings>applications>usb debugging) and copy and pasting...
Code:
adb touch /data/local/enable_glass_lock
There you have it, if you would like to help me get a Continuum of my own please donate using the button to the left side.

Works perfectly, thank you so much! This is cool

This can be done through Settings/Sound & Display/Unlock Screen as well

Related

[ROM] New! Aloysius 3.0.3 (7-02) | - Lastest Fresh! - SnowTheme - Color Taskbar/Menus

I BRING YOU
ALOYSIUS EVO 3.0.3​
_________________________________________________​
UPDATES (06-29-10): Here is the update to Aloysius that is purely cosmetic at this point. This is not a FULL ROM....only an update to the existing Aloysius ROM and the latest from Fresh 0.5.3!!!!
There was a lot of requests to switch up some icons in the taskbar. After days of searching for the perfect icons for each one that was complained about...I think I finally hit the mark Fully themed taskbar with newer, updated, classy icons....as well as two new "colorized" apps and color menus (World Clock & Vanilla Clock)!! The update link below is flashable over your current ALOYSIUS ROM and the latest FRESH ROM 0.5.3 - you will be enjoying all kinds of color throughout your phone, including color menus! More to come
Click to expand...
Click to collapse
UPDATES (06-19-10): Now Aloysius is available on Damage Control! If you are running the latest and greatest from Damageless and TrevE......just flash the Damaged-Aloysius Theme link below over your current ROM and you will be enjoying all kinds of color throughout your phone, including color menus! More to come
Click to expand...
Click to collapse
UPDATES (06-18-10): Full Color Taskbar Icons, New Application Icons, Themed Power Control Widget, Added Nexus News and Weather, Gallery3D, HTC FM Radio, Color Menu's Throughout The ROM.....Menu Menu, Browser, Mail Menu, Messages Menu, Camera Menu (my fave), Photo Album Menu, HTC Music Menu, Gmail Menu, HTC Contacts Menu, Calendar Menu, DeskClock Menu, and World Clock Menu (if there is a menu you would like to see in color for Aloysius EVO, PM me and I'll do my best to get it in for the next update )
Click to expand...
Click to collapse
This is ALOYSIUS 3.0.2 (pronounced aloe-wish-ous). This is the EVO's version of Aloysius....and is a highly themed ROM, based from our latest and greatest ROM from Flipz. I choose to base this version of Aloysius off of Fresh because it is proven to be the best....and after all A1.0 was a Fresh product as well I put together a custom Rosie back when I themed for the hero that I call konirosie....and brought it to the EVO.
As with the newest Fresh ROM from Flipz....I assume that you have NAND unlocked (part 2 of rooting). This means you are fully rooted and have write access to /system/ even when you are booted up. If you have not unlocked NAND protection then you should do so before flashing this rom!
Thanks to thank:
Flipz (for putting out the best of the best, as always!)
JsChiSurf (for helping me with porting the rosie over to the EVO - We need you here!!)
LilPup81 (for being my eyes in the development of this ROM, and pointing me in right directions )
Twin001 (for helping me test drive this ROM, and reporting back!!!!)
I've done nothing but put a slew of goodness into one flashable package. If you would like to use this Mod'ed ROM as well, and perhaps report back on possible issues....that would be awesome. Any help in finding fixes would be greatly appreciated.
Here is what I have done to it:
1) Full Color Task Bar by Koni
2) KoniRosie by Koni
3) Raised Button Dialer by Konikub
4) Full Color People Slider by Flipz
5) Full Color Mail Slider by Flipz
6) Themed Power Control Widget
7) Gallery3D
8) HTC FM Raido
9) Nexus News and Weather Widget
10) Color Menus by Konikub
11) Raised Button Dialer (only during "incalls" for now)
12) White "Snow" Edition is linked BELOW!!!!!
If you are coming from any other ROM besides the newest FRESH ROM....You MUST wipe before flashing!!!!!!!!
{
"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"
}
Screenies courtesy of LilPup81 Thank you my Brother! ​
Click to expand...
Click to collapse
I hope you all enjoy this as much as I will
THEME UPDATE (7-02-10)
AloysiusEvoUpdate1.zip - Flashable Theme Update for the latest Fresh 0.5.3 and/or the Aloysius ROM!!
AloysiusEvoUpdate_ClearTheme.zip-Signed -----> Clear Themed Aloysius
_____________________________________
THIS IS FOR THOSE WHO WOULD LIKE THE GPS ICON NOT PRESENT WHEN NOT IN USE
AloysiusEvoUpdate2.zip - Flashable Theme Update for the latest Fresh 0.5.3 or the Aloysius ROM! (GPS icon gone when not in use)
AloysiusEvoUpdate_ClearTheme_2.zip-Signed -----> Clear Themed Aloysius (GPS Icon gone when not in use)
-------------------------------------------------------
PLEASE DOWNLOAD EITHER FRESH 1.0.1 - DAMAGE CONTROL - OR ANY OTHER ROM THAT IS BUILT OFF OF THE NEW OTA RUU.....THEN FLASH THE ALOYSIUS THEME OF YOUR CHOICE ABOVE OR IN THE THEME SECTION
SIMPLE "HOW TO" PUSH VIA ADB​
I've gotten a few questions on how to push these to your phone via adb....here is a quick run down of the procedure, and if anyone has anything to add to this "PM" me and I'll add it.
1) Choose the client apk you wish to push to your phone, and download it.
2) Move that file to your C:\android-sdk-windows\tools folder
3) Plug your phone into your computer via USB cable and set to "Charge Only"
4) Press the "Start" button on your computer, and in the search box type cmd - then hit enter (a little black box should pop up).
5) Copy and paste this as your first command cd C:\android-sdk-windows\tools - hit enter.
6) Then this command next adb remount - then hit enter.
7) Then this command adb push xxxxx.apk /system/app/ - then hit enter.
8) Then this command exit
Obviously xxxx is going to be replaced with what ever .apk you are looking to push
Sometimes you may need to reboot to see the effect take place, as it is with a lockscreen, but not all. Keep in mind, a reboot is any devices best friend
SIMPLE "HOW TO" REMOVE VIA ADB​
1) Plug your phone into your computer via USB cable and set to "Charge Only"
2) Press the "Start" button on your computer, and in the search box type cmd - then hit enter (a little black box should pop up).
3) Copy and paste this as your first command cd C:\android-sdk-windows\tools - hit enter.
4) Then this command next adb remount - then hit enter.
5) Then this command adb shell (you will see a # pop up in the next line)
6) Then this command rm /system/app/xxxx.apk - then hit enter.
8) Then this command exit
Obviously xxxx is going to be replaced with what ever .apk you are looking to remove
Click to expand...
Click to collapse
screenies?
Re: [ROM] Aloysius 3.0 (6-14) | - Colorized - Themed Taskbar - Color Menus!
Screenies?
-------------------------------------
Sent via the XDA Tapatalk App
koni, where are the pics??!?!?!?!
glad to see you here!!!!
Re: [ROM] Aloysius 3.0 (6-14) | - Colorized - Themed Taskbar - Color Menus!
screenies?
Click to expand...
Click to collapse
Indeed. Lol
-------------------------------------
Sent via the XDA Tapatalk App
grats for coming to the dark side lol or good but to the EVO side! Loved your roms.
Screens
Merckle said:
grats for coming to the dark side lol or good but to the EVO side! Loved your roms.
Screens
Click to expand...
Click to collapse
They are on the way
needs screen shots lol
another question that's pertinent, since you're using fresh's ROM as a base....
in his current build, after toast's nand unlock, you can use adb to write to system, but it won't give android applications root permissions (e.g. adfree can't write). does your build have that same limitation? if so, it's a no-go for me
Here are a few shots of what is looks like now.....I will be adding MANY more colored menus and other goodies that the Hero's Aloysius currently has
Just give me a day or so and an update will be posted with tons more goodies, and screenies!!!!!
have an answer to my question? i.e., can you install adfree and have it work? other root access applications?
timothydonohue said:
have an answer to my question? i.e., can you install adfree and have it work? other root access applications?
Click to expand...
Click to collapse
If Flipz has this built into his ROM (latest one), then this ROM should have it as well. If it's an add on, then no I did not add anything to this ROM aside from an insane amount of color (so far )
I was reading the last few pages of Fresh and saw that it is possible to do what you are asking, but you have to use a work around...is this correct?
hey konikub can i haz some of those pretty png's for my rom??
timothydonohue said:
another question that's pertinent, since you're using fresh's ROM as a base....
in his current build, after toast's nand unlock, you can use adb to write to system, but it won't give android applications root permissions (e.g. adfree can't write). does your build have that same limitation? if so, it's a no-go for me
Click to expand...
Click to collapse
Tim what OS are you running?
Konikub said:
If Flipz has this built into his ROM (latest one), then this ROM should have it as well. If it's an add on, then no I did not add anything to this ROM aside from an insane amount of color (so far )
I was reading the last few pages of Fresh and saw that it is possible to do what you are asking, but you have to use a work around...is this correct?
Click to expand...
Click to collapse
ah, no. there's no workaround right now. it just doesn't work, lol. you have read/write access using adb, and that's it. i mean, at least you don't have to boot to recovery, but he doesn't have it setup to where anything actually has superuser permissions. adfree won't work. nothing that wants to write to /system will work on that ROM. yet. i'm sure he'll get it straightened out, but as it stands, it's a no-go for superusers
gerald410 said:
Tim what OS are you running?
Click to expand...
Click to collapse
most of the time i use ubuntu. i have windows 7 (64-bit ultimate) on the same machine, but rarely use it. networked my apartment with this, so if i want to get files from my office to my living room, it was just easier this way.
Could you post a few more screenshots, like while inside, like the main screen, and any other modded/themed sections.
oOflyeyesOo said:
Could you post a few more screenshots, like while inside, like the main screen, and any other modded/themed sections.
Click to expand...
Click to collapse
This is what it is going to look like in a few days....http://forum.xda-developers.com/showthread.php?t=663730
As of right now, I have the main parts up.....the themed taskbar, the rosie, and a few colored menus.
timothydonohue said:
most of the time i use ubuntu. i have windows 7 (64-bit ultimate) on the same machine, but rarely use it. networked my apartment with this, so if i want to get files from my office to my living room, it was just easier this way.
Click to expand...
Click to collapse
I'm sorry Tim what rom on your evo are you using? thx
gerald410 said:
I'm sorry Tim what rom on your evo are you using? thx
Click to expand...
Click to collapse
right now i'm using the eng build that comes with toast's nand unlock. i tried fresh's, but if i can't get superuser permissions, there just wasn't much incentive. and the others....well, they're just not what i'm looking for, really.
plus, the eng build has more tools in it to dink around with your settings than most of the other roms do.
kinda hoping someone can actually do a functional aosp. but, until sprint/htc get a 4g/front facing camera kernel out, that's probably not going to happen. and, i don't see cyanogen tackling the evo anytime soon

disable USB debugging notification for xRecovery

Here's a small xRecovery package to disable/enable the USB Debugging Notification
It doesn't disable USB debugging, only the status bar notification/icon.
It can be useful for people who have USB debugging on at all times and like to try different roms, to quickly tweak this right after installing a new rom/update.
It replaces services.jar with a modified version, using the method found by JsChiSurf on xda (it just comments a single line: iput v7, v6, Landroid/app/Notification;->icon:I)
Works on WB-XPERIA TW Gingerbread and any other 2.3 rom as long as services.jar was not modified (else, backup your services.jar first)
Installation (replaces services.jar):
- in xRecovery, install custom.zip, select xRecovery-USBDebugNotificationDisable.zip to disable the notification/icon
Uninstall (reverts to the stock services.jar)
- in xRecovery, install custom.zip, select xRecovery-USBDebugNotificationEnable.zip to enable the notification/icon
Thx !
Works great on my rooted stock rom.
Sent from my X10i
Nice work! Thanks...

[ROM] [4.2.2][AOKP/CM/PA] i9103 Vanilla RootBox [30/03][v3.9.1][Per-App-DPI][PIE]

{
"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"
}
Description
Vanilla RootBox is built straight from RootBox sources and always carries a very light installation with no extra/useless apps. This means, you can enjoy a pure Android experience combined with AOKP/CM features and some CM cherry-picks. Keep in mind Jelly Bean is only at the beginning stage of development and there will be minor bugs. Every RootBox releases are stable and always up to the challenge for a daily usage. If you're wondering how this ROM differs from any other AOKP roms out there, I only have one thing to say: Try it yourself and choose the one that meets your requirements.
Features
Based on JB 4.2.2- Built from RootBox Sources
AOKP Features
CM Profiles
Per App DPI
Per App Tablet UI
Per App Language
OTA Updates - Goo Manager
Navigation Bar Colour
Camera: Save to external memory
Phone: Advance Phone Settings (Vibrate on Answer, Every 45 Seconds, On Hangup and On Call Waiting)
Phone: Noise Suppression
MMS: Message rate alerts (Modify SMS message limit for alert)
MMS: Fully Customizable MMS Theme
MMS: Soft Keyboard Type (Emoji, Enter to Send, Enter for a New Line)
Option to control cursor in text fields using volume keys
Home button call answer (Accessibility Option)
Variable size pattern lockscreen
RootBox Settings
LockClock (Chronus)
Launch Music app on Headset connection
Pie (Paranoid Android)
Option to disable sound when adjusting volume
Lockscreen Shortcuts (Paranoid)
Lockscreen Targets (CM)
Screen Security Features (Unlock options)
Expanded Desktop
Hardware Keys Remapping
Lockscreen Hardware Keys Remapping
Recommended Installation Steps
Coming from another Custom ROM:
1. Wipe Data/Factory Reset (This does not affect your Internal/External storage)
2. Flash RootBox zip
3. Flash JB GAPPS
4. Wipe Dalvik Cache
5. Reboot
How to upgrade RootBox versions:
1. Download RootBox update
2. Flash RootBox update
3. Flash JB GAPPS
4. Wipe Cache (Optional)
5. Wipe Dalvik Cache (Optional)
6. Reboot
RootBox Sources
www.github.com/Root-Box
Downloads
Unofficial | Google Apps
Quick Tip: To avoid bad flashes and unexpected surprises, make sure you check the md5sum of the downloaded zip file against the one displayed on Goo.
All Private Messages sent to me for support will be ignored. I do not have the time to go through all the PMs I receive on a daily basis.
This is a development thread only. You have been warned.
Changelog
**Due to thread size limit restrictions, only the latest version's changelog will be displayed.
If you wish to have changelogs from previous versions, you can find them at the following link:
RootBox Changelogs
Changelogs are now integrated with the ROM itself:
- At the root of ROM zip file (changelog.txt)
- Goo Manager app (View Changelog section of the zip file)
- Goo.im website (Drag mouse over the zip file and click "view file changelog")
Bugs
*AOKP/CM BUGS
Donations
If you want to donate, feel free to do so but I'm not a big fan of donations. I put this up because I've been getting too many PM asking for my paypal account.
Credits/Thanks To:
* Adam77Root
* karthik050782
* Epsylon3
* AOKP
* Teamhacksung
* The CyanogenMod Project
* rovo89 - For his excellent work on Xposed Framework
* Paranoid Android
* DaXmax
* Rodries
* Pier
* BigDenn - Logo, bootanimation and wallpapers
ScreenShots/Videos
​[/SIZE]
Per-App Settings​
This guide will help you setup your phone with new Per-App Settings.
First, all credits associate to Xposed Frameworks and Modules goes to Rovo89 for sharing his work and making it open source for everyone. You guys should all buy him a beer.
Steps to follow:
Install Xposed Frameworks by going in Modules Management>Install/Update
Enable Per-App Settings by going in Modules Management> Modules>Tick Per-App Settings (You should reboot your phone at this point)
Setup your phone : Per-App Settings>Choose your app>Set DPI/Resolution/Tablet UI/Language> Press Save on top
Your app should now display in your preferred settings. If it doesnt, kill the app and restart it or reboot phone.
Contribute to RootBox​
Those interested in making wallpapers and bootanimation for RootBox, send an email to [email protected] with the following:
Information
Name
Email
Wallpapers
Attach wallpaper in email
Two sizes are required: HDPI and XHDPI
I'll review them and add the wallpapers in the next release. I will also choose the best one as the default wallpaper for official releases.
Bootanimation
Attach bootanimation or paste download link in the email.
Two sizes are required: HDPI and XHDPI
Wallpaper Resolution
HDPI: 960 x 800
XHDPI: 1440 x 1280
You can also contribute by creating icons for settings. Use proper sizes and always include compatibility for HDPI and XHDPI.
The reason behind this is very simple. I'm always busy and I've neglected the visual aspect of RootBox for a while now. It's time to polish it with new visuals!
How to Build RootBox from Source​
Getting started
I will assume that you have some kind of knowledge with Linux and how to use a terminal. I will also assume that you have already setup all the android building requirements. First, you must create your working folder and initialize a repository with RootBox sources. The following steps will guide you in creating this working folder where you will be able to build RootBox.
You should now open a terminal (By default you should be in your home folder: /home/yourusername/)
Step 1: Let's create a folder in your home directory named RootBox. This will be referred as your working folder.
Code:
~$ mkdir RootBox
Step 2: Let's change our directory to the new RootBox folder we just created.
Code:
~$ cd RootBox
Step 3: Now that we are in our working folder (RootBox), we will initialize our RootBox repository by entering the following command:
Code:
~$ repo init -u git://github.com/Root-Box/platform_manifest.git -b jb-mr1
Step 4: It's now time to sync RootBox sources which could vary from a few minutes to a few hours depending on your internet connection.
Code:
~$ repo sync
Building Vanilla RootBox
Now that you have synced the sources, you're ready to build RootBox.
You can run the following build script:
Code:
~$ ./build_rootbox.sh -device- -sync- -thread- -clean-
Device: Choose between the following supported devices: i9100, i9100g, i9300, d2att, d2tmo, mako and grouper.
Sync: Will sync latest RootBox sources before building
Threads: Allows to choose a number of threads for syncing and building operation.
Clean: Will remove the entire out folder and start a clean build. (Use this at your discretion)
Examples:
1) Sync sources and Build RootBox for GT-I9100 with 12 threads
Code:
~$ ./build_rootbox.sh i9100 sync 12
2) Don't sync sources, clean out folder and build RootBox for GT-I9300 with 6 threads
Code:
~$ ./build_rootbox.sh i9300 nosync 6 clean
3) Don't sync sources, clean out folder and build RootBox for SGH-I747 with 4 threads
Code:
~$ ./build_rootbox.sh d2att nosync 4 clean
4) Sync sources, clean out folder and build RootBox for Nexus 4 with 5 threads
Code:
~$ ./build_rootbox.sh mako sync 5 clean
This script will make a signed flashable zip file located in out/target/product/-device-/RootBox-JB-(Device)-Nightly-(Date).zip
Important:
http://forum.xda-developers.com/showpost.php?p=29570706&postcount=3
Issues:
* CM10.1
* Tell me
Changelog:
*Build 20130330:
Update Official CyanogenMod
Remove CameraWrapper
Sound Recorder Fix
Add Device Settings
Update to 4.2.2
Update Rootbox
Rootbox Changelog
http://goo.im/devs/RootBox/RootBox_Changelogs
* Build 20130207:
Initial relase
Note:
I built this rom for mj.vikram, because he doesn´t have his laptop. I will work on RootBox until he got this laptop.
reserved
any bugs?
Re: [ROM][4.2.1][AOKP/CM] Unofficial Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
♦ Help-Index ♦​
A
Alarm
• How can I disable alarm icon?
You can enable/disable alarm icon in statusbar in Clock > Settings.
You can enable/disable next alarm information on Chronus widget in RootBox Settings > Chronus > Clock and alarm.
B
Battery
• How can I save my battery? (Without flashing anything or undervolt kernel)
You can check all apps/functions which sync in background like GPS, Wlan or Social accounts (If not needed = disable)
Set the Brightness down (Settings > Display > Brightness)
Use dark (best black) theme & wallpaper & lockscreenwallpaper
Bluetooth
• There is a hissing while using bluetooth headset. What can I do?
It doesn’t happen if you using the standard Rom+kernel. So if you flashed another kernel (f.ex. Dori or Siyah) flash the Rom plus GAPPS again.
C
Chronus
• How can I place Chronus on lockscreen?
Look into Lockscreen section below.
• Where do I configure Chronus?
RootBox Settings > Chronus. There you can configure Clock + Weather + Calendar settings. Note that all these settings apply to both homescreen and lockscreen Chronus widget.
• How can I change color of Chronus / Clock widget?
As first, it is important to note, that there are two different widgets with the same digital clock layout:
Digital clock is classic digital clock widget in a new design. It is configured by Settings of the Clock app. There you can beside other settings change color of clock / date / alarm and it will apply to the widget.
Chronus is brand new CM widget combining digital clock in a new design, weather forecast and calendar events. It is configured in RootBox Settings > Chronus where you CANNOT configure its colors ATM. Or you can use theme which changes color of Chronus, e.g. Hue themes by kroz.
• I can't see my Chronus completly on lockscreen!?
Since we are on the Galaxy S2 and hdpi, we need to set DPI to a lower value, to have the complete chronus info plus lockscreen target visible. (Try 220 or lower)
D
DPI
• How can I customize DPI?
There are basically two ways to do so.
Change overall system DPI
You can change overall system DPI by editing build.prop system file. We do not recommend to do that manually.
Use some user-friendly app from Play store, e.g. Texdroider. But remember that you have to use multidpi playstore then to be able to install other apps without problems.
=> The Trebuchet Launcher does NOT support DPI change! Otherwise you will get a lot of FCs!
Change per-app DPI
You can use Per-App Settings integrated into this ROM:
First, all credits associate to Xposed Frameworks and Modules goes to Rovo89 for sharing his work and making it open source for everyone. You guys should all buy him a beer.
Steps to follow:
1) Install Xposed Frameworks by going in Modules Management>Install/Update
2) Enable Per-App Settings by going in Modules Management> Modules>Tick RootBox Per-App Settings (You should reboot your phone at this point)
3) Setup your phone : Per-App Settings>Choose your app>Set DPI/Resolution/Tablet UI/Language> Press Save on top
4) Your app should now display in your preferred settings. If it doesnt, kill the app and restart it or reboot phone.
• My device isn’t supported in playstore after changing DPI
You have to use the MultiDPI-Playstore here from URL="http://forum.xda-developers.com/member.php?u=4534385"] “MyLifeRocks10”:
=> http://forum.xda-developers.com/showthread.php?t=1839871
Data
• I can't find the Data toggle!?
It's renamed to "signal".
E
Expanded Desktop
• Can I use Expanded desktop on this ROM?
Yes. Enable it in RootBox Settings and switch it on or off in Power menu.
F
FC (any app)
• After update or some system changes (e.g. DPI change), my app XY is ending with FC (Forced Close) repeatidly.
Anytime you have some app ending with FC, try:
Settings > Apps > ALL > XY and click Clear data and try the app again.
Reboot to recovery > advanced > fix permissions > reboot and try the app again.
Reboot to recovery > wipe cache and advanced > wipe dalvik cache + after reboot repeat step 1 and try the app again.
Try FULL WIPE installation of the ROM.
Flashing
• How to flash this ROM?
It depends on your starting position. Here are possible options:
Option 1: Updating RootBox with stable/nightly version without major changes - Without Full Wipe
Download ROM and put it on internal sd card
Go into recovery mode
Then flash RootBox
-- install .zip from sd card > choose .zip from internal sd card
-- select RootBox.zip and flash it
Then flash Gapps
-- install .zip from sd card > choose .zip from internal sd card
-- select gapps.zip and flash it
Recovery > wipe cache partition (optional)
Recovery > advanced > wipe dalvik cache (optional)
Reboot and you are done!
Option 2: Coming from another ROM or updating RootBox version with major changes or having strange problems - With Full Wipe
Download ROM and put it on internal sd card
Go into recovery mode
DO A FULL WIPE!!! (This won’t effect data of internal or external sd-card)
-- wipe data/ factory reset
-- wipe cahe partition
-- advanced > wipe dalvik cache
-- mount and storage > format data/system/cache
Then flash RootBox
-- install .zip from sd card > choose .zip from internal sd card
-- Select RootBox.zip and flash it
Then flash Gapps
-- install .zip from sd card > choose .zip from internal sd card
-- select gapps.zip and flash it
Recovery > wipe cache partition
Recovery > advanced > wipe dalvik cache
Reboot and you are done!
G
GAPPS
• Do I have to flash GAPPS with ROM?
Yes.
• What version of GAPPS should I download?
Currently you need GAPPS 20121212 for RootBox version >3.2 based on Android 4.2.1. If you for any reason want to install RootBox based on Android 4.1.2, i.e. version 3.2 and lower, install GAPPS 20121011. You can check here for latest GAPPS for different Android versions: http://goo.im/gapps.
Goo.im
• I can’t download files via Goo.im
Latest stable, nightly and Gapps you also can find here: GDrive Hannibal226
L
Lockscreen
• How do I get shortcuts on my lockscreen?
RootBox Settings > Shortcuts.
• How do I put Chronus on my lockscreen instead of standard clock?
You have to drag clock on lockscreen. It will allow you to remove it. Then you can add Chronus or any other widget instead. Note that Chronus has only one setting that applies to homescreen and lockscreen.
• How do I make Chronus show my Weather and Calendar on lockscreen?
Rom Control > Lockscreen > Minimize Lockscreen Challenge.
• How do I unlock faster when Minimize Lockscreen Challenge is enabled?
Rom Control > Lockscreen > Enable longpress to unlock.
N
NavBar
• How do I change NavBar Color?
Rom Control > Navigation Bar > Navigation Bar color.
• How do I enable NavBar transparency?
Rom Control>GeneralUI>Statusbar and navigation bar opacity. See this post from descarao81 if you have problems with transparency using Nova or Apex Launcher.
Nightlies
• What is Nightly? Should I flash Nightly or latest Stable version?
There is no major difference. Nightlies are "unofficial" builds that are built almost everyday for everyone to try builds with the latest sources merged to RootBox. For noobs/average user, this is not necessary because they live in a bubble where they feel more comfortable flashing an "official" release than a nightly, but at the end, it all breaks down to just a differentiation of name. So if you don't know what a nightly is, don't flash it and don't bother asking.
P
Pie
• How do I enable Pie?
You activate it via “settings>RootBox settings>Pie controls”
• How make I Pie open faster
Just set ‘quick’ in “settings>RootBox>Pie controls>Pie style”
S
Statusbar
• How do I enable Status Bar transparency?
Rom Control>GeneralUI>Statusbar and navigation bar opacity. See this post from descarao81 if you have problems with transparency using Nova or Apex Launcher.
• What is fast toggle in Status Bar Toggles?
This will allow you to swipe from the right or left side of your statusbar (depending on what you choose) and it will go to your quick settings bypassing any notifications.
• Everytime after reboot I got a “Low Storage” Message!?
It’s a problem which appears when the app ‘Viber’ is installed. Just move ‘Viber’ to sd card.
That for go to “settings>apps>Viber”
U
USB
• I’m not able to connect my device as Mass-Storage to PC
Try deleting data from media storage. That for go to “settings>apps>all>media storage”
Nice work buddy!
Feedback: Installation is pretty fast. Loving the RootBox header in CWM and the boot animation!
Features are very good! In storage menu there is a setting in menu key now for choosing USB connection mode.
I haven't found any problems except from those of CM10.1 (though I have tested only the main ones).
PIE control is awesome! Per-app DPI is not as good as that of ParanoidAndroid.
There is no built-in music app. I find this a bit strange.
Attached some screenshots.
Awesome! <3 :victory:
Adam77Root said:
Nice work buddy!
Feedback: Installation is pretty fast. Loving the RootBox header in CWM and the boot animation!
Features are very good! In storage menu there is a setting in menu key now for choosing USB connection mode.
I haven't found any problems except from those of CM10.1 (though I have tested only the main ones).
PIE control is awesome! Per-app DPI is not as good as that of ParanoidAndroid.
There is no built-in music app. I find this a bit strange.
Attached some screenshots.
Click to expand...
Click to collapse
Just download Google Play Music
BTW:
I found a good OTA apk. Now it´s possible to upgrade without to check my xda thread. Enjoy!
http://www.mediafire.com/?4ku41d7bruo7r20
Don´t forget to wipe cache!
nilesh19932 said:
any bugs?
Click to expand...
Click to collapse
yepp!..
in my first 10 min experience: settings-> rom control -> notification bar shortcuts (may be sth different i just transtlated it) -> active shortcuts : if i select bluetooth, a "very insisting" fc appears. i click ok but it fc again as soon as i touch. -i dont know whether this problem is about cm10 thing
may be a little problem with keyboard while xt9 is active, but i dont prefer to use it so i dont say much about that.
i "love" battery stick and charging animation, have no issues so far and hope it goes like this
i think wi-fi is significatly slow,
cam program sucks.
thanx for all, great rom.
Root Box Help updated in post 6, All the details how to use settings etc......
can anyone who has installed the rom give a short review of the rom i.e how it is, bugs and all. I want to flash this rom so before that just want to know the bugs in the rom. Thank you in advance
A lil late for Celebrations. Thanks Grarak Buddy for this one. I really Like this ROM since MJ buddy release it in 4.1.2.
Now for any question / query related to this ROM must be asked in This Thread -> [Discussion][AOKP/CM][4.2.1]Vanilla Rom
Re: [ROM][4.2.1][AOKP/CM] Unofficial Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
It's amazing rom
X
Sent from my GT-I9103 using xda app-developers app
Re: [ROM][4.2.1][AOKP/CM] Unofficial Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
Grarak buddy I have found a bug in it
When changing boot animation trough AOKP settings it will cause a bootloop
Sent from my GT-I9103 using xda app-developers app
d2dprajesh said:
It's amazing rom
X
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
Deadfreak said:
Grarak buddy I have found a bug in it
When changing boot animation trough AOKP settings it will cause a bootloop
Sent from my GT-I9103 using xda app-developers app
Click to expand...
Click to collapse
"Report all Bugs & Thanks" to General Thread please.. Let Devs do there work & let this thread clean.
Re: [ROM][4.2.1][AOKP/CM] Unofficial Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
The keyboard was crashing just like cm10.1 so i flashed the keyboard fix and it worked on root box...thanks
Sent from my GT-I9103 using Tapatalk 2
Re: [ROM][4.2.1][AOKP/CM] Unofficial Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
sachindpai1 said:
The keyboard was crashing just like cm10.1 so i flashed the keyboard fix and it worked on root box...thanks
Sent from my GT-I9103 using Tapatalk 2
Click to expand...
Click to collapse
It will buddy because this is developed on adams device tree only..
Sent from my GT-I9103 using Tapatalk 2
Re: [ROM][4.2.1][AOKP/CM] Unofficial Vanilla RootBox [31/01][v3.6][Per-App-DPI][PIE]
The rom voluntarily restarted couple of times.....shifted back to stock ics
Sent from my GT-I9103 using Tapatalk 2
stuck on bootloop !have to wipe dc and cache eveerytym!

[ROM][4.0.4][Karbonn A9+/A21/Cherry Mobile Flare] Hyperion Skyfall [5/16/13]

THE FIRST HYPERION ROM FOR THE FLARE, SKYFALL!
v41 based ROM with init.d support
Please read the whole document before posting any comments or asking any questions. I will not answer any questions that have the answers right inside the document. I will not be accepting requests for the simple fact that this is me and my dev team's work, not yours. You go do the modifications by yourself. Whatever is in this ROM is what's in it. Nothing more, nothing less.
OUR DEV TEAM WON'T ALLOW ANY OTHER USERS TO USE THIS AS THEIR BASE FOR MAKING THEIR OWN CUSTOM ROM SIMPLY BECAUSE ALL TWEAKS AND MODIFICATIONS OF THIS ROM ARE FOR HYPERION ROMS ONLY. IF YOU'RE NOT PART OF THE DEV TEAM, BETTER NOT MESS WITH THE MODS OR ADD ANY TWEAKS.
Screenshots: https://www.facebook.com/media/set/?set=a.10201102161897646.1073741829.1276833426&type=1
Features:
Only the fastest performance and battery saving ROM ever
Pure Hyperion ROM experience no ROM ever has
The finest Jelly Bean style UI ever captured on Flare
Legit Jelly Bean transitions
CyanogenMod style toggles
Trebuchet Light launcher (only 500kb)
Rooted (SuperSU Pro)
Updated Apollo music player
Updated Google Play Store
Updated CyanogenMod Calculator (Vector graph, matrices mode)
All icons replaced with stock Jelly Bean icons
CyanogenMod Wallpapers
Jelly Bean style Lock screen clock and text
Holo Themed ROM
TABBED SETTINGS (with 3 tabs; Personal, Settings & Hyperion tabs)
VIPER4Android Sound Enhancements tweaks along with Soundmods by Ryan Davis Domingo
CPU Control
Seeder Lag Reduction, Lux Brightness, Greenify and Battery Calibration for maximum gaming performance and battery saving.
SMS Time Fix, SMS Popup & Reset Unread SMS for Messaging Errors and Preferences
No trace of CMX III except for some bundled apps
Zipaligned
Screen state scaling enabled
RAM Tweaks
Project Butter like build.prop with various adreno tweaks
AM/PM Removed
Installation: Flash through Stock/CWM Recovery or AIO Flasher
STOCK RECOVERY (ZIP must be in EXTERNAL SD CARD): Go into recovery mode by turning off your phone then holding the power + volume up buttons until a green screen passes then a red screen shows up. Choose options using the power and volume buttons. Click update from sd card and search for the Hyperion zip file. Finish installation then reboot.
CWM RECOVERY (ZIP must be in INTERNAL SD CARD): Go into recovery mode by turning off your phone then holding the power + volume up buttons until a green screen passes then a red screen shows up. Choose options using the power and volume buttons. Click install update from SD Card then click NO on the next options. Search for the Hyperion zip file and finish installation then reboot.
AIO FLASHER (ZIP must be in your PC storage): Extract all the files from the zip into a folder, open AIO Flasher. Turn off your phone and go into fastboot mode by holding the power + volume up buttons until a green screen shows up. Attach phone to PC then flash each files one by one until flashing all files are done.
FACTORY RESET IS RECOMMENDED BUT NOT REQUIRED.
BUG REPORT:
(1) The WiFi and Bluetooth toggles in the tabbed settings disables itself once clicked. Open them by clicking the icons and opening through the toggles above.
(2) 4 way boot not working yet. Fastboot and recovery functions are placeholders for now. Their functions are still linked to the reboot function.
DOWNLOAD LINK: Mod Edit: Download link removed.
HYPERION DEV TEAM:
Joey Huab (CMX 1-3; Main developer)
Carl Dean Catabay (Hyperion 7 & 8 for Samsung Galaxy Y; Secondary developer and guide for various mods)
Ryan Davis Domingo (PulseBreak ROM; sound mods and other tweaks)
Rick Marvin Bobadilla (Modder; compiler of guides and tweaks)
Brian James Jabson (Modder; Screenstate scaling tweak)
Kevin Jan Goc-ong (BetterFlare; some Jelly Bean UI mods)
OPEN FOR DONATIONS: GLOBE LOAD OR PAYPAL OR LBC
A21 USERS, AFTER DOWNLOADING, TRANSFER THE BOOT.IMG OF YOUR PHONE INTO THE ZIP THEN FLASH!
Reserved.
Reserved.
Reserved.
Awesome work man! A million thanks!
---------- Post added at 02:46 PM ---------- Previous post was at 02:42 PM ----------
Oops... Accidentally clicked the no wallpaper option...
Can you upload the default wall please?
Really nice work... I'm not a fan of trebuchet but I'm so happy with the ROM overall, I don't really notice the launcher.. . Haha
Nice work men )
NICE
Nice work dude! Cheers!
The best modder/creator of ROM I've known so far! Joey, you rock..as always!! :respect:
Sent from my A9+ using xda app-developers app
Sorry....temporarily closed.

[OFFICIAL][GUIDE] Starting with Substratum! - Andromeda, Samsung, Pie & OMS!

Let's get ready and theme devices with Substratum!
Hey there! I'm Abhijeet, Substratum's Public Relations and Community Connections Manager, writing this noob-friendly guide so that you can easily theme your device.
Here is the full official guide on using Substratum and some important recovery methods for various situations.
Theme Engine Support:
Stock Nougat (RRO): Requires root, exposures unsupported, not all themes compatible
Stock Oreo (OMS): Compatible with rooted and unrooted devices, in the case of the latter the Andromeda plugin is needed for Substratum to function correctly: https://play.google.com/store/apps/details?id=projekt.andromeda
Stock Samsung Nougat (RRO): Sungstratum addon required for full compatibility: https://play.google.com/store/apps/details?id=projekt.sungstratum
Custom Nougat (OMS): Requires a custom ROM with an interfacer installed
Table of Contents
Theming AOSP [ROOT]
Using Profiles
Theming Rootless AOSP with Andromeda
Theming Rootless Samsung with Andromeda (Sungstromeda)
Recovering from various situations
Different colors for overlays in Manager
Theming Android Pie [ROOT]
Theming Samsung OneUI devices using Synergy theme engine
Please do note, this IS for beginners, so I'll try and respond to errors and problems only if and when you have read and followed the whole thread. I'll be going over the BASICS of getting started to theme.
If you're still facing errors, please head over to our support chats hub - Substratum on Telegram
Contributors:
@nicholaschum
@InFlames03
@djdarkknight96
Mihail Mihov
Theming AOSP [ROOT]
Theming AOSP [ROOT]
Open the Substratum App
Select the theme you wish to apply
Select your Android version from the dropdown list
Select the overlays you want to apply
Tap the floating action button in the bottom right corner and select Build and Enable
NOTE: If you are on the March 2018 security patch (or newer) you will have to do the following:
Tap Build & Update (this will not enable overlays, just build them)
Reboot your device
Go to the Manager, select the overlays, and tap Enable Selected
After your overlays are enabled, your SystemUI will restart
Using Profiles
Using Profiles:
Backing up:
After applying the overlays of your choice, tap Profiles
Tap 'Backup current state’
Select the things you wish to back up
Restoring:
Tap Profiles
Tap on 'Restore’
Select the file that you had saved earlier
Theming Rootless AOSP with Andromeda
Theming Rootless AOSP with Andromeda [NON-ROOT]
First off, install Andromeda from Play Store
Connect your phone to your PC
Enable USB Debugging from Developer Options
Open Substratum and follow the Andromeda guide thread.
NOTE: You will have to connect Andromeda each time you reboot your device.
Theming Rootless Samsung Oreo
Theming Rootless Samsung Oreo [SUNGSTROMEDA] [NON-ROOT]
Install Andromeda from the Play Store
Open Substratum and select the theme that you want to install
Pick your Android version from the top, depending on the theme
Select all the correct/desired options for the overlay
Click the floating action button at the bottom right and select Install selected
This process is legacy so you will have to install each app overlay one by one using package installer.
You can still select multiple packages to build but you will be asked to install each one. I suggest 2-5 at a time for ease.
Once you have desired overlays installed with package installer, reboot and they will be enabled. “Note: Overlay manager only knows installed and uninstalled, in this mode all will be green”
NOTE: In order to remove the overlays, select the overlay from the Theme’s UI or Manager tab and then tap the floating action button and tap Uninstall selected. Then click ‘OK’ on all the prompts that come up on your screen.
Recovering from various situations:
Recovering from various situations:
Crashes occurring due to wrongly applied overlays:
Open Substratum
Go to Manager
Select the app overlay
Tap the floating action button and select Disable selected
NOTE: If you apply more than 1 overlay on the same target, your device/System UI may crash.
In another case, you will either have to update the theme or the app that you wish to theme.
System bootloop; How to regain control?
Unrooted users:
Open the folder where you have all the Andromeda files and open a command prompt there
Connect your device to your computer
Write adb devices and make sure your device shows up there (it’ll show a string of random characters), then device after that
NOTE: If your device doesn’t show up make sure you have your OEM’s drivers installed
Type adb shell cmd overlay list and this will show you all your installed overlays. The ones with [x] in front are enabled.
The problematic overlays will be SystemUI (com.android.systemui.<ThemeName>...) and Android System (android.<ThemeName>...) overlays. You can disable them with adb shell cmd overlay disable <package name of the overlay>
NOTE: If you are a Substratum service (aka Sysserv) mode unrooted user you will have to download ADB and your OEM’s drivers and do the same as Andromeda users from step 2.
Rooted users with access to a custom recovery:
Boot into your custom recovery
Flash the zip located at sdcard/substratum/SubstratumRescue.zip
This will disable all your overlays and prevent from bootloop
Different color for overlays in Manager
Different color for overlays in Manager:
Substratum is all about colors, just kidding.
Blue: It means that another theme has an Enabled + Installed overlay. For example, if you installed Twitter overlay from Sai’s Oreo Theme and you open up OrangeKittens, it will show up in Blue in OrangeKittens, but Green in Sai’s Oreo Theme.
Green: If your overlays appear Green that means that the overlays are successfully applied
Pink: You’ll have to reboot for the overlays to be activated.
Orange: The overlay is disabled. You can enable it by selecting it and clicking the floating action button then Enable selected.
Theming Android Pie [ROOT]
Theming Android Pie:
Use the latest version of Substratum.
Make sure the theme you're using supports Pie.
Select the overlays you wish to install
Select Build & Update from the FAB
Reboot your device
Open Substratum and go to Manager
Select the overlays you built earlier
Enable selected from the FAB
Requirements:
Rooted device running on Android Pie.
NOTE:
You'll not be able to apply themes on non-rooted Android Pie because Google blocked custom overlays since March Security patch.
DO NOT install Andromeda or you won't be able to proceed after the splash screen.
If you're using any magisk module(s), disable module(s) and reboot, build overlays, enable magisk module followed by another reboot and enable overlays.
Theming Samsung OneUI using Synergy theme engine
Theming Samsung OneUI using Synergy:
Download and install Synergy and Substratum Lite apps from Play Store
Open Synergy and tap on Add overlays » Select Substratum Lite
From Substratum Lite app select supported OneUI Theme and select overlays.
Click on the FAB and select Install
After it is imported to Synergy, tap on the FAB and it'll prompt you to download a Samsung theme. Tap ‘Download’ and switch to Synergy and build follow the procedure to install the overlays.
After the building of overlays is complete, reboot your phone.
Open Samsung themes select the theme that install from Synergy and apply.
Some of the themes require dark mode for theme to work properly. For that go back to Synergy > Menu > Dark mode settings and enable it.
Reboot your device again.
Enjoy the theme!
Some notes I've taken creating my theme update to ONEUI 2.0 Q
1. BUILD overlays in Substratum Lite, build theme in Synergy, reboot.......
"Make sure NOT to open Galaxy Themes until it opens itself or notification says to finish. If you don't the system framework will not work."
2. Apply blue synergy theme
"if not there clear store cache and reboot"
it should go right to 100 after it starts, if it freezes at 97 a long time then you didn't wait after reboot and need to uninstall the blue theme and rebuild in synergy.
3. If you get trial notification you'll need to apply the pink High Contrast Synergy theme "you'll see stock stuff DO NOT PANIC" reboot then set wall and enjoy theme!
Hope this helps
DJ
Awesome
Nice one buddy, saved for reference
djdarkknight96 said:
Awesome
Click to expand...
Click to collapse
Thank you for your help
AL_IRAQI said:
Nice one buddy, saved for reference
Click to expand...
Click to collapse
Thank you!
Substratum is one of the best theming systems for Android. It is highly customizable, flexible and provides further means of theming not found in most stock theme engines, i.e bootanimations and overlays for non-system apps. Kudos to the devs of this amazing framework!
Good job Abhijeet! Really in detail as usual!
anirudhgupta109 said:
Good job Abhijeet! Really in detail as usual!
Click to expand...
Click to collapse
Thanks a lot, Anirudh!
Good job mate!
Dope, really good job, Abhijeet. Thanks for the write-up! Don't regret bringing you aboard.
folgore95 said:
Good job mate!
Click to expand...
Click to collapse
Thanks!
Chris_Kardas said:
Dope, really good job, Abhijeet. Thanks for the write-up! Don't regret bringing you aboard.
Click to expand...
Click to collapse
Than you Chris!

Categories

Resources