[ROM][4.4.4][Version 1]Android-L Themed Omega ROM (Screenshots updated)

rharshit

Senior Member
Jul 17, 2012
700
1,113
0
Mumbai
Hey, everyone :highfive:

Screenshots:

General

Split screenl

Halo


Blur lockscreen

DSB




Downloads in next post

Kernel source: AndroidARMv6
 

Attachments

Last edited:

rharshit

Senior Member
Jul 17, 2012
700
1,113
0
Mumbai

Attachments

Last edited:

rharshit

Senior Member
Jul 17, 2012
700
1,113
0
Mumbai
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 :p
  • 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
 
Last edited:

borchaniz

Senior Member
Jul 9, 2012
549
131
0
Tunis
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
 
  • Like
Reactions: ch_umar

Dovidhalevi

Senior Member
Jun 26, 2012
2,729
1,171
0
Yea. I will add it.
Its just just that I don't know how to. If someone can help me...
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.
 
  • Like
Reactions: rharshit

rharshit

Senior Member
Jul 17, 2012
700
1,113
0
Mumbai
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.
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
 

Dovidhalevi

Senior Member
Jun 26, 2012
2,729
1,171
0
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.
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.
 

rharshit

Senior Member
Jul 17, 2012
700
1,113
0
Mumbai
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.
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
 

Dovidhalevi

Senior Member
Jun 26, 2012
2,729
1,171
0
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
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 ----------

Split-Window is awsome!!!
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.
 

rharshit

Senior Member
Jul 17, 2012
700
1,113
0
Mumbai
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.
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