[ROM][YUGA][KK][4.4.4][LINARO/SABERMOD] Omni Rom [WEEKLY BUILDS][20140707]

Status
Not open for further replies.
Search This thread

deepongi

Recognized Developer
Jul 12, 2008
6,097
15,095
41
Portugal
OnePlus 9
Samsung Galaxy Watch 5
Xperia Z/YUGA/C6603 OMNI ROM 4.4.4 LINARO/SABERMOD WEEKLY BUILDS

Weekly Build 20140707 is ONLINE

Build/Sync Date: July 07 15h:24 GMT+00h:00 Lisbon

DOWNLOAD
(infected server)

(md5sum included with all builds)

HOMEPAGE

http://infectedbuilds.net

Kernel code compiled with linaro arm-eabi-4.7.4 201404 toolchain
ROM code compiled with sabermod arm-linux-androideabi-4.8.3 201405 toolchain


ROM FEATURES

-O3 optimizations
strict-aliasing rules
custom performance flags
+30 cherry-picks used
graphite
14 cpu governors
7 i/o schedulers

CHANGELOG

(buildbot: intel core i7 3770k@4.7Ghz, asus p8z77-v, 8gb corsair vengeance pro 2133mhz cl9, sapphire hd7970 dual-x, 2x samsung 128gb ssd 840 pro raid 0 array,
4x western wigital wd3200aaks raid 10 array, samsung f1 1tb, silverstone olympia 1000w psu, antec 1200 high-tower)
(wc setup: swiftech apogee xt cpu-block, black-ice gtx-lite 240 radiator, 2x noiseblocker eloop b12-3 1900rpm fans, swiftech mcp355 water-pump, danger den 5.25" reservoir bay)

(Linux Mint 17 x64 "Qiana" 3.13.0-24)

DONATIONS NEEDED

if you can, please make a small donation... not for my work, 'cause this is a hobby for me, but to keep website and dedicated server up and running, so i can deliver fast and unlimited downloads, and host the builds.



thank you for your comprehension.

regards,

infected_
Disclaimer:

These builds are freshly compiled/synced from Omni Rom open-source code:
https://github.com/omnirom

latest linaro arm-eabi-4.7.4 used to compile the kernel code & sabermod arm-linux-androideabi-4.8.3 to compile ROM code

Special Thanks

Omni Rom Dev Team
 
Last edited:

deepongi

Recognized Developer
Jul 12, 2008
6,097
15,095
41
Portugal
OnePlus 9
Samsung Galaxy Watch 5
xr6p.png


What is Omni ROM ?

Omni Rom Introduction
Omni Rom Homepage
Omni Rom Wiki
Omni Github
Omni Gerrit Code Review
Omni Bugtracker

Disclaimer

As you all know, every human being is responsible for their own action and reactions, so you are flashing this ROM on your own risk. I am not responsible for anything unexpected that happens to your device.

Installation Instructions

- First Time User of Omni Rom

  1. power off the phone
  2. hold vol+ and plug usb to boot into fastboot (blue led)
  3. fastboot flash boot boot.img (extract boot.img from an official omni 4.4 zip)
  4. fastboot reboot
  5. enter recovery, on boot led will be violet for 3s, during this period press vol+
  6. Download all 3 zip files and place them in your SD-card (Internal or external)
  7. Backup of your current ROM
  8. Wipe data/factory reset, wipe dalvik cache, wipe cache
  9. Install zips from sd card, Omni ROM, Gapps and Super SU.
  10. Reboot your device and wait until it boots, it might take some time to boot

- Already On Omni ROM

1. First of all download all 3 zip and put it in your SD-card (Internal or external)
2. Backup of your current ROM
3. Wipe system, wipe dalvik cache, wipe cache
4. Install zip from SD-card, Flash Omni ROM, Gapps and Super SU.
5. Reboot your device and you are good to go.
 
Last edited:

deepongi

Recognized Developer
Jul 12, 2008
6,097
15,095
41
Portugal
OnePlus 9
Samsung Galaxy Watch 5
F.A.Q (Frequently Asked Questions)

What is the difference between these builds and the official builds?

These are unofficial builds of Omni Rom 4.4 for the Xperia Z/Yuga/C6603
ROM is built using the same source code (github) like the official one but with these following additions:
  • Compiled using latest linaro arm-eabi 4.7.4 (kernel code) & sabermod arm-linux-androideabi 4.8.3 (rom code) toolchain compilers
  • Cross-compiled using those custom toolchains results in a more smoother, faster, and battery friendly ROM

What is Toolchain?

In software, a toolchain is the set of programming tools that are used to create a product (typically another computer program or system of programs). The tools may be used in a chain, so that the output of each tool becomes the input for the next, but the term is used widely to refer to any set of linked development tools.
A simple software development toolchain consists of a compiler and linker to transform the source code into an executable program, libraries to provide interfaces to the operating system, and a debugger. A complex product such as a video game needs tools for preparing sound effects, music, textures, 3-dimensional models, and animations, and further tools for combining these resources into the finished product.
Source: http://en.wikipedia.org/wiki/Toolchain

What is SaberMod?

The term "SaberMod" is coming from:

SaberMod is a AOSP based ROM with some extra features added in and mostly from CyanogenMod. SaberMod started out pure AOSP when android 4.2.1 launched. Originally it was pure AOSP with a few extra features I ported over from CyanogeMod and linaro optimizations. Then I rebased everything off of rasbeanjelly because I liked many features found in rasbean. Since then I've modified a lot of the code so not much of it is rasbeanjelly based anymore. But you will still find some commonly used features found in rasbeanjelly. SaberMod is not a rasbeanjelly or CM clone, or KANG. Custom kernels are included for certain devices when available. These are personal builds we make for ourselves and originally became very popular in the nexus 7 forums. Features are very rarely added, and are built to SaberMod's team members liking. Currently there are two members of SaberMod working on this project. Myself and @jarjar124 . Please understand our time is limited and we are only two people who have lives, and do not have 25-50 members like CyanogenMod to add things. And our goal is not to add a bunch of features that bloat the system of the ROM.
Source: http://xdaforums.com/show....php?t=2158698


What is Linaro?

Linaro is the place where engineers from the world's leading technology companies define the future of Linux on ARM. The company is a not-for-profit engineering organization with over 120 engineers working on consolidating and optimizing open source software for the ARM architecture, including the GCC toolchain, the Linux kernel, ARM power management, graphics and multimedia interfaces.
Source: http://www.linaro.org/linux-on-arm/


About GCC main compiler cflags
-O1
Optimize. Optimizing compilation takes somewhat more time, and a lot more memory for a large function. With -O, the compiler tries to reduce code size and execution time, without performing any optimizations that take a great deal of compilation time.

-O2
Optimize even more. GCC performs nearly all supported optimizations that do not involve a space-speed tradeoff. As compared to -O, this option increases both compilation time and the performance of the generated code. -O2 turns on all optimization flags specified by -O.

-O3
Optimize yet more. -O3 turns on all optimizations specified by -O2 and also turns on the -finline-functions, -funswitch-loops, -fpredictive-commoning, -fgcse-after-reload, -ftree-loop-vectorize, -ftree-slp-vectorize, -fvect-cost-model, -ftree-partial-pre and -fipa-cp-clone options.

-Os
Optimize for size. -Os enables all -O2 optimizations that do not typically increase code size. It also performs further optimizations designed to reduce code size.
 
Last edited:

MR.Samo

Senior Member
Jan 9, 2012
444
246
More pleasure are coming to our XZ day after day. :fingers-crossed:

Thank u infected for your hard work, we really need awesome devs like u.

Keep it UP mate :good::good::good:
 
  • Like
Reactions: deepongi

Carphedon

Senior Member
Nov 13, 2010
389
104
Update: Rom running perfectly! Default omnirom does not have many bugs and is already smooth, the infected build has just as little bugs but is even smoother and has lower battery usage. Also, white UI is a nice addition. Thanks again!
 
Last edited:

elias234

Senior Member
Dec 3, 2011
417
71
downloading right away , i love your work @infected_ ,
my internet is slow , i need to wait so much to finish my download , does it have multi window ?
 

Carphedon

Senior Member
Nov 13, 2010
389
104
It seems that the nightly builds are not so nightly, any chance on a new build with latest changes?
 

deepongi

Recognized Developer
Jul 12, 2008
6,097
15,095
41
Portugal
OnePlus 9
Samsung Galaxy Watch 5
It seems that the nightly builds are not so nightly, any chance on a new build with latest changes?

if you can do better and faster, please do so... should i remind you that i am doing this for free, on the free time i have left between two jobs, and you are asking for ETA's? You can't demand such thing, you are not in the position for it, sorry. so you should think twice before posting crap text like that...

other subjects/news...

infected server is up and running...!!

http://infectedbuilds.net/downloads/yuga/omni_kk

i expect until the end of the week to have the full site up and running, that's a temporary device tree.

build 20140310 is up on infected server already... Enjoy! :)

regards.
 
Last edited:

Carphedon

Senior Member
Nov 13, 2010
389
104
if you can do better and faster, please do so... should i remind you that i am doing this for free, on the free time i have left between two jobs, and you are asking for ETA's? You can't demand such thing, you are not in the position for it, sorry. so you should think twice before posting crap text like that...

Dear sir, why are you offended like that. Ofcourse i am not demanding, i was just curious because i like using this rom which i mentioned 2 posts earlier when i praised your rom. I had no intention what so ever to "post crap like this". Have a nice day...
 

deepongi

Recognized Developer
Jul 12, 2008
6,097
15,095
41
Portugal
OnePlus 9
Samsung Galaxy Watch 5
Dear sir, why are you offended like that. Ofcourse i am not demanding, i was just curious because i like using this rom which i mentioned 2 posts earlier when i praised your rom. I had no intention what so ever to "post crap like this". Have a nice day...

It seems that the nightly builds are not so nightly (...)

mate, don't go sarcastic on me...

nice day to you too.

regards.
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    Xperia Z/YUGA/C6603 OMNI ROM 4.4.4 LINARO/SABERMOD WEEKLY BUILDS

    Weekly Build 20140707 is ONLINE

    Build/Sync Date: July 07 15h:24 GMT+00h:00 Lisbon

    DOWNLOAD
    (infected server)

    (md5sum included with all builds)

    HOMEPAGE

    http://infectedbuilds.net

    Kernel code compiled with linaro arm-eabi-4.7.4 201404 toolchain
    ROM code compiled with sabermod arm-linux-androideabi-4.8.3 201405 toolchain


    ROM FEATURES

    -O3 optimizations
    strict-aliasing rules
    custom performance flags
    +30 cherry-picks used
    graphite
    14 cpu governors
    7 i/o schedulers

    CHANGELOG

    (buildbot: intel core i7 3770k@4.7Ghz, asus p8z77-v, 8gb corsair vengeance pro 2133mhz cl9, sapphire hd7970 dual-x, 2x samsung 128gb ssd 840 pro raid 0 array,
    4x western wigital wd3200aaks raid 10 array, samsung f1 1tb, silverstone olympia 1000w psu, antec 1200 high-tower)
    (wc setup: swiftech apogee xt cpu-block, black-ice gtx-lite 240 radiator, 2x noiseblocker eloop b12-3 1900rpm fans, swiftech mcp355 water-pump, danger den 5.25" reservoir bay)

    (Linux Mint 17 x64 "Qiana" 3.13.0-24)

    DONATIONS NEEDED

    if you can, please make a small donation... not for my work, 'cause this is a hobby for me, but to keep website and dedicated server up and running, so i can deliver fast and unlimited downloads, and host the builds.



    thank you for your comprehension.

    regards,

    infected_
    Disclaimer:

    These builds are freshly compiled/synced from Omni Rom open-source code:
    https://github.com/omnirom

    latest linaro arm-eabi-4.7.4 used to compile the kernel code & sabermod arm-linux-androideabi-4.8.3 to compile ROM code

    Special Thanks

    Omni Rom Dev Team
    11
    xr6p.png


    What is Omni ROM ?

    Omni Rom Introduction
    Omni Rom Homepage
    Omni Rom Wiki
    Omni Github
    Omni Gerrit Code Review
    Omni Bugtracker

    Disclaimer

    As you all know, every human being is responsible for their own action and reactions, so you are flashing this ROM on your own risk. I am not responsible for anything unexpected that happens to your device.

    Installation Instructions

    - First Time User of Omni Rom

    1. power off the phone
    2. hold vol+ and plug usb to boot into fastboot (blue led)
    3. fastboot flash boot boot.img (extract boot.img from an official omni 4.4 zip)
    4. fastboot reboot
    5. enter recovery, on boot led will be violet for 3s, during this period press vol+
    6. Download all 3 zip files and place them in your SD-card (Internal or external)
    7. Backup of your current ROM
    8. Wipe data/factory reset, wipe dalvik cache, wipe cache
    9. Install zips from sd card, Omni ROM, Gapps and Super SU.
    10. Reboot your device and wait until it boots, it might take some time to boot

    - Already On Omni ROM

    1. First of all download all 3 zip and put it in your SD-card (Internal or external)
    2. Backup of your current ROM
    3. Wipe system, wipe dalvik cache, wipe cache
    4. Install zip from SD-card, Flash Omni ROM, Gapps and Super SU.
    5. Reboot your device and you are good to go.
    10
    F.A.Q (Frequently Asked Questions)

    What is the difference between these builds and the official builds?

    These are unofficial builds of Omni Rom 4.4 for the Xperia Z/Yuga/C6603
    ROM is built using the same source code (github) like the official one but with these following additions:
    • Compiled using latest linaro arm-eabi 4.7.4 (kernel code) & sabermod arm-linux-androideabi 4.8.3 (rom code) toolchain compilers
    • Cross-compiled using those custom toolchains results in a more smoother, faster, and battery friendly ROM

    What is Toolchain?

    In software, a toolchain is the set of programming tools that are used to create a product (typically another computer program or system of programs). The tools may be used in a chain, so that the output of each tool becomes the input for the next, but the term is used widely to refer to any set of linked development tools.
    A simple software development toolchain consists of a compiler and linker to transform the source code into an executable program, libraries to provide interfaces to the operating system, and a debugger. A complex product such as a video game needs tools for preparing sound effects, music, textures, 3-dimensional models, and animations, and further tools for combining these resources into the finished product.
    Source: http://en.wikipedia.org/wiki/Toolchain

    What is SaberMod?

    The term "SaberMod" is coming from:

    SaberMod is a AOSP based ROM with some extra features added in and mostly from CyanogenMod. SaberMod started out pure AOSP when android 4.2.1 launched. Originally it was pure AOSP with a few extra features I ported over from CyanogeMod and linaro optimizations. Then I rebased everything off of rasbeanjelly because I liked many features found in rasbean. Since then I've modified a lot of the code so not much of it is rasbeanjelly based anymore. But you will still find some commonly used features found in rasbeanjelly. SaberMod is not a rasbeanjelly or CM clone, or KANG. Custom kernels are included for certain devices when available. These are personal builds we make for ourselves and originally became very popular in the nexus 7 forums. Features are very rarely added, and are built to SaberMod's team members liking. Currently there are two members of SaberMod working on this project. Myself and @jarjar124 . Please understand our time is limited and we are only two people who have lives, and do not have 25-50 members like CyanogenMod to add things. And our goal is not to add a bunch of features that bloat the system of the ROM.
    Source: http://xdaforums.com/show....php?t=2158698


    What is Linaro?

    Linaro is the place where engineers from the world's leading technology companies define the future of Linux on ARM. The company is a not-for-profit engineering organization with over 120 engineers working on consolidating and optimizing open source software for the ARM architecture, including the GCC toolchain, the Linux kernel, ARM power management, graphics and multimedia interfaces.
    Source: http://www.linaro.org/linux-on-arm/


    About GCC main compiler cflags
    -O1
    Optimize. Optimizing compilation takes somewhat more time, and a lot more memory for a large function. With -O, the compiler tries to reduce code size and execution time, without performing any optimizations that take a great deal of compilation time.

    -O2
    Optimize even more. GCC performs nearly all supported optimizations that do not involve a space-speed tradeoff. As compared to -O, this option increases both compilation time and the performance of the generated code. -O2 turns on all optimization flags specified by -O.

    -O3
    Optimize yet more. -O3 turns on all optimizations specified by -O2 and also turns on the -finline-functions, -funswitch-loops, -fpredictive-commoning, -fgcse-after-reload, -ftree-loop-vectorize, -ftree-slp-vectorize, -fvect-cost-model, -ftree-partial-pre and -fipa-cp-clone options.

    -Os
    Optimize for size. -Os enables all -O2 optimizations that do not typically increase code size. It also performs further optimizations designed to reduce code size.
    6
    It seems that the nightly builds are not so nightly, any chance on a new build with latest changes?

    if you can do better and faster, please do so... should i remind you that i am doing this for free, on the free time i have left between two jobs, and you are asking for ETA's? You can't demand such thing, you are not in the position for it, sorry. so you should think twice before posting crap text like that...

    other subjects/news...

    infected server is up and running...!!

    http://infectedbuilds.net/downloads/yuga/omni_kk

    i expect until the end of the week to have the full site up and running, that's a temporary device tree.

    build 20140310 is up on infected server already... Enjoy! :)

    regards.
    5
    20140327 is online!