[ROM] CM10.1 AOSP 4.2.2 Jellybean [KANG] [Aug-6] - HTC Vivid, Raider, Velocity

CyanogenMod 10.1.2 Jellybean 4.2.2 - KANG
CyanogenMod is an enhanced open source firmware distribution for smartphones and tablet computers based on the Android mobile operating system. It offers features and options not found in the official firmware distributed by vendors of these devices. Features supported by CyanogenMod include native theming support, FLAC audio codec support, a large Access Point Name list, an OpenVPN client, an enhanced reboot menu, support for Wi-Fi, Bluetooth, and USB tethering, CPU overclocking and other performance enhancements, soft buttons and other "tablet tweaks", toggles in the notification pull-down (such as wi-fi, Bluetooth and GPS), app permissions management, as well as other interface enhancements. CyanogenMod does not contain spyware or bloatware. In many cases, CyanogenMod may increase performance and reliability compared with official firmware releases.
Source: CyanogenMod Wiki​
Screenshots
Installation Instructions
Requirements
* Rooted (obviously)
* A brain
Installation
1: If you are coming from another ROM do a full wipe
1a: if this is just an update to THIS ROM BASE you can simply wipe cache and dalvik cache
1b: if your device is S-ON you must flash your boot.img either with fastboot or some type of GUI program EVERY FLASH (google is your friend)
2: Flash gapps (download below)
3: Reboot
4: Enjoy CyanogenMod 10.1
Please read the whole post for changelog, Download links, and other important info
Updates:: First build since initial release, mainly cosmentic changes. although a couple important fixes. Anyways please take the time to read the whole post, as well as post #2
. As always: remember it takes a FULL charge from AC, and a full discharge then re charge batteryt to be accurate. Also leave it plugged in for up to an hour at 100%, Another thing i find helps battery life is to make custom auto-adjustment values if you use auto-brightness. Check below for full changelog Feedback always welcome Please read the Kernel section for more info and full config options for the kernel.
Albinoman887
Working
SMS/MMS
Wi-FI
Data
GPS
Audio
Radio
Camera
Google Now
Internal/External SD card
Bluetooth
H/W Accelerated Video Playback
Native Wi-Fi Tethering
1080p Video Recording
Not Working
????????????
Changelog
Aug-19
* Here is a test CM-10.2 build. please post your results. if they are good i will open a new thread...
Aug-6
* Synced with upstream
* Kernel updated to Linux 3.0.85
* One more go at the low mic in call issue
* Build is now on a new super fast server. i will still use goo.im due to the OTA update function but the new server will be the main download link
July-23
* Fixed a few rare graphical glitches (no not with Maps 7)
* Any and all upstream changes at time of compile
* Disabled Sweep2wake since it doesnt work (it does on pyramid and shooter so will revisit this bug one day)
July-15
* CM tagged 10.1.2 (security fixes)
* 2nd go at fixing sim card message
* Fixed torch turning off with screen
* Fixed soft reboots!!
* Enabled FauxSound
* General cleanup
* Any upstream updaes to CM at time of compile
July-2
* Fixed all the issues with the last release and black screen
* Really fixed video recording - NOTE!: if dirty flashing you must clear data and cache of Gallery app
* Kernel: Enabled mpdecision (I forgot)
* Fixed "SIM card inserted" message on boot
* Fixed issue where some people had to toggle airplane mode to get service
* General cleanup of code, seems more stable
* Kernel: Changed version string to ChronicKernel to conform with my pyramid/GS4/glacier kernels
* Added qcom-post-boot service to startup (was missing)
* Upstream CM Changes
June-30
* Fixed Low volume
* Fixed LED flashlight toggle not being selectable for notification drawer
* Fixed Video recording
* Fixed Dock options not showing in settings
* Fixed volume rocker wake not showing in settings
* Fixed issue with soft-reboots during heavy usage
* Added init script for configuring some kernel settings (GPU OC, fsync, etc) (located:/system/etc/init.d/99kernel)
* Set min CPU freq to 384mhz like on other msm8660 devices (192mhz is a buggy freq)
* Fixed big margins on homescreens with trebuchet after clean install
* Upstream CM changes
June-29 - initial build
notable changes since cm10
* Kernel: GPU drivers updated to jb-chocolate from CAF
* Kernel: Genlock updated to jb-chocolate from CAF
* Kernel: vidc updated to jb-chocolate from CAF
* Kernel compiled with linaro and -o3 optimizations
* Kernel: updated to Linux 3.0.80
* All issues from development builds squashed
Kernel
ChronicKernel
* Compiled with linaro
* Set flash to disable if battery is below 10% to prevent the random shut-off when taking a pic
* Removed/Disabled KSM
* Removed ZRAM
* User-configurable GPU OC (Not OC'd by default)
* Optimized and compiled with with the "Optimize a lot, or -o3 option)
* Added more I/O schedulers
* Tweaked voltages a bit
* Reverted CRT hack to smooth animation in Android 4.2.2
* Increased PMEM_MDP as it is needed in Android 4.2.2 to fix soft-reboots
* PM_FAST enabled by default (high power wi-fi when screen is off)
These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. If you want more features of the Sultan kernel feel free to flash it, but support will not be provided in this thread.
Other Features of the kernel include:
* OC to 1866Mhtz (default 1566Mhtz)
* Undervolted
* User-configurable CPU OC
* User-configurable CPU default governor (ondemand = default)
* User-configurable I/O scheduler (default = SIO)
* User-configurable badass gonvernor (default = balanced)
* Sweep2Wake
You can edit many of the settings in /system/etc/init.d/99kernel, here is a snippet of the script with all the config options
Kernel init script: Click Show Content to expand
Code:
#Script originally made by Axetilen. Modified by Sultan (android1234567)
#Updated for albinoman887's ChronicKernel (98% of the credit goes to android1234567. Thanks so much man :)
# Configure your options here #
# Config default CPU Gonvernor (Disabled by default: When disabled uses internal Kernel setting)
# For better battery life switch to badass
# Kernel Default: ondemand
# Possible values
# badass
# ondemand
# interactive
#= lagfee
# performance
GOV=ondemand;
# Config I/O scheduler
# deadline
# cfq
# noop
# vr
# sio (default)
IO=sio;
# Config CPU max frequency
# Default: 1566000 (1566Mhtz)
# Overclockable to - 1836000 (1836Mhtz)
# for badass set to 1566mhtz (best performance/battery life)
MAXFREQ=1566000;
# Config CPU min frequency
# Default: 384000 (384Mhtz)
# Range 384000 - 1944000 (384Mhtz - 1944Mhtz)
MINFREQ=384000;
# Config 3D GPU clock
# 228571000 = 228mhz
# 266667000 = 267mhz (default)
# 300000000 = 300mhz (Recomended For balance of Performance and Battery life)
# 320000000 = 320mhz
GPU=266667000;
# Config 2D GPU clock
# 145455000 = 145mhz
# 160000000 = 160mhz
# 200000000 = 200mhz (default)
# 228571000 = 228mhz (Recomended For balance of Performance and Battery life)
# 266667000 = 267mhz
DD=200000000;
# Badass
# possible values
# 1 = performance
# 2 = balanced
# 3 = battery saving
BADASS=2
# Enable Sweep2Wake
# 0 = disabled (default)
# 1 = enabled
# 2 = enabled (with no button backlight during sweep)
SWEEP=0
# Enable Fastcharge
# 0 = disabled
# 1 = substitute AC to USB charging always
# 2 = substitute AC to USB charging only if there is no USB peripheral detected
FASTCHARGE=0;
# Fsync Control
# Disabled by default (recomended)
# 2 = Fsync disabled
# 1 = Fsync enabled
FSYNC=2;
# TUN
# Disabled by default
# 0 = Disabled
# 1 = Enabled
TUN=0
# End of configurable options #
Please note this is not the full script just a small portion, Check /system/etc/init.d/99kernel for the full script
Bugs
* MHL doesn't work
* Sweep2wake sometimes causes issues with the proximity sensor during calls
Notes
Most vivid users are S-ON, if you don't know what this is you are. This means you must flash the boot.img EVERY FLASH either with fastboot or similar, if you fail to do this you WILL have problems, including broken wifi and instability
* As of Feb-19 CyanognMod changed the way the reboot menu works. To enable the "Advanced Reboot" menu with recovery and bootloader go to Settings>Developer Options and Check Advanced Reboot
* As of AOSP 4.2.2 ADB now has a whitelist feature. On first connect with adb it will say device offline You need to update your ADB then with the phone connected. Disable and Re-Enable Android Debugging in the Developer Options menu. It will ask if you want to accept and show the PC's RSA key. Select Yes and it will now work as expected
* If your homescreen does not look right (big margins) go to System Settings>Launcher>homescreen[/B] click Stretch screens. Then choose grid size and set rows to 5.
* As of AOSP 4.2.1 Developer Options and Performance setting menu options are hidden until you go into about phone and tap build number repeatedly (aprox. 6 times) this only needs to be done once
* If you are having a lot of soft reboots when waking the device set you min CPU freq. to 384htz in Performance settings. (What? no Performance settings? ummm look up hehe)
* If you are coming from another ROM i highly recommend you perform and Wipe Date/Factory Reset in recovery menu when applying this ROM.
* The gapps linked to does not have photosphere. As far as i know it's not supposed to. If you want photophere search for the flashable zip
* If you can't get MMS to work. Send yourself a MMS. or just wait a day. eventually they will work again
* For the best battery life I suggest the stock settings with the exception of the ONDEMAND governor. Switching to BADASS will yield best battery results
DOWNLOAD
ROM : cm-10.1-20130806-Albinoman887-holiday.zip
Gapps : gapps-jb-20130301-signed.zip
Goo.im Repo : CLICK HERE
* This ROM can also be downloaded directly with GooManager *
Source Code
Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod
Credits
* android1234567 for getting this porting project going, it was a joint effort between us to get this going
* billibox for his relentless testing
* of course cyanogen, the CyanogenMod project and all who contribute.
* Bruce2728 for doing all the leg-work originally to get get CM-10 on our Sensation, most of which was used for CM-10.1
* Evervolv Team for their device tree. This was largely what was needed to get the build going.
* mikez for all his work on the Evervolv/pyramid tree.
* NLJ for making the diff patch of Evervolv's frameworks_av repo to get camera working
* jiggs82 for all his helpful hints.
* And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
* dastin1015 for answering all my n00bish questions, and providing helpful hints and solutions
* android1234567 for all the help with the kernel, without you we wouldn't have new kernel
* tarfu for fixing camera p2z
* blahb14hblah for his hint to the extra scrolling tweak in frameworks/base
* NLJ for fixing the Sweep2Wake proximity sensor issue
* Skipjacks for maintaining the Q&A thread
* A bunch of thanks to arco, for all his updates to our kernel, our display libs, our media libs, and for fixing the video playback glitching, and for being a good friend and dev mentor.
Donations
I really didn't want to do this but people keep asking so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means
Note: The name on the paypal account may say patricia, this is because it's a family paypal account.
For more information, like kernel info (and possibly newer kernel builds) from our kernel chef android1234567 read the 2nd post
Happy Flashing
Albinoman887

Reserved

Reserved for future kernel fun

Awesome job guys, it was great to see this in development and finally finished. And THANK YOU for the DevHost mirror, its way faster than too... I'm getting between 5-10Mb/s
{
"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"
}
Sent from my CyanogenMod Vivid using Tapatalk 4

Hey I'm downloading it right now and I'm wondering if the ROM still has low call volume problems?

Wooow, I really thought this phone had no more hope (excluding the dev thread). And here it is...nice work everyone that put in the time. We all GREATLY appreciate it.
Time to test this out and report some bugs.
Thank you again!!!

HTC_Vivid said:
Hey I'm downloading it right now and I'm wondering if the ROM still has low call volume problems?
Click to expand...
Click to collapse
Seems like I can barley hear voicemail so I would say yes...

I'm assuming that's being dealt with in those kernel changes that were hinted about in the OP. Can't wait to test this out.

switchy85 said:
I'm assuming that's being dealt with in those kernel changes that were hinted about in the OP. Can't wait to test this out.
Click to expand...
Click to collapse
It hasn't been fixed the entire time CM10 has been out... So if these guys find a fix I would be amazed!

switchy85 said:
I'm assuming that's being dealt with in those kernel changes that were hinted about in the OP. Can't wait to test this out.
Click to expand...
Click to collapse
Don't get your hopes up I've already tried fixing it many times in the kernel without any luck.

Excellent news! Going to bed to word of "I don't know what else to try" and waking up to a new thread and a fully functional ROM!!!
May I be so bold and ask what the last missing but was for getting WiFi working?
Big thanks in any case to all, known and unknown, that participated so far.
François

frankieGom said:
Excellent news! Going to bed to word of "I don't know what else to try" and waking up to a new thread and a fully functional ROM!!!
May I be sobold and ask what the last missing but was for getting WiFi working?
Big thanks in any case to all, known and unknown, that participated so far.
François
Click to expand...
Click to collapse
Some firmware was missing for it. As far as I know.

bilibox said:
Some firmware was missing for it. As far as I know.
Click to expand...
Click to collapse
Thanks

Well flashed it on my phone and it is awesome. Get ready for the flood of 4.2 ported roms. Already working on two rom ports from the HTC Sensation just need to finalize and get permission from the devs hopefully will have booting roms up by Friday as I am going on a holiday.
Sent from my HTC One using Tapatalk 4

After some quick initial testing, it appears everything in OP WORKING list, WORKS .
Data, SD, Wifi, Sound, and more. Seems VERY snappy too. Ohh some really good work

Thanks guys for your great work :thumbup:
One question 1080p video can be played with hardware playback ? Cm10 can't do this
Sent from my HTC Holiday using xda app-developers app

Only bug that I find is that it takes quite a long time to wake up the screen compared to cm10.
Sent from my HTC One using Tapatalk 4

Since this is 4.2.2, will BaNkS Gapps will work OK?
Sent from my Vivid 4G using Tapatalk 2

Can't wait to flash
Sent from my Vivid 4G using xda premium

bruce7373 said:
Since this is 4.2.2, will BaNkS Gapps will work OK?
To answer myself: yes, so far so good.
Click to expand...
Click to collapse
I see there's still the issue of CM not mounting the external sdcard when USB connected that exists with CM 10. I was hoping things would be different with 4.2.2, but apparently not. The workaround is to go into Recovery and mount it there, then connect. So this must be a CM issue, since the problem doesn't exist with PAC (4.1.2). Or maybe how CM works with the Vivid. Anyone have any idea?
Sent from my Nexus 10 using Tapatalk HD

Related

[EOL] [KERNEL] [I9300] [Samsung JB] Boeffla-Kernel 5.11/6.9/7.9 (23-10-2015)

*** NOTE: All kernels are now officially end-of-life (EOL).
Please do not expect any more updates for them in future, no maintenance and no bugfixing. ***
Hi all,
this is the thread about the well-known Boeffla-Kernel for the Samsung Galaxy S3 international.
Compatibility
Important: This kernel is only meant to be compatible with official Samsung Stock firmware and nothing else.
So when the kernel does not run on custom rom XYZ, do not even bother me with it or ask hundred times in the thread for compatibility.
I could not care less about it !!
Notes:
Never install it on CM or AOSP based roms!!!
Kernel version 5.x are only for Samsung based Jelly Bean 4.3.x roms!!!
Kernel version 6.x is only for ported Samsung based Kitkat 4.4.2 roms (e.g. Archiport) !!!
Kernel version 7.x is only for ported Samsung based Kitkat 4.4.4 roms (e.g. back-to-n00t) !!!
Kernel versions 1-4 are only for Samsung based Jelly Bean 4.1.x roms!!! (no development anymore)
For the CM Boeffla-Kernel, please go HERE.
If you have questions to settings, presets, others configuration and wanna share your configuration, head over to the unofficial Boeffla-Config App Config sharing thread:
http://forum.xda-developers.com/showthread.php?t=2621308
Support
First read the FAQ section on the Homepage !!!
Click here to learn about all possible kernel settings in the config app.
Click here to learn about using the config app.
I will refuse to give support if you do any undervolting and experience freezes or hot reboots.
I will also not provide any support if you do not use Boeffla-Config app to tweak the kernel, other 3rd party tweaking apps are known (and intended) to cause issues.
Change logs
(you can also access them directly in Boeffla-Config V2 by pressing menu and selecting "change log...")
Change log for Android 4.3 kernels: KLICK HERE
Change log for Android 4.4.2 kernels: KLICK HERE
Change log for Android 4.4.4 kernels: KLICK HERE
Features
* To tweak and configure the kernel, manually load and install the app "Boeffla-Config V2" from here: DOWNLOAD
* Upstreamed to Linux 3.0.101 (www.kernel.org)
* Based on Samsung source code GT-I9300_JB_Opensource_Update13
* Initramfs from xxugml2 kernel
* CPU "soft" overclocking to 1500 or 1600 MHz
* CPU undervolting interface
* GPU frequencies configurable (underclocking, overclocking up to 700 MHz)
* GPU voltages configurable (undervolting, overvolting)
* Configurable zRam (Turbo zRam with up to 4 devices)
* Configurable touch-to-wake
* Configurable touch boost frequency
* Configurable early suspend time (for screen off animations, 100ms default)
* Configurable LED for fading mode, speed and brightness
* Configurable charger rate for AC, USB and wireless (default increased to 1100 mA for ac charging)
* Charging logic supports ignore unstable power and remove safety margin
* Charge information display support via Boeffla-Config V2 app
* Boeffla-Sound engine V1.6.5 to unleash the power of the Galaxy S3 audio chip
* Additional governors: zzmoove 0.7d, pegasusqplus, smartassv2 and lulzactiveq
* Governor profiles for pegasusq, pegasusqplus and zzmoove for performance, battery saving etc.
* Additional schedulers: ROW, ZEN, BFQ (v6r2) and SIO
* Schedulers configurable separate for internal and external SD memory
* Hardcore speedmod sharpness fix implemented (default is off)
* Black crush fix for better balanced display
* SD card read ahead buffer configurable separate for internal and external SD memory (default increased to 256 kB)
* Ext4 File system tweaks (default to on, can be disabled)
* System Tweaks predefined supported (default is off, new Mattiadj tweak set included)
* WIFI Multicast filter for better battery life
* WIFI wakelock times reduction
* Proportional rate reduction for TCP
* TCP congestion changed from Cubic to Westwood
* Wifi mac address change support
* Dynamic fsync 1.2 implemented
* Timeout for external SD card changed to improve handling of crappy SD cards
* Custom boot animation support
* Swap supported (but not recommended, use zRam instead)
* init.d support (in /system/etc/init.d - set correct permissions!)
* exFat opensource (Samsung OSRC) instead of proprietory modules
* NTFS (read-only access only!) compiled as a module
* CIFS compiled as a module
* NFS compiled as a module
* XBox controller support as module
* exFat support switchable (switch it off if you do not need it)
* Battery monitor wakelocks reduced
* Kernel can root if required (create file "autoroot" on internal sd and reboot)
* Android logger can be disabled
* Kernel logger can be disabled
* Disabled various debug logs and traces
* Frandom compiled as a module (for mods like Crossbreeder)
* Triangle away supported
* Automatic EFS backup to external (priority) or internal SD Card (fallback) - now compatible with tools like kTool
* Kernel initialisation log file (with history of 3 log files)
* Exynos vulnerability and sudden dead issue fixed
* Emergency reset script automatically placed into /boeffla-kernel-data folder of your internal memory
* Compatibility to common standard apps (Voltage Control, SetCPU, System tuner etc.)
* EFS V1 modem supported (also on Android 4.3)
* Compiled with Google arm 4.7 toolchain
* Internal kernel busybox version 1.21.1
Download
For all information and downloads (stable AND testing versions), visit the Boeffla-Kernel homepage:
www.boeffla.de
History
Basically I created Boeffla-Kernel as there was no kernel for the Samsung Galaxy S3 around that had exactly the mix of functionalities that I wanted. I wanted to have full flexibility in undervolting and charge rates for instance, but did not like the sharpness and/or brightness tweaks many kernels have implemented as per default.
Hence, I began to create my own kernel after a while, adding all the features I like. This is the result of my work, which in the end I decided to share with you. I hope you like it as much as I do.
The objective of this kernel is to have a kernel for daily use. It does not aim for best battery life, or best smoothness or best benchmark scores. It aims more for a good mix of all, not sacrificing stability and functionality in the end.
And - most important: It aims to stay quite close to stock !!!
This said, I will definitely NEVER implement:
dual boot (I do not need it)
color "calibration" (I do not like it, but I like the crispy stock colours)
real hard overclocking higher than 1600 MHz as this is outside of Exynos specs
f2fs - it is known to cause various issues and compatibility problems
anything that requires upstreaming of kernel parts to a higher kernel major version
So do not even ask for it. Everything else I am happy to check and decide.
Compatibility
To reiterate it again: This kernel is only for Samsung based Jelly Bean (Android 4.1.x) firmwares. It is not designed to run on AOSP based roms!
Configuration of the kernel
To tweak and configure the kernel, manually load and install the app "Boeffla-Config V2" from the downloads section on www.boeffla.de.
Donation
If you like my work, feel free to donate: Donation-Link
You will receive a personal donation code which unlocks some nice comfort functions in Boeffla-Config V2 on top.
Source code
All sources can be found in my Github repository: http://github.com/andip71
Credits to developers
Of course, I had never been able to create all that by my own. So I want to give credits to the really good developers around, that have given me all the inspiration and from which I cherry picked lots of the implemented functionalities:
* Yank555
* ZaneZam
* Hardcore
* Chainfire
* Harunjo
* AndreiLux
* Netarchy
* Gokhanmoral
* Simone201
* Supercurio
* Mialwe
* Entropy512
* Faux
... I just hope I did not forget someone. If so, please let me know and I will add you of course.
Thanks to all of you for your great work !!!
Disclaimer
*** As always - Flash on our own risk! ***
Make sure you flash the correct version depending on your firmware version!
I can and will not take any responsibility for bricked phones or lost data.
It is generally recommended to run a complete Nandroid backup in CWM recovery and safely store your personal data before you flash a new kernel.
Cheers and enjoy
Andi
reserved1
--- reserved for future usage ---
reserved2
--- reserved for future usage 2 ---
nice new kernel good luck
Sounds very promising. Glad to see some people will keep their s3. Sending u a beer soon installing now
Ps. Fix the links
Sent from my GT-I9300 using Tapatalk 2
This is weird. I just tried on PC and Phone, both working for me...
Can you maybe try again? What browser are you using?
Cheers
Andi
Jack Barrett said:
Sounds very promising. Glad to see some people will keep their s3. Sending u a beer soon installing now
Ps. Fix the links. Redirects to downloading html page.
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
Tried stock & chrome. Downloads html page (same page)
Sent from my GT-I9300 using Tapatalk 2
Very weird, but ok. As a quick fix I will upload the kernel to the OP now.
Stay tuned, you will find in a vew minutes.
Thanks
Andi
Jack Barrett said:
Tried stock & chrome. Downloads html page (same page)
Sent from my GT-I9300 using Tapatalk 2
Click to expand...
Click to collapse
I had no problem getting into your homepage or dl both kernel and cleaner script..
Will flash your kernel tomorrow..
Anyway welcome to gs3
Downloaded via PC. 5 min on it and I love it. Keyboard seems faster than before. Cleaned RAM twice, no redraw. Maybe launcher is locked in memory?
Here's your beer. Cheers and best of luck!
{
"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"
}
Sent from my GT-I9300 using Tapatalk 2
Download links now avaialbe in OP
EDIT: Have done some setting changes to the homepage, it should be working now also from your mobile devices. If not, please PM me...
For all those having trouble to download from the homepage to the mobile device: I have temporarily added download links into the OP as well.
Sorry for the inconvenience.
Thanks
Andi
i m testing this kernel since first betas quietly with my rom builds and i can say nothing but only best words.
This is the best kernel i ve ever had.
I m not going to say that other kernels are bad, not at all.
But for me stability and dailly use comes first and i cannot see lag anywhere......everything seems fast and it dont need overclock for sure....it is perfect out of the box
testing now and will announce the results after !
This is nice....
) ) ) over the air on Galaxy SIII ( ( (
sotmax said:
i m testing this kernel since first betas quietly with my rom builds and i can say nothing but only best words.
This is the best kernel i ve ever had.
I m not going to say that other kernels are bad, not at all.
But for me stability and dailly use comes first and i cannot see lag anywhere......everything seems fast and it dont need overclock for sure....it is perfect out of the box
Click to expand...
Click to collapse
I am also testing it till beta. I know for sure that this Kernel for me is the BEST. Very Smooth ,no lags..
Thank you Andi
This looks great man!
Nice to see new kernels here...
Is there a possibility to add cpu/gpu oc mate?
Thank you for contributing to the community.
Cheers,George.
nfsmw_gr said:
This looks great man!
Nice to see new kernels here...
Is there a possibility to add cpu/gpu oc mate?
Thank you for contributing to the community.
Cheers,George.
Click to expand...
Click to collapse
You need to read the first post about OC
good luck mate will test it
Exactly... OC is really not on my roadmap for the time being.
I see not a big point in it, the device is also fast enough for daily usage without OC.
But if you insinst on OC, there are plenty of other absolutely great kernels around for it
Thanks
Andi
efegue said:
You need to read the first post about OC
Click to expand...
Click to collapse
Download from homepage now working fine
Hi,
just a small update on the download issue from the homepage yesterday:
I completely swapped out the old download component in the CMS and replaced it by a different one. Now it has been confirmed (Thanks to Jack Barrett) to be working fine.
By the way - there is a known issue with auto root reported (in both 1.0 and 2.0-beta1 versions), I am currently working on it and expect a new beta version very soon.
Cheers
Andi

[ROM] AOKP 4.2.2 milestone1 [July-20]

AOKP (Android Open Kang Project) Milestone1 - Jellybean 4.2.2
{
"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"
}
Updates:: Here is AOKP milestone1 (Android 4.2.2) built from source using my CM repos and kernel. Should run about just as well as the CM version with all of the same bugs or lack there of
Screenshots
Installation Instructions
Requirements
* Rooted (obviously)
* A brain
Installation
1: If you are coming from another ROM do a full wipe
1a: if this is just an update to THIS ROM BASE you can simply wipe cache and dalvik cache
1b: if your device is S-ON you must flash your boot.img either with fastboot or some type of GUI program EVERY FLASH (google is your friend)
2: Flash gapps (download below)
3: Reboot
4: Enjoy AOKP
Please read the whole post for changelog, Download links, and other important info
. As always: remember it takes a FULL charge from AC, and a full discharge then re charge batteryt to be accurate. Also leave it plugged in for up to an hour at 100%, Another thing i find helps battery life is to make custom auto-adjustment values if you use auto-brightness. Check below for full changelog Feedback always welcome Please read the Kernel section for more info and full config options for the kernel.
Albinoman887
Working
SMS/MMS
Wi-FI
Data
GPS
Audio
Radio
Camera
Google Now
Internal/External SD card
Bluetooth
H/W Accelerated Video Playback
Native Wi-Fi Tethering
1080p Video Recording
Not Working
????????????
Changelog
July-20
* Synced with upstream - maybe gallery issue will be fixed?
July-18
* initial build
Kernel
ChronicKernel
* Compiled with linaro
* Set flash to disable if battery is below 10% to prevent the random shut-off when taking a pic
* Removed/Disabled KSM
* Removed ZRAM
* User-configurable GPU OC (Not OC'd by default)
* Optimized and compiled with with the "Optimize a lot, or -o3 option)
* Added more I/O schedulers
* Tweaked voltages a bit
* Reverted CRT hack to smooth animation in Android 4.2.2
* Increased PMEM_MDP as it is needed in Android 4.2.2 to fix soft-reboots
* PM_FAST enabled by default (high power wi-fi when screen is off)
These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. If you want more features of the Sultan kernel feel free to flash it, but support will not be provided in this thread.
Other Features of the kernel include:
* OC to 1866Mhtz (default 1566Mhtz)
* Undervolted
* User-configurable CPU OC
* User-configurable CPU default governor (ondemand = default)
* User-configurable I/O scheduler (default = SIO)
* User-configurable badass gonvernor (default = balanced)
* Sweep2Wake
You can edit many of the settings in /system/etc/init.d/99kernel, here is a snippet of the script with all the config options
Kernel init script: Click Show Content to expand
Code:
#Script originally made by Axetilen. Modified by Sultan (android1234567)
#Updated for albinoman887's ChronicKernel (98% of the credit goes to android1234567. Thanks so much man :)
# Configure your options here #
# Config default CPU Gonvernor (Disabled by default: When disabled uses internal Kernel setting)
# For better battery life switch to badass
# Kernel Default: ondemand
# Possible values
# badass
# ondemand
# interactive
#= lagfee
# performance
GOV=ondemand;
# Config I/O scheduler
# deadline
# cfq
# noop
# vr
# sio (default)
IO=sio;
# Config CPU max frequency
# Default: 1566000 (1566Mhtz)
# Overclockable to - 1836000 (1836Mhtz)
# for badass set to 1566mhtz (best performance/battery life)
MAXFREQ=1566000;
# Config CPU min frequency
# Default: 384000 (384Mhtz)
# Range 384000 - 1944000 (384Mhtz - 1944Mhtz)
MINFREQ=384000;
# Config 3D GPU clock
# 228571000 = 228mhz
# 266667000 = 267mhz (default)
# 300000000 = 300mhz (Recomended For balance of Performance and Battery life)
# 320000000 = 320mhz
GPU=266667000;
# Config 2D GPU clock
# 145455000 = 145mhz
# 160000000 = 160mhz
# 200000000 = 200mhz (default)
# 228571000 = 228mhz (Recomended For balance of Performance and Battery life)
# 266667000 = 267mhz
DD=200000000;
# Badass
# possible values
# 1 = performance
# 2 = balanced
# 3 = battery saving
BADASS=2
# Enable Sweep2Wake
# 0 = disabled (default)
# 1 = enabled
# 2 = enabled (with no button backlight during sweep)
SWEEP=0
# Enable Fastcharge
# 0 = disabled
# 1 = substitute AC to USB charging always
# 2 = substitute AC to USB charging only if there is no USB peripheral detected
FASTCHARGE=0;
# Fsync Control
# Disabled by default (recomended)
# 2 = Fsync disabled
# 1 = Fsync enabled
FSYNC=2;
# TUN
# Disabled by default
# 0 = Disabled
# 1 = Enabled
TUN=0
# End of configurable options #
Please note this is not the full script just a small portion, Check /system/etc/init.d/99kernel for the full script
Bugs
* MHL doesn't work
* Sweep2wake sometimes causes issues with the proximity sensor during calls
Notes
* As of AOSP 4.2.2 ADB now has a whitelist feature. On first connect with adb it will say device offline You need to update your ADB then with the phone connected. Disable and Re-Enable Android Debugging in the Developer Options menu. It will ask if you want to accept and show the PC's RSA key. Select Yes and it will now work as expected
* As of AOSP 4.2.1 Developer Options and Performance setting menu options are hidden until you go into about phone and tap build number repeatedly (aprox. 6 times) this only needs to be done once
* If you are having a lot of soft reboots when waking the device set you min CPU freq. to 384htz in Performance settings. (What? no Performance settings? ummm look up hehe)
* If you are coming from another ROM i highly recommend you perform and Wipe Date/Factory Reset in recovery menu when applying this ROM.
* The gapps linked to does not have photosphere. As far as i know it's not supposed to. If you want photophere search for the flashable zip
* If you can't get MMS to work. Send yourself a MMS. or just wait a day. eventually they will work again
* For the best battery life I suggest the stock settings with the exception of the ONDEMAND governor. Switching to BADASS will yield best battery results
DOWNLOAD
ROM : aokp_holiday_Albinoman887_2013-07-20.zip
Gapps : gapps-jb-20130301-signed.zip
Goo.im Repo : CLICK HERE
* This ROM can also be downloaded directly with GooManager *
Source Code
Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/AOKP
Credits
* android1234567 for getting this porting project going, it was a joint effort between us to get this going
* billibox for his relentless testing
* of course cyanogen, the CyanogenMod project and all who contribute.
* The AOKP project and all who contribute
* And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
* dastin1015 for answering all my n00bish questions, and providing helpful hints and solutions
* android1234567 for all the help with the kernel, without you we wouldn't have new kernel
* tarfu for fixing camera p2z
* NLJ for fixing the Sweep2Wake proximity sensor issue
* A bunch of thanks to arco, for all his updates to our kernel, our display libs, our media libs, and for fixing the video playback glitching, and for being a good friend and dev mentor.
Donations
I really didn't want to do this but people keep asking so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means
Note: The name on the paypal account may say patricia, this is because it's a family paypal account.
For more information, like kernel info (and possibly newer kernel builds) from our kernel chef android1234567 read the 2nd post
Happy Flashing
Albinoman887
Reserved
Too much ROMs omg good work albino and bili
Sent from my Vivid 4G using xda premium
lol
Since these ROMs all seem to be the same, this one have a center clock? Only thing I don't like about CM
Sent from my Vivid 4G using xda premium
joe3681 said:
Since these ROMs all seem to be the same, this one have a center clock? Only thing I don't like about CM
Sent from my Vivid 4G using xda premium
Click to expand...
Click to collapse
What do you mean? And these Roms are very different.
camo_flage said:
Too much ROMs omg good work albino and bili
Sent from my Vivid 4G using xda premium
Click to expand...
Click to collapse
If you think this is too much you're in a whirl of trouble my friend....
Can't even turn on WiFi
Sent from my Vivid 4G using xda premium
joe3681 said:
Can't even turn on WiFi
Sent from my Vivid 4G using xda premium
Click to expand...
Click to collapse
Did you flash boot img??
No. I'll try that. Works without flashing on other roms
Sent from my Vivid 4G using xda premium
NIiice
OT:
I was trying myself to sync the AOKP repos a few weeks ago (when you had first got CM10.1 up) but it ened up freezing half way through some 20 million lines of w.e it was doing and after like 70gb of w.e. was downloaded. I gave up after hours of nothing happening lol.
So am I glad that a dev came through on this thank you! I really dont know how you even keep all that source stuff straight..I am no noob with computers by any means but jeez lol thats some confusing-ness.
ROM REPORT:
So, first build aannnd....its AWESOME! So far everything works as expected. So far no reboots (knock on wood), sound, data, wifi, calls, etc. work great. Seems smooth and very stable (in the few hours I have been testing).
THANKS:
Thank you thank you for helping the few of us left. And they said we couldn't have CM10 because of mic...if we just had these devs when phone came out, I think it would have got way more spotlight. Which is quite sad because I think this phone is one of the nicer on the market (for a 2011 phone).
Thanks, and no problem
Sent from my SGH-M919 using Tapatalk 2
another good rom, much faster then pac, and a little faster than cm10.1, and what i like - it just works)
albinoman887, thank you very much for your work)
I am having a bit of a problem with the gallery app. I did flash the correct one for this version of jellybean.(gapps-jb-20130301-signed.zip)
It can't find my other photos and the app force closes after selecting "details" on a newly taken picture.
I can open my other photos by opening them through the file manager and selecting gallery. Anyone else experiencing similar problems?
ulsigem said:
I am having a bit of a problem with the gallery app. I did flash the correct one for this version of jellybean.(gapps-jb-20130301-signed.zip)
It can't find my other photos and the app force closes after selecting "details" on a newly taken picture.
I can open my other photos by opening them through the file manager and selecting gallery. Anyone else experiencing similar problems?
Click to expand...
Click to collapse
My DU rom does the same thing I believe. Albino and I are talking about it
EDITED!: Don't listen to whatever i posted before this was edited
I'm a crazy tired guy xD We will see whats up
ulsigem said:
I am having a bit of a problem with the gallery app. I did flash the correct one for this version of jellybean.(gapps-jb-20130301-signed.zip)
It can't find my other photos and the app force closes after selecting "details" on a newly taken picture.
I can open my other photos by opening them through the file manager and selecting gallery. Anyone else experiencing similar problems?
Click to expand...
Click to collapse
I am thinking so.
I had a weird one happen too. I think maybe I took a few pictures, had dropbox installed and setup to transfer instantly to my account. After a few shots, dropbox just started FCing along with a system.media FC. I could not even log in to dropbox after that, it kicked me out and FC any time I hit log in, along with the media FC.
I tried clearing data of the app, no go. Tried wiping dalvik in recovery. No go. Then noticed all my photos were missing in gallery before my few pictures I took with this build (I only saw those few pics). I thought weird, I hope they didnt get deleted during install of ROM. But nope, I flashed the sense 4.1 backup I had (its the most stable I got) and everything went back to normal, all pics were there, dropbox works fine, no FC.
I think something is indeed weird with the gallery. 'IS' anyone else having any issues too?
i know it sounds dumb but anyone try redoing permissions? either with "fix permisions" or just running chown -R 1000:1000 /sdcard/ and then chmod -R 644 /sdcard/
if not... try taking the gallery2.apk from cm and see what happens
bilibox said:
My DU rom does the same thing I believe. Albino and I are talking about it
EDITED!: Don't listen to whatever i posted before this was edited
I'm a crazy tired guy xD We will see whats up
Click to expand...
Click to collapse
sorry for offtopic, but.. can you build aosp? (just 4.2.2 without any options.. like vanilla android on nexus devices?) (+root)
kkruglov said:
sorry for offtopic, but.. can you build aosp? (just 4.2.2 without any options.. like vanilla android on nexus devices?) (+root)
Click to expand...
Click to collapse
Ill look into it in the morning
i'll be updating this rom sometime today....just got a lot to compile

[ROM] CM-10.2 | AOSP 4.3.1 Jellybean [KANG] [Oct-31]

| CyanogenMod 10.2 - Android 4.3.1 - Jellybean |
{
"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"
}
Code:
#include
/*
* Your warranty is now likely void.
*
* I am not responsible for bricked devices, dead SD cards,
* spontaneous combustion, or any other host of cosmic penalties
* which may befall you, your family, or your phone.
*
*/
If you ask any questions that are answered in the first two posts your question will be ignored. If you don't search prior to posting you will be ignored. If you don't read you will be ignored. If you've done all that and still don't have an answer then feel free to ask your question. Ambiguity doesn't help anymore. Elaborate. It's that simple.
Click to expand...
Click to collapse
Built from CM source
Service
Text
Call
Audio
WiFi
Google Now
Bluetooth
GPS
MMS
Video playback
Audio playback
Camera
Camcorder
UMS
Maps 7 has graphical glitches. See "Extras" section in 2nd post for older glitch free version
On first phone call after a reboot, mic volume is very low. either hang up and call back or blow into the mic real fast and the gain will be corrected
Do NOT use superwipes
Wipe data, cache, and dalvik cache
** (if you are simply applying an update to this rom base this might not always be required)
*** ((but do not report bugs if you didn't full wipe))
[*]If you are S-ON flash the boot.img either via fastboot or some other tool (this is esential!!)
Flash ROM
Flash GAPPS
Reboot
???
Profit
To enable Developer Options and Performance go to Settings, About Phone and repeatedly press Build Number.
If you use ADB read this: PSA by CM
If you use reboot to recovery read this: PSA by CM
Regarding new Superuser: PSA by CM
Read the FAQ thread here before posting any questions in this thread: FAQ
billibox for being my dedicated tester
And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
NineInchNails for being an awesome dev partner, moral support and friend!
dastin1015 for being an awesome dev partner and friend!
A bunch of thanks to arco, for all his updates to our kernel, our display libs, our media libs, and for fixing the video playback glitching, and for being a good friend and dev mentor.
All my supporters!
I really didn't want to do this but people keep asking so here is a donation link if you want to buy me a coffee or pack of smokes (I go through a lot sitting on the PC messing around lol) go ahead. But not required or expected by any means
Note: The name on the paypal account may say patricia, this is because it's a family paypal account.
Thanks and happy flashing!
Download link is in 2nd post
Oct-31
* Signal issues are fixed once and for all
* Kernel: updated bluetooth drivers to match CAF kernel
* Kernel: imported bluetooth stack from Google's Common Kernel
* Kernel: Misc updates to help power usage
* Kernel: Updated to Linux 3.0.101 EOL
* Kernel: Misc optimization tweaks
** Note: goo.im is undergoing a server move so their filesystem is read-only for the next week. So builds won't be uploaded there until their move is complete
Oct-28
* Fixed data issues from last build, still takes awhile for initial connection
* Fixed strange signal strength reporting (asu was way off)
* Kernel is compiled with -o3 (optimize alot) flag now
* Fixed issue where switching from FFC to back cam results in a FC
* Fixed issues with viper4android (DSP app)
* Fixed issue with random crashing of gallery when finalizing a video recording over 30secs
* Upstream changes
Oct-19
* Android updated to 4.3.1
* Fixed bluetooth
* Fixed Video Recording
* Added 1080p Video Recording
* Merged scrolling build.prop tweaks from pyramid
* Removed hardcoded tcp values from ramdisk (is defined by init.cm.rc, better data speeds)
* Removed old dalvik heap size build props from ICS days
* Increased WI-Fi scan interval to match pyramid, Should reduce battery drain
* Tried to fix distortion at higher volumes
* Disabled noise suppression in Phone calls to try and fix low volume
* Updated libril source to match cm-10.2 source
* Fixed Random data drops/cycling data
* Fixed cell signal strength
* Removed some old depreciated build.prop settings
* Removed some gps related build.prop settings which seem to yield a faster lock
* Kernel: Updated bluetooth code to match pyramid
* Kernel: Updated to Linux 3.0.100
* A lot of upstream changes including camera fixes and more
Oct-10
* Attempted to fix bluetooth (attempt 2)
* Fixed Torch turning off with screen
* Updated kernel to Linux 3.0.99
* Updated msm8660 power hal (should fix skipping with music playback)
Oct-6
* Attempted to fix bluetooth
* Attempted to fix video recording
* Attempted to fix sweep2wake
* Data indicators are fixed
* Lots of other upstream changes and cross-device changes I can't remember right now
Sep-17
* Fixed Camera
* Fixed battery drain
* Fixed bluetooh (untested)
* Added CMAccount
* Updated VibratorHW permissions to allow for sensitivity adjustment in CM settings
* Fixed USB Mounting of internal and external sd cards
* Added some audio libs that were missing from build (logcat was complaining, nothing more)
* Disabled Touch-to-Snapshot in video recording as our device doesn't support it
* Fixed Touch-to-focus with video recording
* Fixed FC with multiple video recordings (there are no shutter sounds for starting and stopping video recording for this fix to function)
* Kernel: Fixed issue where some apps (including CM setttings) would only apply Min/Max CPU freq changes and/or governor changes to the first cpu core only
* Kernel updated to Linux 3.0.94
* Upstream: Android tagged: "Android-4.3 r3" Build ID: "JLS36C"
* Some updates to the display and media codec libs to conform with Android 4.3 better
* Any and all upstream changes at time of compile
Aug-29
* Data/Service fixed
* Tried to fix camera (not much better)
* Some cleanup from CM-10.2 bringup
* Any upstream changes at time of compile
Aug-27 - Initial release
notable changes since last build:
* CM-10.2
* Addressed signal strength issue
* no longer using a hacked prebuilt init binary
* Tried to address only external sd card mounting via usb mass storage
* Tried to address the camera bugs in the test cm-10.2 builds (please post results!)
ChronicKernel
Kernel now based on Bruce's kernel with a few changes by me, including:
* Compiled with linaro
* Set flash to disable if battery is below 10% to prevent the random shut-off when taking a pic
* Removed/Disabled KSM
* Removed ZRAM
* User-configurable GPU OC (Not OC'd by default)
* Optimized and compiled with with the "Optimize a lot, or -o3 option)
* Added more I/O schedulers
* Tweaked voltages a bit
* Reverted CRT hack to smooth animation in Android 4.2.2
* Increased PMEM_MDP as it is needed in Android 4.2.2 to fix soft-reboots
* PM_FAST enabled by default (high power wi-fi when screen is off)
These settings were changed by me to help make the kernel more stable with our ROM, observed with tests by me. If you want more features of the Sultan kernel feel free to flash it, but support will not be provided in this thread.
Other Features of the kernel include:
* OC to 1866Mhtz (default 1566Mhtz)
* Undervolted
* User-configurable CPU OC
* User-configurable CPU default governor (ondemand = default)
* User-configurable I/O scheduler (default = SIO)
* User-configurable badass gonvernor (default = balanced)
You can edit many of the settings in /system/etc/init.d/99kernel, here is a snippet of the script with all the config options
Kernel init script: Click Show Content to expand
Code:
#Script originally made by Axetilen. Modified by Sultan (android1234567)
#Updated for albinoman887's ChronicKernel (98% of the credit goes to android1234567. Thanks so much man :)
# Configure your options here #
# Config default CPU Gonvernor (Disabled by default: When disabled uses internal Kernel setting)
# For better battery life switch to badass
# Kernel Default: ondemand
# Possible values
# badass
# ondemand
# interactive
#= lagfee
# performance
GOV=ondemand;
# Config I/O scheduler
# deadline
# cfq
# noop
# vr
# sio (default)
IO=sio;
# Config CPU max frequency
# Default: 1566000 (1566Mhtz)
# Overclockable to - 1836000 (1836Mhtz)
# for badass set to 1566mhtz (best performance/battery life)
MAXFREQ=1566000;
# Config CPU min frequency
# Default: 384000 (384Mhtz)
# Range 384000 - 1944000 (384Mhtz - 1944Mhtz)
MINFREQ=384000;
# Config 3D GPU clock
# 228571000 = 228mhz
# 266667000 = 267mhz (default)
# 300000000 = 300mhz (Recomended For balance of Performance and Battery life)
# 320000000 = 320mhz
GPU=266667000;
# Config 2D GPU clock
# 145455000 = 145mhz
# 160000000 = 160mhz
# 200000000 = 200mhz (default)
# 228571000 = 228mhz (Recomended For balance of Performance and Battery life)
# 266667000 = 267mhz
DD=200000000;
# Badass
# possible values
# 1 = performance
# 2 = balanced
# 3 = battery saving
BADASS=2
# Fsync Control
# Disabled by default (recomended)
# 2 = Fsync disabled
# 1 = Fsync enabled
FSYNC=2;
# TUN
# Disabled by default
# 0 = Disabled
# 1 = Enabled
TUN=0
# End of configurable options #
Please note this is not the full script just a small portion, Check /system/etc/init.d/99kernel for the full script
Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod
ROM : cm-10.2-20131031-Albinoman887-holiday.zip
GAPPS: : HERE
Goo.im Repo : CLICK HERE
* This ROM can also be downloaded directly with GooManager *
The new maps 7 from google has graphical glitches due to our old hacked adreno libs. Click the following link Maps-6.apk for glitch free version
first create the folder structure for your source. I suggest creating android/system n your home directory.
Now cd into this directory enter this command
Code:
repo init -u git://github.com/Team-Hydra/android.git -b cm-10.2
repo sync
( if you have a pretty decent /internet connection (10-20mbps+) you can add -j and then a number ater repo sync i recomend something like repo sync -j10 )
Once you have done that your ready to go. simply run:
Code:
. build/envsetup.sh
./vendor/cm/get-prebuilts
lunch cm_holiday-userdebug
mka bacon
make sure before you start a new build to always run make clobber
If anyone would like to help bug bash with me feel free. if you make any progress send me a pull request
P.S. I HIGHLY recomend setting up ccache if you are going to compile a lot you can read more about ccache here: Initializing a Build Environment and scroll down to the "set up ccache" section
Happy Developing,
Albinoman887
tried to fix a few remaining bugs from the test builds. please check this out
no service and data.
camera is ok, takes photo/video.
kkruglov said:
no service and data.
camera is ok, takes photo/video.
Click to expand...
Click to collapse
Do the videos crash. When stopping. I know how to fix data I forgot something
Sent from my SGH-M919 using Tapatalk 2
when i opening recorded video at first time - gallery stops, but on second time it is ok.
waiting for fix.. or something for data.
kkruglov said:
no service and data.
camera is ok, takes photo/video.
Click to expand...
Click to collapse
Same although I'm more worried about Service than data but I'm going back to cm10.1 until this is fixed. :/
kkruglov said:
when i opening recorded video at first time - gallery stops, but on second time it is ok.
waiting for fix.. or something for data.
Click to expand...
Click to collapse
no i mean when you press stop to finish the recording.....does it crash?
p.s. i'm going to sleep. but i started the new build. it should end up here when its done: http://chronic-buildbox.dyndns-server.com/holiday/tests/
check in about 40 mins or so
again just go here http://chronic-buildbox.dyndns-server.com/holiday/tests/
it should be there if not check again after a few mins
TheROMGuy said:
Same although I'm more worried about Service than data but I'm going back to cm10.1 until this is fixed. :/
Click to expand...
Click to collapse
read above post...it was a screw up on my end that broke data. the next build will have it working just go the the above link in about 45 mins. i'll move it to the OP when i wake up
albinoman887 said:
no i mean when you press stop to finish the recording.....does it crash?
Click to expand...
Click to collapse
nope, i recorded 10-15 seconds, it's fine.
kkruglov said:
nope, i recorded 10-15 seconds, it's fine.
Click to expand...
Click to collapse
What about like 40s? And does 1080p worl
Sent from my SGH-M919 using Tapatalk 2
can't say more now, sorry, restored backup with sense 4.. ;(
see new build, will try it.
---------- Post added at 02:46 PM ---------- Previous post was at 02:25 PM ----------
about new build:
service/data ok, sdcard ok, video 1080p - no, if i enable 1080p in settings, it just do nothing after click on record button, 720p - tried to record 50+ sec video, when i press stop, it do nothing for about 5-7 seconds, and then camera crashes, after that i cant do photos or videos, it just "cant connect to camera", after reboot - all is fine.
and in call volume isn't bad.
Awesome!
Everything works great as far as I can tell. Thanks for the hard work!
Bluetooth?
Anyone else have an issue with bluetooth not wanting to turn on? When I toggle it, it says turning bluetooth on, then goes right back to saying turn bluetooth on to see available devices. I'm pretty dependent on bluetooth, esp with the low call volume...
rassawyer said:
Anyone else have an issue with bluetooth not wanting to turn on? When I toggle it, it says turning bluetooth on, then goes right back to saying turn bluetooth on to see available devices. I'm pretty dependent on bluetooth, esp with the low call volume...
Click to expand...
Click to collapse
Yes, the same at mine.
Sent from my Vivid 4G using Tapatalk 4
kkruglov said:
Yes, the same at mine.
Sent from my Vivid 4G using Tapatalk 4
Click to expand...
Click to collapse
Ok, then I'll report it as a bug, if it isn't already. Did you you do full wipe before flashing?
edit: doesn't look like a bug report link is up yet...
rassawyer said:
Ok, then I'll report it as a bug, if it isn't already. Did you you do full wipe before flashing?
edit: doesn't look like a bug report link is up yet...
Click to expand...
Click to collapse
Having big battery drain. Anyone else?

[EOL] [KERNEL] [I9300] [Lineage14/CM13,12,11,10/Omnirom] Boeffla-Kernel (28-03-2018)

** Note: This kernel is end-of-life and will no more be maintained. There will be no LineageOS 15.1 or newer kernel be available anymore **
Hi all,
this is the thread about the CM version of the well-known Boeffla-Kernel for the Samsung Galaxy S3 international.
Note: This kernel is only for CM based roms!!! Do not install it on a Samsung based rom!!!
For Omnirom, please do not use the CM kernel but the separate Omnirom kernel I also provide.
Difference NG kernels to normal kernels:
NG = next generation, it does use pure Samsung source codes only, not the smdk4412 kernel sources of the CM or Omnirom team anymore.
If you are unsure whether to use the NG or the normal kernel, I recommend NG kernel always! Try it first if it works fine for you.
For the Samsung Boeffla-Kernel, please go HERE.
If you have questions to settings, presets, others configuration and wanna share your configuration, head over to the unofficial Boeffla-Config App Config sharing thread:
http://forum.xda-developers.com/showthread.php?t=2621308
Important notes
When using new anykernel concept Boeffla-Kernel: Flash stock kernel of rom first !
Compatibility
Important: This kernel is only meant to be compatible with official Cyanogenmod and nothing else.
So when the kernel does not run on custom rom XYZ, do not even bother me with it or ask hundred times in the thread for compatibility.
I could not care less about it !!
Support
First read the FAQ section on the Homepage !!!
Click here to learn about all possible kernel settings in the config app.
Click here to learn about using the config app.
I will refuse any support if you do any undervolting and experience freezes or hot reboots.
I will also not provide any support if you do not use Boeffla-Config app to tweak the kernel, other 3rd party tweaking apps are known (and intended) to cause issues.
I will refuse to give support if you have xposed framework installed and reporting any kind of weird issues. My opinion to xposed it quite clear: too powerful for >90% of the users that just mess up their system with it.
Change logs
(you can also access them directly in Boeffla-Config V2 by pressing menu and selecting "change log...")
Change log for CM12.0: KLICK HERE
Change log for CM11.0 NG: KLICK HERE
Change log for CM11.0: KLICK HERE
Change log for Omnirom: KLICK HERE
Change log for CM10.2: KLICK HERE
Change log for CM10.1 kernels: KLICK HERE
Features
* Support of anykernel concept (only latest kernels) - flash stock kernel before flashing Boeffla
* To tweak and configure the kernel, manually load and install the app "Boeffla-Config V2" from here: DOWNLOAD
* Support for generic framework naming convention framework-2.jar instead of proprietary rom framework names
* Upstreamed to Linux 3.0.101(www.kernel.org)
* CPU "soft" overclocking to 1500 or 1600 MHz
* CPU undervolting interface
* GPU frequencies configurable (underclocking, overclocking up to 700 MHz)
* GPU voltages configurable (undervolting, overvolting)
* Configurable zRam
* Configurable touch-to-wake
* Configurable touch boost frequency
* Configurable early suspend time (for screen off animations, 100ms default)
* Configurable LED for fading mode, speed and brightness
* Softkey touch button LEDs controllable
* Configurable charger rate for AC, USB and wireless (default increased to 1100 mA for ac charging)
* Charge information display support via Boeffla-Config V2 app
* Charging logic supports ignore unstable power and remove safety margin
* Boeffla-Sound engine V1.6.5 to unleash the power of the Galaxy S3 audio chip
* Additional governors: zzmoove 0.7d, pegasusqplus, smartassv2 and lulzactiveq
* Governor profiles for pegasusq, pegasusqplus and zzmoove for performance, battery saving etc. (2 more zzmoove profiles added - credits to Yank)
* Additional schedulers: ROW, ZEN, BFQ (v6r2) and SIO
* Schedulers configurable separate for internal and external SD memory
* Hardcore speedmod sharpness fix implemented (default is off)
* Black crush fix for better balanced display
* SD card read ahead buffer configurable separate for internal and external SD memory (default increased to 256 kB)
* Ext4 File system tweaks (default to on, can be disabled)
* System Tweaks predefined supported (default is off, new Mattiadj tweak set included)
* WIFI Multicast filter for better battery life
* WIFI wakelock times reduction
* Proportional rate reduction for TCP
* TCP congestion changed from Cubic to Westwood
* Wifi mac address change support
* Dynamic fsync 1.2 implemented
* Timeout for external SD card changed to improve handling of crappy SD cards
* Swap supported (but not recommended, use zRam instead)
* init.d support (in /system/etc/init.d - set correct permissions!)
* NTFS (read-only access only!) compiled as a module
* CIFS compiled as a module
* NFS compiled as a module
* XBox controller support as module
* exFat support (if supported by used firmware)
* Battery monitor wakelocks reduced
* Android logger can be disabled
* Disabled various debug logs and traces
* Frandom compiled as a module (for mods like Crossbreeder)
* Triangle away supported
* Automatic EFS backup to external (priority) or internal SD Card (fallback) - now compatible with tools like kTool
* Kernel initialisation log file (with history of 3 log files)
* Emergency reset script automatically placed into /boeffla-kernel-data folder of your internal memory
* Compatibility to common standard apps (Voltage Control, SetCPU, System tuner etc.)
* Compiled with Google arm 4.7 toolchain
* Internal kernel busybox version 1.21.1
Download
For all information and downloads (stable AND testing versions), visit the Boeffla-Kernel homepage:
www.boeffla.de
History
Basically I created the Samsung version of Boeffla-Kernel as there was no kernel for the Samsung Galaxy S3 around that had exactly the mix of functionalities that I wanted. I wanted to have full flexibility in undervolting and charge rates for instance, but did not like the sharpness and/or brightness tweaks many kernels have implemented as per default.
Hence, I began to create my own kernel after a while, adding all the features I like. This is the result of my work, which in the end I decided to share with you. I hope you like it as much as I do.
The objective of this kernel is to have a kernel for daily use. It does not aim for best battery life, or best smoothness or best benchmark scores. It aims more for a good mix of all, not sacrificing stability and functionality in the end.
And - most important: It aims to stay quite close to stock !!! Which in fact for the CM kernel means now... close to CM kernel sources.
This said, I will definitely NEVER implement:
dual boot (I do not need it)
color "calibration" (I do not like it, but I like the crispy stock colours)
real hard overclocking higher than 1600 MHz as this is outside of Exynos specs
f2fs - it is known to cause various issues and compatibility problems
a CAF based kernel
anything that requires upstreaming of kernel parts to a higher kernel major version
So do not even ask for it. Everything else I am happy to check and decide.
Compatibility
To reiterate it again: This kernel is only for CM10.1 and CM10.2 based firmwares. It is not designed to run on Samsung based roms!
Configuration of the kernel
To tweak and configure the kernel, manually load and install the app "Boeffla-Config V2" from the downloads section on www.boeffla.de.
Donation
If you like my work, feel free to donate: Donation-Link
You will receive a personal donation code which unlocks some nice comfort functions in Boeffla-Config V2 on top.
Source code
All sources can be found in my Github repository: http://github.com/andip71
Credits to developers
Of course, I had never been able to create all that by my own. So I want to give credits to the really good developers around, that have given me all the inspiration and from which I cherry picked lots of the implemented functionalities:
* Yank555
* ZaneZam
* Hardcore
* Chainfire
* Harunjo
* AndreiLux
* Netarchy
* Gokhanmoral
* Simone201
* Supercurio
* Mialwe
* Entropy512
* Faux
... I just hope I did not forget someone. If so, please let me know and I will add you of course.
Thanks to all of you for your great work !!!
Disclaimer
*** As always - Flash on our own risk! ***
Make sure you flash the correct version depending on your firmware version!
I can and will not take any responsibility for bricked phones or lost data.
It is generally recommended to run a complete Nandroid backup in CWM recovery and safely store your personal data before you flash a new kernel.
Cheers and enjoy
Andi
Latest change logs:
LineageOS 14.1
http://kernel.boeffla.de/sgs3/boeffla-kernel-cm/cm14.0/changelog.htm
CM13
http://kernel.boeffla.de/sgs3/boeffla-kernel-cm/cm13.0/changelog.htm
Configuration and profile thread
http://forum.xda-developers.com/galaxy-s3/general/unofficial-boeffla-kernel-app-profile-t2621308
reserved2
*** You want my support? Then stick to my rules ***
Guys, I am receiving more and more completely useless support requests in different threads. Useless because people provide nothing to be able to help, not even the minimal possible information they could give.
Hence, I will now remind anyone again on the support guide lines stated here:
http://boeffla.de/index.php/support/support
Also you need to ensure you follow the installation guide lines incl. trouble-shooting stated here:
http://boeffla.de/index.php/support/installation-how-to
And to cut a long story short: If you do not at least provide what I request in the support guide lines, I will IGNORE YOUR REQUESTS IN FUTURE.
Straight and simple. I have enough of people wasting my time just because they are too lazy to write details.
Period.
Also as a reminder:
you use xposed? -> no support, everything is your own issue
you use a custom rom and not the official stock or CM one? -> good luck, you are on your own
you undervolt or overclock? -> have fun, but without my support
Sorry, this might sound harsh (and it is meant to sound harsh), but you cannot imagine about how crappy support requests can be. Stating something does not work is just not enough.
Please consider that!!!
Andi
FINALLY. I can experience everything that is boeffla in both worlds. Incredible job, Andi.
All 4 zram swaps are set to different priorities. They should all share the same priority to be of any use beyond what a single swap partition can do... I'm using alpha16 cm10.2 kernel..
TP.
Yeaaaaaaaa
STAticKY said:
All 4 zram swaps are set to different priorities. They should all share the same priority to be of any use beyond what a single swap partition can do... I'm using alpha16 cm10.2 kernel..
TP.
Click to expand...
Click to collapse
Cool, during code migration it seems I imported some wrong lines (copy&paste error).
Good finding, will fix that soon.
Thanks
Andi
Can't wait for this
Sent from my GT-I9300 using XDA Premium 4 mobile app
faddys123 said:
Can't wait for this
Sent from my GT-I9300 using XDA Premium 4 mobile app
Click to expand...
Click to collapse
For official beta version you mean?
Yeah, soooon
Andi
Holy crap, I bet my mind will be totally blown in the nearest future before the final decision between the upcoming boeffla kernel & temasek with boeffla..
Hi to all the alpha testers with the dropbox link: I have reuploaded alpha16 for CM10.2, with the swap priorities fixed now.
I will compile 10.1 tomorrow, same goes for load&flash - this will be updated tomorrow. So if you want to try, take it from dropbox directly.
Will drop off for today, was a long and busy day
Cheers
Andi
Lord Boeffla said:
Hi to all the alpha testers with the dropbox link: I have reuploaded alpha16 for CM10.2, with the swap priorities fixed now.
I will compile 10.1 tomorrow, same goes for load&flash - this will be updated tomorrow. So if you want to try, take it from dropbox directly.
Will drop off for today, was a long and busy day
Cheers
Andi
Click to expand...
Click to collapse
Thank you very much for your great work. The CM 10.2 kernel alpha 16 is running without issues for me
Rubén
Same version of the config app?
Swyped from my Galaxy S3 using Tapatalk 4
Sure. 1.3.1 from playstore is latest.
Sent via Tapatalk2 from my Galaxy S3 IPhone killer
zRAM confirmed fixed. Nice even distribution of data.
Kyle07 said:
zRAM confirmed fixed. Nice even distribution of data.
Click to expand...
Click to collapse
Wooohooo - been waiting for this for, well, ever!!
great news!
Has anyone tried this in AOKP? I'm really dying to find out and Andi isn't around yet.
so where is the download link for the beta test build?
reywal said:
so where is the download link for the beta test build?
Click to expand...
Click to collapse
PM him for it.
Sent from my GT-I9300 using xda app-developers app
Cm10.2-alpha16-v2 working beautifully . all zram devices balancing nicely.
Great work man. Keep it up.
On small request, could you make the number of zram devices configurable as well as a configurable swappiness. I'm thinking that 2 devices may be the sweet spot for CPU cycles/performance if it infact uses one thread (core) per block device. Leaving the other 2 core asleep but still having multi threaded zram. Hope its not to much of an ask. Thanks
TP.

[KERNEL 3.4.106][CM12][T2U] ALPHA Kernel 2.0.3 stable [Discontinued!!!]

ALPHA KERNEL
Praise be to God​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this KERNEL
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Code:
#include <alpha_std_disclaimer.h>
/*
* i'm not responsible for any dicomfort and hardship faced by you with your phone , by using my works.
*This is purely a development section , great things are made by developing and it surely is a step by step
*process. If you dont like it , i'm aint forcing to install it on your device
*/
Here are the compileable sources :
https://github.com/goutamniwas/android_kernel_motorola_msm8610
-config = cm_condor_defconfig , source contains boot image pack tools ,branch =lollipop
Download ALPHA Kernel 2.0.3 (lollipop)-stable
​
Features :
(use Trickster mod kernel to avail some of the features)
-TAP2UNLOCK V3.0
-Intelli Hotplug v3.8 (for better battery perf)
-Intelli Thermal v2 thermal manager.
- Ram OC to 400mhz from 333mhz and UV upto 50mhz
-cpu underclock upto 91mhz (good battery life)
-Sound control 3.4
-Vibrator intensity control (a little bit over volt)
-Alpha governor, intellidemand, intelliactive governor tweaked for moto E.
-exFat ,NTFS , f2fs support.
-little improvements in sound
-zRAM
-dtw/s2w/s2s (fully working )
-cpu-boost
-Quickwake
-Ksm -enabled
-Optimized linaro 4.9(2014.10)
-linux version 3.4.106
-updated wifi prima drivers to v3.2.3.172 thanks to [email protected]
-frandom
-sysfs to disable kernel logging
-And all other that usual cm kernels include and some minor improvements
​
Instructions :
For T2U :
tap your pattern 1 2 3 4 in the switched off screen (click - you must read this)
1 | 2
-------
3 | 4
-opening it with powerbutton will show u a t2u lockscreen
-You can either input with screen off or on
-You definitely need the app provided for tap2unlock in post no. 2 for version 1.1.0 t2u fix needs 0.6 app from second post
Keeping dt2w/t2u/s2w on may cause sometimes the touch screen to freeze . otherwise there is no freezes
If ur lazy enough to turn ur d2w off during nights like me , keep ur phone facedown during nights for battery's sake
Never turn off intelli plug
Just flash it via a custom recovery.
Do a wipe . Sometimes it gets unstable without a wipe
flash on any kk rom-cm based ,aosp ?(need report)
Bugs :
Tell me if any ...
Any help with the source is welcomed
FAQ :
You pay me nothing
feature ? request it
problem? report it(with logcat)
got a solution? help us out
wanna shout? get out
dont like the features? use some other kernel or request
Credits :
Linux for its open source kernel
Kernel.org for the linux update patches.
percy-g2 and scritch007 for his cm kernel source .
xperiafan for flashable zip help for lollipop.
ashwin007 for some considerable work on cm12 sources.
[email protected]/[email protected] for his open projects.(whenever i have problem i go to his threads)
[email protected] (for his open projects)
savoca for porting sound control to msm8610 and his awesome lcd kcal
faux123 for almost every feature in the kernel thats implemented by him.
[email protected] for usb mouse keyboard.
-
Developing a custom kernel requires high commitment and hardwork , if not a donation , press thanks ,that encourages
XDA:DevDB Information
ALPHA Kernel, Kernel for the Moto E
Contributors
goutamniwas, Savoca,Teammex,BrateloSlava,showp-1984
Source Code: https://github.com/goutamniwas/android_kernel_motorola_msm8610
Kernel Special Features: T2U,Intelli plug,Intelli thermal , Ram oc , DTW/s2w ,Alpha governor , CPU underclock .
Version Information
Status: Stable
Current Stable Version: v 1.0.2
Stable Release Date: 2014-12-14
Created 2014-11-12
Last Updated 2014-12-18
XDA:DevDB Information
ALPHA Kernel, Kernel for the Moto E
Contributors
goutamniwas, Percy-g2,Savoca,Teammex,BrateloSlava,showp-1984
Source Code: https://github.com/goutamniwas/android_kernel_motorola_msm8610
Kernel Special Features: T2U,Intelli plug,Intelli thermal , Ram oc , DTW/s2w ,Alpha governor , CPU underclock .
Version Information
Status: No Longer Updated
Current Stable Version: v 2.0.3
Stable Release Date: 2015-03-15
Created 2014-11-12
Last Updated 2015-04-26
Reserved
Application for T2u control : (current version is 0.5)
You need 0.6 app for alpha kernel v1.1.0
Click here
The applications is updated to v 0.6
Screenshots :
{
"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"
}
Video description : for tap 2 unlock v1.0 only you need the application for above versions
Changelogs
https://github.com/goutamniwas/android_kernel_motorola_msm8610/commits/lollipop
or
Code:
version 2.0.3
-Update linux kernel version to 3.4.106
-Implement motorola's lollipop changes for F2FS
version 2.0.2
-Fix screen freeze atleast for non uers of screen wake features like t2u,dt2w,s2w(need report)
-attempts to fix screen freezes on the whole
version 2.0.1
-Fix auto rotation
version 2.0
-lollipop support (Thanks to percy and scritch 007)
version 1.1.0
-Reclaim some RAM from loggers
-Try fixing intellidemand
-Merge lots of commits from percy-g2
-Including lcd kcal (untested) - many thanks to [email protected]
-Increase battery level check interval.
-Make lzo compression very fast with unaligned access
-Make btrfs and ext4 partition much faster by making context readahead more conservative
-Suspend: enable freeze timeout configuration through sysfs (faster deep sleep)
-int_sqrt: Improve 3x faster integer sqrt. (faster cpu computations)
-Update t2u version to 3.0 stable (t2u is stable , reliable and secure now)
version 1.0.2 t2u fix
-Fix t2u switch not standing after boot(to me it does -need report)
-Now no touch freeze during incoming or outgoing calls whatsoever
version 1.0.2
-All changes of t2u v2.0
-T2u app updated for t2u 2.0
-Incoming call is now allowed without entering pin
vesion 1.0.1
-make t2u absolutely flawless with better algorithm
-t2u now checks the time gap btw 2 knocks (max = 0.6s)
-fix the init.d not working problem (check if the init.d/77AlphakernelConf has rwx-rx-rx and user root group shell)
-fix the autorotate bug caused by 1.0
version 1.0
-New Tap2Unlock 1.0(wip)( http://forum.xda-developers.com/android/software-hacking/kernel-tap2unlock-tap2wake-feature-t2965344)
-upgrade linux to 3.4.105
-fix force usb fast charge
-working init.d script to set default settings on boot time (init.d/77AlphakernelConf)
version 1.0 prerelease
-Allow aac audio recording at 320 kbps
-Video recording to 960x540(24fps ) bit rate increased(no way related to kernel alone)+audio rec aac format(256kbps)(kernel oriented)
-power efficient workqueues
-exFat and NTFS support
-Implement intelliactive governor
-Remove usage of swp which is deprecated
-Fix some warnings
-D2w is disabled by default
-Mp-decisions is removed
version 0.9
-compile with linaro 4.9(2014.10)
-Implement Intellidemand 5.5 governor replacing the buggy ondemand and make it appropriate for moto e
-Ability to use the phone as keyboard or mouse
-Implement Usb Force Fast charge
-lowmemory killer moves to kill the next task when sigkill takes time instead of killing the same
process over and over
-Implement powersuspend in wlan also
-Some code structure improvements in ext4 (refer gits)
version 0.8
-Backport 'random' updates from kernel 3.13 rc1
-Added frandom support
-Use more random in hwrng
-Pulled some lollipop references from percy-g2
-More efforts on power conservation
-Sysfs to disable logging
version 0.7(big update)
-linux version 3.4.104 patch from kernel.org
-updated wifi prima drivers to v3.2.3.172 thanks to [email protected]
version 0.6
-Fix intelli plug update it to 3.8 (Thanks to [email protected] and [email protected])
(this also seems to have fixed the screen freeze issue during wakeup -to my knowledge)
version 0.5
-Intelli hot plug v.3.7 for better battery performance
-Ksm enabled
-sysfs for zRam added
version 0.4
-Add Intelli thermal v2 as thermal manager instead of msm thermal manager.
-Added Alpha governor based on smartass v2.
-Added Interactive,performance gov back.
-Implement support for Sound control v3.4
-Make some frequencies of gpu and ram to right values
-Remove unwanted led flash drivers
-gpu freq oc changed to 450mhz
-Enable Quickwake
version 0.3
-fixed auto rotate
version 0.2
-fixed dtw/s2w completely
is this limited to cm11 only???
AshuGite said:
is this limited to cm11 only???
Click to expand...
Click to collapse
Dont have aosp , theoretically it should work , u can try and report
goutamniwas said:
Dont have aosp , theoretically it should work , u can try and report
Click to expand...
Click to collapse
AshuGite said:
is this limited to cm11 only???
Click to expand...
Click to collapse
If percy's tree was used as base.....it will surely work.....btw good work
Is this work on carbon rom...
Sent from my XT1022 using XDA Premium 4 mobile app
goutamniwas said:
Dont have aosp , theoretically it should work , u can try and report
Click to expand...
Click to collapse
WiFi driver is not working..
AshuGite said:
WiFi driver is not working..
Click to expand...
Click to collapse
I see it working , what do u mean by wifi driver ? i could use hotspot
goutamniwas said:
I see it working , what do u mean by wifi driver ? i could use hotspot
Click to expand...
Click to collapse
sorry my mistake I meant in the stock earlier it wasn't mentioned cm kernel only... in cm its working but custom setting do not stick after reboot also interactive governer is missing...
AshuGite said:
sorry my mistake I meant in the stock earlier it wasn't mentioned cm kernel only... in cm its working but custom setting do not stick after reboot also interactive governer is missing...
Click to expand...
Click to collapse
custom settings need to be reapplied after every boot.
goutamniwas said:
ALPHA KERNEL
Praise be to God​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
Here are the compileable sources :
https://github.com/goutamniwas/android_kernel_motorola_msm8610
-config = cm_condor_defconfig , source contains boot image pack tools
ALPHA 0.1 Flashable zip download​
Features :(use Trickster mod kernel to avail some of the features)
- Ram OC to 400mhz from 333mhz
-gpu OC to 433mhz from 400 mhz
-cpu underclock upto 91mhz (good battery life)
-vibrator intensity control (a little bit over volt)
-little improvements in sound
-zRAM
-s2s (works well)
-dtw/s2w (wip)
-Optimized linaro 4.9
-And all other that usual cm kernels include and some minor improvements
Instructions :
Just flash it via a custom recovery.
Do a wipe . Sometimes it gets unstable without a wipe
flash on any kk rom-cm based ,aosp ?(need report)
Bugs :
s2w/dtw is a wip , its working but sometimes not
Any help with the source is welcomed
FAQ :
You pay me nothing
feature ? request it
problem? report it(with logcat)
got a solution? help us out
wanna shout? get out
dont like the features? use some other kernel or request
Credits :
percy-g2 for his cm kernel source
-
Click to expand...
Click to collapse
can you make to stock 4.4?
(Sorry my bad english im from Brazil)
Sent from my Moto E using tapatalk
DAVI FELICIANO said:
can you make to stock 4.4?
(Sorry my bad english im from Brazil)
Sent from my Moto E using tapatalk
Click to expand...
Click to collapse
Never reply the entire OP, please.
Now, to use this post: If I install the custom kernel, see a error or bug, how do I remove/revert back? There are any place with the stock/original kernel?
marceloterorist said:
Never reply the entire OP, please.
Now, to use this post: If I install the custom kernel, see a error or bug, how do I remove/revert back? There are any place with the stock/original kernel?
Click to expand...
Click to collapse
Before you install it make a backup of your current boot IMG in recovery and when you want to revert to old one just restore it.
Sent from my XT1022 using XDA Free mobile app
---------- Post added at 04:35 AM ---------- Previous post was at 03:48 AM ----------
Test results when flashed on cr droid fresh install, moto e xt1022
Sweep to wake,Double tap to wake sometimes works and sometimes does not as said by op
Auto rotate not working
WiFi works fine no problems
Bluetooth,Mobile network works fine
90mhz working
Logs---> http://d-h.st/Lln
Thanks
---------- Post added at 04:37 AM ---------- Previous post was at 04:35 AM ----------
@SidDev said:
custom settings need to be reapplied after every boot.
Click to expand...
Click to collapse
No need to reapply after every boot , in trickster mod set it on boot and it will be automatically applied on boot
updated
s2w/dtw fully fixed
s2w/dtw works well with pac now.
goutamniwas said:
s2w/dtw fully fixed
Click to expand...
Click to collapse
Thanks for the fix and is auto rotate bug fixed?
Prashanth Meesara: said:
Thanks for the fix and is auto rotate bug fixed?
Click to expand...
Click to collapse
no not yet...
AshuGite said:
no not yet...
Click to expand...
Click to collapse
Okay , thanks for reply
Sent from my XT1022 using XDA Free mobile app
update
auto rotate fixed
for developers :
if u use my repo
add in ramdisk to init.rc
Code:
chown system system /sys/class/input/event3/device/device/enable
There wasnt enough permission set for auto rotate to be enabled

Categories

Resources