[ROM][4.4.4][Version 1]Android-L Themed Omega ROM (Screenshots updated) - Optimus One, P500 Android Development

Hey, everyone :highfive:
Screenshots:
General
{
"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"
}
Split screenl
Halo
Blur lockscreen
DSB
Downloads in next post
Kernel source: AndroidARMv6

Downloads:
Version 1:
Mediafire
BETA 9:
Mediafire
BETA 8 (update):
Google Drive
Pre-BETA 8:
Google Drive
BETA 7.1:
Google Drive
BETA 7:
Mediafire
BETA 6.1:
Mediafire
BETA 6:
Mediafire
BETA 5:
Mediafire
BETA 4:
Mediafire
BETA 3:
Mediafire
BETA 2:
Mediafire
BETA 1:
Mediafire

Changelog:
Beta 9
A lot of layout and drawable changes (almost all)
Updated to latest omni
Added a few features
QS spacing removes for L kind of look
etc, etc...
Beta 8
Fixed scrubber
Android L type of recents
Added DateView (partial)
Many many layout fixes
pre-Beta 8
Android L makeover
Android L type Settings, StatusBar, Quick Settings, etc.
A few layout fixes
Beta 7.1
Updated to latest Omni
Updated Android to 4.4.4
Some layout fixes (drawable)
Beta 7
Android 4.4.3
New Dialer
Fixed Halo issue
etc, etc, etc...
Beta 6.1
Flash over Beta 6 ONLY
Fixed HALO)))
Fixed Split-view and HALO))) conflict with flags and intents
Added a a switch to choose between HALO))) and Split-view
Added OmegaROM PlatLogo (now multiple taps on Omega Version will bringup Omega PlatLogo)
Other minor fixes
Beta 6
Updated to latest Omni build
High-end graphics option in Performance>Advance
Option to add lockscreen widgets
Added Omega animations and platlogo (partially)
A few more things which I don't remember
Beta 5
NOTE: You need to do a clean install for this version
Rebased to latest OmniROM
ActiveDisplay (Omni feature)
Smoother (Thanks again to Omni)
Beta 4
Rebased to latest CyanogenMod
Added Emoji support
Compiled with Linaro 4.8
Changed DPI to 145 for better looks
Fixed a few layout bugs
Beta 3
Minor bug fixes
Fixed halo trigger button
Added Omega version to About phone
Beta 2
Added Split-Window (Multi-windows type)
Updated HALO)))
Changed HALO))) switch to Date and Time in notification header
Use HALO))) for Split-Window
Beta 1
Initial CM11 build with HALO)))
Coming up next:
A switch to choose HALO))) or Split Window
Better animations
Smooth progress bar
Lockscreen blur
Trimmed to a great extent

reserved for thanks

IMHO, you should add usefull features:
- tun.ko module (openvpn, etc.);
- google+ issue;
- video player (youtube hq) poor quality;
:good:

simplicio11 said:
IMHO, you should add usefull features:
- tun.ko module (openvpn, etc.);
- google+ issue;
- video player (youtube hq) poor quality;
:good:
Click to expand...
Click to collapse
I will see for .ko modules soon.
Cant solve YouTube and Google+ issue
There's a long way to go, pal

BETA 2
Beta 2 out with Split-Window and a couple of tweaks :good:

Great work rhar**** that is really what we need : some extra features
Do I have to do a full wipe to update to beta 2??
Sent from my LG-P500 using xda app-developers app

borchaniz said:
Great work rhar**** that is really what we need : some extra features
Do I have to do a full wipe to update to beta 2??
Sent from my LG-P500 using xda app-developers app
Click to expand...
Click to collapse
No, you don't need to unless using a sd-ext scrpit.
But to be on safer side, do a wipe

Beta 3 out with some minor changes. See chanelog for info
Link: http://www.mediafire.com/download/6hds9ejo6zcuoyg/
Beta 4 to be delayed and stable version to come soon after

Split-Window is awsome!!!
Could add tun.ko in your rom?

fitztu said:
Split-Window is awsome!!!
Could add tun.ko in your rom?
Click to expand...
Click to collapse
Yea. I will add it.
Its just just that I don't know how to. If someone can help me...
Sent from my LG-P500 using XDA Premium 4 mobile app

rhar**** said:
Yea. I will add it.
Its just just that I don't know how to. If someone can help me...
Click to expand...
Click to collapse
In the kernel source tree, there will be a file .config. Entries for tun may appear there, something like
CONFIG_TUN=NOTDEFINED or such.
To include in kernel itself
CONFIG_TUN=y
To compile as a tun.ko module
CONFIG_TUN=m
Should be enough.

Dovidhalevi said:
In the kernel source tree, there will be a file .config. Entries for tun may appear there, something like
CONFIG_TUN=NOTDEFINED or such.
To include in kernel itself
CONFIG_TUN=y
To compile as a tun.ko module
CONFIG_TUN=m
Should be enough.
Click to expand...
Click to collapse
Thanks for the info.
I also found that when googled.
But i can't get the configuration file. I think i have to compile the kernel separately.
Sent from my LG-P500 using XDA Premium 4 mobile app

rhar**** said:
Thanks for the info.
I also found that when googled.
But i can't get the configuration file. I think i have to compile the kernel separately.
Click to expand...
Click to collapse
They are on device subfolders if I remember.
I have not succeded in compiling but could run tools like make menuconfig and such.
Might ask Sweetnsour for advice, his kernels have tun.ko, I believe.

Dovidhalevi said:
They are on device subfolders if I remember.
I have not succeded in compiling but could run tools like make menuconfig and such.
Might ask Sweetnsour for advice, his kernels have tun.ko, I believe.
Click to expand...
Click to collapse
Well, there isn't any .config file in the whole dir. It is generated when you do it. Or copy it from phone.
I copied it from phone and then I got compile error in kernel
Sent from my LG-P500 using XDA Premium 4 mobile app

rhar**** said:
Well, there isn't any .config file in the whole dir. It is generated when you do it. Or copy it from phone.
I copied it from phone and then I got compile error in kernel
Click to expand...
Click to collapse
kernel base folder -> arch -> arm -> configs
has a "def-config" for every chip.
copy the chosen one to .config. Compare to what's on phone, but you might want to run make menuconfig and just go through all the alternatives just to see what is available. You would check tun as built in or as module.
No guarantee of successful compile. I have not succeeded either.
---------- Post added at 12:30 PM ---------- Previous post was at 12:27 PM ----------
fitztu said:
Split-Window is awsome!!!
Click to expand...
Click to collapse
How did you get that working. I am running Omni right now and apparently it has been removed (otherwise, much better luck with this than cm-11!).
Using Xposed, can get split view module but has it own UI which to me is not very useful.

Dovidhalevi said:
kernel base folder -> arch -> arm -> configs
has a "def-config" for every chip.
copy the chosen one to .config. Compare to what's on phone, but you might want to run make menuconfig and just go through all the alternatives just to see what is available. You would check tun as built in or as module.
No guarantee of successful compile. I have not succeeded either.
---------- Post added at 12:30 PM ---------- Previous post was at 12:27 PM ----------
How did you get that working. I am running Omni right now and apparently it has been removed (otherwise, much better luck with this than cm-11!).
Using Xposed, can get split view module but has it own UI which to me is not very useful.
Click to expand...
Click to collapse
I will better seek help from some kernel dev about tun.
And i somehow managed to get split-window working. Soon I'll try to get that working on omni rom too
Sent from my LG-P500 using XDA Premium 4 mobile app

Guys, a great problem. My sources got corrupt. I have to rebuild it from beta 3 again

Beta 4
Beta 4 completed
Changelog-
Rebased to latest CyanogenMod
Added Emoji support
Compiled with Linaro 4.8
Changed DPI to 145 for better looks
Fixed a few layout bugs

Related

[NO LONGER SUPPORTED] The Codebox

{
"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"
}
presented by
neerajganga and incarnation95 and kroz
This is my very first aosp custom rom, based on codenameandroid. Credits to him! But this is not just a codenameandroid rom with a different name! We will add many features that are still missing on codenameandroid! We don´t want to steal codename´s work, we want to enhance it.
Credits to Codenameandroid (this rom is based on his one), thanks to codeworkx (I´m using his source tree, there would be no aosp rom without him!), teambamf for some code inspirations and the whole community​
Features:
Every feature from cna
+ USB Mass storage mode
+ Torch at lockscreen
+ Horsepower settings directly in the main settings (no external app)
+ Android 4.1.2
+ Performance and code cleaning stuff
+ Many grafic enhancements
+ Some nice stuff from android 4.2 like
Camera app
Gallery app
PackageInstaller
Keyboard app
Stopwatch
DeskClock
+ OTA-Updates
+ Useful commits and features from other roms
Or simply have a look at the changelogs to get latest information
Download:
For downloading this rom go here
Changelog (1.9.0):
Added detailed package on first boot
Added aokp weather icons
Added new bootanimation
First build for galaxy s2 i9100
Fixed Compile error
Cleaned up build directory
Fixed non updated source
Changed many repos to cm ones:
-- they are newer --
- android_build
- android_bootable
- android_dalvik
- android_development
- android_system_core
- android_sdk
- and more look at github.com/thecodebox
Changelog (1.8.5):
Added android 4.2 gallery app
Added android 4.2 camera app
Added android 4.2 keyboard app
Added android 4.2 sounds
Added android 4.2 deskclock
Added app installer (see screenies)
Of course removed old 4.1.2 stuff
Added initial ota app functions
Added device galaxy r (rom soon)
Added device galaxy s2 i9100
Added device galaxy nexus
Changed default wallpaper (jup again)
Fixed some dock fails (Credits CM)
Fixed CNA Wallpaper FC
Changelog (1.6.0 official):
upgraded to cna 3.8.0
added the codebox wallpaper chooser
added 13 new wallpapers
added new default wallpaper
added increased tab limit of 64
fixed missing android 4.1.2 parts (now also build.prop is correct )
fixed massive cleanup! ~120mb smaller
fixed issues with dock audio (epinter)
fixed many things in mms app
Changelog (1.4.0 BETA):
Merged android 4.1.2 into the codebox
Changed the position of shortcuts in Settings.apk | Added "The Codebox" category
Fixed lockscreen shortcuts minor bugs
Fixed USB fast charge mode - now working (only with included kernel)
Fixed power widget layout
Fixed brocken google account after new installation
Added dummy ota app - preperation for OTA-Updates
Added ota app link in settings.apk
Added new bootanimation
Added NavBar transparency (not fully working yet)
Changelog (1.3.0 BETA):
Fix core2 settings - wrong display
Remove welcome app - its not working correctly for now
Add a little surprise
Awesome man
Steps to flash codebox.-
1. Go into recover mode (duh )
2. Wipe data and dalvik cache.
3. Flash the codebox.zip that you downloaded.
4. Also flash the gapps if you have them. If you dont download them .
5. Wipe dalvik cache again and reboot
HOW TO USE THE TORCH FROM LOCKSCREEN-
On top its the google, left is camera, right is lock, and bottom is our TORCH
To switch on/off the torch JUST SLIDE THE SELECTOR DOWNWARDS!
ohhh yeaaaa fantastic!!!!! =) =) =) big fuss!!!!
incarnation95 said:
Awesome man
Click to expand...
Click to collapse
Thanks for you being my inspiration
fuss132 said:
Thanks for you being my inspiration
Click to expand...
Click to collapse
Fuss Great Job But isn't build JRO03R is 4.1.1 ?
Its just beta mate.. let the stable version come and then we could move to 4.1.2 too
And fuss thanks to you i learned so much!
incarnation95 said:
Its just beta mate.. let the stable version come and then we could move to 4.1.2 too
And fuss thanks to you i learned so much!
Click to expand...
Click to collapse
Haha..Nice work..Thanks Fuss , Incarnation and Neeraj
incarnation95 said:
Its just beta mate.. let the stable version come and then we could move to 4.1.2 too
And fuss thanks to you i learned so much!
Click to expand...
Click to collapse
No problem You will learn even more

			
				
On code box fuss the welcome app appeared and then went away :/
Dont know if its just me.!
And well even i didnt know that its already 4.1.2 lol haha... now going to sleep ll test tom. Now
Downloading right now! Great work fuss
Brokenme23 said:
Downloading right now! Great work fuss
Click to expand...
Click to collapse
we would love to have ur feedback
Downloading right now.. Will test it later.. Wohooo thanks guys!!!
Edit 1: Just to confirm, flash the usual gapps after this ROM? Or gapps are already built in? Thank you
Great job Fuss.. Will definitely check your work out.. Thank you for this ROM and your team mates Neerajganga and Incarnation95 :thumbup:
Sent from my GT-I9100G using xda premium
walauu said:
Downloading right now.. Will test it later.. Wohooo thanks guys!!!
Edit 1: Just to confirm, flash the usual gapps after this ROM? Or gapps are already built in? Thank you
Click to expand...
Click to collapse
Flash the normal gapps after the Rom flash
Sent from my GT-I9100G using xda app-developers app
looool...now a reason to change my CNA rom...hell ya
Awesome!!
I am going to check it out soon.
Thank you, fuss.
compared with most of other roms camera is awesome!
Those kernel controls works with our device?

[ROM]Let´s play P.A.C-Man 4.3.0 | Jellybean 4.3 | [discontinued]

MetaIIica proudly presents
{
"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"
}
P A C ALL IN 1
4.3.0
First, this is only for the new Bootloader! for old Bootloader, use Converter
Description
The struggle to find the rom you need is over. Some people like CyanogenMod 10.2, Some prefer AOKP, Some like the advantages of Paranoid Android
To cure your rom hunt we have come up with the P A C man Rom.
PACman is a unique rom.
We have picked the best features from CM10.2, Aokp and PA and combined them in a single rom so you get the experience you deserve
To enjoy the features of every available project without the hassle of flashing regularly.
The Rom is rock stable for an average user but keep in mind the Rom is in WIP stage so expect some minor hickups but we are trying our best to resolve these issues​
​My Build have following changes:
based of AOSP Jellybean 4.3
latest CM10.2
latest AOKP mr1-milestone-2
latest AOSPA (ParanoidAndroid 3.97)
all settings from CyanogenMod 10.2, Android Open Kang Project MR1-milestone-2, and AOSPA 3.97
Theme Black Exodus as default
Viper4Android FX Soundengine
more come to soon
Instructions
Wipe Data/Factory Reset + System IF YOU COMING FROM ANOTHER ROM
Install Rom (Gapps are included)
Reboot & Enjoy !
If you would like update, flash only Rom, wipe cache and Dalvik does automatically​
Download:
Downloads for use with the new cracked ICS-Bootloader only (please flash recovery.img from here first if you come from ICS!)
From now you find Download here:
http://pacman.basketbuild.com/index.php?dir=main/p990/metaiiica/43/
or go to http://pacman.basketbuild.com/ then p990 -> metaiiica -> 43 if Link not work
Nightlys would not released in the next time
Click to expand...
Click to collapse
Use latest TRWP. Is easy and the best is, have batch mode so you can flash Rom, GAPPS and patches in one. Link: http://forum.xda-developers.com/showthread.php?t=2108075
Official P.A.C. Man Forum: http://forum.pac-rom.com/
Credits
pengus77
TonyP
AOKP-Team
CM-Team
SREEPRAJAY for converting to old Bootloader
spyrosk for NEW <<--->> OLD Bootloader ROM Converter v1.0
XeLLaR*(I9001_AOKP_Logo)
PAC-man team
Grarak for helping
and all testers and i forget
Builds for 4.2.2 now discontinued....
If any wish, ask me and i will do what i can do Build and update only for 4.3 (CM10.2)
Changelog
02/14/2013
initial release
02/21/2013
Update to Jellybean 4.2.2
Updated to P.A.C. 20.0.0
Updated ParanoidPreferences to 3.00
Bug Fixes
02/23/2013
new Camera/Gallery App with select Storage
added ICS-Camera for CM10.1
new Bootanimation, thanks to JOKER
little Fixes
02/25/2013
minor fixes
fixed Flash (if you have Error 6 or 7)
04/02/2013
new SuperSu added
minor Bug-fixes
09/03/2013
integrated a OTA-Updater
fix for charging when phone off (thanks to tonyp for the right tip and pengus77 for his fix)
minor Bug-fixes in Codebase
LED-Notification now integrated (thanks to Tony and pengus77)
GooManager
newest CM repo used
Tiny-GAPPS never included
12/03/2013
minor Bug-fixes in Codebase
new OTA-Updater
newest CM repo used
new Bootanimation (thanks to JOKER!)
13/03/2013
minor Bug-fixes in PIE
Updated to P.A.C. 21.0.0
Updated ParanoidPreferences to 3.10
14/03/2013
show WiFi network name (Display the Name of the currently connected Wifi network)
Add Notification shortcuts (show shortcuts in Notification drawer, up to 16 shortcuts)
Bugfixes in Settings
15/03/2013
Update Version to 21.0.1
Camera enable HDR again and change to the latest fixes. select storage also added
17/03/2013
Camera: Bugfixes in Code
remove GooManager (we dont need that)
add a new Bootanimation, thanks to JOKER! again
17/03/2013 II
Bluetooth: adding a2dp tuning through bdroid_buildcfg.h
Bluetooth: remove disabling of rate scaling for certain car headunits
18/03/2013
Settings: Update QuickSettings in Toolbars
20/03/2013
Now Version 22.0.0
Framework: Fixed NavBar causing SystemUI FC's
LockClock: Fix widget sometimes indefinitely showing 'Widget is loading...
cLock: added option to highlight the upcoming calendar events
21/03/2013
OpenPDroid now supported
Framework: revert ifdef c files for legacy hotspot devices
Framework: fix for quick pulldown of quick settings (2/2)
Framework: Added Volume Tile to Quicksettings
Settings: fix for quick pulldown of quick settings (1/2)
Settings: full keyboard screen toggle update
minor CM fixes
Mms: Add the ability to select recipients from a checkbox list
26/03/2013
Fixed Quick Pulldown (Instant Tiles Pulldown)
Fixed back button will collapse statusbar
Toggle to disable Fullscrean Keyboard
Pie and Volume Toggle
Network Tile Updates
Latest PA and some CM Updates
Fixed FC's related to changing Navbar targets
Added Option for Quicktile row Settings
Added QuietHours QuickSettings Tile
Added Hybrid QuickSettingsTile
Fixes on Settings & CleanUp
Added QuickSettingsModeTile
Updated PA sources to 3.15
Updated P.A.C. Man to 22.0.1
Wow!....
Good work...I'm at work and just tonight I may try it!
Thank you.
Re: [ROM]Let´s play P.A.C-Man 19.9.0 | Jellybean 4.2.1 | for new cracked Bootloader
wowowow.. interesting...
Sent from my LG-P990 using xda app-developers app
why are u building so much roms without maintaing one?
mivv said:
why are u building so much roms without maintaing one?
Click to expand...
Click to collapse
??? "metallica" said he would go with this ROM and discontinue the other, based on CM10, is not it?
Re: [ROM]Let´s play P.A.C-Man 19.9.0 | Jellybean 4.2.1 | for new cracked Bootloader
Looks awesome. What do you prefer for installing it: over the other build (currrent I'm using 19.0.0)
Or wipe everything?
Sent from my LG-P990 using xda premium
jaronstrypsteen said:
Looks awesome. What do you prefer for installing it: over the other build (currrent I'm using 19.0.0)
Or wipe everything?
Sent from my LG-P990 using xda premium
Click to expand...
Click to collapse
I I would advise an installation from the "0"!
That's my opinion.
Yes, when 4.2.1 good work, i would discontinue the other was based on 4.1.2. Its time to enter a new Flagship
I would from now on only build here and just4fun AOKP...
The best way is, you made a fresh install... Make a Backup with Titanium, then restore after flash
Re: [ROM]Let´s play P.A.C-Man 19.9.0 | Jellybean 4.2.1 | for new cracked Bootloader
I gues I will do that
Thanks for building this rom for us man
Sent from my LG-P990 using xda premium
The meal is served!
lets glow the server xD go go *fg*
installing it now
MetaIIica said:
The meal is served!
lets glow the server xD go go *fg*
Click to expand...
Click to collapse
---------- Post added at 10:44 PM ---------- Previous post was at 10:35 PM ----------
Proccess com.android.phone has stopped
MetaIIica said:
The meal is served!
lets glow the server xD go go *fg*
Click to expand...
Click to collapse
Re: [ROM]Let´s play P.A.C-Man 19.9.0 | Jellybean 4.2.1 | for new cracked Bootloader
jaronstrypsteen said:
installing it now
---------- Post added at 10:44 PM ---------- Previous post was at 10:35 PM ----------
Proccess com.android.phone has stopped
Click to expand...
Click to collapse
i had similar error with other rom, try make clean install
Sent from my LG-P990 using xda app-developers app
I did. And it keeps there
zchuxz3x said:
i had similar error with other rom, try make clean install
Sent from my LG-P990 using xda app-developers app
Click to expand...
Click to collapse
Re: [ROM]Let´s play P.A.C-Man 19.9.0 | Jellybean 4.2.1 | for new cracked Bootloader
New installation and "...the process com.android.phone has stopped..."
LG O2x[P990]@TapaTalk v2.4.11
same here
trocopassu said:
New installation and "...the process com.android.phone has stopped..."
LG O2x[P990]@TapaTalk v2.4.11
Click to expand...
Click to collapse
i have this error too! (the process com.android.phone has stopped)
but i am still on the P.A.C-Man 19.3.0
i can make a call but i cant receive one!
Thanks for this rom. I'll give it a try on saturday, no time at the moment
http://d-h.st/aLt
test this. that is the raw-file
Well, for now installs!
But ... what's the difference?? ...
[Thank you for your effort]

[rom] /// ATOM-422 \\\ [06-22] [linaro -O3 + GLOBAL -fstrict opts] the real deal.

PLEASE READ:
This AOSP is not limited to source changes from CM, Vanir, CNA, EOS, Carbon, AOKP etc. you get the best of all of them. All features included have been reworked to eliminate performance sinks and memory leaks and subtly improved as i see fit also. Finally, this rom is compiled using GLOBAL -O3 -fstrict-aliasing. I don't just turn it off where there's violations like every other "linaro" ROM source i've seen listed. This is the real deal. Latest linaro toolchain snapshot and proper use of the current 4.8 GCC features so it actually means something to say it's compiled with GCC 4.8.
Disclaimer: Because I'm using building using commits from every major repo in existence it may take a while to integrate some of the major features to my standards. I may release a stock AOKP feature as a beta until I have the chance to improve it but I'm not interested in band-aid fixing things or duck taping **** together just to get more crap under the features list and change log. Also, If you have questions or interest in building or joining vanirAOSP please message me on gtalk: [email protected] and feel free to add me on google+
here is a link to the parent thread where you can view previous change logs and perhaps find an answer to a question
general features:
vanirAOSP base: all features included, always the latest
customized-for-speed launcher2
optimized memory usage
current bug fixes and improvements from all major repos
additional features not present in vanir
attention to the details
minor UI theming/cleanup
custom embedded beats 5.1 drivers
multimedia enhancements
A-GPS enhancements
inverted theme included
ad removal
custom written init.d and cron setup
improved performance settings
browser tweaks
fast torch
customizable nav bar, quicksetting tiles, yatta yatta
full Linaro optimizations (now rebasing directly from their gerrit)
optimized networking
quiet hours, LED settings
statusbar mods
better multi-tab browsing
major bloat removal
--> PIE, APPBAR, HALO, custom UI changer, etc
full array of lockscreen tweaks
improved AOSP keyboard
email and exchange available in add-on packs
soooooo much more
Issues:
notes:
recommend trying the 0.25x transition speeds located in development options. this (& vanir-based roms) is the only ROM that has them.
screenshot is in custom apps --> apps & actions. i did this so it could be a desktop shortcut also
Instructions:
download rom & a gapps package compatible with AOSP roms
manually wipe (factory reset please)
flash ROM
flash Gapps
PROFIT
Downloads:
Those of you interested in developing we are currently accepting new members. PM me for details.
Please thank Jay R Themer for the hosting!
ROM server
Productivity pack v3 (wipe cache/dalvik. fix permissions if necessary)
^^^ Email/exchange, thinkfree document software, video editor
4) Droidth3ory's old wallpaper collection for nostalgia purposes only (credit masteraven, droidth3ory, whoever else)
Credit: Team Vanir, CM, AOKP, Linaro, EOS, all contributors to gerrit and github, anyone who puts out ROMs since seeing them evolve got me interested in developing. Everybody that's helped me learn how to do this. And especially those that donate and support developers.
If you enjoy my work please consider a donation to help me keep doing this. Donation link. It helps me pay for bandwidth & caffeine
reserved
oh yeah...atom for nexus 4
arief347 said:
oh yeah...atom for nexus 4
Click to expand...
Click to collapse
Nice, downloading now!
Sent from my Nexus 4 using Tapatalk 4 Beta
Woo hoo. Loved your rom on my grouper. Think it's time to flash something new
Sent from my Nexus 4 using xda app-developers app
Flash Time!!
What camera does this have??
Sent from my Nexus 4 using xda premium
swirly05 said:
What camera does this have??
Sent from my Nexus 4 using xda premium
Click to expand...
Click to collapse
?
it does not include one. i left it up to gapps because of photosphere being proprietary
PrimeDirective said:
major bloat removal
--> PIE, APPBAR, HALO, custom UI changer, etc
Click to expand...
Click to collapse
Sold.
But I see in the OP that you might not have a Nexus 4 as you say that the ROM works fine on your toro and Nexus 7...why develop for the Nexus 4 then? Maybe I'm completely mistaken... If so, I apologize...
bleuwave said:
Sold.
But I see in the OP that you might not have a Nexus 4 as you say that the ROM works fine on the toro and Nexus 7...why develop for the Nexus 4 then? Maybe I'm completely mistaken...
Click to expand...
Click to collapse
my development team has the device. i do not personally have a use for one though because i have unlimited data through verizon. and besides.. why not? i enjoy sharing my work. do you think carbon has all of the devices they develop for? LOL
i cannot changer wallpaper with this rom
matt.adid78 said:
i cannot changer wallpaper with this rom
Click to expand...
Click to collapse
which launcher are you using? steps to replicate? can you change it with other launchers?
PrimeDirective said:
which launcher are you using? steps to replicate? can you change it with other launchers?
Click to expand...
Click to collapse
i not using any launcher yet after flash this rom..
Great ROM. Just not able to find the brightness slider enable option -swipe to control brightness from status bar. Works smooth and stable .. Eagerly waiting for the next build .
{
"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"
}
Sent from my Nexus 4 using Tapatalk 4 Beta
---------- Post added at 08:40 AM ---------- Previous post was at 08:38 AM ----------
matt.adid78 said:
i not using any launcher yet after flash this rom..
Click to expand...
Click to collapse
I had the same issue with stock launcher and same with Apex launcher . after setting the wp just reboot . this might a bug which will be gone in future builds
Sent from my Nexus 4 using Tapatalk 4 Beta
Rocking this Atom build since yesterday with great pleasure : smooth as possible
Great to have Atom for our Mako ! Thank you PD :good:
Running great! Just do a reboot to set wallpaper. Only needs to be done once after initial ROM boot. Happens with every rom out there that uses stock launcher.
Sent from my Nexus 4 using Tapatalk 2
davwman said:
Running great! Just do a reboot to set wallpaper. Only needs to be done once after initial ROM boot. Happens with every rom out there that uses stock launcher.
Sent from my Nexus 4 using Tapatalk 2
Click to expand...
Click to collapse
so we are expecting a new build with another launcher ????
Mkdon said:
Great ROM. Just not able to find the brightness slider enable option -swipe to control brightness from status bar. Works smooth and stable .. Eagerly waiting for the next build .
Sent from my Nexus 4 using Tapatalk 4 Beta
---------- Post added at 08:40 AM ---------- Previous post was at 08:38 AM ----------
I had the same issue with stock launcher and same with Apex launcher . after setting the wp just reboot . this might a bug which will be gone in future builds
Sent from my Nexus 4 using Tapatalk 4 Beta
Click to expand...
Click to collapse
Which clock widget are you using there??
illanxr said:
Which clock widget are you using there??
Click to expand...
Click to collapse
UCCW and elegent clock
matt.adid78 said:
i not using any launcher yet after flash this rom..
Click to expand...
Click to collapse
deleted lol

[ROM][KOT49H] Minimus for Nexus v6

{
"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"
}
This ROM is built from 4.4_r1.1 branch. This is originally built for me and my friends, but I want to share it with the community. This is Minimus. Hope you guys enjoy it
Please note this is in beta. Please report any bugs. Thank you.
Features:
- Odexed
- Enhanced Power Menu
- Changed Wifi and Bluetooth toggles behavior
- Clear all apps button
- Notification LED
- Volume Wake and Music Control
- Built from AOSP
- Fixed gradient
- -O3 optimized
- Swipe between notifications and Quick Settings
- Many "under the hood" optimizations
- Latest Google sources
- Quiet Hours
- Navbar customizations
- And more!
To install:
1) I suggest a clean wipe coming from any 4.2.x or stock ROM.
2) Flash ROM, Gapps, Root (in this order)
3) When pressing reboot in twrp swipe to restore root (only if you flashed root)
4) Set everything up. (Start up might take awhile so give it time)
5) Enjoy
Link:
**If links are dead check second post please!**
ROM:
ROM: https://drive.google.com/folderview?id=0B3sMcQzGJpf2QlZEQTMyVHoyZFk&usp=sharing
Banks' gapps: http://goo.im/devs/BaNkS/GApps 4.3
Root: http://download.chainfire.eu/345/SuperSU/UPDATE-SuperSU-v1.51.zip
Bugs:
None for now so please report.
Note:
If you have issues with Titanium Backup change backup folder to Legacy and see if problem persist. This might be a Superuser problem.
Kernel sources : https://github.com/MinimusRom/kernel_lge_mako
Credit:
Google
CyanogenMod
Chainfire
DroidTheory
Banks
Rascarlo
Vomer
FranciscoFranco
PSX-team
Mirrors!!!
Rom:
JSS15J(Latest as of 07/30/13 8:45pm EST):http://d-h.st/uB1
JWR66V:http://d-h.st/E4L
Gapps(DroidTheory): https://docs.google.com/file/d/0B3sMcQzGJpf2YzdvNmxFYzRKaW8/edit?usp=sharing
**Please note that these might not work with new updates. If there are bugs to report, make sure you did not flash these before reporting any.
Mods!
Battery % :http://forum.xda-developers.com/showthread.php?t=2377768
Nav bar height:http://forum.xda-developers.com/showpost.php?p=43989525&postcount=507
Volume Wake:http://forum.xda-developers.com/showpost.php?p=43980282&postcount=387
Changelog
07/29/13
- Added in-O3 optimizations
- Switched behavior for Wifi and bluetooth tile (thanks Rascarlo)
- Allowed volumes to be unlinked and added sound preference
07/30/13
- Made it so that notification drawer only swipes on bottom blue bar
- Made auto-complete in dialer default
- Fixed some minor bugs and fc
08/01/13
- Added back in touchboost (please report any problems)
- Fixed backup/restore (doesn't properly work dirty flash* still figuring out why) Works if you do a clean wipe
08/30/13
- First official build as Minimus!
- Updated sources to JSS15Q
- Added Screen Off tile. Made it go to QS if there are no notifications. Modified data tile to disable data when tapping on it(Thanks Rascarlo!).
- Added Emoji support, wake up upon Sms receive(thanks Franco!), and mark as read in Notification shade.
- Added Volume skip music control
- A bunch of under the hood enhancements to make it faster and smoother.
- Maybe much more.
09/03/13
- Fixed FC's on certain games
- Added Torch!
- Added some compiler flags to optimize performance
- Dalvik, bionic, skia changes.
09/15/13
- Added GCC 4.8
- Implemented Koush's superuser (Thanks BaNkS!)
- Added .75x and .25x animation speed
- Bug fixes and optimization.
First
N4 - Android 4.3 - FK r170
Cool! Best of luck!
Sent from my Nexus 4 using Tapatalk 4 Beta
jarjar124 said:
I finally was able to compile a ROM from source using the 4.3r1 branch as the newest branch (r2.1) is a bit buggy. It is an aosp build so you know what that means I personally added in my own things as well. Hope you like it.
Features:
- Deodexed
- Enhanced Power Menu
- Clear all apps button
- Built from AOSP
- Fixed gradient
- more will come....
To install:
1) I suggest a clean wipe coming from any 4.2.x or stock ROM.
2) Flash ROM, Gapps, Root (in this order)
3) When pressing reboot in twrp swipe to restore root (only if you flashed root)
4) Set everything up. (Start up might take awhile so give it time)
5) Enjoy
Link:
ROM: https://docs.google.com/file/d/0B3sMcQzGJpf2NHBRWTZqd1pSUjQ/edit?usp=sharing
Gapps:https://docs.google.com/file/d/0B3-oJw8CDg7mc2RQMkFycmxTbXc/edit
or you can use Banks
Root: http://download.chainfire.eu/340/SuperSU/SuperSU-JWR66N-S005-130625-1.41.zip
Bugs:
None for now so please report.
Credit:
Google
Chainfire
DroidTheory
Click to expand...
Click to collapse
Awesome man thanks! Just want to let you know that the 2.1 build just got fixed!
Sent from my Nexus 4 using xda premium
So... what's the differences?
[ROM][JB][JWR66V] Nexus 4 4.3 stock (deodexed, rooted, busybox)
[ROM][4.3] Android 4.3 for Mako (leak) rooted
[ROM][4.3][ZIP] Nexus 4 JWR66V rooted/deodexed/busybox (with Quick Social) + radio
[ROM][4.3-Deodexed] 4.3 light Rom v1.1 [Battery%icons][UPDATE:25/07/2013]
Be nice to see all the 4.3 mods from the various forums collected into one OP also
İs root working fine? Can i TRT ot on stock 4.3?
Sent from my Nexus 4 using xda app-developers app
hazard66 said:
So... what's the differences?
[ROM][JB][JWR66V] Nexus 4 4.3 stock (deodexed, rooted, busybox)
[ROM][4.3] Android 4.3 for Mako (leak) rooted
[ROM][4.3][ZIP] Nexus 4 JWR66V rooted/deodexed/busybox (with Quick Social) + radio
[ROM][4.3-Deodexed] 4.3 light Rom v1.1 [Battery%icons][UPDATE:25/07/2013]
Be nice to see all the 4.3 mods from the various forums collected into one OP also
Click to expand...
Click to collapse
This is AOSP built so it also includes the aosp browser as well as the features above. The others are just based off of the factory images I believe.
TurkishXDA said:
İs root working fine? Can i TRT ot on stock 4.3?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
You need to flash the root zip I provided. TB works if you change the backup directory to the legacy folder.
jarjar124 said:
This is AOSP built so it also includes the aosp browser as well as the features above. The others are just based off of the factory images I believe.
Click to expand...
Click to collapse
Any chance of a new build with r2.1 now its fixed?
jarjar124 said:
This is AOSP built so it also includes the aosp browser as well as the features above. The others are just based off of the factory images I believe.
Click to expand...
Click to collapse
Thank you so much!!! This is running well on my end! Chrome blows. So happy to have this aosp browser back after a flash
superleeds27 said:
Any chance of a new build with r2.1 now its fixed?
Click to expand...
Click to collapse
If it is of course Will do repo sync now.
jarjar124 said:
If it is of course Will do repo sync now.
Click to expand...
Click to collapse
Will hold out for that
Just an info...
Is the root working fine with old rooting method? I mean, can you use Koush or ChainsDD Superuser app or even AOSP needs Chainfire experimental version?
Thanks
EDIT: just noticed the link in OP, sorry!
jarjar124 said:
If it is of course Will do repo sync now.
Click to expand...
Click to collapse
Great! Now I need to flash this.....
Sent from my blazing bionic Nexus 4
Wow what a difference from a 330MB ROM to a ~138
A new SuperSU is expected to come out soon too (1.42)
k0lega said:
Thank you so much!!! This is running well on my end! Chrome blows. So happy to have this aosp browser back after a flash
Click to expand...
Click to collapse
No weird screen flicker like mbq build?
Sent from my Nexus 4 using xda premium
Just a quick question before I try this rom out: Does titanium backup work properly in terms of un-installing system apps? Or is this an issue with the app itself or the root method?? Currently when I try it says 'failed to locate file'
22sl22 said:
Just a quick question before I try this rom out: Does titanium backup work properly in terms of un-installing system apps? Or is this an issue with the app itself or the root method?? Currently when I try it says 'failed to locate file'
Click to expand...
Click to collapse
Im about to start flashing it so I will report back if no body else does.
Going to try dirty flashing from the deodexed version from earlier first to see if I can take shortcuts
This is one I am actually intersted in, thanks.

[ROM][STABLE][GSM][4.2.2]XenonHD-i9082[LINARO]

Team Horizon presents XenonHD​
{
"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"
}
Base : Jelly Bean 4.2.2 JDQ39E : FULL AOSP BASE FROM SOURCE.
It's Rockstable,Blazing fast.
and now Buttery Smooth too!​
Issues:
Dual SIM
Features:
JB 4.2.2 JDQ39E
Rooted
Busybox
Advanced settings
Halo
Miscellaneous:
Add reboot and screenshot options to power menu.
Additional tiles in Quick Settings.
Theme Chooser support. (Updated for 4.2)
Volume rocker wake. (Settings>Display)
Volume rocker long press to seek tracks. ("")
Show rotation lock in quick settings.
Bluetooth Message Access Profile support.
Improved scrolling cache.
Fixed December bug.
Fixed Google location service.
Add an option to change the device hostname.
New moto style softkeys.
DSPManager added with all the binaries.
Apollo Music player added and fixed for JB.
Added XenonHD wallpapers.
Louder output on speaker for Maguro and Toro.
Added Galaxy4, PhaseBeam and Holo spiral wallapers.
Run sysinit during boot.
Change sysfs permissions to allow user control ksm.
Wi-fi scan time to 100 to save battery.
Performance, battery life and other misc tweaks.
Init.d support with added tweaks and scripts.
SuperSU application for root.
CMFile manager added.
GPS, Camera, Keyboard gestures fixed.
Build.prop tweaks.
Battery life tweaks.
Some secret tweaks.
I'm forgetting soo many things. Flash and see.
Etc
Browser:
New navbar buttons.
Added a menu item in Browser called Close other tabs.
Open in incognito tab option in menu.
Increased tab limit.
Added menu option to open url in browser.
Enabled tablet like browser on grouper.
Messaging:
QuickMessage and Reply.
Custom notification vibrate patterns.
Timestamp options.
Input type selection.
Add reminder to calendar.
Templates functionality.
Split SMS functionality.
Emoji and Strip unicode support.
Etc
Phone and Contacts:
T-9 Dialer and with other stuff.
Dialpad settings.
Etc
Download in post #2
Team Horizon:
Adam80460
iceandfire
TheBr0ken
pr0xy man1Ac
pcarenza
T-Macgnolia
Thanks to CM, AOKP, the boys at Team Horizon and all those that make this fun.
Credits: pawitp,k2wl and xenon92
Edited Platform Manifest JB-MR1 with lots of fixes
ROM Downloads:
http://www.androidfilehost.com/?fid=23329332407577561
Gapps Downloads:
http://goo.im/gapps
Clean wipe is always recommended
Works best if you wipe your cache partition,dalvik cache,factory reset before installing these ROM.Flashed it on 4.1.2 bootloader because it does not work on 4.2.2 bootloader
Official XenonHD site:
http://www.xenonhd.com/
XenonHD Settings backup tool:
https://play.google.com/store/apps/details?id=com.xehd.backup
Donate by buying this app from Play Store:
https://play.google.com/store/apps/details?id=com.th.xenonhdsupport
Please read General Xenon support thread:
http://forum.xda-developers.com/showthread.php?t=2075368
Join our community on Google+:
https://plus.google.com/communities/110254322179967248992[/QUOTE]
deleted
Good!!!cool!!!!!
Well dual sim is a issue, still good job.
Sent from my GT-I9082 using Tapatalk Pro
And on cm11 latest build(dual sim)
10xian04 said:
can i flash this over kitkat rom
Click to expand...
Click to collapse
No, you can't. The OP has mentioned that it can be flashed on 4.1.2 boot loader. Doesn't work on 4.2.2 boot loader.
Sent from my GT-I9082 using Tapatalk
Please attach the screen shot
Sent from my GT-I9082 using xda app-developers app
---------- Post added at 06:30 AM ---------- Previous post was at 06:23 AM ----------
TripRex said:
Team Horizon presents XenonHD​
Base : Jelly Bean 4.2.2 JDQ39E : FULL AOSP BASE FROM SOURCE.
It's Rockstable,Blazing fast.
and now Buttery Smooth too!​
Issues:
Dual SIM
Features:
JB 4.2.2 JDQ39E
Rooted
Busybox
Advanced settings
Halo
Miscellaneous:
Add reboot and screenshot options to power menu.
Additional tiles in Quick Settings.
Theme Chooser support. (Updated for 4.2)
Volume rocker wake. (Settings>Display)
Volume rocker long press to seek tracks. ("")
Show rotation lock in quick settings.
Bluetooth Message Access Profile support.
Improved scrolling cache.
Fixed December bug.
Fixed Google location service.
Add an option to change the device hostname.
New moto style softkeys.
DSPManager added with all the binaries.
Apollo Music player added and fixed for JB.
Added XenonHD wallpapers.
Louder output on speaker for Maguro and Toro.
Added Galaxy4, PhaseBeam and Holo spiral wallapers.
Run sysinit during boot.
Change sysfs permissions to allow user control ksm.
Wi-fi scan time to 100 to save battery.
Performance, battery life and other misc tweaks.
Init.d support with added tweaks and scripts.
SuperSU application for root.
CMFile manager added.
GPS, Camera, Keyboard gestures fixed.
Build.prop tweaks.
Battery life tweaks.
Some secret tweaks.
I'm forgetting soo many things. Flash and see.
Etc
Browser:
New navbar buttons.
Added a menu item in Browser called Close other tabs.
Open in incognito tab option in menu.
Increased tab limit.
Added menu option to open url in browser.
Enabled tablet like browser on grouper.
Messaging:
QuickMessage and Reply.
Custom notification vibrate patterns.
Timestamp options.
Input type selection.
Add reminder to calendar.
Templates functionality.
Split SMS functionality.
Emoji and Strip unicode support.
Etc
Phone and Contacts:
T-9 Dialer and with other stuff.
Dialpad settings.
Etc
Download in post #2
Team Horizon:
Adam80460
iceandfire
TheBr0ken
pr0xy man1Ac
pcarenza
T-Macgnolia
Thanks to CM, AOKP, the boys at Team Horizon and all those that make this fun
Device Tree to build XenonHD ROM 4.2.2
Edited Platform Manifest JB-MR1 with lots of fixes
Click to expand...
Click to collapse
Hiiii plzzzz upload a some screen shot
Sent from my GT-I9082 using xda app-developers app
---------- Post added at 06:54 AM ---------- Previous post was at 06:30 AM ----------
Which gapps I can flash
Sent from my GT-I9082 using xda app-developers app
gr8 job @TripRex ....
Great Job, but i have a question, if im using 4.2.2 stock rom what should i do to install this rom?
When you use someone else's work (pawitp in this case), don't upload it as your own work on Github. The device tree that you have uploaded as "initial commit" is 99% pawitp's work. From the face of it, all you have added is one mk file. That's all. Maintain the authorship of commits in the device tree/kernel or any other project as a matter of fact. Whatever changes you make after his work, reflect them in your commits, after his commits. That is how things work.
Please add credits to pawitp in your OP.
xenon92 said:
When you use someone else's work (pawitp in this case), don't upload it as your own work on Github. The device tree that you have uploaded as "initial commit" is 99% pawitp's work. From the face of it, all you have added is one mk file. That's all. Maintain the authorship of commits in the device tree/kernel or any other project as a matter of fact. Whatever changes you make after his work, reflect them in your commits, after his commits. That is how things work.
Please add credits to pawitp in your OP.
Click to expand...
Click to collapse
true...
always give proper credits.always follow xda rules.
someones hard work should be credited.
xenon92 said:
When you use someone else's work (pawitp in this case), don't upload it as your own work on Github. The device tree that you have uploaded as "initial commit" is 99% pawitp's work. From the face of it, all you have added is one mk file. That's all. Maintain the authorship of commits in the device tree/kernel or any other project as a matter of fact. Whatever changes you make after his work, reflect them in your commits, after his commits. That is how things work.
Please add credits to pawitp in your OP.
Click to expand...
Click to collapse
Sorry i forgot to add the credits and thanks for reminding me
Please port it ( if possible ) to the 4.2.2 bootloader. Too lazy to revert.
Sent from my GT-I9082 using XDA Premium 4 mobile app
adi1996 said:
Please port it ( if possible ) to the 4.2.2 bootloader. Too lazy to revert.
Sent from my GT-I9082 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Its not possible
Sent from my GT-I9082 using Tapatalk
Can I flash only 4.1.2 bootloader if yes give The link please?
Sent from my GT-I9082 using XDA Premium 4 mobile app
Thank u
Sent from my GT-I9082 using xda app-developers app
laith1234 said:
Great Job, but i have a question, if im using 4.2.2 stock rom what should i do to install this rom?
Click to expand...
Click to collapse
i wonder why nobody answered me!!!! im still waiting for the answer to try this ROM
laith1234 said:
i wonder why nobody answered me!!!! im still waiting for the answer to try this ROM
Click to expand...
Click to collapse
revert to 4.1.2 via odin ...then flash cwm then the rom ..ur done
laith1234 said:
i wonder why nobody answered me!!!! im still waiting for the answer to try this ROM
Click to expand...
Click to collapse
Q & A forum is there , and please don't be mad just because someone didn't answer your question
Sent from my GT-I9082 using XDA Premium 4 mobile app
A bit curious about selecting 4.1.2 as base ?
Sent from my GT-I9082 using Tapatalk
akiratoriyama said:
A bit curious about selecting 4.1.2 as base ?
Sent from my GT-I9082 using Tapatalk
Click to expand...
Click to collapse
Because k2wl already made 4.4 version

Categories

Resources