XPERIA Z1/HONAMI/C6903 PARANOID ANDROID 4.5 LINARO/SABERMOD WEEKLY BUILDS
4.5 BETA 2 is ONLINE
Build/Sync Date: Ago 13 xxh:xx GMT+1 Lisbon
DOWNLOAD
(infected server)
(md5sum included with all builds)
CHANGELOG
http://forum.xda-developers.com/showthread.php?p=54620455
HOMEPAGE
http://infectedbuilds.net
kernel code compiled with linaro arm-eabi-4.9.1 201407 toolchain
rom code compiled with with sabermod arm-linux-androideabi-4.8.4 201407 toolchain
FEATURES
-O3 optimizations (ROM and kernel code)
strict-aliasing rules
custom performance flags (ROM and kernel code)
+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
Disclaimer:
These builds are freshly compiled/synced from AOSPA Legacy open-source code:
https://github.com/AOSPA-legacy
latest linaro arm-eabi-4.9.1 toolchain used to compile the kernel code & sabermod arm-linux-androideabi-4.8.4 toolchain to compile ROM code
Special Thanks
AOSPA Legacy 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"
}
XDA:DevDB Information
Z1/HONAMI/C6903 Linaro/Sabermod Paranoid Android Legacy (AOSPAL) 4.4x Builds, ROM for the Sony Xperia Z1
Contributors
infected_
ROM OS Version: 4.4.x KitKat
ROM Kernel: Linux 3.4.x
ROM Firmware Required: Latest CWM Recovery or TWRP recovery
Based On: AOSPAL
Version Information
Status: Stable
Current Stable Version: 4.44
Stable Release Date: 2014-07-24
Created 2014-07-24
Last Updated 2014-08-13
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 AOSPAL honami build zip or these builds)
- 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 = 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 AOSPA Legacy for the Xperia Z1/Honami/C6903
ROM is built using the same source code (github) like the official one but with these following additions:
Compiled using linaro arm-eabi 4.9.1 14.07 (kernel code) & sabermod arm-linux-androideabi 4.8.4 14.07 (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
first
wow new rom i must try it
---------- Post added at 03:45 PM ---------- Previous post was at 03:15 PM ----------
install finito
start with Rom now i write feedback later
Thx , but is there anything different from the old AOSPAL we have here ?
iiD4x said:
Thx , but is there anything different from the old AOSPAL we have here ?
Click to expand...
Click to collapse
yes. these builds are cross-compiled with custom toolchains, instead of google gcc 4.6 & 4.7 "stock" ones... the gcc toolchains that can be used are linaro, sabermod, and boosted... compiling using latest gcc versions 4.8/4.9, using -O3 optimizations, strict-aliasing, and other performance/optimization flags, results in the advantages described on the third OP.. smoother, faster, and more battery friendly builds...
try it, and them give feedback...
any doubt, feel free to ask.
regards.
infected_ said:
yes. these builds are cross-compiled with custom toolchains, instead of google gcc 4.6 & 4.7 "stock" ones... the gcc toolchains that can be used are linaro, sabermod, and boosted... compiling using latest gcc versions 4.8/4.9, using -O3 optimizations, strict-aliasing, and other performance/optimization flags, results in the advantages described on the third OP.. smoother, faster, and more battery friendly builds...
try it, and them give feedback...
any doubt, feel free to ask.
regards.
Click to expand...
Click to collapse
Lol, Official AOSPAL we have here using latest SaberMod toolchain also..
OPTIMIZATION:
Offical SaberMod toolchain (GCC 4.8 for ROM , 4.9 for Kernel)
Strict-aliasing enabled
Memory optimization flags
Graphite
Click to expand...
Click to collapse
i dont mean anything, but we already have it OFFICIAL for honami.
iiD4x said:
Lol, Official AOSPAL we have here using latest SaberMod toolchain also..
i dont mean anything, but we already have it OFFICIAL for honami.
Click to expand...
Click to collapse
you must be mixing things up... Paranoid Android (AOSPA) uses google toolchains.. just check manifests.
Paranoid Android Legacy (AOSPAL) also uses google toolchains... check manifests.
Paranoid Saberdroid (AOSPAL also), i dont give a dime what they use...
i told to try ROM first...
regards.
Been waiting for this Thread.. Superlike
Sent from my Xperia Z1 using Tapatalk
Is there any disadvantage of this over the official one?
Blegh said:
Is there any disadvantage of this over the official one?
Click to expand...
Click to collapse
This will be faster
Blegh said:
Is there any disadvantage of this over the official one?
Click to expand...
Click to collapse
quite the opposite.. run for half a day with stock PA, then run the other half of the day with a PA linaro/sabermod build.
you can flash each on top of another and vice-versa.
You'll see the differences..
When I've flashed the boot.img from CM11 and try to access my sdcard from recovery I get the following error:
E: Can't mount /storage/sdcard1
Any idea on how to solve this?
Thanks
siwan05 said:
when i've flashed the boot.img from cm11 and try to access my sdcard from recovery i get the following error:
E: Can't mount /storage/sdcard1
any idea on how to solve this?
Thanks
Click to expand...
Click to collapse
Try flashing the boot.img from this rom zip
abbychauhan said:
Try flashing the boot.img from this rom zip
Click to expand...
Click to collapse
yeah.. i need to change 2nd post instructions according to AOSPAL..
You might want to change the tag to AOSPA as AOSPAL is the name for Paranoid SaberDroid. It is kinda misleading IMO.
There's new build 26 July
Sent from my Xperia Z1 using Tapatalk
if @infected_ would be kind enough to give changelogs then it would be batter
Though new build working Superb
7sen said:
There's new build 26 July
Sent from my Xperia Z1 using Tapatalk
Click to expand...
Click to collapse
abbychauhan said:
if @infected_ would be kind enough to give changelogs then it would be batter
Though new build working Superb
Click to expand...
Click to collapse
there isn’t any.. its same 4.44 build, but i only added extra cpu governors and i/o schedulers... sure there were things merged, you can check gerrit ..
its an untested build. don’t have time to do it atm...
infected_ said:
there isn’t any.. its same 4.44 build, but i only added extra cpu governors and i/o schedulers... sure there were things merged, you can check gerrit ..
its an untested build. don’t have time to do it atm...
Click to expand...
Click to collapse
it's perfect build i installed with fresh install :good: and now it's good with all cpu governors :angel:
PeRsEvErAnCe NX563 Caf Kernel
Kernel 4.4 End Of Life Feb.2022
I'm not responsible for bricked devices, dead SD cards.
I'm not a developer.
I'm learning compile android kernel.
I'm working on making something for the nx563j.
I tried it on my own device.
This kernel has been tested and worked in lineage-17.1 and Android-12 (GSI,SGSI)
Download Caf Kernel PeRsEvErAnCe+ 4.4.302
PeRsEvErAnCe+4.4.302-Caf-Kernel-xRageTC-clang-15.0.0 (LLD 15.0.0):
xrage302.img
drive.google.com
PeRsEvErAnCe+4.4.302-Caf-Kernel-Eva GCC 12.0.1 (LLD 15.0.0):
EVA302.img
drive.google.com
PeRsEvErAnCe+4.4.302-Caf-Kernel-Proton Clang:
Proton302.img
drive.google.com
Features
lz4 kernel compression
Compile xRageTC-clang-15.0.0 (LLD 15.0.0) Thanks Jody Yuantoro
Source:
GitHub - xyz-prjkt/xRageTC-clang: a Compiled Toolchain from LLVM Source.
a Compiled Toolchain from LLVM Source. Contribute to xyz-prjkt/xRageTC-clang development by creating an account on GitHub.
github.com
Compile Eva GCC 12.0.1 (LLD 15.0.0) Thanks Vaisakh Murali
Source:
GitHub - mvaisakh/gcc-arm64: Bare Metal Bleeding Edge AARCH64 GCC
Bare Metal Bleeding Edge AARCH64 GCC. Contribute to mvaisakh/gcc-arm64 development by creating an account on GitHub.
github.com
Compile Proton Clang Thanks Danny Lin
Source:
GitHub - kdrag0n/proton-clang: Proton Clang toolchains builds in the form of a continuously updating Git repository. Clone with --depth=1.
Proton Clang toolchains builds in the form of a continuously updating Git repository. Clone with --depth=1. - GitHub - kdrag0n/proton-clang: Proton Clang toolchains builds in the form of a continuo...
github.com
Charging maximum current 3000mA
Only 40 minutes it reaches %80 charging
Battery friendly
Fast and fluent
IO Schedulers :
NOOP, DEADLINE, MAPLE, TRIPNDROID, DEPRESSION, CFQ, FIOPS, SIO, FIFO, BFQ, ZEN, ANXIETY, ROW
Default Scheduler : FIOPS
My Advice and Favorite Scheduler : ANXIETY
Kernel Governors :
PERFORMANCE, POWERSAVE, USERSPACE, ONDEMAND, ALUCARD, INTELLIACTIVE, BIOSHOCK, BLU ACTIVE, DARKNESSV5, NIGHTMARE, ZZMOOVE, CONSERVATIVE, INTERACTIVE, SCHEDUTIL
Default Governor : SCHEDUTIL
My Advice and Favorite Governor : INTERACTIVE
Install
Open Twrp Recovery
Flash kernel img
Wipe Dalvik/ART Catche
Reboot System
Ok.
Kernel Source
GitHub - chilkat81/kErNeL_Nx563j
Contribute to chilkat81/kErNeL_Nx563j development by creating an account on GitHub.
github.com
07.08.2021
- Upstreamed To Latest Linux 4.4.278
- Add some governors
- Add some schedulers
- Some improvements
10.08.2021
- Upstreamed To Latest Linux 4.4.280
27.09.2021
- Upstreamed to Latest Linux 4.4.285
- Some improvements
Could you publish the kernel source?
ChristopherFarley said:
Could you publish the kernel source?
Click to expand...
Click to collapse
Thanks BeYkeRYkt and lineageos team.
Source
GitHub - LineageOS/android_kernel_nubia_msm8998
Contribute to LineageOS/android_kernel_nubia_msm8998 development by creating an account on GitHub.
github.com
You can upstream yourself.
Maybe you can add a camera module and help us too? for android 11 and android 12.
I am not a developer.
CEKUU35 said:
Thanks BeYkeRYkt and lineageos team.
Source
GitHub - LineageOS/android_kernel_nubia_msm8998
Contribute to LineageOS/android_kernel_nubia_msm8998 development by creating an account on GitHub.
github.com
You can upstream yourself.
Maybe you can add a camera module and help us too? for android 11 and android 12.
I am not a developer.
Click to expand...
Click to collapse
Unfortunately, after upstreaming, compliling and flashing, the phone stucks on the boot screen and then crashed. So I want to get the source to compare.
ChristopherFarley said:
Unfortunately, after upstreaming, compliling and flashing, the phone stucks on the boot screen and then crashed. So I want to get the source to compare.
Click to expand...
Click to collapse
https://gitlab.com/xiayesuifeng/android_kernel_nubia_msm8998i think the whole kernel is based on this work or not?
but maybe i am wrong the one make it happen is also said he got it mod with some other base 4.4 kernel is show up on github you know he got mod for our device
kernel is at base the same in the link it should with the device specific mods like charge 4A...
ChristopherFarley said:
Unfortunately, after upstreaming, compliling and flashing, the phone stucks on the boot screen and then crashed. So I want to get the source to compare.
Click to expand...
Click to collapse
My Kernel Source
GitHub - chilkat81/kErNeL_Nx563j
Contribute to chilkat81/kErNeL_Nx563j development by creating an account on GitHub.
github.com
01.11.2021
- Upstreamed to Latest Linux 4.4.290
- Some improvements
CEKUU35 said:
PeRsEvErAnCe NX563[Android 10] Caf Kernel[Unofficiall]
Kernel 4.4 End Of Life Feb.2022.
I will upstream until the project end date.Whenever possible.
I'm not responsible for bricked devices, dead SD cards.
I'm not a developer.
I'm learning compile android kernel.
I'm working on making something for the nx563j.
I tried it on my own device.
This kernel has been tested and worked in lineage-17.1
Download Caf Kernel PeRsEvErAnCe+ 4.4.290
PeRsEvErAnCe+4.4.290-Caf-Kernel-STRIX-Clang-14.0.0 (LLD 14.0.0):
strix290.img
drive.google.com
PeRsEvErAnCe+4.4.290-Caf-Kernel-STRIX-Clang-14.0.0 (LLD 14.0.0) (Led Disable for some GSI-10):
strix290notled.img
drive.google.com
PeRsEvErAnCe+4.4.290-Caf-Kernel-Eva GCC 12.0.0 (LLD 14.0.0):
EvaGCCLLD290.img
drive.google.com
PeRsEvErAnCe+4.4.290-Caf-Kernel-Eva GCC 12.0.0 (Eva BinUtils 2.37.50):
EvaGCCbin290.img
drive.google.com
Features
lz4 kernel compression
Compile STRIX-Clang-14.0.0 (LLD 14.0.0) Thanks Fiqri Ardyansyah
Source: https://github.com/fiqri19102002/STRIX-Clang.git
Compile Eva GCC 12.0.0 (LLD 14.0.0) Thanks Vaisakh Murali
Source: https://github.com/mvaisakh/gcc-arm64.git
Compile Eva GCC 12.0.0 (Eva BinUtils 2.37.50) Thanks Vaisakh Murali
Source: https://github.com/mvaisakh/gcc-arm64.git
Charging maximum current 3000mA
Only 40 minutes it reaches %80 charging
Battery friendly
Fast and fluent
IO Schedulers :
NOOP, DEADLINE, MAPLE, TRIPNDROID, DEPRESSION, CFQ, FIOPS, SIO, FIFO, BFQ, ZEN, ANXIETY, ROW
Default Scheduler : FIOPS
My Advice and Favorite Scheduler : ANXIETY
Kernel Governors :
PERFORMANCE, POWERSAVE, USERSPACE, ONDEMAND, ALUCARD, INTELLIACTIVE, BIOSHOCK, BLU ACTIVE, DARKNESSV5, NIGHTMARE, ZZMOOVE, CONSERVATIVE, INTERACTIVE, SCHEDUTIL
Default Governor : SCHEDUTIL
My Advice and Favorite Governor : INTERACTIVE
Install
Open Twrp Recovery
Flash kernel img
Wipe Dalvik/ART Catche
Reboot System
Ok.
Kernel Source
GitHub - chilkat81/kErNeL_Nx563j
Contribute to chilkat81/kErNeL_Nx563j development by creating an account on GitHub.
github.com
Click the Like button please.
İf you like it, say ''thank you'' please.
Click to expand...
Click to collapse
can you tell me what means some android 10 gsi led is disabled ...?
mean that ... it is while our device only got red led so no colour is to change available?
is see that in some gsi too to choose but is not logic for our device...?
aljoscha81 said:
can you tell me what means some android 10 gsi led is disabled ...?
mean that ... it is while our device only got red led so no colour is to change available?
Click to expand...
Click to collapse
led stays on on some gsi-10 roms.
solution by myself for those who have the same problem.
CEKUU35 said:
led stays on on some gsi-10 roms.
solution by myself for those who have the same problem.
Click to expand...
Click to collapse
what about new android 12 gsi everthing is working have you test it? but for example no led working can you help?
06.02.2022
- Upstreamed to Latest Linux 4.4.302-EOL
aljoscha81 said:
what about new android 12 gsi everthing is working have you test it? but for example no led working can you help?
Click to expand...
Click to collapse
Yes i have been using it for about 1 month and i am testing it. I don't think LED notification is needed. Because most android 12 gsi roms already have ambient edge lighting. But i will try to solve it.
┤Thread Closed├┤As requested by OP├