[ROM][LP][UB]Cyanogenmod 12.1 Sabermod 4.9 - Xperia Z2 Android Development

{
"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"
}
D6503 Cyanogenmod 12.1 Sabermod 4.9 builds​
Download ROM​
Download GAPPS
ROM and KERNEL compiled with Sabermod.
I AM NOT RESPONSIBLE FOR ANY DAMAGE DONE TO YOU OR YOUR PHONE.
You need an unlocked bootloader to use this ROM
Install:
1. Reboot into Recovery
2. Wipe Cache, Data and System
3. Flash this ROM
4. Flash GAPPs
5. Reboot
6. Done!
Bugs:
Please report bugs only after a clean install and with logcat!
I'm willing to add mods to this build on your ask when you provide necessary source code!
This is not a daily build. I'm a student in last year and on most days, I need my computer for school and can't compile. A new build will come out every week or when some big changes to source code have been made​
XDA:DevDB Information
CM 12.1 SM 4.9, ROM for the Sony Xperia Z2
Contributors
_heisenberg, _heisenberg, _infected, for his very useful tips
Source Code: https://github.com/CyanogenMod
ROM OS Version: 5.1.x Lollipop
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Unlocked Bootloader
Based On: Cyanogenmod
Version Information
Status: Nightly
Created 2015-09-20
Last Updated 2015-09-20

What is a toolchain:
A toolchain is a set of distinct software development tools that are linked (or chained) together by specific stages such as GCC, binutils and glibc (a portion of the GNU Toolchain). Optionally, a toolchain may contain other tools such as a Debugger or a Compiler for a specific programming language, such as ,C++. Quite often, the toolchain used for embedded development is a cross toolchain, or more commonly known as a cross compiler. All the programs (like GCC) run on a host system of a specific architecture (such as x86) but produce binary code (executables) to run on a different architecture (e.g. ARM). This is called cross compilation and is the typical way of building embedded software. It is possible to compile natively, running gcc on your target. Before searching for a prebuilt toolchain or building your own, it's worth checking to see if one is included with your target hardware's Board Support Package (BSP) if you have one.
Click to expand...
Click to collapse
src: http://elinux.org/Toolchains
What is sabermod?
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.
Click to expand...
Click to collapse
src: http://forum.xda-developers.com/showpost.php?p=55899902&postcount=4
So why use this build?
Because it tends to give you a faster performance and a better battery life.

@_heisenberg I think it is great what u are doing man!
Edit: I think you should add that coming from another stock based ROM wipe data is recommended

By all respect but there are already sabermod cm builds here http://forum.xda-developers.com/showthread.php?t=3068677

paulwollf said:
By all respect but there are already sabermod cm builds here http://forum.xda-developers.com/showthread.php?t=3068677
Click to expand...
Click to collapse
Please read this : http://forum.xda-developers.com/showpost.php?p=62467866&postcount=679
Thanks @_heisenberg for continuing the project.

ATM the offcial builds fail because of an issue I also had while building, these are the only working newer CM builds for this device ATM

Great to see the project continued! Keep up the great work @_heisenberg mate!
Sent from my Xperia Z2 using Tapatalk

Thank you for continuing this.
If the official cyanogen is not building correctly, are commits since 16th September included in your build?
Are you planning to make small modifications for your build like adding some extra cpu and io governors?

tr0llica said:
Thank you for continuing this.
If the official cyanogen is not building correctly, are commits since 16th September included in your build?
Are you planning to make small modifications for your build like adding some extra cpu and io governors?
Click to expand...
Click to collapse
The commits, that were published to git Hub until the 20.09 are included. I'm not a good kernel developer, if you want to have custom governors on CM use Myself5's kernel. Maybe I will add some tweaks or apps, but nothing in sight so far. If you want to help me, you can provide link to source codes of apps/features you want me to add

I've just added a poll about what you want to see next!

Thx, flashed over infected build - so far so good.

Is this build thw "New" cm 12.1? A.k.A the one without the bug on builds that makes the Phone reboot ?

This build is a week old, lokk at the date
Currently I am not able to make any more builds, because my machine broke.

_heisenberg said:
This build is a week old, lokk at the date
Currently I am not able to make any more builds, because my machine broke.
Click to expand...
Click to collapse
But does it have the reboots like the girdt threads last build does?

mikkis2k said:
But does it have the reboots like the girdt threads last build does?
Click to expand...
Click to collapse
Dont had any since about a week.

I had two reboots, It occurs sometimes when phone switch network modes (3G - LTE).

qbic2 said:
I had two reboots, It occurs sometimes when phone switch network modes (3G - LTE).
Click to expand...
Click to collapse
I don't have LTE lol. Maybe that's why I don't have reboots. Anyway, new build is uploading
NEW BUILD UP!
CHANGELOG

@_heisenberg are you using my sabermod vendor to optimize the builds, you just compiling with the toolchain alone?
if you are just compiling with the toolchain alone, without use sabermod vendor and the device's mk with the proper flags/parameters, the toolchain itself wont do many good...

infected_ said:
@_heisenberg are you using my sabermod vendor to optimize the builds, you just compiling with the toolchain alone?
if you are just compiling with the toolchain alone, without use sabermod vendor and the device's mk with the proper flags/parameters, the toolchain itself wont do many good...
Click to expand...
Click to collapse
Um...no...where xan i find them?

Related

[ROM][P7500][4.2.2][11/09] AOKP - SaberMod 4.9 [UNOFFICIAL BUILDS]

AOKP P7500 SaberMod 4.9 Unofficial builds
40+ patches to fix code violation rules
Compiled using -O3 for the most optimizations
Included Linaro string handling routines for memory optimization
Using pershoot kernel for the stability
ROM: SaberMod toolchain 4.9
pershoot kernel: Linaro toolchain 4.7​
Disclaimer
I'm not responsible for any damages on your device.
Based on my experience building rom with SaberMod toolchain on device i9100 and users feedback, I begin to build AOKP for p4 and decided to share my private builds with you all.
This build is compiled using SaberMod toolchain and like the official one, it is built from the same source: AOKP github
I could cherry-pick some commits ahead from AOKP team or patches from other repositories that I find useful.
The ROM and the kernel are tested by me first before I make it available online. I could have overseen something during testing, please be understand.
In summary, it is still AOKP that is compiled with SaberMod toolchain.
Latest release
Rom: 20131109
Recovery: CWM 6.0.3.6 compiled by pershoot.
Installation instructions
Coming from another ROM:
Flash latest recovery from here.
Full wipe: data, cache, dalvik cache and preload if you are coming from Samsung rom.
Format system partition manually.
Flash the rom.
Flash gapps from here or here.
Coming from previous unofficial build:
Wipe cache and dalvik cache.
Flash the rom.
No need to re-flash gapps. Gapps will be restored back automatically by backup tool during flashing.
Additional changes
Kill all button: Ported recent apps animated view from Slimbean.
Added CM 10.1 LockClock and set it as default.
Added Nova launcher and set it as default.
Added backup tool support, ported from Slimbean.
Tuned up auto brightness levels.
Removed some unused apks and media files.
Other possible changes that are included in each build release. See changelog for more details.
Full Changelog
goo.im | d-h.st
Download
goo.im | d-h.st
Credits
AOKP - The AOKP team
SaberMod toolchain - sparksco
Linaro toolchain - Linaro
p4 kernel & device tree - pershoot
p4 device vendor - kasper_h
backup tool - The Slimbean team
gapps - dreamcwli
LockClock - Cyanogenmod
Sources
https://github.com/AOKPSaber
Screenshots
Nothing special, just like AOKP one. Nevertheless, I'm sharing my screen:
{
"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"
}
F.A.Q (Freaking Annoying Questions)
What is the difference between these builds and the official builds?
Short version: It is unofficial nightly builds whereas official one is stable builds.
Long version: It is built using the same source (github) like the official one but with these following additional changes:
Compiled using SaberMod 4.9 & 4.7 toolchain combo.
Contains some cherry-pick commits. See OP and changelog for more details.
Faster? Smoother? Find it yourself.
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.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Source: http://forum.xda-developers.com/showthread.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.
Click to expand...
Click to collapse
Source: http://www.linaro.org/linux-on-arm/
reserved...
Cool. . Now we have 4 AOKP 4.2.2 builds. Gonna give this a try soon...
Sent from my GT-P7500 using Tapatalk HD
Cool!! I like the CRT animation like on the nexus can you also compile it for p4wifi please?
DefQoN_BE said:
Cool!! I like the CRT animation like on the nexus can you also compile it for p4wifi please?
Click to expand...
Click to collapse
Currently only for p4, sorry. I have already compiled for 3 devices and I don't have a very fast pc.
DefQoN_BE said:
Cool!! I like the CRT animation like on the nexus can you also compile it for p4wifi please?
Click to expand...
Click to collapse
You know there's other AOKP ROMs too. Try infamousAOKP. I'm currently on it.
Sorry I haven't got the time to test this ROM yet.
Edit: Just flashed...overall its pretty awesome. A question, what kernel are you using?
Sent from my GT-P7500 using Tapatalk HD
Added mirror in dev-host.
AOKP-p4-UNOFFICIAL-SaberMod-4.9-20130731.zip
Changes:
* Kill all button: Ported recent apps animated view from Slimbean.
* Kill all button: Added long-press to clear all apps and flush caches.
* Fixed green battery icon is not showing up during charging with tablet off.
* See changelog for the rest.
Fast and smooth rom. Great addition to my tab! Thanks
Can I flash this Rom with TWRP recovery?
Anyway, with another AOKP Rom, G tab work with 2 partitions inside. This Rom is also???
VU HEO said:
Can I flash this Rom with TWRP recovery?
Anyway, with another AOKP Rom, G tab work with 2 partitions inside. This Rom is also???
Click to expand...
Click to collapse
i never use twrp recovery, but it should work.
you mean dual mount? i'm not sure if pershoot kernel supports this.
Sent from my GT-I9100 using Tapatalk 2
fusionjack said:
i never use twrp recovery, but it should work.
you mean dual mount? i'm not sure if pershoot kernel supports this.
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
Thanks for your fast reply
I also not like twrp recovery but I don't have laptop to back CWM and beside that, twrp with touch enable are more comportable
I has just flash over twrp and it fine. Roller back some app and permission, review later
Thanks for your Rom, hard working
VU HEO said:
Thanks for your fast reply
I also not like twrp recovery but I don't have laptop to back CWM and beside that, twrp with touch enable are more comportable
I has just flash over twrp and it fine. Roller back some app and permission, review later
Thanks for your Rom, hard working
Click to expand...
Click to collapse
Your welcome.
You can flash recovery image with mobile odin. I usually flash recovery from pershoot's site with mobile odin.
Just saw on his site there is a new CWM recovery 6.0.3.4.
AOKP-p4-UNOFFICIAL-SaberMod-4.9-20130804.zip
Changes:
* Now compile the rom using -O3 GCC optimization flags. Rom feels smoother and respons better.
* Follow CM to re-enable dalvik performance optimizations.
* Use the ability to hide GC freed lines in logcat -> less logging.
* See the rest in changelog.
Note: The rom size is a little bigger than previous build. It is normal and caused by the -O3 compiler flags.
flashed it and so far it's really good.
Thanks for the good work.
Yup, really great work here. Very smooth indeed.
Sent from my GT-P7500 using Tapatalk HD
Sorry for being absent for some days due to my vacation. Here is a new build, still with 4.2.2:
AOKP-p4-UNOFFICIAL-SaberMod-4.9-20130817.zip
Changes:
* Added patches to fix possible game crashing.
* Fixed possible memory leak in socket connection when exception occurred.
* Some bug-fixings related to the db file.
* See changelog for the rest.
fusionjack said:
Sorry for being absent for some days due to my vacation. Here is a new build, still with 4.2.2:
AOKP-p4-UNOFFICIAL-SaberMod-4.9-20130817.zip
Changes:
* Added patches to fix possible game crashing.
* Fixed possible memory leak in socket connection when exception occurred.
* Some bug-fixings related to the db file.
* See changelog for the rest.
Click to expand...
Click to collapse
Sorry guys... just about to flash this ROM but wondering what's function not working? Camera/Cam? others..? I hope all works coz current Stock ICS seems outdated and lagging...
arizmin said:
Sorry guys... just about to flash this ROM but wondering what's function not working? Camera/Cam? others..? I hope all works coz current Stock ICS seems outdated and lagging...
Click to expand...
Click to collapse
it works fine for my need. imo 4.2.2 is quite stable. just try it, you'll see the difference if you coming from ics.
Sent from my GT-I9100 using Tapatalk 2

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

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
https://changelog.omnirom.org/
https://gerrit.omnirom.org/#/q/status:merged+branch:android-4.4,n,z
Click to expand...
Click to collapse
(buildbot: intel core i7 [email protected], 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_
Click to expand...
Click to collapse
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​
{
"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"
}
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
power off the phone
hold vol+ and plug usb to boot into fastboot (blue led)
fastboot flash boot boot.img (extract boot.img from an official omni 4.4 zip)
fastboot reboot
enter recovery, on boot led will be violet for 3s, during this period press vol+
Download all 3 zip files and place them in your SD-card (Internal or external)
Backup of your current ROM
Wipe data/factory reset, wipe dalvik cache, wipe cache
Install zips from sd card, Omni ROM, Gapps and Super SU.
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.
​
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.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Source: http://forum.xda-developers.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.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
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:
This is exactly what i was looking for. Flashing now! Keep up the good work (and the nightlies )
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!
Can you please build the new infected
's meow kernel???
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 ?
acutraaq said:
Can you please build the new infected
's meow kernel???
Click to expand...
Click to collapse
Meow kernel is buggy and not fully compatible with omnirom
GiGi. said:
Meow kernel is buggy and not fully compatible with omnirom
Click to expand...
Click to collapse
I want to use it with other rom....Please........:angel:
It seems that the nightly builds are not so nightly, any chance on a new build with latest changes?
GiGi. said:
It seems that the nightly builds are not so nightly, any chance on a new build with latest changes?
Click to expand...
Click to collapse
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.
infected_ said:
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...
Click to expand...
Click to collapse
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...
GiGi. said:
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...
Click to expand...
Click to collapse
GiGi. said:
It seems that the nightly builds are not so nightly (...)
Click to expand...
Click to collapse
mate, don't go sarcastic on me...
nice day to you too.
regards.
infected_ said:
mate, don't go sarcastic on me...
nice day to you too.
regards.
Click to expand...
Click to collapse
Ofcourse i mentioned that as a joke... i was not aware it would ruin your day. I am very sorry sir.
build 20140311 is up!
Hi all!
One small question: can this ROM be used on 6602?
Thanks in advance
Kind regards
airlessproject said:
Hi all!
One small question: can this ROM be used on 6602?
Thanks in advance
Kind regards
Click to expand...
Click to collapse
Yes all C6603 ROMs can be used on C6602 and vice versa.
GiGi. said:
It seems that the nightly builds are not so nightly, any chance on a new build with latest changes?
Click to expand...
Click to collapse
No ETA please! It does NOT comply with XDA rules! Pls. don't any longer! Thanks.
20140312 is up!
regards.

[ROM][YUGA][KK][4.4.4][LINARO/SABERMOD] AOKP KitKat [WEEKLY BUILDS][20140721]

XPERIA Z/YUGA/C6603 AOKP KitKat LINARO/SABERMOD WEEKLY BUILDS
Build 20140721 is ONLINE
Build/Sync Date: July 21 xxh:xx GMT+1 Lisbon
DOWNLOAD
(infected server)
(md5sum included with all builds)
CHANGELOG
http://gerrit.aokp.co/#/q/status:merged/
HOMEPAGE
http://infectedbuilds.net
kernel code compiled with linaro arm-eabi-4.9.1 201406 toolchain
rom code compiled with with sabermod arm-linux-androideabi-4.8.3 201405 toolchain
FEATURES
-O3 optimizations
strict-aliasing rules
custom performance flags
+30 cherry-picks used
graphite
(buildbot: intel core i7 [email protected], 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_
Click to expand...
Click to collapse
Disclaimer:
These builds are freshly compiled/synced from AOKP open-source code:
https://github.com/AOKP
latest boosted arm-eabi-4.9.1 toolchain used to compile the kernel code & sabermod arm-linux-androideabi-4.8.3 toolchain to compile ROM code
Special Thanks
AOKP Dev Team
{
"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"
}
​
Install instructions:
first time
- power off the phone:
- hold vol+ and plug usb to boot into fastboot (blu led)
- fastboot flash boot boot.img (extract boot.img from an official cm 11 zip)
- fastboot reboot
- enter recovery, on boot led will be violet for 3'', during this period press vol+
- flash rom zip
- flash gapps zip
- wipe
- reboot
for update just flash rom zip from recovery
Google Apps are not included in this ROM. You'll need to find those yourself if you want them.
​
F.A.Q (Frequently Asked Questions)
What is the difference between these builds and the official builds?
These are unofficial kitkat builds of AOKP rom for the Xperia Z/yuga.
ROM is built using the same source code (github) like the official one but with these following additions:
Compiled using linaro arm-eabi 4.8.3 14.04 (kernel code) & sabermod arm-linux-androideabi 4.8.3 14.04 (rom code) toolchain compilers
May contain some custom cherry-picks. Always see changelog for details.
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.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Source: http://forum.xda-developers.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.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Amazing work infected, does this have latest blobs and kernel implemented
Techpenguin5 said:
Amazing work infected, does this have latest blobs and kernel implemented
Click to expand...
Click to collapse
if u want latest blobs and kernal just go for thomas build..other roms are still following 4.2.2 blobs and kernal due to hot plugging issue..
Sent from my c6606 using Tapatalk
awww yes!
I've been using these aokp builds for a while now and they are very smooth. Great work @iNFECTED
Sent from my C6603 using Tapatalk
golfgtiedition30 said:
I've been using these aokp builds for a while now and they are very smooth. Great work @iNFECTED
Sent from my C6603 using Tapatalk
Click to expand...
Click to collapse
are you on stock kernal?..can u please confirm that rojak kernal is working or not?
@iNFECTED ..where is new build??...i can only see the latest md5 checksum file not rom zip...?
Sent from my c6606 using Tapatalk
anshad666 said:
are you on stock kernal?..can u please confirm that rojak kernal is working or not?
@iNFECTED ..where is new build??...i can only see the latest md5 checksum file not rom zip...?
Sent from my c6606 using Tapatalk
Click to expand...
Click to collapse
build had issues when i was testing. tried without the custom toolchains and customizations, same thing.
there must be issues with the code on AOKP github due to some bad merge or something. i'll give a day or two and then repo sync again.
anshad666 said:
are you on stock kernal?..can u please confirm that rojak kernal is working or not
Click to expand...
Click to collapse
I haven't tried it with rojak kernel yet. As soon as the new build is up I'll try it.
EDIT... I just realised AOKP is CM based , so rojak kernel won't work
Sent from my C6603 using Tapatalk
@iNFECTED what about the source..is that fixed..?..
anshad666 said:
@iNFECTED what about the source..is that fixed..?..
Click to expand...
Click to collapse
nop..
made a test build in the beginning of the afternoon, build is laggy as hell.. really unresponsive.
@iNFECTED check this link bro.. https://github.com/AICP
Both are similar but aicp was more feature rich.
http://aicp-rom.com/
Sent from my C6603 using Tapatalk
Thanks for your hard work infected
But the latest build doesn't boot
@iNFECTED I can confirm the latest build doesn't boot past the AOKP boot animation
Sent from my Xperia Z using Tapatalk
Techpenguin5 said:
Thanks for your hard work infected
But the latest build doesn't boot
Click to expand...
Click to collapse
golfgtiedition30 said:
@iNFECTED I can confirm the latest build doesn't boot past the AOKP boot animation
Sent from my Xperia Z using Tapatalk
Click to expand...
Click to collapse
thanks for the heads-up. already removed from the server.
infected_ said:
build had issues when i was testing. tried without the custom toolchains and customizations, same thing.
there must be issues with the code on AOKP github due to some bad merge or something. i'll give a day or two and then repo sync again.
Click to expand...
Click to collapse
Yes, I can confirm this also. I compiling for yuga too and latest week or so I have this problem (reported by users). It will be hard to solve when yuga was stolen from Arnav .
kecinzer said:
Yes, I can confirm this also. I compiling for yuga too and latest week or so I have this problem (reported by users). It will be hard to solve when yuga was stolen from Arnav .
Click to expand...
Click to collapse
i tried this morning, same issue. this time build breaks in chromium section of the code.
Is Arnav = championswimmer? I though championswimmer was maintaining yuga.
Yes, Arnav Gupta = championswimmer. I told this issue to him yesterday on AOKP channel.
I don't understeand where can be problem. Kernel is untouched.
http://gerrit.aokp.co/#/c/16751/
@iNFECTED ...i think this commit will fix the issue with build..
Sent from my C6603 using Tapatalk

[ROM][SIRIUS][KK][4.4.4][LINARO/SABERMOD] CyanogenMod 11 [NIGHTLY BUILDS][20150201]

Z2/SIRIUS/D6503 CYANOGENMOD 11 LINARO/SABERMOD NIGHTLY BUILDS
DOWNLOAD
(infected server)
(md5sum included with all builds)
kernel code compiled with sabermod arm-eabi-4.9.3 2015.01 toolchain
rom code compiled with with sabermod arm-linux-androideabi-4.8.5 2015.01 toolchain
FEATURES
-O3 global compiler ARM/thumb flags
strict-aliasing (highest level = 3)
pre-selected flags for optimized performance
memory optimizations
graphite
+30 cherry-picks (to be able to compile with all options mentioned, using custom toolchains)
TOOLCHAINS
SaberMod 4.8.4 2014.11 (ROM code, self-compiled toolchain)
SaberMod 4.9.3 2014.11 (Kernel code, self-compiled toolchain)
CHANGELOGS
http://www.cmxlog.com/11/sirius/
BUILDBOT
(intel core i7 [email protected], asus p8z77-v, 8gb corsair vengeance pro 2133mhz cl9, msi gtx 970, 2x samsung 128gb ssd 840 pro raid 0 array,
4x western wigital wd3200aaks raid 10 array, samsung f1 1tb, seagate 2tb, 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-37)
DISCLAIMER:
These builds are freshly compiled/synced from CyanogenMod Rom open-source code:
https://github.com/CyanogenMod
always latest sabermod arm-eabi 4.9.3 used to compile the kernel code & sabermod arm-linux-androideabi 4.8.4 toolchains to compile ROM code
SPECIAL THANKS
CyanogenMod Dev Team = for the source code.
@sparksco = sabermod toolchain sources.
{
"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"
}
​
XDA:DevDB Information
Z2/Sirius/D6503 Linaro/Sabermod CyanogenMod 11.0 Builds, ROM for the Sony Xperia Z2
Contributors
infected_
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest CWM Recovery or TWRP
Based On: CyanogenMod
Version Information
Status: Testing
Current Stable Version: Snapshot M10
Stable Release Date: 2014-09-16
Created 2014-09-03
Last Updated 2015-02-01
Install instructions:
first time
- power off the phone:
- hold vol+ and plug usb to boot into fastboot (bluE led)
- fastboot flash boot boot.img (extract boot.img from an official cm 11 zip)
- fastboot reboot
- enter recovery, on boot led will be violet for 3s, during this period press vol+
- wipe
- flash rom zip
- flash gapps zip
- reboot
for update just flash rom zip from recovery
Google Apps = http://forum.xda-developers.com/showthread.php?t=2397942
F.A.Q (Frequently Asked Questions)
What is the difference between these builds and the official builds?
These are unofficial builds of CyanogenMod ROM for the Xperia Z2/Sirius/D6503.
ROM is built using the same source code (github) like the official one but with these following additions:
Compiled using sabermod arm-eabi 4.9.2 (kernel code) & sabermod arm-linux-androideabi 4.8.4 (rom code) toolchain compilers
May contain some custom cherry-picks. Always check OP.
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.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Source: http://forum.xda-developers.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.
Click to expand...
Click to collapse
Source: http://www.linaro.org/linux-on-arm/
What is graphite?
Graphite has been around for a while in GCC. During this time a lot of people tested Graphite and Sebastian fixed many bugs. As of today the Graphite infrastructure is pretty stable and hosts already specific optimizations such as loop-interchange, blocking and loop-flattening.
However, during the development of Graphite we also found areas where we are still way behind our possibilities. First of all we realized that the use of a rational polyhedral library, even though it provides some functionality for integer polyhedra, is blocking us. Rational rational polyhedra worked OK for some time, but we have now come to a point where the absence of real integer polyhedra is causing problems. We have bugs that cannot be solved, just because rational polyhedra do not represent correctly the set of integer points in the loop iterations. Another deficit in Graphite is the absence of a generic optimizer. Even though classical loop transformations work well for certain problems, one of the major selling points of polyhedral techniques is the possibility to go beyond classical loop transformations and to forget about the corresponding pass ordering issues. Instead it is possible to define a generic cost function for which to optimize. We currently do not take advantage of this possibility and therefore miss possible performance gains. And as a last point, Graphite still does not apply to as much code as it could. We cannot transform a lot of code, not only because of the missing support for casts (for which we need integer polyhedra), but also because of an ad hoc SCoP detection and because some passes in the GCC pass order complicate Graphite's job. Moving these road blocks out of the way should increase the amount of code we can optimize significantly.
Click to expand...
Click to collapse
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.
Click to expand...
Click to collapse
Benchmarks Screenshots
Antutu 5 for now..
More benchmarks screenshots will be added soon.
Woot!? My flashing sense is tingeling...
OMG~~
You are here finally~
Long time no see~
Great to see you here :victory:
Thank you to bring hope to my GPad and Z2 :good:
I see that you're working on PA project for Z2?
Well... Question!
Is this so über optimized so adding another say modified kernel actually can make it slower?
Black LIsT said:
Great to see you here :victory:
Thank you to bring hope to my GPad and Z2
I see that you're working on PA project for Z2?
Click to expand...
Click to collapse
thanks and yes. i'll open thread soon, with the release of 4.5 Beta 5 or 4.6 Beta 1, depending on the code available and on the goodies, since AOSPA dev's are keeping it closed source code.
Reb0rn said:
Well... Question!
Is this so über optimized so adding another say modified kernel actually can make it slower?
Click to expand...
Click to collapse
maybe. you'd be using a custom kernel, i am optimizing stock CM kernel with -O3, graphite, and GCC 4.9.. your custom kernel can be optimized the same way, but i am sure theres more dozens of commit merged also, which affect the functionality of the kernel itself.
my advice? if you need the custom functions of that kernel, try it. theres no harm.
if you don't need it, use optimized stock.
regards.
new nightly 20140904 is up.
build/sync : 05:45 GMT+1
can i have a link for the gapps pls?
hasbai said:
can i have a link for the gapps pls?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2397942
my sd card ist not to see... what can i do pls
hasbai said:
my sd card ist not to see... what can i do pls
Click to expand...
Click to collapse
plug it to a sdcard reader; if you are able, backup your stuff; format the sdcard, place on phone and see if it works.
can also try formatting it via recovery.
probably contains corrupted data.
just noob question here , got OTA this rom or manually download from download section and manually flashing new build ? because you update new build everyday. .sorry for noob question
Androidians said:
just noob question here , got OTA this rom or manually download from download section and manually flashing new build ? because you update new build everyday. .sorry for noob question
Click to expand...
Click to collapse
manually download from infected server. my builds don't support OTA updates. if you do it, you'll end up with official CM.
infected_ said:
manually download from infected server. my builds don't support OTA updates. if you do it, you'll end up with official CM.
Click to expand...
Click to collapse
Thanks for your answer. .btw i didnt face any problem with your rom for now. .awesome work dude ?
infectedbuilds.net is unusable and with no access to downloads..!
is there any web admin/manager, that can help me index the builds on my server, using h5ai or similar?
this is important because the website is down, due to me trying to make h5ai work...
anyone with the know-how willing to help, please send me a PM asap.
many thanks,
infected_
edit: turns out it was easy to solve.. google is really a good friend.. enjoy new downloads layout
Cool one!
The builds are smoother and better battery, as said in the OP. No FCs so far in 2dayz.
Sent from my Xperia Z2 using XDA Premium 4 mobile app

[EOL][ROM][I9300][Weekly][6.0.1][FULL-O3][UBER][SaberMod][CyanogenMod-13.0]

{
"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"
}
CyanogenMod is a free, community built, aftermarket firmware distribution of Android which is designed to increase performance and reliability over stock Android for your device.
Code:
***************************************************************************************************
I take no responsibility for lost data, broken devices or anything else you encountered
during/after flashing this ROM.
You are responsible for what you are using on your devices!
And if you point the finger at me for messing up your device, I will laugh at you. Hard. A lot.
Do some research before doing anything and always make sure to have a backup!
***************************************************************************************************
CyanogenMod is based on the Android Open Source Project with extra contributions from many people within the Android community. It can be used without any need to have any Google application installed. You will need to provide your own Google Applications package (gapps). CyanogenMod does still include various hardware-specific code, which is also slowly being open-sourced anyway.
All the source code for CyanogenMod is available in the CyanogenMod Github repo. And if you would like to contribute to CyanogenMod, please visit our Gerrit Code Review.
Here is the official Cyanogenmod changelog for i9300
So what are the main diferences between this one and the official one?
- Kernel build with UBER-TC 5.3.1
- ROM build with SaberMod-TC 4.9.4
- O3 , Graphite optimizations and some extra flags for kernel to improve performance
- JustArchi's ArchiDroid Optimizations V4.1 for CyanogenMod
Optimizations made by RC-RD @JustArchi , Here you can find all about it. and thanks to @Vynikal who added the fixes to make it run on 13.0
- use kCollectorTypeHSpaceCompact for ART [ Experimental ]
HSPACE COMPACT may free more virtual and physical memory , its similar to Kernel Same-page Merging but its used for ROM.
- SQLite updates from UBERMALLOWhttps://github.com/UBERMALLOW
Download:
Latest Version : cm-13.0-20160319-RPDROKY-i9300
- JustArchi's optimizations temporaly disabed cuz they cause errors with SaberMod, til il try to fix them , basic -O3 optimizations wil be used
- CM source updated
Google Apps : Open GApps
For Flashing TAR : ODIN 3.10.7
TWRP 3.0.0.0 : TAR and ZIP
Credits and thanks to:
- @Markox89
- @Cl3Kener
- @forkbomb444
- @JustArchi
- @arter97
- @Lord Boeffla
- @ZaneZam
- @CyanogenMod Team
XDA:DevDB Information
[ROM][I9300][Weekly][6.0.1][FULL-O3][UBER][SaberMod][CyanogenMod-13.0], ROM for the Samsung Galaxy S III I9300
Contributors: rpdroky
ROM OS Version: 6.0.x Marshmallow
ROM Kernel: Linux 3.0.x
ROM Firmware Required: CWM or TWRP Recovery
Based On: CyanogenMod
Version Information
Status: Experimental
Created 2016-01-19
Last Updated 2016-03-19
Reserved
Reserved 2
I am the first one .
Awesome waiting for this project link.
fir1996 said:
I am the first one .
Awesome waiting for this project link.
Click to expand...
Click to collapse
Added to the main post
cm-13.0-20160120-RPDROKY-i9300 Online
- UBERTC updated to 10.01.2016
- CM source updated
cm-13.0-20160121-RPDROKY-i9300 Online
- CM source updated
cm-13.0-20160123-RPDROKY-i9300 Online
- Kernel build with UBER-TC 5.3.1
- CM source updated
Anyone tried this rom?
Next i will try to make ubertc 5.3.1 work for rom to , for now only errors ocured but i won't give up , if anyone could point me in the right direction how to fix them , i whould deeply apriciate it
Cheers :highfive:
cm-13.0-20160127-RPDROKY-i9300 Online
- CM source updated
I'l let the ROM 4.9.4 atm , as soon as i find a way to add the support for 5.3.1 il go for it
Well guyz ,il drop this project , i can't find any way to improve this builds , no feedbacks , no ideas , no reports , i guess uber cm13 ain't for everyone so i will keep it offline
Cheers
Sounds disappointed. But look: there are official CM13 and 9 clones, all fighting with the same bugs (wifi not awakes, high battery drain...) and Temasek's is also an Uber compilation. Maybe too few differences. Nevertheless thanks for your efforts.
rp158 said:
Sounds disappointed. But look: there are official CM13 and 9 clones, all fighting with the same bugs (wifi not awakes, high battery drain...) and Temasek's is also an Uber compilation. Maybe too few differences. Nevertheless thanks for your efforts.
Click to expand...
Click to collapse
yes indeed there are few diferences but i can't improve if i don't know the problem , you know what i mean , anyway , if i find a way to make uber 5 work for the rom to , i will notice the other developers
Cheers Mate :highfive:
nice to hear this from u but i think u should not surrender so fast ........
This isn't gaining much support because very slight changes are seen. Try building a ROM with Archi's optimization. That might gain some attention.
sunny1234590 said:
This isn't gaining much support because very slight changes are seen. Try building a ROM with Archi's optimization. That might gain some attention.
Click to expand...
Click to collapse
I can do that , i will upload it today
cm-13.0-20160203-RPDROKY-i9300 Online
- JustArchi's ArchiDroid Optimizations V4.1 for CyanogenMod
- CM source updated
rpdroky said:
cm-13.0-20160203-RPDROKY-i9300 Online
- JustArchi's ArchiDroid Optimizations V4.1 for CyanogenMod
- CM source updated
Click to expand...
Click to collapse
Yes, thanks a lot. Will give it a try ASAP!
sunny1234590 said:
Yes, thanks a lot. Will give it a try ASAP!
Click to expand...
Click to collapse
Please note that i'm aiming for lower memory usage so i don't know how the apps react , if you think its way to laggy let me know

Categories

Resources