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

Search This thread

rharshit

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

Screenshots:

General
X3Ao3c1.png
sAzHJur.png
AyjccBc.png
CTTqXB1.png
cCHqNYE.png

Split screenl
s8oVVNO.png
o6jPQe6.png
Screenshot_2014-03-21-19-32-56.png

Halo
Screenshot_2014-03-19-22-21-34.png
Screenshot_2014-03-19-22-21-44.png
Screenshot_2014-03-19-22-21-51.png


Blur lockscreen
kHH5qCD.png

DSB
VHMsUcB.png
24HEvgO.png




Downloads in next post

Kernel source: AndroidARMv6
 

Attachments

  • Screenshot_2014-03-19-22-21-51.png
    Screenshot_2014-03-19-22-21-51.png
    98.1 KB · Views: 9,250
  • Screenshot_2014-03-19-22-21-44.png
    Screenshot_2014-03-19-22-21-44.png
    94.9 KB · Views: 5,988
  • Screenshot_2014-03-19-22-21-34.png
    Screenshot_2014-03-19-22-21-34.png
    93.3 KB · Views: 5,150
  • Screenshot_2014-03-21-19-32-56.png
    Screenshot_2014-03-21-19-32-56.png
    31.4 KB · Views: 4,803
Last edited:

rharshit

Senior Member
Jul 17, 2012
700
1,113
Mumbai

Attachments

  • super_trim.zip
    133.4 KB · Views: 772
  • trim.zip
    133.4 KB · Views: 308
Last edited:

rharshit

Senior Member
Jul 17, 2012
700
1,113
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:
  • dr0hgeR.png
    A switch to choose HALO))) or Split Window
  • dr0hgeR.png
    Better animations
  • lZdRVO8.png
    Smooth progress bar
  • dr0hgeR.png
    Lockscreen blur
  • dr0hgeR.png
    Trimmed to a great extent
 
Last edited:

borchaniz

Senior Member
Jul 9, 2012
549
131
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,728
1,172
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
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,728
1,172
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
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,728
1,172
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
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
 

Top Liked Posts

  • There are no posts matching your filters.
  • 44
    Hey, everyone :highfive:

    Screenshots:

    General
    X3Ao3c1.png
    sAzHJur.png
    AyjccBc.png
    CTTqXB1.png
    cCHqNYE.png

    Split screenl
    s8oVVNO.png
    o6jPQe6.png
    Screenshot_2014-03-21-19-32-56.png

    Halo
    Screenshot_2014-03-19-22-21-34.png
    Screenshot_2014-03-19-22-21-44.png
    Screenshot_2014-03-19-22-21-51.png


    Blur lockscreen
    kHH5qCD.png

    DSB
    VHMsUcB.png
    24HEvgO.png




    Downloads in next post

    Kernel source: AndroidARMv6
    27
    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
    21
    reserved for thanks :p
    14
    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:
    • dr0hgeR.png
      A switch to choose HALO))) or Split Window
    • dr0hgeR.png
      Better animations
    • lZdRVO8.png
      Smooth progress bar
    • dr0hgeR.png
      Lockscreen blur
    • dr0hgeR.png
      Trimmed to a great extent
    7
    IMHO, you should add usefull features:
    - tun.ko module (openvpn, etc.);
    - google+ issue;
    - video player (youtube hq) poor quality;

    :good:

    I will see for .ko modules soon.
    Cant solve YouTube and Google+ issue

    There's a long way to go, pal