[ROM][4.4.4][10/21] SlimSaber - i9100 - Galaxy S II Android Development

SlimSaber i9100 Uber 4.8
Making SlimKat more faster and smoother​
{
"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"
}
SlimSaber: Uber toolchain 4.8.4
SlimKernel: Uber toolchain 4.9.4​
Disclaimer
I'm not responsible for any damages on your device.
It comes from my hobby to building rom that is actually for private use and then some users found it on my goo.im. Due to some suggestions from them (rkoby13 is one of them ), I decided to create this thread to share my builds with you.
My focus is to optimize the ROM in many areas and compiled it with custom toolchain Uber for more performance and smoothness.
I choose SlimRoms as a base because it is a lightweight and not a bloated ROM, but it still has rich features. Combined with some of CM features, I bake a ROM that has more useful features but still lightweight.
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.
Features summary
See here. Thanks a lot Harsha Raj!
Installation instructions
Coming from 4.1.x or 4.2.x or 4.3.x or another ROM to 4.4.x:
Flash a kitkat compatible recovery from here. A kernel is a recovery and a recovery is a kernel.
Reboot to recovery. Not to the system!
Full wipe: data, cache, dalvik cache.
Mount system and format system partition manually.
Flash the unofficial build.
Flash gapps from here. Please use the 'minimal' one since our system partition is not big enough to carry the 'full' one.
Coming from previous unofficial build:
Wipe cache and dalvik cache.
Flash the unofficial build.
No need to re-flash gapps. Gapps will be restored back automatically by backup tool during flashing.
Another version of full wipe/dirty flashing from Hopper8
Known Issues
See this post.
F.A.Q
See second post.
Latest release
Latest 4.4.4: 20151021
Latest 4.4.3: 20140616
Latest 4.4.2: 20140604
Full Changelog
androidfilehost
Download
androidfilehost
Credits
SlimRoms - The SlimRom team
zzmoove governor - ZaneZam
Uber toolchain - Cl3Kener
SlimSaber banner and signatures - kroz
Special Thanks
HardCorePawn - for his great work making the SlimKat available on i9100 device.
Dorimanx - for patches to disable sqlite fsync.
Sources
https://github.com/SlimSaber
How To Build
See this post

F.A.Q (Freaking Annoying Questions)
Battery percentage drops frequently after boot
The full gauge needs to be reset. See here how to do it: http://forum.xda-developers.com/showpost.php?p=55371824&postcount=15027
How to disable CellBroadcastReceiver
There are three possibilities to disable it:
Disable its setting: See here
Remove it: Settings - SlimCenter - SlimSizer - Delete CellBroadcastReceiver
Freeze it: Use Titanium Backup and freeze 'Mobile Broadcast'
Root doesn't work!
Enable 'Developer options'
Go to Settings -> About Phone
Tap on the Build Number 7 times
Go to Settings -> Developer options -> Root access
Choose 'Apps' or 'Apps and ADB'
How to set zzmoove profile
Available zzmoove profiles:
Default
Will set governor defaults
Yank Battery
A very good battery/performance balanced setting - DEV-NOTE: highly recommended! -
Yank Battery Extreme
Like yank battery but focus on battery saving
ZaneZam Battery
A more 'harsh' setting strictly focused on battery saving - DEV-NOTE: might give some lags! -
ZaneZam Battery Plus
NEW! reworked 'faster' battery setting - DEV-NOTE: recommended too! -
ZaneZam Moderate
NEW! setting based on 'ZaneZam Optimized' which has mainly (but not strictly only!) 2 cores online -
ZaneZam Optimized
Balanced setting with no focus in any direction - DEV-NOTE: relict from back in the days, even though some people still like it! -
ZaneZam Performance
All you can get from zzmoove in terms of performance but still has the fast - down scaling/hotplugging behaving
ZaneZam InZane
NEW! based on performance with new insane scaling active. a new experience!
ZaneZam Gaming
NEW! based on performance with scaling block enabled to avoid cpu overheating during gameplay
How to set the zzmoove profile:
Go to Settings - Advanced options - Performance - choose zzmoove governor
Press menu key and choose Governor Settings
Search for 'profile_number' and pick a number from above
Press 'Apply values' and eventually enable 'Apply on boot'
Only profile_number can be persisted, any other gov settings will be changed based on the chosen profile template.
* Media scanner eating my battery
* CPU stuck at 1.2 GHz
* Random music player stop
For media scanner problem, try this following solution first: http://forum.xda-developers.com/showthread.php?p=47868557, also see this.
At these problems could have the same root cause: The kitkat sdcard fuse daemon issue on the Exynos 4210 family of devices. There is no fix yet. See this thread for more information.
How to check corrupt partition
See here: http://forum.xda-developers.com/showpost.php?p=50264173&postcount=9137
I have excessive RILJ wakelocks
See here: http://forum.xda-developers.com/showpost.php?p=50227440&postcount=9049
and here: http://forum.xda-developers.com/showpost.php?p=50758124&postcount=9790
My recovery won't flash the 4.4 zip... aka "Status 7 error"... what do I do?
You need a kitkat compatible cwm. See installation instructions in 1st op
How to change DPI?
Currently, this feature hasn't been ported... so you'll need to install Texdroider DPI from the playstore... or edit /system/build.prop and change ro.sf.lcd_density to the desired value
Stuck at the Samsung logo
Follow this steps to get rid of the stuck and to have back your valuable data:
Go to recovery and make a twrp/cwm backup.
Do a full wipe + mount system + format system.
Flash the rom + gapps.
Reboot to rom and skip the setup wizard.
Go to recovery again and advance restore your data only.
Reboot.
My timezone is reset and it is wrong
See this workaround from rkoby13 or eskriminal here: http://forum.xda-developers.com/showpost.php?p=45572515&postcount=2668
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/

Goodies
Radio cleaner
If you have signal dropping problem or once messing with your RIL, flash this to return to the OpenRIL: http://d-h.st/LqZ (Credit to codeworkx)
It flashes also the LS8 modem.
KrozMod Collection
A theme collections by kroz, visit his thread here: http://forum.xda-developers.com/showthread.php?t=1960233
Signatures by kroz
SlimSaber
SaberMod SlimRoms
Download here: http://d-h.st/users/kroz/?fld_id=25717#files
Bootanimation by kroz
Download here: http://d-h.st/users/kroz/?fld_id=28876#files
More information about this bootanimation, see here: http://forum.xda-developers.com/showpost.php?p=47920976&postcount=5592
Bootanimation by thereald
Download here: http://forum.xda-developers.com/showthread.php?t=2499512

Nice work mate,I am downloading now and will post my thoughts. Thumbs up
Sent from my GT-I9100 using Tapatalk 4 Beta

What does saber mod Toolchain do mate?
Sent from my GT-I9100 using Tapatalk 2

Downloading and very curious
Thanks for your efforts!
Sent from my GT-I9100 using xda app-developers app

Anyone could supply some OpenPDroid patches? Thanks
Or could you implement them @fusionjack?
Cant wait to test - downloading...
Greetz
SlimBean-6.2|Dorimanx9.34|i9100¬Tapa2

diddly3000 said:
What does saber mod Toolchain do mate?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
its job is to compile libs and some other stuff with some optimizations. as result, the rom could be smoother or faster. whether it is a placebo or not, you decide it.

leechseed said:
Anyone could supply some OpenPDroid patches? Thanks
Or could you implement them @fusionjack?
Cant wait to test - downloading...
Greetz
SlimBean-6.2|Dorimanx9.34|i9100¬Tapa2
Click to expand...
Click to collapse
Since unofficial build 20130602, Slimbean has merged CM's privacy guard. I don't think another 'privacy' thing is necessary.

fusionjack said:
its job is to compile libs and some other stuff with some optimizations. as result, the rom could be smoother or faster. whether it is a placebo or not, you decide it.
Click to expand...
Click to collapse
Ok I guess I will decide downloading
Sent from my GT-I9100 using Tapatalk 2
---------- Post added at 01:33 PM ---------- Previous post was at 01:28 PM ----------
Will I flash this build with slim 6.xx gapps?
Sent from my GT-I9100 using Tapatalk 2

fusionjack said:
Since unofficial build 20130602, Slimbean has merged CM's privacy guard. I don't think another 'privacy' thing is necessary.
Click to expand...
Click to collapse
Ok didnt know that
Nice gimmick but its lacking on personal settings - i checked it but i still prefer pdroid as i can set almost anything with the pdroid manager, not only contacts, messages & call logs
Greetz
SlimBean-FJ03/07|i9100¬Tapa2

diddly3000 said:
Will I flash this build with slim 6.xx gapps?
Sent from my GT-I9100 using Tapatalk 2
Click to expand...
Click to collapse
If you dirty-flash over the official one, you don't need to flash gapps. gapps is automatically backed up prior to flashing ROM.
If you do full-wipe, then you need to flash gapps after flashing ROM.
You can consider these builds are nightly and the builds from the official thread are stable and weekly. So the same rules are applied and forget the toolchain thing.

fusionjack said:
If you dirty-flash over the official one, you don't need to flash gapps. gapps is automatically backed up prior to flashing ROM.
If you do full-wipe, then you need to flash gapps after flashing ROM.
You can consider these builds are nightly and the builds from the official thread are stable and weekly. So the same rules are applied and forget the toolchain thing.
Click to expand...
Click to collapse
it's good to flash upgrade package for build 6.x tho
Sent fom my S-II running >>SlimBean build 6.9 Unofficial (20130703) SaberMod 4.9 by fusionjack<< powered BY >>DorimanX kernel 9.34<<

rkoby13 said:
it's good to flash upgrade package for build 6.x tho
Sent fom my S-II running >>SlimBean build 6.9 Unofficial (20130703) SaberMod 4.9 by fusionjack<< powered BY >>DorimanX kernel 9.34<<
Click to expand...
Click to collapse
oh, didn't notice that. thanks.

leechseed said:
Ok didnt know that
Nice gimmick but its lacking on personal settings - i checked it but i still prefer pdroid as i can set almost anything with the pdroid manager, not only contacts, messages & call logs
Greetz
SlimBean-FJ03/07|i9100¬Tapa2
Click to expand...
Click to collapse
yeah, I heard that pdroid can basically do more than cm's privacy guard or other things. I didn't follow the discussion.

@wonsky21:
to answer your question from official thread: the unofficial build 20130701 has already the newest mali r3p1-01rel1 May 13.

fusionjack said:
yeah, I heard that pdroid can basically do more than cm's privacy guard or other things. I didn't follow the discussion.
Click to expand...
Click to collapse
Ok
Will you stick to cm guard or will you go for pdroid?
Like this modded rootbox comes straight patched:
http://forum.xda-developers.com/showthread.php?p=42234394
Greetz
SlimBean-FJ-03/07|Dorimanx9.34|i9100¬Tapa2

leechseed said:
Ok
Will you stick to cm guard or will you go for pdroid?
Like this modded rootbox comes straight patched:
http://forum.xda-developers.com/showthread.php?p=42234394
Greetz
SlimBean-FJ-03/07|Dorimanx9.34|i9100¬Tapa2
Click to expand...
Click to collapse
i'll stick with cm pg, because i don't think we can have both in the rom. even if we can have them both, it looks to me like to have two antivirus software.
there is too many changes if i want to revert cm's pg which could break here and there. so better to stick with cm's pg.

Btw, if you guys have problem with gps, you can try to flash the static navigation gps lib that I put on OP.
I usually flash this after flashing ROM. I find I can get gps fix easily with this lib.

Subscribed

Related

[ROM][4.3.1][LINARO/SABERMOD] CyanogenMod 10.2.1 Final [RELEASE]

i9100 CYANOGENMOD 10.2 LINARO/SABERMOD BUILDS
Build 10.2.1 Final is ONLINE
Build/Sync Date: Feb 01 2014 --h:-- GMT+00h:00 Lisbon
DOWNLOAD
(MediaFire - Main Mirror)
DOWNLOAD
(AndroidFileHost - Backup Mirror)
(md5sum included with all builds)
DONATIONS NEEDED
ok... here's the deal..
i don't like asking for donations, because i am doing this almost for fun, and learning new stuff. but this time its really needed...
i trying to expand the linaro/sabermod builds "business".. for this, we should start to have our own website for starters, where i can publish our builds.
websites requires work, knowledge, and money above all.
the website is already a WIP, and almost complete:
http://pierun.tk/white/
http://pierun.tk/dark/
thanks @Pumpernikiell for the work he had.
it will have two versions. one white, the one i gave the link, and a dark one.
i am asking if to you all, that every day download and use the builds i compile, if all of you give just even $1/1€, it will be enough money to buy a domain, a hosting server, and maybe if theres enough donations, even a VPS...
so, please donate what you can, so this project goes forward, and keeps getting better, and better.
you can donate, using this link: DONATE
thank you all,
infected_
Click to expand...
Click to collapse
(cross-compiled with sabermod arm-linux-androideabi-4.9.0 201307, and linaro arm-eabi-4.7.4 201312 toolchains)
-O3 building optimizations;
custom performance flags;
strict-aliasing rules;
cortex string routines handling;
sqlite fsync hack (by dorimanx);
over +30 cherry-picked commits/patches;
CHANGELOG 10.2
http://review.cyanogenmod.org/#/q/status:merged+branch:cm-10.2,n,z
​ (always compare build/sync date (settings -> about phone) with changelogs)
STATS​
CM 10.1 PROJECT STATS @ 20130922 14h:20 GMT+00h:00 Lisbon (+1h Summer Time)
Builds = 57
Downloads TOTAL = 7843
CM 10.2 PROJECT STATS @ 20130922 14h:28 GMT+00h:00 Lisbon (+1h Summer Time)
Builds = 32
Downloads Total = 10169​
Click to expand...
Click to collapse
​ These builds are hosted in my private account at MediaFire (purchased account - 120GB | no ads and really fast downloads!)
(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,
2x western wigital wd3200aaks raid 0 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 16 "Petra" x64 3.13.1)
Disclaimer:
These builds are freshly compiled/synced from CyanogenMod open-source code:
https://github.com/CyanogenMod
When its necessary, it can be cherry-picked a commit and integrate it on the build
sabermod arm-linux-androideabi-4.9.0 201307, and linaro arm-eabi-4.7.4 201310 toolchains used to cross-compile.
If you have any doubt or question, post it in the main thread, so we can help out.
You can check Officials CM 10.1 & CM 10.2 threads for support also, since the source code is the same.
Special Thanks
IAmTheOneTheyCallNeo, DJLamontagneIII, fusionjack and bluefa1con - for the tips, and some of the commits/patches on the ROM building.
Karpfenhai - user support.​
Click to expand...
Click to collapse
​
{
"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"
}
​
Instructions/Download Links
OFFICIAL CM WIKI
Click to expand...
Click to collapse
http://wiki.cyanogenmod.org/w/I9100_Info
OFFICIAL CM INSTRUCTIONS
Click to expand...
Click to collapse
First time installing CyanogenMod 10.2 to your Galaxy S II, or coming from another ROM:
- Copy GApps and CM10.2 ZIPs to your internal SDCard
- Make sure you're NOT RUNNING A KERNEL WITH THE MMC-SUPERBRICK-BUG. If you're unsure, flash this ClockworkMod-Recovery using Odin/Heimdall.
- Make sure you're running a proper working ClockworkMod-Recovery
- Boot into Recovery
- Flash CM10.2 zip from internal SDCard
- Flash GApps zip from internal SDCard
- DO A DATA WIPE / FACTORY RESET (otherwise your device will be stuck at boot)
- Reboot
- Don't restore system data using Titanium Backup!
- Restoring Apps + Data might cause problems and is not recommended, avoid it if possible!
Upgrading from earlier version of CyanogenMod 10.2:
- Copy CM10.2 ZIP to your internal SDCard
- Boot into Recovery
- Flash CM10.2 zip from internal SDCard
- Reboot
Upgrading from CyanogenMod 10.1:
- Copy 4.3 GApps and CM10.2 ZIPs to your SDCard
- Boot into Recovery
- Flash CM10.2 zip from SDCard
- Flash GApps zip from SDCard
- Reboot
DOWNLOADS
Click to expand...
Click to collapse
i9100 LINARO/SABERMOD CM 10.1 & 10.2 Nightly Builds:
MediaFire Download Folder
AndroidFileHosting Folder
Google Apps:
http://goo.im/gapps
F.A.Q (Frequently Asked Questions)
What is the difference between these builds and the official builds?
These are unofficial builds of CyanogenMod 10.2 for the i9100.
ROM is built using the same source code (github) like the official one but with these following additions:
Compiled using linaro arm-eabi 4.7.4 13.09 (kernel code) & linaro arm-linux-androideabi 4.8.2 13.09 (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
Raise the flasholism! Is linaro 4.8 stable for android ? https://github.com/dorimanx/Doriman...mmit/7a3fbb792919c406e146f6bb29c0c9054cfda61a
But let's flash and see
Btw what distro do u build on?
Verstuurd van mijn GT-I9100 met Tapatalk
Unexist6969 said:
Raise the flasholism! Is linaro 4.8 stable for android ? https://github.com/dorimanx/Doriman...mmit/7a3fbb792919c406e146f6bb29c0c9054cfda61a
But let's flash and see
Btw what distro do u build on?
Verstuurd van mijn GT-I9100 met Tapatalk
Click to expand...
Click to collapse
i'm using gcc linaro arm compiler 13.06/4.8 201306 at almost a month... NEVER gave me problems on my builds, and seems more smooth and battery friendly than the compiler that CM Jenkins buildbot uses.
running ubuntu 13.04 x64 / kernel 3.8.0-26
regards.
Any idea why Bluetooth audio routing to Mono devices (BT Mono for example) doesn't work on CM10.1? It used to work on CM10.
kokesh said:
Any idea why Bluetooth audio routing to Mono devices (BT Mono for example) doesn't work on CM10.1? It used to work on CM10.
Click to expand...
Click to collapse
no. sorry..
but, have you tried these:
Mono Bluetooh Router
&
Super BT Mono
give it a try.
What does this offer more than official cm?
Sent from my GT-I9100
lowrider82 said:
What does this offer more than official cm?
Sent from my GT-I9100
Click to expand...
Click to collapse
The main difference between these builds and the official ones, is that these builds are compiled using the GCC Linaro 4.8 201306 toolchain. Has been stated by users (and by myself) that this results in a smoother UI, and better battery usage..
also, check these two links:
http://www.linaro.org/linux-on-arm
http://en.wikipedia.org/wiki/Linaro
regards.
Giving this a try! I'll give you feedback =)
thanks for posting this, i'll use your build for the moment
but i have some questions for trying linaro on my own.
am i right, that one can follow these instructions?
https://wiki.linaro.org/Platform/Android/BuildSource
i'm asking, because they say it's linaro 4.4.X while you use 4.8
following this guide http://forum.xda-developers.com/showthread.php?t=1988315 we have to choose a specific toolchain and "use" it.
does this replace the official instruction
"Install Linaro tools
sudo apt-get install linaro-image-tools"
thank you for your help =)
PS: i'm also running latest (k)ubuntu 13.04.
its easy... try to follow this little tutorial i made.
open a shell and navigate to you root folder of your source tree, and then "prebuilts/gcc/linux-x86/arm/"
run: "wget http://releases.linaro.org/13.06/components/toolchain/gcc-linaro/4.8/gcc-linaro-4.8-2013.06.tar.bz2"
Run: "bunzip2 *.tar.bz2"
Run: "tar -xvf *.tar"
Open you file manager and navigate to the root folder of your source tree again.
Navigate To "/build", in your root folder.
run: gksudo gedit envsetup.sh
change the line in bold, got to look equal:
Code:
case $ARCH in
x86) toolchaindir=x86/i686-linux-android-4.6/bin
;;
[B] arm) toolchaindir=arm/gcc-linaro-4.8-2013.06[/B]
;;
mips) toolchaindir=mips/mipsel-linux-android-4.6/bin
;;
*)
echo "Can't find toolchain for unknown architecture: $ARCH"
toolchaindir=xxxxxxxxx
;;
esac
save the file and reboot, you are done!
regards.
PS: Forget about apt package linaro-image-tools ... !
infected_ said:
The main difference between these builds and the official ones, is that these builds are compiled using the GCC Linaro 4.8 201306 toolchain. Has been stated by users (and by myself) that this results in a smoother UI, and better battery usage..
also, check these two links:
http://www.linaro.org/linux-on-arm
http://en.wikipedia.org/wiki/Linaro
regards.
Click to expand...
Click to collapse
Nice! I'll try this ROM later!
Would you recommend to flash another kernel? I'm using CM10.1 + custom Siyah kernel based
Strokesws said:
Nice! I'll try this ROM later!
Would you recommend to flash another kernel? I'm using CM10.1 + custom Siyah kernel based
Click to expand...
Click to collapse
yeah you can use a custom kernel. you have good options now:
Dorimanx 8.32/9.32 http://forum.xda-developers.com/showthread.php?t=1617219
KangBang 1.3 http://forum.xda-developers.com/showthread.php?t=2311448
Gustavo_S Siyah_CM based kernel build 0605 http://forum.xda-developers.com/showthread.php?t=2222843
My current favourite is KangBang 1.3, with "zzmove" governor, and "zen" scheduler ..
Regards.
Whats the difference between infected and unofficial from the 26nd?
Gesendet von meinem GT-I9100 mit Tapatalk 4
infected_ said:
yeah you can use a custom kernel. you have good options now:
Dorimanx 8.32/9.32 http://forum.xda-developers.com/showthread.php?t=1617219
KangBang 1.3 http://forum.xda-developers.com/showthread.php?t=2311448&highlight=aokp
Gustavo_S Siyah_CM based kernel build 0605 http://forum.xda-developers.com/showthread.php?t=2222843
My current favourite is KangBang 1.3, with "zzmove" governor, and "zen" scheduler ..
Regards.
Click to expand...
Click to collapse
I'm using Gustavo_S Siyah_CM based kernel build 0605. I prefer long battery life. Which is the best?
ArnomaF said:
Whats the difference between infected and unofficial from the 26nd?
Gesendet von meinem GT-I9100 mit Tapatalk 4
Click to expand...
Click to collapse
they are the same build, but because i changed buid.prop from "UNOFFICIAL" to "INFECTED", it was giving error on the md5sums, and some users asked me to upload "untouched" build, so the md5sum match up ..
Strokesws said:
I'm using Gustavo_S Siyah_CM based kernel build 0605. I prefer long battery life. Which is the best?
Click to expand...
Click to collapse
Like i said on my previous post, my current favourite is KangBang 1.3 + init.d scripts.. Gustavo_S kernel is also good, but its a bit outdated, now even more with new release of mali drivers.
Rom performs as good as any other nightly before, no issues, battery seems slighty better, I'll report at the end of my cycle, I'm curious about the usual ril crash after two days uptime, (memleak) b/c I hate reboots...
Well done @iNFECTED.:thumbup:
Tapatalked from my Galaxy SII
What's the difference between Your builds and Kalpik's build? Just asking.,
I asked Kalpik also.. hehe

[ROM][4.2.2][LINARO][SABERMOD] PAC True All in 1 ROM [PA][AOKP][CM]

i9100 PAC True All in 1 Linaro/SaberMod Builds
​Build PAC 4.2 Milestone 1 Final Release is ONLINE
Build/Sync Date: Aug 07 2013 00h:31m GMT+01h:00 Lisbon (Summer Time)​
DOWNLOAD:​
i9100 PAC True All in 1 Linaro/SaberMod Builds​
(md5sum included with all builds)​
(CROSS-COMPILED with linaro-android-toolchain-eabi-4.8 20130721 toolchain, and sabermod-arm-eabi-4.7.4 20130720 toolchain)
(Linux Mint 15 x64 3.9.11)​
Build Changelog:​
Finalize Code in 4.2
- Stability fixes
- Tiles Colors
- Settings Rearrange
- Add ROM-Share [mithun46]
- Update Halo
- Halo Size
- Listview Animations
- Update PA to 3.68
- Update AOKP to Milestone 2
- Update CM 10.1
- Add SE-Linux
- Enable Lockscreen shortcuts in Rom Control
- A lot more that you will find when exploring PACman​
Click to expand...
Click to collapse
​ Older Changelogs:
22.4.0>23.0
Added HALO [Sniper & gs2usr]
Updated PA to 3.6
Removed MDPI/HDPI PA Preferences Hack
Updated to CM-10.1-RC5
TRDS 2.0
22.3.0 -> 22.4.0
Add ROMStats to PAC-Man ROM [BLOWNCO & Mithun46 & PapaSmurf151]
Updated all CM commits to RC4[szl.kiev]
Updated PA commits[singhdd93]
Fix Pie & Tablet Date View[singhdd93]
Update AOKP Ribbons[xLaMbChOpSx]
Fix 3-dot Menu Button[xLaMbChOpSx]
Build 22.2.0 RC1
Pac-In-Black Toggle
Initial LDPI Support
updated AOKP Sources to Milestone1
Fixed: navbar rings 90° rotate in landscape
Lockscreen Theming support
New Battery Styles
AOKP Ribbon
Added missing MDPI battery icons
Lockscreen SOD Fixed
Settings layout redone
Minimal bootanimation
Updated/Added Translations
other cm and aokp patches
Build 22.1
Changelog Feature [gs2usr]
Fixed Quick Pulldown (Instant Tiles Pulldown) [gs2usr]
Fixes on Settings & CleanUp [IvanBrazza & gs2usr]
Added QuickSettingsModeTile [Nick0703]
Updated PA sources to 3.15
Resize text to fit on tile size adjusted [gs2usr]
Choice to enable/disable CRT animation & at which orientation [kufikugel]
Fixed PhabletUI NavBar in landscape [gs2usr]
Brought sources inline with CM & PA sources [bluefa1con & szlkiev]
Merged some performance patches from CM the actual commit list is long this is a list of things a user will notice [bluefa1con]
Build 22
Brought Tiles inline with cm ones
Updated PIE Controls
Fix System UI crash when changing recent app key
Notification Shortcuts & WiFi display (SlimRoms)
Brought some things inline with cm source
New BootAnimation (for most devices updated)
Various Device Updates
Changelog Feature
Fixed Quick Pulldown (Instant Tiles Pulldown)
Fixed back button will collapse statusbar
Toggle to disable Fullscrean Keyboard
Pie and Volume Toggle
Network Tile Updates
Latest PA and some CM Updates
Fixed FC's related to changing Navbar targets
Build 21
Swipe to go between QOS and Toggles
Add PACman OTA (not functional yet)
Ability to save pictures on SD card
Fix System UI crash when changing recent app key
Make Camera shutter follow device sound setting
Enable Copy/Paste in Google Talk
Update Charging Animation
LockscreenPattern : Toggle dots/error pattern visibility
Have DashClock hide lockscreen clock
SystemUI: Fix dock battery icons for phablet UI
LockscreenTargets : Dismiss on target select
Feature : Volume adjust sound preference
Quick Pulldown
Merge Paranoid Android 3.1
Merge CyanogenMod MileStone patches
Merge AOKP patches
Merge new SuperUser
A lot of stability improvements
Build 20 new mali
New Mali Update from S3 4.2.1 leak
camera fixes
smoother than ever
Build 20
Based on Android 4.2.2
Full AOKP integration
Fix for pie
Change pie trigger Area
Open Source Camera HAL
A lot of changes that cant be listed
Build 19.9.1
PA 3.00
fixed status bar with colour
added aokp navigation bar
added hardware key custom action
added clear all button in recent apps
a lot of under the hood changes
Initial Release​
Click to expand...
Click to collapse
​
(Build Time taken: 43m; Linaro optimization -O3 cflag used; CCACHE not used; "clean" used, clean build)
These builds are hosted in my private account at MediaFire (purchased account - 120GB | no ads and really fast downloads!)​
(buildbot: intel core i7 [email protected], asus p8z77-v, 8gb corsair vengeance pro 2133mhz, sapphire hd7970 dual-x,
2x samsung 128gb ssd 840 pro raid 0 array, 2x western wigital wd3200aaks raid 0 array, samsung f1 1tb, silverstone olympia 1000w psu, antec 1200 high-tower)
(wc setup: swifttech apogee xt cpu-block, black-ice gtx-lite 240 radiator, 2x noiseblocker eloop b12-3 1900rpm fans, swifttech mcp355 water-pump, danger den 5.25" reservoir bay)​
Disclaimer:
These builds are freshly compiled/synced from PAC open-source code:
https://github.com/PAC-man
A great thanks to @bluefa1con and team for they great work and letting me use is sources.
When its necessary, it can be cherry-picked a commit and integrate it on the build
SaberMod ARM-EABI 4.7.4 20130720, and official Linaro GCC 4.8 2013.07-01 toolchains used to cross-compile.
If you have any doubt or question, post it in the main thread, so we can help out.
You can check Official PAC i9100 thread for support also, since the source code is the same.​
{
"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"
}
Recommended Installation Procedure
Coming from another Custom ROM:
Wipe Data/Factory Reset (This does not affect your Internal/External storage)
Format /System (This does not affect your Internal/External storage)
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Coming from Stock Samsung ROM:
Root Phone - Get CWM Recovery
Wipe Data/Factory Reset (This does not affect your Internal/External storage)
Format /System (This does not affect your Internal/External storage)
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
Updating from previous version:
Flash ROM
Flash Gapps
Wipe Cache
Wipe Dalvik Cache
Reboot
OFFICIAL PAC HELP INDEX & FAQ
DOWNLOADS
Download ROM:
PAC man AIO ROM MediaFire Download Folder
Download Gapps:
http://goo.im/gapps
F.A.Q (Frequently Asked Questions)
What is the difference between these builds and the official builds?
These are unofficial builds of PAC rom AIO for the i9100.
ROM is built using the same source code (github) like the official one but with these following additions:
Compiled using SaberMod ARM-EABI 4.7.4 20130720 (kernel code) & Linaro GCC 4.8 2013.07-01 (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 re-based 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/
infected_ said:
reserved
Click to expand...
Click to collapse
yeah..me too..reserved..
What's the difference between your versions of famous roms and the originals?
Sent from my GT-I9100 using Tapatalk 4
maorgit said:
What's the difference between your versions of famous roms and the originals?
Sent from my GT-I9100 using Tapatalk 4
Click to expand...
Click to collapse
3rd post.
http://forum.xda-developers.com/showpost.php?p=44346497&postcount=3
regards.
Any chance of building PDroid patches with your linaro builds? Great work by the way! Cheers.
Linaro/SaberMod PAC 4.2 Milestone 1 Final Release (20130807) UPLOADED!
Enjoy!!
Sub:thumbup::beer::thumbup:
Verstuurd van mijn GT-I9100 met Tapatalk
samsungmario said:
Any chance of building PDroid patches with your linaro builds? Great work by the way! Cheers.
Click to expand...
Click to collapse
a PAC openpdroid build would be very nice :victory:
samsungmario said:
Any chance of building PDroid patches with your linaro builds? Great work by the way! Cheers.
Click to expand...
Click to collapse
halop2k said:
a PAC openpdroid build would be very nice :victory:
Click to expand...
Click to collapse
whats the need for Pdroid, if CM implemented Privacy Guard, and does the same thing..
I can build it. its not difficult, but i just don't see whats the point...
regards.
infected_ said:
whats the need for Pdroid, if CM implemented Privacy Guard, and does the same thing..
I can build it. its not difficult, but i just don't see whats the point...
regards.
Click to expand...
Click to collapse
pdroid 2.0 is very nice for its watchdog,i hope it can be built too ,thanks.
---------- Post added 8th August 2013 at 12:09 AM ---------- Previous post was 7th August 2013 at 11:50 PM ----------
http://d-h.st/users/AuSSiELaMbChOpS/?fld_id=0#files
AuSSiELaMbChOpS have built pac for pdroid2.0,but he not use sabermod,i use slimbean of sabermod,very nice.so i hope can use pac of sabermob for pdroid2.0, thanks again.
infected_ said:
whats the need for Pdroid, if CM implemented Privacy Guard, and does the same thing..
I can build it. its not difficult, but i just don't see whats the point...
regards.
Click to expand...
Click to collapse
It is both similar and different. Does a similar thing but the interfaces are so different - Pdroid 2.0 vs. Privacy Guard. The best answer I can offer is this - why have a PACMan Rom built with Sabermod and Linaro when there is already the official version + the unofficial version? Because they are actually different!
It is about choices. The more choices we have the better right Infected? Hope you build us a Pdroid version if not at least a zip file to patch the rom. Thanks much!:good::good:
Finally another SaberMod Rom! woohoo Flashing time! :good:
infected_ said:
whats the need for Pdroid, if CM implemented Privacy Guard, and does the same thing..
I can build it. its not difficult, but i just don't see whats the point...
regards.
Click to expand...
Click to collapse
the main reason is with pdroid you can customize every single right.
which is very important for many apps
in privacy guard the only option is on or off
halop2k said:
the main reason is with pdroid you can customize every single right.
which is very important for many apps
in privacy guard the only option is on or off
Click to expand...
Click to collapse
can't check CM now. i'm on rootbox, testing. rootbox "privacy-guard" is different... its called "permission's management", and let's customize every single action the app in question does on your phone, and you can give it permission to it or not.. for example, facebook has more than 40 options to give permission.. (i stopped counting when reached 40 .. )
Here is the patch I made using autopatcher - thanks to Mateorod. If you are using PDroid app, use version 2.0 1.51.
https://www.dropbox.com/s/ze9m1lx7sxykx2j/update-aosp-GT-I9100-20130807-openpdroid.zip
Cheers.
infected_ said:
can't check CM now. i'm on rootbox, testing. rootbox "privacy-guard" is different... its called "permission's management", and let's customize every single action the app in question does on your phone, and you can give it permission to it or not.. for example, facebook has more than 40 options to give permission.. (i stopped counting when reached 40 .. )
Click to expand...
Click to collapse
In Permissions management are many options.
But it restrict in a different way.
Not with fake data’s like Pdroid
So a few apps are crashing:
With Pdroid everything works fine.
samsungmario said:
Here is the patch I made using autopatcher - thanks to Mateorod. If you are using PDroid app, use version 2.0 1.51.
https://www.dropbox.com/s/ze9m1lx7sxykx2j/update-aosp-GT-I9100-20130807-openpdroid.zip
Cheers.
Click to expand...
Click to collapse
Thanks for that.
But without a new pac autopatcher patch, it should be very buggy.. or not ?
samsungmario said:
Here is the patch I made using autopatcher - thanks to Mateorod. If you are using PDroid app, use version 2.0 1.51.
https://www.dropbox.com/s/ze9m1lx7sxykx2j/update-aosp-GT-I9100-20130807-openpdroid.zip
Cheers.
Click to expand...
Click to collapse
Thanks. Will try when I get home and have a look at PDroid.
Regards.
Enviado do meu Nexus 7

[ROM][JB][4.3.1][LINARO/SABERMOD] CarbonRom 1.9.1 [NIGHTLY BUILDS][UNOFFICIAL]

{
"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"
}
Linaro CarbonRom 1.9.1 Nightly Builds
(Android 4.3.1)
Build 20131112 is ONLINE
Sync/Build Date: Nov 12 2013 01h:31 GMT+0 Lisbon
DOWNLOAD
MAIN MIRROR
(MEDIAFIRE FOLDER)
BACKUP MIRROR
(AFH FOLDER)
Changelog #1
Changelog #2
Builds are compiled ONLY with official GCC Linaro & SaberMod toolchains (sabermod arm-linux-androideabi-4.9.0 13.07 & linaro arm-eabi-4.7.4 13.10)
-O3 building optimizations;
custom performance flags;
strict-aliasing rules;
cortex string routines handling;
sqlite fsync hack (by dorimanx);
over +20 cherry-picked commits/patches;
Builds are hosted in my private account at MediaFire (purchased account - 120GB | no ads and really fast downloads!)
(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,
2x western wigital wd3200aaks raid 0 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 15 x64 3.9.11)
Disclaimer:
Freshly compiled/synced from CarbonRom open-source code:
https://github.com/CarbonDev/
When its necessary, it can be cherry-picked a commit and integrate it on the build
sabermod arm-linux-androideabi-4.9.0 201307, and linaro arm-eabi-4.7.4 201310 toolchains used to cross-compile.
If you have any doubt or question, post it in the main thread, so we can help out.
You can check Official i9100 CarbonRom thread for support also, since the source code is the same.
Special Thanks
IAmTheOneTheyCallNeo, DJLamontagneIII, fusionjack and bluefa1con - for the tips, and some of the commits/patches on the ROM building.
​
Click to expand...
Click to collapse
​
FAQ and Tutorial
What is the difference between these builds and the official builds?
These are unofficial builds of CarbonRom (Android 4.3) for the i9100.
ROM is built using the same source code (github) like the official one but with these following additions:
Compiled using linaro arm-eabi 4.7.4 13.10 (kernel code) & sabermod arm-linux-androideabi 4.9.0 13.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
Q: I love Carbon but I don’t type in English. How can I change my default keyboard language to <insert your language here>?
A: The stock android keyboard in Carbon comes with the ability to download a variety of language packs. To change it go to Settings>Language & input>Android keyboard (AOSP) settings button>Input languages. Uncheck “use system language” and select the language that you would like to use.
—————————————————————————————————————————–
Q: I see you make something called “Nightly Builds”. What are those?
A: Nightly Builds are experimental builds that are released each night with the latest features, and bug fixes, which keeps you up to date but may also be dysfunctional due to the adding a new features and code.
—————————————————————————————————————————–
Q: How do I switch from my current ROM over to Carbon?
A: (These directions are assuming you are already rooted and have installed a recovery manager, preferably CWM Recovery)
(1.) Decide whether you would like to use the stable release version of Carbon, or whether to use the nightly version of Carbon
(2.) Once you have decided, download the correct file of Carbon for your specific device using the goo app on your phone or from the goo website (make sure you know your device’s codename)
(3.) Download the corresponding GApps file using goo app on your phone or from the goo website (20130813)
(4.) Make sure you know where both files are on your phone’s sd card and then reboot to recovery
(5.) MAKE A NANDROID BACKUP of your current ROM so you have something to go back to in case anything goes wrong
(6.) If you are switching to Carbon from another ROM, you must do a full wipe before flashing Carbon, please follow these steps to wipe: Factory reset, wipe system partition, wipe cache and dalvik once more.
(7.) Now once everything is wiped, flash the Carbon zip you downloaded and then IMMEDIATELY after flash your GApps zip.
(8.)(Optional) If you have a custom kernel you would like to flash, flash it now.
(9.) Reboot your device and allow it a few minutes to startup, it may take some time on first boot.
(10.) You’re all done. Enjoy using Carbon!
—————————————————————————————————————————–
Q: What is “dirty” flashing?
A: Dirty flashing is when you do not wipe any of your data or the system partition before flashing a newer version of Carbon.
—————————————————————————————————————————–
Q: I am using the stable version of Carbon, can I switch over to the nightly builds (and vice versa) without clean wiping?
A: If you are already running Carbon you can switch over to any version of Carbon by dirty flashing (unless directly stated that a wipe is required in the changelog).
—————————————————————————————————————————–
Q: If I am already running Carbon, do I have to reflash GApps every time I dirty flash the newest updates?
A: No, Carbon has a built in script that backs up the system partition and will reapply your GApps automatically when you flash the newer version of Carbon.
—————————————————————————————————————————–
Q:How do I update my version of Carbon?
A: If you are already running Carbon and would like to update to the latest version, you can simply dirty flash the newest version on top of your current setup (unless otherwise stated in the changelog).
reserved +1
Sweeeet!
After great Saber/linaro Cm, even this..
You are awesome!
Screen
Inviato dal mio GT-I9100 con Tapatalk 4
Great work, infected_.
I'm sure this will be a masterpiece, Carbon rom allied with Linaro/sabermod and optimizations...it can't be better.
But you should add a change log...just an idea...
Cheers
Is it stable & for daily use please ? cuz i'm thinking to try Carbon ROM
lomistars said:
Is it stable & for daily use please ? cuz i'm thinking to try Carbon ROM
Click to expand...
Click to collapse
Let me know will you? I'm giving it a go
Sent from my GT-i9100 using Tapatalk 4
Just tried this out and am surprised with the amount of deepsleep I got. I think it was 3% in 6 hours.
Good job! I might stick around on this ROM. So far, so good.
Just waiting for a better implementation of AD by ChameleonTeam.
EDIT: found a bug: Clear Recents button does not stick if you open Recent Apps with No Apps in it.
1. Enable Clear Recents button in any corner
2. Open Recent Apps switcher and clear list
3. Open Recent Apps switcher again (there should be no apps in it)
4. Close, then open an app again
5. Try to open the recent apps switcher again, the clear recents button should be gone.
It does not seem to happen all the time, though.
crypticc said:
Let me know will you? I'm giving it a go
Sent from my GT-i9100 using Tapatalk 4
Click to expand...
Click to collapse
So far so good
Sent from my GT-i9100 using Tapatalk 4
---------- Post added at 08:11 AM ---------- Previous post was at 08:07 AM ----------
!n0x said:
Just tried this out and am surprised with the amount of deepsleep I got. I think it was 3% in 6 hours.
Good job! I might stick around on this ROM. So far, so good.
Just waiting for a better implementation of AD by ChameleonTeam.
EDIT: found a bug: Clear Recents button does not stick if you open Recent Apps with No Apps in it.
1. Enable Clear Recents button in any corner
2. Open Recent Apps switcher and clear list
3. Open Recent Apps switcher again (there should be no apps in it)
4. Close, then open an app again
5. Try to open the recent apps switcher again, the clear recents button should be gone.
It does not seem to happen all the time, though.
Click to expand...
Click to collapse
All the above okay for me . tried three times. Did you come from another ROM?
Clean or dirty? I came from official carbon and dirty flash
Sent from my GT-i9100 using Tapatalk 4
crypticc said:
All the above okay for me . tried three times. Did you come from another ROM?
Clean or dirty? I came from official carbon and dirty flash
Sent from my GT-i9100 using Tapatalk 4
Click to expand...
Click to collapse
Now it's working well, came from SlimBean, done clean flash. Maybe it's just my phone
Is it possible to dirty flash from a "i9100 CYANOGENMOD 10.2 LINARO/SABERMOD NIGHTLY BUILD" ?
suchiqaz said:
Is it possible to dirty flash from a "i9100 CYANOGENMOD 10.2 LINARO/SABERMOD NIGHTLY BUILD" ?
Click to expand...
Click to collapse
nop. wipes are mandatory.
infected_ said:
nop. wipes are mandatory.
Click to expand...
Click to collapse
Thank you
Are these official carbon builds from goo.im?
Deleted...
raducux said:
Are these official carbon builds from goo.im?
Click to expand...
Click to collapse
Nope. The compiling part is slightly different but for the most part its the same ROM
raducux said:
Are these official carbon builds from goo.im?
Click to expand...
Click to collapse
Same source code; different, custom and optimized building.
I may have a couple of hours free today.
I'll sync & build then, nightly 20131002.
build 20131002 is UPLOADING!
Updated OP and added FAQ to 2nd post.

[ROM][KK][4.4.2][LINARO/SABERMOD] Omni Rom [WEEKLY BUILDS][20140213]

i9100 OMNI ROM 4.4.2 LINARO/SABERMOD WEEKLY BUILDS
Nightly Build 4.4.2 20140213 is ONLINE
Build/Sync Date: Feb 13 2014 07h:xx GMT+00h:00 Lisbon
DOWNLOAD
(Goo.im - Main Mirror)
DOWNLOAD
(AFH - Backup Mirror)
(md5sum included with all builds)
HOMEPAGE
http://infectedbuilds.com
Kernel code compiled with linaro arm-eabi-4.7.4 201404 toolchain
ROM code compiled with sabermod arm-linux-androideabi-4.8.3 201404 toolchain
ROM FEATURES
-O3 optimizations
strict-aliasing rules
custom performance flags
+30 cherry-picks used
sqlite fsync hack by dorimanx
white UI (following kitkat design)
Click to expand...
Click to collapse
CHANGELOG
https://changelog.omnirom.org/
https://gerrit.omnirom.org/#/q/status:merged+branch:android-4.4,n,z
Click to expand...
Click to collapse
These builds are hosted in my private account at MediaFire (purchased account - 120GB | no ads and really fast downloads!)
(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,
2x western wigital wd3200aaks raid 0 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 16 "Petra" x64 3.13.1)
DONATIONS
Please consider helping with this project development and hosting, by giving a small donation...
http://infectedbuilds.com is almost complete. i will try to get it up and running at full throttle by the end of this week.
i will need to buy a new dedicated hosting service... looking into the ones users suggested.
you can check the progress made by webdev @Jflima at his github: https://github.com/Jflima92/Omni
so, please donate what you can, so this project goes forward, and keeps getting better, and better.
you can donate, using this link: DONATE
thank you all,
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
nims11, herna​ 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.
Downloads
i9100 Linaro/SaberMod Omni ROM NIGHTLY BUILDS
Gapps
Root Access
SuperSu
Installation Instructions
First Time User of Omni Rom
1. First of all download all 3 zip files and place them in your SD-card (Internal or external)
2. Backup of your current ROM
3. Wipe data/factory reset, wipe dalvik cache, wipe cache
4. Install zips from sd card, Omni ROM, Gapps and Super SU.
5. 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.
Working/Not Working
This are early nightly builds, so don't expect that everything will work as a stable release or have all the functions/options.
​
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 i9100.
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
I will trie. Can you add toggles to change?
Sent from my GT-I9100 using Tapatalk
Infected thanks for your build.
I wil try this rom and report
Sent from my GT-I9100 using xda app-developers app
Please add 'Known Bug List' (guess atm same as nims11 builds) - thanks.
Downloading... Seems to take its time.
Slim-4.3.1||i9100¬Tapa2
Antutu scores please (detailed)
How to install cm10.2 on this? When trying to flash, error appears
Mate, add gapps in the OP, and a little how to...
A lot of people are changing from Dalvik to ART, it would be good some info and problems about this...
rsimas said:
I will trie. Can you add toggles to change?
Sent from my GT-I9100 using Tapatalk
Click to expand...
Click to collapse
code will be compiled as it is, from omni git. if they add toggles, then this builds will have toggles.
the only change for now, until i patch the build to compile the ROM code with linaro/sabermod, is the kernel code that's compiled with linaro arm-eabi 4.7.4 201310
Following thread. Hope OP gets updated with more details especially with what gapps to use. Or is anyone so kind there to spoonfeed me? Haha. And also guide me to be able to get ART working. Well, thanks a lot guys.
Sent from my GT-I9100 using xda app-developers app
./delete.sh
http://forum.xda-developers.com/showthread.php?t=2397942
infected_ said:
Just did a fast thread opening, and have to leave now. when i get home again, i'll arrange things better, and provably make a new build..
PS: gapps are the same used on nims11 builds, but i'll spoon-feed you guys..
GAPPS 4.4 (PA)
http://www.mediafire.com/folder/e68x4lsotd6xh/4.4
Info on pa's gapps: http://forum.xda-developers.com/showthread.php?t=2397942
Click to expand...
Click to collapse
Ok, let's try.
Nice job, mate.
thanks man but for me i will wait for more feature merging in rom and then update to 4.4 ....:good:
some screenshots plz
Thanks. Working great for the moment.
ammarsg said:
thanks man but for me i will wait for more feature merging in rom and then update to 4.4 ....:good:
Click to expand...
Click to collapse
I'm also waiting for more features, particularly the toggles in notification drawer.
Sent from my GT-I9100 using Tapatalk 4
sidrocks89 said:
I'm also waiting for more features, particularly the toggles in notification drawer.
Sent from my GT-I9100 using Tapatalk 4
Click to expand...
Click to collapse
yes at least feature in 4.3.1 ....we look forward not backword
Mobile data didn't worked :what: but @nims11 build worked fine. I've tested both
Sent from my GT-I9100 using XDA Premium 4 mobile app
OP, 2nd post and 3rd post updated..
build 4.4 20131120 is compiling, i'll upload soon.

[ROM][4.3.1][09/28] SlimSaber Reborn - i9100 [SlimBean Unofficial Builds]

SlimBean i9100 SaberMod 4.9 Unofficial builds
Reborn ‘R’ Edition​
{
"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"
}
SlimSaber: SaberMod toolchain 4.9.0
SlimKernel: SaberMod toolchain 4.9.2​
Disclaimer
I'm not responsible for any damages on your device.
As you may know from the SlimSaber main thread, I’m starting to release the SlimSaber 4.3.1 again based on SlimBean.
I named this version as ‘Reborn’ because I started to saber SlimBean 4.3.1 again from scratch and it has some KitKat bug and memory leak fixes.
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.
!!! Please don't discuss these unofficial builds in the official thread. User can get confuse easily. !!!
Main Features
The Real Dark Slim (TRDS)
SlimPIE
Expanded Desktop
LCD Density Changer
List View & System Animation
Navigation Bar & Ring
Notification Power Widget
Privacy Guard
Profiles
Quick Settings
RAM Bar
Theme Engine
Widgets Viewpager
Performance Settings
You can find more feature details here: http://imgur.com/a/54NrL
An overview of the SlimSettings can be found here: http://slimroms.net/images/slimsettings.pdf
What makes different from the official SlimBean
Compiled with a custom toolchain Sabermod for more performance and better battery life
Compiled with the most GCC optimization level -O3
Compiled with strict-aliasing compiler optimization
Added patches to fix GCC strict-aliasing violation rules
Added ARMv7 and Cortex-A9 optimized string handling routines for more smoothness and more memory optimization
Added zzmoove governor to the SlimKernel
Disabled SQLite fsync to increase I/O performance
Cherry-picked some AOSP bug and memory leak fixes
Cherry-picked some KitKat bug and memory leak fixes
Powered by SuperSU
Installation instructions
Coming from 4.1.x or 4.2.x or another ROM to 4.3.x:
Flash recovery from here. A kernel is a recovery and a recovery is a kernel.
Reboot to recovery. Not to the system!
Full wipe: system, data, cache, dalvik cache.
Flash the unofficial build.
Flash gapps from here
Please use the 'minimal' one since our system partition is not big enough to carry the 'full' one.
If you use slim gapps, the play store is not updateable to the latest one. If you need the latest one, you need to install it manually, but only the play store, not the whole gapps.
Coming from previous unofficial build:
Wipe cache and dalvik cache.
Flash the unofficial build.
No need to re-flash gapps. Gapps will be restored back automatically by backup tool during flashing.
Another version of full wipe/dirty flashing from Hopper8
Known Issues
Latest Google Drive is crashing. You need an earlier version of Google Drive which is still working.
Occasional hot reboot while uninstalling apps
SlimKernel
Compiled with SaberMod 4.9.1
Compiled with -Ofast and some compiler flags to optimize the memory
Added zzmoove governor
Ability to disable logging
Patched some security vulnerabilities
Latest release
Latest SlimSaber : 20140908
Full Changelog
afh
Download
SlimSaber : afh
SlimKernel: afh
Credits
SlimBean - The SlimRom team
SaberMod toolchain - sparksco
zzmoove governor - ZaneZam
SlimSaber banner and signatures - kroz
SuperSU - Chainfire
Special Thanks
HardCorePawn - for his great work making the SlimBean available on i9100 device.
Dorimanx - for patches to disable sqlite fsync.
DHO, PrimeDirective, NuclearMistake - for awesome fixes and improvements from VanirAOSP.
Sources
https://github.com/SlimSaber
F.A.Q (Freaking Annoying Questions)
How to set zzmoove profile
Available zzmoove profiles:
Default
Will set governor defaults
Yank Battery
A very good battery/performance balanced setting - DEV-NOTE: highly recommended! -
Yank Battery Extreme
Like yank battery but focus on battery saving
ZaneZam Battery
A more 'harsh' setting strictly focused on battery saving - DEV-NOTE: might give some lags! -
ZaneZam Battery Plus
NEW! reworked 'faster' battery setting - DEV-NOTE: recommended too! -
ZaneZam Moderate
NEW! setting based on 'ZaneZam Optimized' which has mainly (but not strictly only!) 2 cores online -
ZaneZam Optimized
Balanced setting with no focus in any direction - DEV-NOTE: relict from back in the days, even though some people still like it! -
ZaneZam Performance
All you can get from zzmoove in terms of performance but still has the fast - down scaling/hotplugging behaving
ZaneZam InZane
NEW! based on performance with new insane scaling active. a new experience!
ZaneZam Gaming
NEW! based on performance with scaling block enabled to avoid cpu overheating during gameplay
How to set the zzmoove profile:
Go to Settings - Advanced options - Performance - choose zzmoove governor
Press menu key and choose Governor Settings
Search for 'profile_number' and pick a number from above
Press 'Apply values' and eventually enable 'Apply on boot'
Only profile_number can be persisted, any other gov settings will be changed based on the chosen profile template.
How to disable CellBroadcastReceiver
There are two possibilities to disable it:
Remove it: Settings - SlimCenter - SlimSizer - Delete CellBroadcastReceiver
Freeze it: Use Titanium Backup and freeze 'Mobile Broadcast'
Root doesn't work!
Enable 'Developer options'
Go to Settings -> About Phone
Tap on the Build Number 7 times
Go to Settings -> Developer options -> Root access
Choose 'Apps' or 'Apps and ADB'
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
Radio cleaner
If you have signal dropping problem or once messing with your RIL, flash this to return to the OpenRIL: http://d-h.st/LqZ (Credit to codeworkx)
It flashes also the LS8 modem.
Signatures by kroz
SlimSaber
SaberMod SlimRoms
Download here: http://d-h.st/users/kroz/?fld_id=25717#files
Bootanimation by kroz
Download here: http://d-h.st/users/kroz/?fld_id=28876#files
More information about this bootanimation, see here: http://forum.xda-developers.com/showpost.php?p=47920976&postcount=5592
It's time for 'R'
SlimSaber-i9100-4.3.1-20140705.zip
Changes:
frameworks/base: Bunch of memory leak fixes, some of them are from kitkat
MediaProvider: Better thumbnail handling and memory leak fixes
TWRP-ify
Reduce google play services wakelock
Kernel: Patched CVE-2014-3153 and CVE-2014-3144, CVE-2014-3145
See changelog for the rest of changes
First greatest rom if you dont have the 4.4.4 build [emoji12]
most stable and fast rom.
Good , maybe in future we will have an AROMA version with more tweaks , options , themes ... etc . Somethink like HCT Rom ! Anyway thx for this ROM .
Witch is the best kernel for battery life ?
Third [emoji16][emoji72] Good job FJ[emoji106]
@fusionjack
Link for older google Drive version in opener is missing
Regards
Most stable and user friendly ROM for our S2s. I am planning to use it as daily rom until we have a newer version which is stable as this ROM.
Sent from Slimsaber 4.3.1
Smoothest and most friendly with battery ROM I have ever used!
I'm using 0705 version and I am really pleased.
Thank you so much, @fusionjack.
home button
is the home button working,,? i tried the version before,didnt work,very annoying to press back button many times,,
Hello @fusionjack. As another user also mentioned before, there are some problems about sensors. All of a sudden, the sensors stop working, like auto rotate, proximity sensor, and brightness. Turning on or off the settings does not work. Only reboot can solve this problem. I can not replicate it as it happens all random.
It does not occur often but it's annoying because requires reboot.
Sent from Slimsaber 4.3.1
zezam67 said:
is the home button working,,? i tried the version before,didnt work,very annoying to press back button many times,,
Click to expand...
Click to collapse
Ummmm.....it always worked for me.......I don't understand the base for your question ....I don't understand why it wouldn't work on previous version which I still have installed in 2ndrom slot.....but....i'm curious and a lazyboy a bit TBH....and if anyone could try if opening certain web pages still chrashes either stock browser or boat browser.....i'd be thankful a lot....
here's the web page link:
www.rtvslo.si/novice/zadnje
to test if it'll chrash browser on first time opening the page.....
I'm really tired atm....and I'm not in the mood to boot 2ndrom right now so please.....if anyone could do me a favour I'd be grateful ....[emoji56][emoji56]
I downgraded from Slimsaber 4.4.4 to this one and it was the best rom-decision I ever made. It's slim fast, stable and battery friendly.
Please do not add too many features because I like it slim. I even disabled some of the minimal gapps.
Good work FJ and thanks for our own thread :highfive:
nerubian said:
Hello @fusionjack. As another user also mentioned before, there are some problems about sensors. All of a sudden, the sensors stop working, like auto rotate, proximity sensor, and brightness. Turning on or off the settings does not work. Only reboot can solve this problem. I can not replicate it as it happens all random.
It does not occur often but it's annoying because requires reboot.
Sent from Slimsaber 4.3.1
Click to expand...
Click to collapse
i think something is crashing and all services are dead. when this happens, a logcat would be helpful. get it through settings - slimcenter - bugreport.
zezam67 said:
is the home button working,,? i tried the version before,didnt work,very annoying to press back button many times,,
Click to expand...
Click to collapse
yeah, it should work. i never have this problem. when this happens, press the home button many times and then grab logcat. perhaps we could see what was happened in your setup.
j1gga84 said:
@fusionjack
Link for older google Drive version in opener is missing
Regards
Click to expand...
Click to collapse
yeah, i'm aware of that. i need to organize my afh folder first.
xtmzone said:
Good , maybe in future we will have an AROMA version with more tweaks , options , themes ... etc . Somethink like HCT Rom ! Anyway thx for this ROM .
Witch is the best kernel for battery life ?
Click to expand...
Click to collapse
there won't be aroma version. it is hard to maintain. rom with aroma is usually used for samsung roms where there is no source codes.
if we want to do that for non samsung rom, that means we need to compile the code differently with each features. that is crazy...
@ all: thanks for welcoming and feedback. :good:
i was working last night on 'R'...i have a plan to replace koush's superuser with supersu from chainfire.
root is working fine, but the root settings in developer options to enable or disable root doesn't work. so, if you want to disable root, you need to do it in the supersu apk.
i need to take a look again this weekend...
Nice job on latest build master. Those fixes have really made a difference
Quick question: Someone once posted a way to watch YouTube in HD but I just cant find that post anymore and it annoys me lol. Anyone have a way? Watching videos in 480p right now
Maybe it requires a specific YouTube version? I've tried one from XDA but it didnt help.
natalya said:
Nice job on latest build master. Those fixes have really made a difference
Quick question: Someone once posted a way to watch YouTube in HD but I just cant find that post anymore and it annoys me lol. Anyone have a way? Watching videos in 480p right now
Maybe it requires a specific YouTube version? I've tried one from XDA but it didnt help.
Click to expand...
Click to collapse
Use SuperTube. Works better than youtube for me
Hey OP, mind if I request something? Check this line: Github - line 594
I decompiled framework-res.apk and changed the value from 10 to 4 from advice from others on XDA. It is much more convenient, especially in the dark.
I suggest changing it to 4 in your future builds. I'm not really much into decompiling and recompiling after each and every build, so figured you could at least give it a go. Trust me, you will love it
Thanks.
torstenconrad said:
Hey OP, mind if I request something? Check this line: Github - line 594
I decompiled framework-res.apk and changed the value from 10 to 4 from advice from others on XDA. It is much more convenient, especially in the dark.
I suggest changing it to 4 in your future builds. ...
Thanks.
Click to expand...
Click to collapse
I too find the default minimum brightness far too bright. Even in low light or under lighting in public transport, not just the dark.

Categories

Resources