[ROM] CyanogenMod 11.0 | Android 4.4.2 KitKat [KANG] [May-6]+[NIGHTLIES] - HTC Sensation

| CyanogenMod 11 - Android 4.4.2 - KitKat |
{
"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
Data
Call
Audio
WiFi
Google Now
Bluetooth
GPS
MMS
Video playback
Audio playback
SDcard mounting
Camera
Video Recording
You tell me
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))
Flash ROM
Flash GAPPS (in 2nd post)
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
android1234567 for his work on ION support with camera!
johnnyslt
And any and all users in this thread who contirbuted or will contribute to making this ROM as stable as possible
dastin1015 for being an awesome dev partner and friend!
gerrit and everyone on it
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

May-6
* New EXP CAF build
* Still working on camcorder. try todays nightly, i didnt have time to compile both builds but I made some changes that might fix it
May-2
* Added link to a test build with CAF kernel...
April-24
* Oh don't even ask for a changelog its been so long....
Jan-15
* Kernel: fixed issue with mobile radio (sigh.)
* Switched to adreno blobs from mako (MR1)
* Reverted CRT hack for 4.1 (credit: android1234567)
* Kernel: disabled some un-needed debug options
* Updated to newer ril to fix mobile network selection
* Synced with CM
Jan-12
* Android 4.4.2
* ION support (credit: android1234567)
* A lot of work done to the camera wrapper by dastin1015 to fix some bugs, and be generally more compliant with KitKat
* Fixed audio in VoIP calls (credit: ivanich)
* Fixed sdcard issues (credit: android1234567)
* increased PMEM SMI size, hopefully fixed camcorder crashing after multiple recordings
* Clean sync of GPU drivers from samsung msm8660 common 3.0 kernel (seems to yield better performance)
* Synced with CM at time of compile
* Probably some other small changes I forgot
Nov-19
* Complete re-build. Hopefully some of the issues from the last build are gone
* Cherry-pick: A few misc audio fixes to try and fix skipping playback of flac audio
* Cherry-pick: Superuser while using ART should be fixed now
* Cherry-pick: av : squashed update of changes from CAF
* Cherry-pick: Lockscreen : Customizable shortcuts
* Cherry-pick: QuickSettings : Port from cm-10.2 (WIP)
* Cherry-pick: QuickSettings : Swipe to switch
* Cherry-pick: Framework : Improve notification shade auto-collapse code
* Cherry-pick: Framework : Make notification-shade-collapse-after-dismiss behaviour configurable
* Cherry-pick: QuickSettings: Update all QS drawables to fit KitKat
Note: i would do a full wipe. and install the pa_gapps MODULAR package. its linked to in the DL section... the Full version install google keyboard and it conflicts with AOSP
ChronicKernel
Kernel now based on Bruce's kernel with a few changes by me, including:
* ION Support
* 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+
* 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
Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod
ROM : cm-11-20140424-UNOFFICIAL-pyramid.zip
GAPPS: : PA GAPPS
Goo.im Repo : HERE
EXP: http://www.chronic-buildbox.com/cm-11-20140506-UNOFFICIAL-pyramid.zip
* This ROM can also be downloaded directly with GooManager *
Nightlies
[*] Below is a link to unofficial nightly builds. These are snapshots of source at time of compile and may be unstable/unusable and not supported
PYRAMID NIGHTLIES
...............

YEah!!

Wow. This was unexpected . Thank you so much!
PS: what does the " * " at the SD card mounting stand for?

Thanks Albinoman

and it begins

Fifth Place!

And the game begins Thank you, albinoman887 for not quitting developing for our phone.

No need for a reboot between flashing ROM and flashing GAPPS?

Downloading all packets. Thanks...
Edit: Got freeze with every possible ways.

Does AndroidRunTime work?

No bugs omg
What's the new features in kitkat?
Thankyou
Sensation never dies
Sent from my HTC Sensation Z710e using xda app-developers app

Very2 Great! Nice to see cm11 on our senny
Sent from my HTC Sensation XE with Beats Audio Z715e using Tapatalk

Nice Work тнαηкѕ Albino :good:

omg... nice...
was wandering when you'd bring us 4.4.
downloading now.
anyone - any bugs yet?

OMG OMG OMG
You're Damn FAST!
GREAT JOB!
And no bugs? D:
Sent from my AWESOME Ponified HTC Sensation using Tapatalk
"Loyalty and friendship, which is to me the same, created all the wealth that I've ever thought I'd have"
-Ernie Banks

After boot, Unfortunately, the process com.google.process.gapps has stopped. And thats all...

slewi said:
After boot, Unfortunately, the process com.google.process.gapps has stopped. And thats all...
Click to expand...
Click to collapse
+!
and freezing phone.

Thanks bro for cm11.

not work for me just freezing...

Related

[KERNEL][Rev 5] fusX Kernel For LG Optimus Hub E510 Univa

This is my own personally compiled kernel based on the latest kernel from Cyanogen's Github repository.
※ this kernel made for cm7,cm9/10 ROMS . it may not work on stock ROM.
after flashing this kernel, No support will be given by cyanogenmod team, use at your own risk, DON'T FLASH unless you know what you are doing
This kernel aims to optimize the performance, responsivity and battery life so please share your opinion about these factors and your ideas.
This kernel uses smartassV2 as as default governor and SIO as default I/O Scheduler
cpu freq overclocked upto 1ghz. but don't go upto 1ghz, if you want stable phone.
Update of this kernel will release every Tuesday.
Features And Changelog :
Code:
[B]Rev 5[/B] [URL="http://www.mediafire.com/?tc2t5unkxm8zm2w"]http://www.mediafire.com/?tc2t5unkxm8zm2w[/URL]
* Merge branch 'gingerbread_rel' of git://codeaurora.org/kernel/msm
* Merge tag 'M76XXTSNCJNLYA61901004' of git://codeaurora.org/kernel/msm
* HACK: block fbearlysuspend to not break androids crt-off animation
[B]Rev 4[/B] [URL="http://www.mediafire.com/?lu545vtvvyp2y1t"]http://www.mediafire.com/?lu545vtvvyp2y1t[/URL]
* fixed cm9/10 support
* added SAVAGEDZEN gov
* removed useless debug (this will make zimage size small)
* using XZ COMPRESS
* removed 1ghz oc (if no one can go upto 1ghz then why add ?)
[B]Rev 3[/B] [URL="http://www.mediafire.com/?xh7e3gfussowk1d"]http://www.mediafire.com/?xh7e3gfussowk1d[/URL]
* Added initial support for cm9/10
* msm: cpufreq: Do not call a cpu transition if selecting the same speed
* power_supply: Introduce maximum current property
* msm: cpufreq: Create cpufreq workqueue for freq changes
* Updated the built-in wakelock (ACA)
* ADD: no_suspend_wake_lock
* Added Bluetooth patches
* fix rpcrouter misspellings - suggested from css771 - might
* update bfqv1-r1 to bfqv2
[B]Rev 2[/B] [URL="http://www.mediafire.com/?962r12bjayol2bo"]http://www.mediafire.com/?962r12bjayol2bo[/URL]
* Lower radio/event log for more ram
* block:implement "Simple I/O" Scheduler
* ADD: Speed tweak in jhash
* Bfq CGroup fix
* tcp: Increase the initial congestion window to 10
* Greetings,
* lots of sched patches
* Add TINY_PREEMPT_RCU, RCU tweaks.
* USB: f_mass_storage: Disable write cache support
* sched_fair: Remove cpu from nohz idle set if not active
* Reduce vfs_cache from 100 to 50
* Erase memory pages as soon as they are freed to prevent new processes
* backported cpufreq code from 3.0 kernel.
* staging: android: lowmemorykiller: minfree values added
* cgroup: speed up access to cgroupfs mounted entries in /proc/mounts
* msm: cpufreq: Do not call a cpu transition if selecting the same speed
* cgroup: fix cpuset permission check
* remount with noatime and nodiratime
* ashmem: fix deadlock when system is low on memory
* fs: simple fsync race fix
[B]Rev 1[/B] [URL="http://www.mediafire.com/?7caorzp325ka8iy"]http://www.mediafire.com/?7caorzp325ka8iy[/URL]
* 1st release
* added overclock upto 1ghz
* net sched: fix some kernel memory leaks
* net/ipv4: Eliminate kstrdup memory leak
* Increase readahead value
* Added genlock support
* msm cpufreq Improve initial frequency selection - CodeAurora
* ext4 performance patch from Eric Sandeen
* No swapiness
* more ram hack
* Added cleancache support
* lots of pm patches
* Grants system server access to /proc/<pid>/oom_adj for Android app
* Reduce timer update cycles to sync with kernel
* Freezer: Fix a race during freezing of TASK_STOPPED tasks
* Fast Sleep, wake lock timer change. (wistilt2)
* Add a background scanning timer to restore the watermarks to the page
* Port Vocpcm Module (R7): support voice in-call recording
* msm: cpufreq: Do not call a cpu transition if selecting the same speed.
* msm: camera: Free buffers from frame queue at open
* LorDClockaN ksm patchs
* CFS tweaks
* cpufreq: add smartassV2 governor
Download Rev 5 :
cm9/10 http://www.mediafire.com/?tc2t5unkxm8zm2w
Instructions:
1. download newer version from topic
2. place into your root of sd card
3. reboot your phone into recovery mode
4. flash kernel
5. enjoy kernel
source code of this kernel can be found here : https://github.com/kerneldevs/fusX-univa-kernel
If you have any problems with my kernel and you want to help in some way - here it is some info how you can.
Just after apearing of the problem please get logs from your device.
How to do it:
Info on CM wiki how to get Logcat
http://wiki.cyanogenmod.com/wiki/Logcat
Info about getting kmesg:
Open Terminal Emulator
Write the following commands:
Code:
su
cat /proc/kmsg > /sdcard/kmsg.log
Created file will be named kmsg.txt, give me this file.
if you like my work , then I would be grateful if you can click the "Thanks" button on the bottom right of this post.
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"
}
thanks to terdek for screenshots
this for next time
Battery improve next update??
Enviado desde mi LG-E510 usando Tapatalk
It's fantastic, thanks man.
yes battery improvent in next version and sorry i'm bit busy with my device now i will update this kernel in 2 days
ron gokhle said:
yes battery improvent in next version and sorry i'm bit busy with my device now i will update this kernel in 2 days
Click to expand...
Click to collapse
t would seem interesting .. thank. I am waiting for it
Sent from my LG-bumble bee using XDA
new version with battery improvement??
I will install this kernel on my lg e510.
I hope that there will be more governor like smartassv2...Good work!
How many guys want it?
Only i get 110 download from post this kernel .
Now i'n thinking about update
for that i'm not updated this kernel
i'm not looking for thanks
Battery improvement and compatible with stock rom??
Enviado desde mi LG-E510 usando Tapatalk
argo7 said:
battery improvement and compatible with stock rom??
Enviado desde mi lg-e510 usando tapatalk
Click to expand...
Click to collapse
this kernel is not for stock roms
I don't know how i can "thanks" you, where is the button ?
Ok, i'm pushed thanks button i'm waiting for update.
terdek said:
i don't know how i can "thanks" you, where is the button ?
Ok, i'm pushed thanks button i'm waiting for update.
Click to expand...
Click to collapse
i already said i'm looking for thanks i'm looking for more downloads
I say that it would be great if you do this kernel for the stock rom
Enviado desde mi LG-E510 usando Tapatalk
argo7 said:
I say that it would be great if you do this kernel for the stock rom
Enviado desde mi LG-E510 usando Tapatalk
Click to expand...
Click to collapse
this is based on cm kernel source and only work cm7 roms btw
2morro i will redownload source and i will many thing too can i get more download
can some one tell me how many users use cm7 roms? If not more and stock rom users are more then i will switch kernel source to stock source
started to download source code. i will rebuild every thing again let's see this time i get more download
kernel coming in 12 hours
I thinks that is better doing cm kernel...it's easy install Cook rom and i think that are better than stock rom. ....sorry for my english. P.s. I have cm rom
terdek said:
I thinks that is better doing cm kernel...it's easy install Cook rom and i think that are better than stock rom. ....sorry for my english. P.s. I have cm rom
Click to expand...
Click to collapse
hmm yes cm kernel is easy so it's final and now i'm working on it

[Kernel][AOSP/TW] ChronicKernel - (UV/GPU/CPU-OC/dyn fsync/Linaro) [05/07/2014]

ChronicKernel for AT&T Samsung Galaxy S4​
{
"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.
*
*/
Here is a initial kernel for AOSP/TW. It has all the features you would expect from a modded kernel, CPU OC, GPU OC, more CPU governors, Undervolted, Underclockable, GPU OC CPU L2 OC, and linaro -o3 optimizations
Click to expand...
Click to collapse
Screenshots
Requirements
* Rooted (obviously)
* I use CyanogenMod as my daily, so i don't test the TW version much..it should be fine though.
Installation
1: Place zip on sdcard
3: Reboot into recovery
3: Clear cache and dalvik cache
4: Flash zip
5: Reboot
6: If desired edit the init script at /system/etc/chronic-config.sh to suit your needs
7: Profit
ChronicKernel
* All-in-One kernel for all qualcomm variants (AOSP/CM only)
* Compiled with linaro
* GPU OC to 627 Mhtz (450Mhtz default - configurable though chronic-config.sh init script)
* CPU OC to 2322 Mhtz (1890 Mhtz default)
* CPU L2 cache overclocked to 1.3Ghtz
* Raised the low/med/high values for GPU governor one step each
* Added many I/O Schedulers
* Some scheduler performance tweaks
* Added CPU Governors intelidemand, wheatley, lagfree, linoheart, smartassH3, badass and smartmax (Default gov = intellidemand)
* Dynamic Fsync
* F2FS Support
* User adjustable CPU uV
* frandom support
* Optimized and compiled with with the "Optimize a lot, or -o3 option)
* USB fast charge (disabled by default - configurable though chronic-config.sh init script
* Patched to Linux 3.4+
May-7
* Added back patch to ramdisk for PACMAN rom.
* Added F2FS support
* Synced ramdisk with CM
April-23
New Release v3.0 All-In-One AOSP_KK4.4 Kernel!
* Sorry for the long delay. Got burnt out on android for awhile and got some new toys as well so was busy
* All the needed updates to kernel and Ramdisk since last release and to comply with CM"s new all-in-one rom build,
because of this we can now use one flashable zip for all qualcomm variants now. I added the auto-loki patching from
CM's rom zips so loki should be done for you. let me know if you have any issues.
* Updated kernel to 3.4.82
* I'm sure there are a few small fixes I forgot since last release but basically you can expect what you did with the last release just up to date.
Dec-24
New Release v2.4 for AOSP Android KitKat 4.4! (TW to follow soon)
Changes since v2.3:
* Got rid o dcvs governor as it never worked
* Updated to offical Android 4.4.2/CM-11 Kernel source, changes include:
* We are now using the msm2 gpu driver not msm.
* Updated WiFi Drivers
* Updated Sensor drivers
* Many changes to the framebuffer and vidc driver
* Linux 3.4.75
And as always the ramdisk is synced with CM as of time of compile
Oct-28
* AOSP-JB4.3: Tagged v2.3.3 (maintenance update)
* AOSP-JB4.3: Fixed issue with latest ROM builds
Oct-26
* AOSP-JB4.3: Tagged v2.3.2 (maintenance update)
* AOSP-JB4.3: Merged all the upstream commits from CM, should help with stability
* NOTE: If your colors are off with the display. Its because your ROM hasn't been updated to latest display drivers, ask your ROM developer to update their ROM.
Oct-20
* Common: Updated to Linux 3.4.66
* Common: Added Faux123's Simple GPU governor
* Common: Fixed compatibility with PAC
* AOSP-JB4.3: Merged upstream changes for compatibility with latest CM nightlies
* TW: Tried to fix issue with LPM mode (charging while off)
Oct-6
* Bumped AOSP to v2.2 and TW to v1.2 respectivly
* Common: Fixed issue across all custom S4 kernels where the Governor is only applied to online cpu cores. They are now set regardless
* Common: More aggressive L2 Overclock, bumped max L2 freq by 100 Mhtz and have a more aggressive scaling of the L2 freqs
* Common: Updated to Linux 3.4.62
* AOSP-JB4.3: a few (minor) upstream changes
Sep-5
* AOSP-JB4.3: Merged over 200 commits from CM to bring in sync, No other changes, although seems performance is a little improved
Aug-24
* General: initial release ot the TW/GE kernel, refered to as TW-JB4.3, this is the same as the TW (now known as TW-JB4.2) just compatible with GE roms
AOSP-JB4.3
* AOSP-JB4.3: Synced Ramdisk with CM, latest nightlies should work now
* AOSP-JB4.3: Fixed a bad merge in the last version related to I/O scheduling
* AOSP-JB4.3: Added official Samsung exFAT support (thanks ktoonsez for original commit)
* AOSP-JB4.3: Updated to Linux 3.4.59
* AOSP-JB4.3: Tagged v2.1
AOSP-JB4.2
* AOSP-JB4.2: Added official Samsung exFAT support (thanks ktoonsez for original commit)
* AOSP-JB4.2: Updated to Linux 3.4.59
* AOSP-JB4.2: Tagged v2.1
TW/TW-JB4.2
* TW: Some cleanup to try and make it more stable
* TW: Added official Samsung exFAT support (thanks ktoonsez for original commit)
* TW: Updated to Linux 3.4.59
* TW: Tagged v1.1 and will be known from this point on as "TW-JB4.2"
TW-JB4.3 - TW/GE
* TW-JB4.3: Initial TW/GE kernel v1.0
Aug-16
* AOSP-JB4.3: Maintenance update - Synced with upstream CM kernel at time of compile - glitches should be gone
* Note: sorry for the delay. i was busy getting 10.2 booting on pyramid/glacier/holiday
* Took the version number out of the OP title as its not the same across all platforms
Aug-4
* AOSP-JB4.3: Added AOSP 4.3 kernel, has all the updates from CM's kernel as of this date
* AOSP-JB4.2: Sync with CM. a little clean up
* TW: TW kernel is now out of RC and v1.0, Merged a few things from the AOSP-JB4.3 kernel
* There were a good amount of updates that are kinda hard to explain. if you want more details check my github
Old Changelogs
July-20
* TW: RC2 release
* TW: tried to fix exFAT support, please let me know
* TW: Fixed an overlook that was causing the GPU to stay at a higher freq then normal
July-18
* Fixed a few little overlooks on my part in the TouchWiz beta1. Here is RC1
July-17
* inital TW build, still beta but should work fine just might have a couple things enabled (I/O schedulers that dont work or shouldnt be)
July-14
* Fixed Color temp settings not showing in Advanced Settings
* Couple tweaks to fastcharge cherry-picked from ktoonsez's kernel
* Merged JFA source
* All CM changes merged
* Added option to configure CPU OC from chronic-config.sh
* Fixed a race condition between chronic-config.sh and init.qcom.post_boot.sh setting governor
* Updated to Linux 3.4.52
* Fixed a type-o in chronic-config.sh that might have prevented dynfsync from being set to the desired setting
* Initial support for the Sprint variant
* General cleanup
July-2
* Reworked the way the config script works. it now sets gov correctly. it was renamed to chronic-config.sh and moved to system/etc/
* A few upstream updates
June-30
* Maintenance update
* Merged all upstream CM changes, should work on latest nightlies now
June-26 Stable Release
* Over 100+ upstream commits, like vidc etc, CHECK HERE for details
* Updated to MFx source/google sources
* small bugfix to screen off max gov
* wakelock fix (upstream)
* Updated to Linux 3.0.50
* Few misc bugfixes
** Honnestly the changelog doesnt do the update justice. CHECK HERE for details
June-18
* Upstream: Kernel source updated to MDL (samsung)
* Bugfix: Synced ramdisk with upstream CM to fix issue with bluetooth
* Fixes to Fast charge
* Bugfix: fix issues with workqueue (ktoonsez)
* Screen off Max freq will be disabled while in call (ktoonsez)
* Bugfix: Two EHCI: HSIC commits from caf to fix a wakelock
* Added CIFS Support
* Switch to intellidemand as default CPU governor
* Set 504Mhtz as boot freq for GPU
* GPU: Changed 544mhz to 545mhz to conform better with the pll table
* reduce some log spam (ktoonsez)
* GPU OC: Add 627mhtz step
* Linux 3.4.49
June-11
* Merged all upstream changes from CM kernel, including things like the MDM kernel source update
* Updated to Linux 3.4.48
* GPU OC now correctly reflects the current gpu freq to sysfs
June-7
* Pretty sure the intellidemand issues are fixed now
* Some bugfixes from caf for cpufreq and cpufreq stats
* GPU OC is fixed now (wasn't working correctly, would reject any freq higher then 450)
* GPU OC steps are now 504 544 and 601mhtz
* Synced with upstream (CM)
June-4
* Added in between steps to OC freqs to try and help people squeeze a little more out of the CPU (ktoonsez)
* GPU OC to 533Mhtz
* Added some missing intelidemand code to try and fix battery drain
* Some upstream changes like control screen color temp by sysfs
* Switched back to interactive as default governor
May-31
* Tweaked the GPU bandwith and governor low/med/high values for better performance
* Some bug fixes from type-o's made by samsung
* Removed CPU governors that don't support hotplugging (ktoonservativeq, dancedance)
* Min cpu freq with start at 378Mhtz for all cores
* Switched to XZ compression when making kernel to reduce size (the only impact on user end is a 1 sec longer boot time on Samsung splash)
May-29
* Reverted some cherry-picks from upstream that was causing bootloops for some
* Fix for GPU governor, it was sometimes getting stuck at 450 mhtz even with screen off (credits: ktoonsez)
* Updated the updater-script in the flashable zip to do some housekeeping before flash like remove old modules
May-28-build2
* Fixed bad zip packages
May-28
* Rebased source off of ktoonsez kernel,
* Fixed all the instability from the last releases
* CPU OC up to 2322 Mhtz (not all devices can handle this!)
* added frandom support
* Added a few Governors and I/O Schedulers
* Disabled a lot of useless debugging options
* Disabled un-needed modules
* More general build optimizations
* Other changes I forgot
May-26-build2
* Fixed all the bootloop issues from the last build
May-26
* Bugfix: cpu freqs on all cores but core0 weren't being set to desired levels
* Bugfix: a lot of block (I/O) fixes from caf and faux123
* CPU is now overclockable to 2268Mhtz but not all devices, including mine can handle this.
* CPU can now be overvolted to 1500 uV
* CPU L2 cache overclock to 1.3Ghtz (this seemed to give the most performance boost out of any overclocking so far)
* full kernel based mpdecision (there is an init.qcom.post_boot.sh script included that will disable userspace mpdecision, DON'T REMOVE IT)
* Added back all the special UID drivers that got disabled
* A lot of cleanup to the defconfig and disabled a lot of useless options and enabled some that weren't there before
* Switched to intellidemand as default governor
* Switched to ROW as default I/O scheduler
* CPU: Boot at default freq of 1890Mhtz for stability
* Probably a lot more small tweaks I'm forgetting
May-18
* Added an init.d script to zip to help control custom kernel settings
* Added CPU OC to 2106 Mhtz (1998 mhtz default)
* Set default GPU OC to 450mhtz to save battery (still overclockable via 89chronic init script)
* Adjusted the GPU Bus bandwith, seems to help with performance and battery life
* Lots of updates for CM kernel (gpu drivers etc)
* Maybe a couple other tweaks I forgot to list
May-14
* initial release
* Please keep all comments in this Discussion Thread. Any comments not in that thread will be ignored. Feel free to use the DevDB Bug reporting option as you see fit. This is critical in keeping the same question from being asked times in 5 different threads all with the same answer. It was really slowing down development.
* ]If you have problems with frequencies sticking use "No frills CPU Control" and go to Settings and prevent other apps from changing CPU settings
* Although this kernel has now reached "stable" status. bugs still could pop up. please if you find a reproducible bug and decide to post please try and provide a last_kmesg or logcat.
* Versions go as follows: AOSP-JB4.3 = CM-10.2 etc, AOSP-JB4.2 = CM-10.1 etc, TW-JB4.2 = Android 4.2 TW based ROMs, TW-JB4.3: Android 4.3/Google Edition based ROMs
AOSP-JB4.2 : ChronicKernel-JB4.2-AOSP-ATT-v2.3.zip
AOSP-JB4.3 : ChronicKernel-JB4.3-AOSP-ATT-v2.3.3.zip
AOSP-KK4.4 : ChronicKernel-KK4.4-AOSP-JFLTE-v3.1.zip
TW-JB4.2 : ChronicKernel-JB4.2-TW-ATT-v1.3.zip
TW-JB4.3 : ChronicKernel-JB4.3-TW-ATT-v1.3.zip
Goo.im Repo : CLICK HERE
* This Kernel can also be downloaded directly with GooManager *
My Github (main): https://github.com/Team-Hydra/android_kernel_samsung_jf
* First off of course cyanogen, the CyanogenMod project and all who contribute.
* A lot of this was taken/based off of flar2's Kernel for the HTC One, so thanks for the source!
* Also grabbed some things from Faux123's kernel
* All the people who have helped me learn more and more over the past 4 months (arco/dastin1018/android1234567) you guys are the best!
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.
Happy Flashing
Albinoman887
XDA:DevDB Information
[AOSP/TW] ChronicKernel, a Kernel for the AT&T Samsung Galaxy S 4
Contributors
albinoman887
Kernel Special Features: * Compiled with linaro * GPU OC to 627 Mhtz (450Mhtz default - configurable though chronic-config.sh init script) * CPU OC to 2322 Mhtz (1890 Mhtz default) * CPU L2 cache overclocked to 1.3Ghtz * Raised the low/med/high values for GPU governor one step ea
Version Information
Status: Stable
Created 2013-10-09
Last Updated 2014-05-07
Reserved
Please keep all discussion in the new Q&A thread please. otherwise your comment will most likely be ignored. Check "NOTES" section in OP for details
Is this Loki patched? Flashing it with TWRP over the CM nightly stuck my device at the boot logo until I reflashed the nightly.
Edit: I just realized i'm the second post on one of the best CM kernels I've used this kernel on every update since June, and as of October 7th, it's by far one of the best kernels i've had the pleasure of using.
Any way you could make this for Touchwiz?
VeryCoolAlan said:
Anyway you could make this for Touch wiz?
Sent from my SAMSUNG-SGH-I337 using xda premium
Click to expand...
Click to collapse
Any way you could make this post without quoting the entire op...?
Sent from my AT&T Galaxy S4 Running AOKP 4.2.2
Mike on XDA said:
Any way you could make this post without quoting the entire op...?
Sent from my AT&T Galaxy S4 Running AOKP 4.2.2
Click to expand...
Click to collapse
+1
Sent from my SAMSUNG-SGH-I337 using Tapatalk 2
i am also having this problem
breakingspell said:
Is this Loki patched? Flashing it with TWRP over the CM nightly stuck my device at the boot logo until I reflashed the nightly.
Click to expand...
Click to collapse
i am also having this problem
breakingspell said:
Is this Loki patched? Flashing it with TWRP over the CM nightly stuck my device at the boot logo until I reflashed the nightly.
Click to expand...
Click to collapse
Yeah, I don't think this is Loki patched or at least not correctly. I've tried a couple of times on both CM and SlimBean to try and flash it. Everytime it ends up stuck at the Samsung boot logo.
I even tried it with the auto-loki recovery. Still didn't boot up.
Sent from my SGH-I337 using xda app-developers app
david.degraw54 said:
I even tried it with the auto-loki recovery. Still didn't boot up.
Sent from my SGH-I337 using xda app-developers app
Click to expand...
Click to collapse
I tried this as well, to no avail
breakingspell said:
I tried this as well, to no avail
Click to expand...
Click to collapse
Insanity is doing the same thing over and over again and expecting different results.
I did the same thing as all the others and ended up unable to boot - this Kernel might be ok for Canadian PHones but it is clearly not ready for ATT SGH I337 phones that need to have LOKI installed -
I am going to pass on this until I have seen a number of posts from others who have flashed it successfully
for now, I would discourage you from flashing this Kernel if you are considering it until the OP has addressed this issu
Mike on XDA said:
Any way you could make this post without quoting the entire op...?
Sent from my AT&T Galaxy S4 Running AOKP 4.2.2
Click to expand...
Click to collapse
LMAO... everyone PLEASE read this post! :laugh: :good:
Sorry I know I'm not helping in this thread. It's just that this is my biggest Internet pet peeve.
Well, this and cats.
Here's albinoman887's kernel. I noticed you guys were having issues so I compiled it myself (had to change a couple things) so that you guys could flash it. I've tested it and it works just fine.
@albinoman887
If you don't want this link up just let me know. I will take it down. Feel free to throw it up in your OP until you get things worked out. If you need some help or anything just let me know.
ChonicKernel-v0.6.0
DOWNLOAD HERE
task650 said:
Here's albinoman887's kernel. I noticed you guys were having issues so I compiled it myself so that you guys could flash it. I've tested it and it works just fine.
Click to expand...
Click to collapse
+1 confirm, works like a charm, thanks bro!
task650 said:
Here's albinoman887's kernel. I noticed you guys were having issues so I compiled it myself (had to change a couple things) so that you guys could flash it. I've tested it and it works just fine.
@albinoman887
If you don't want this link up just let me know. I will take it down. Feel free to throw it up in your OP until you get things worked out. If you need some help or anything just let me know.
DOWNLOAD HERE
Click to expand...
Click to collapse
Thanks Task! Nice work and thanks for the proof that it works - will give it a shot...
Sorry guys. don't have this phone. thought i patched it correctly. must be a small error on my part. i'l look into it
After flashing, my ROM won't boot and if I reflash my ROM it hangs at starting apps...
skullassfreak said:
After flashing, my ROM won't boot and if I reflash my ROM it hangs at starting apps...
Click to expand...
Click to collapse
Did you flash the one in post # 12?
new build posted. hopefully it flashes correctly i dont have the device to check i think it was just my updater-binary though, it was smaller then all my other zips. might have been curupted. as i patched with loki and it works fine. let me know
0.7.0 works on Slimbean weekly 6.2. Just flashed a minute ago, will report later today as to performance.
Do you have a kernel tweaking app you recommend using with this?
Does this support faux sound?
Sent from my SGH-I337 using Tapatalk 4 Beta

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

| 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
Data
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
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))
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
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!
android1234567 for being an awesome dev partner and friend!
android1234567 for all the help with the kernel, without you we wouldn't have new kernel
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.
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-28
* viber4android should be fixed now
* Fixed random bug where Gallery would FC when switching from FFC to back camera
Oct-26
* Fixed USB storage bug from last build
* Fixed torch tile missing from quick settings
* A few bug fixes from CM themselfs
* Other upstream changes I can't remember right now
Oct-23
* VOIP apps should be fixed now (tested with Tango)
* Random RC when stopping a video recording should be fixed as well
* Updated usb/bluetooth tethering interface for Android 4.3 to fix tethering
* A few misc bug fixes to kernel (display related)
* A decent amount of upstream changes
Oct-20
* Android 4.3.1
* Lots of updates by cyanogen to the camera
* Fixed torch turning off with screen
* Kernel updated to 3.0.100
* Lots of upstream changes
Oct-10
* Fixed audio being lower then normal in the last few builds
* Updated the msm8660 power hal. This should help any stuttering music playback
* Video recording is now working correctly with shutter sounds!
* Kernel updated to Linux 3.0.99
* Any upstream changes at time of compile
Sep-29
* Really fixed VoIP with some apps (viber, tango)
* Fixed touch-to-focus while video recording, was broke in last build
* Any upstream changes at time of compile
Sep-27
* Fixed VoIP with some apps (untested)
* Fixed data indicators
* Any upstream changes at time of compile
Sep-19
* Fixed permissions for VibratorHW, sensitivity should now be adjustable via CM settings
* Fixed touch-to-focus while video recording (credit: android1234567)
* Tried to address issue some users face when in-call and no one can hear them
* Kernel updated to Linux 3.0.94
* Upstream: Android tagged "Android-4.3 r3 , Build ID: JLS36C"
* Any upstream changes at time of compile
Sep-14
* Added CMAcoount
* Actually enabled the CPU freq syncing across all cores
* More updates to qcom media and display legacy libs
* Any upstream changes at time of compile
Sep-9
* Merged a few upstream changes to our display-legacy repo for better compatibility with AOSP 4.3
* A few camera fixes, (mainly just cleans up logcat spam about paramaters. there really isnt any notice to the user.
* Added ability to control vibration strength via the CyanogenMod settings
* setting CPU freq/gov will always be set across all cores regardless of app
* Any other upstream changes at time of compile
Sep-5
* Hopefully the Battery drain issue is gone, please do a full wipe before reporting about it
* Fixed random FC with video recording by removing the shutter sounds for now until i isolate the issue
* Reverted all my testing changes
* Cleanup
* Any upstream changes at time of compile
* Note: no more rude comments !!!!
Aug-29
* Fixed camera FC when finishing a recording (credit: amphorion)
* Disabled the snapshot while recording feature as our device doesn't support it
* Addressed a rare crash in camera when recording and flash is on
* Any upstream changes at time of compile
Aug-25
* Upstream: make sure unsupported graphics features are disabled for legacy devices (no end-user change, restores CM-10.1 behavior)
* Upstream: Fixed compiling with "DISABLE_ARM_PIE" flag and using official CM toolchain. (before we were using an alternate gcc 4.7 toolchain that happened to work. It has now been fixed the correct way upstream. There will most likely be no end-user change but its always better to be using official CM source code)
* Upstream: Misc stability fixes
* Upstream: Merged android 4.3 - r2.2, Build number: JSS15Q
* Updated kernel to Linux 3.0.93
* A few small changes and cleanup
* Any other upstream changes at time of compile
Aug-21
** NOTE: with this build a fuill wipe is most likely required you will have issues
* Fixed issue with last release where some users, after a reboot could no longer boot the rom again
* All the bugs with the camera we have been having are now gone. Should function the same as in CM-10.1
* Reverted the hack to kernel to get FFC to work without the compile flag "disable arm pie" since we now can
* Any upstream changes at time of compile
* Did some cleanup from the cm-10.2 merge
Aug-18
* Fixed issue where some users couldn't boot the ROM
* Fixed Front facing camera while using GCC-4.7 for compiling
* Enabled Permissive selinux (no enforced option yet)
* Bugfix: Durning compile media libs weren't compiling with the correct headers
* Upstream Changes at time of compile
Aug-16
* Fixed Torch
* Fixed Front Facing Camera
* Fixed superuser being disabled by default bug
* Lots of update to the audio libs (audio-caf)
* Any upstream changes at time of compile
Aug-13
* Fixed Camera. DO A FULL WIPE OR CAMERA APP WILL NOT SHOW UP!!!!
* Tried to address the rare reboot due to the wifi module
* Upstream changes
Aug-12
* initial build everything should be good except camera. we are working on it
* Everyone send a donation to android1234567. despite my multiple negative comments about trying to build with gcc4.6 he tried, and guess what he was right. that got us booting. so everyone end him a few bucks. he more then deservies it
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 memory heaps (copied from htc shooter) 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
Team Hydra Github (main): https://github.com/Team-Hydra
CyanogenMod Github: https://github.com/CyanogenMod
ROM : cm-10.2-20131028-Albinoman887-pyramid.zip
GAPPS: : HERE
Goo.im Repo : 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
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_pyramid-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
it's geart~!!!wait for it~
albinoman887 said:
DOWNLOAD
ROM : cm-10.1-20130806-Albinoman887-pyramid.zip
Click to expand...
Click to collapse
The links says 10.1
Good Work. Thanks a lot
i thought you stopped your development on CM 10.2 and android1234567 is going on now? Its quite confusing having 3 4.3 ROMs, which are basically all the same, but on the other hand they are not the same oO
s0ftcorn said:
i thought you stopped your development on CM 10.2 and android1234567 is going on now? Its quite confusing having 3 4.3 ROMs, which are basically all the same, but on the other hand they are not the same oO
Click to expand...
Click to collapse
how are there 3? i dont know i just couldnt stay away..
albinoman887 said:
how are there 3? i dont know i just couldnt stay away..
Click to expand...
Click to collapse
Laidbacknikez has a build out. Have to say welcome back, you weren't gone long enough to miss you
3 devs doing 3 roms just means the flashoholics will get their fix for a little while.
Moh Kohn said:
Laidbacknikez has a build out. Have to say welcome back, you weren't gone long enough to miss you
3 devs doing 3 roms just means the flashoholics will get their fix for a little while.
Click to expand...
Click to collapse
2 devs doing 2 ROMs. I'm not going to dev anymore.
albinoman887 said:
how are there 3? i dont know i just couldnt stay away..
Click to expand...
Click to collapse
yours, android123456 and laidbacknikez i think android1234567 is with ION
Sent from my HTC Sensation using xda app-developers app
android1234567 said:
2 devs doing 2 ROMs. I'm not going to dev anymore.
Click to expand...
Click to collapse
You quit?????
nickislauw said:
You quit?????
Click to expand...
Click to collapse
Yeah. I don't want to dev anymore.
android1234567 said:
Yeah. I don't want to dev anymore.
Click to expand...
Click to collapse
s0ftcorn said:
yours, android123456 and laidbacknikez i think android1234567 is with ION
Click to expand...
Click to collapse
So - just to get it right - this rom is without ion ; android1234567's rom is with ion, but is dead... so currently there's no 4.3 rom with ion?
hi albino .. maybe you can edit the OP a little bit .. camera is in Working as well as in Non Working list also ..
and thanks for this ROM .. hope we have the best 4.3 ROM like we had the 4.2.2
android1234567 said:
Yeah. I don't want to dev anymore.
Click to expand...
Click to collapse
What? Getting so far and dont want to continue this? Thats sad. It will always nag you that you didnt complete the ion port, i promise.
Is it very obvious that i try to needle you?
I LOVE YOU GUYS :laugh::good:. Great work, hope bugs will be fixed soon.
When I come from [ROM] CM 4.2.2 AOSP 10.1 Jellybean [KANG] [Aug-6] I do then anyway as a precaution a full wipe? or is dalvik and cache?
micha12435 said:
When I come from [ROM] CM 4.2.2 AOSP 10.1 Jellybean [KANG] [Aug-6] I do then anyway as a precaution a full wipe? or is dalvik and cache?
Click to expand...
Click to collapse
Full wipe. Wipe anything you can except for sd card.
Sent from my HTC Sensation using xda app-developers app
micha12435 said:
When I come from [ROM] CM 4.2.2 AOSP 10.1 Jellybean [KANG] [Aug-6] I do then anyway as a precaution a full wipe? or is dalvik and cache?
Click to expand...
Click to collapse
As Android1234567 wrote:
Even if you come from the CM10.1 ROM he suggests a full wipe. You could make a backup of your programs and then restore them with titanium backup.

[KERNEL][N7100, N7105][7.X]Hybrid

Hello everyone! I want to present you this kernel based on Elite Boeffla-Kernel with so many improvements, features and customizations. This kernel was originally built for Galaxy S3, but as requested, I also built one for Note 2.
For the configuration, I recommend Boeffla Config app. For beginners, just flash this kernel and forget
If you want to even customize every part of your phone, you can modify INT, MIF and ABB voltages, read the 4th post (If you don't know what they are, just leave them as they are and be happy :laugh: ).
Disclaimer: I do not own a Note 2 device so I can not test it myself. I am not responsible for anything that happens to your device. Please have a backup of your currently working ROM and kernel before flashing.
Features (See the changelog for more details):
F2FS enhancements
More memory management enhancements from Linux 3.4
FIOPS I/O scheduler
Block updated to Linux 3.3
ARM optimized instruction sets
Working magisk hide
Passes the safetynet check
Compiled using Linaro GCC 7.2.1
Optimized arm instructions
Link time optimization
SELinux set to permissive by default
F2FS: Partially merge some changes from Linu 4.3
F2FS: Fully backported from Linux 4.2
F2FS Backported from Linux 4.2 (by @arter97). As you know, CM kernels use f2fs backported from Linux 3.17, but this kernel uses a higher and much updated version.
Supports undervolting CPU, GPU, MIF and INT (thx @AndreiLux). Most kernels allow undervolting CPU and GPU ONLY but this kernel allows you to undervolt almost everything.
Adaptive Body Bias Control (thx @AndreiLux)
Supports over clocking up to 2.0GHz
Multicore power saving control
Improved caching and memory management
Mount namespace backported from Linux 3.8 allowing Magisk hide to work
fq_codel packet scheduler backported from Linux 3.5
Fast pseudo random number generator (frandom)
Doze enabled by default
all Boeffla and Elite Boeffla Kernel goodies
and much more including internal improvements and backports (see changelog)
Credits:
@DerTeufel1980
@arter97
@AndreiLux
@Oebbler
@A$teroid
@Lord Boeffla for his great kernel
Do you like my work? Then a coffee will be of great help for me. :highfive:
https://paypal.me/Pascua706
Downloads for N7100:
http://www.mediafire.com/?cen2z6ix3171u
Downloads for N7105:
https://www.mediafire.com/folder/m2j5b7hsclab7/N7105
Addons:
Boeffla Config app
Synapse Kernel Manager
XDA:DevDB Information
Hybrid Kernel, Kernel for the Samsung Galaxy Note II
Contributors
pascua28
Source Code: https://github.com/pascua28/Elite-Boeffla-Kernel
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 9.99
Stable Release Date: 2018-04-20
Created 2018-02-11
Last Updated 2018-04-23
Changelog:
For a more detailed information about the changes, please take a look here
Update 9
* Stability improvements
* Removed cpu boost for better stability
* Removed PM freeze for better stability
* Added alucard governor
* Implemented intelliplug
* Updated modem driver
* Updated sound driver
* Updated bluetooth driver
* Skip charging wakelock
* Removed doze helper
* Remove late resume speedup
* Added screenoff max frequency (configurable via Synapse)
* Some mmc driver updates
* Removed display driver wakelock
* updated video driver
Update 8:
* power management enhancements
* memory management backports
* added FIOPS I/O scheduler
* block updated to Linux 3.3
Update 7:
* ARM optimizations
* pegasusq: smoother frequency scaling
* disable MobiCore initialization
* timer optimizations
* use glibc version of string and memcopy libs
* enable power efficient workqueue by default
* TTL mangle
* remove kernel logger control
Update 6:
* Remove android logger
* F2FS: applied some changes from Linux 4.3
* F2FS: completely merge F2FS changes from Linux 4.2
* N7100: add interactive and conservative CPU governors
* N7100: enable swap and ZRAM support
* N7105: initial support
* introduce lockless list
* drivers/serial: speed up wakeup
* speedup late resume
* shrinker: fix bug in fs/super.c
* added Synapse support
Update 5:
* nosec optimization
* optimized current_pt_regs() for arm
* tmu: remove memory throttling
* reduced some logging
* ipv4: save cpu cycles from check_leaf()
* update word-at-a-time lib
* net: Performance fix for process_backlog
* ASoC: pcm: use the power efficient workqueue for delayed powerdown
* Enable SECCOMP and SECCOMP_FILTER
* N7100: disable SND_DEBUG
* use Linaro GCC 7.1.x compiler
Update 4:
* LOAD_FREQ (4*HZ+61) avoids loadavg moire
* memory management improvements
* use Joe's RCU
* use 432 HZ timer
* intelli_plug not yet implemented for stability
* implement SECCOMP (secure computation)
* backport mount namespace from Linux 3.8
* revert video driver updates
* N7100: fix proximity sensor
* backport fq_codel packet scheduler from Linux 3.5
* revert vsync driver update to hopefully fix some issues
* use slicing-by-8 algorithm for crc32 and crc32c
* add frandom driver
* N7100: set westwood as default TCP congestion control algorithm
* N7100: add a bunch of TCP congestion control algorithms
* N7100: set AC maximum charge level to 2000mA
* N7100: set 1.6GHz maximum CPU frequency by default
* N7100: Enable overclocking up to 2.0GHz
* vfs: increase shrinker batch size
* superblock: add filesystem shrinker operations
* inode: remove iprune_sem
* superblock: introduce per-sb cache shrinker infrastructure
* superblock: move pin_sb_for_writeback() to fs/super.c
* inode: move to per-sb LRU locks
* inode: Make unused inode LRU per superblock
* inode: convert inode_stat.nr_unused to per-cpu counters
* vmscan: add customisable shrinker batch size
* added support for N7100
* cpufreq: Dynamic voltage stepping
* I9300: removed 2.0GHz and 1.9GHz overclock frequencies
* I9300: set maximum AC charger current to 1500mA, USB current to 1000mA, and wireless charger current to 1000mA. (previously 2100mA)
Update 3:
*fix touchkey light control
Update 2:
*f2fs: enhance multithread performance
*Use stock max frequency and stock governor
*Backport random driver from Linux 3.19+
*video: samsung: fimc: implement noti_ctrl_capture for u1
*[media] V4L: videobuf2: update buffer state on VIDIOC_QBUF
*media: vb2: Add support for synchronization
*media: samsung: fimc: add missing ctrl->cam checks
*Set SELinux to permissive
*lib/checksum.c: optimize do_csum a bit
*fs/buffer.c: remove redundant initialization in alloc_page_buffers()
*mutex: dynamically disable mutex spinning at high load
*lib: add weak clz/ctz functions
*Fix entropy depletion
*Net/neighbor: use power efficient work queue
*Squashed latest lineageos kernel commits
*Update video driver
Initial release:
*Remove ASIX Support
*Remove Network File System
*Remove sunrpc
*Remove joystick support
*Remove exFAT support
*Backport ramdom from Linux 3.17+
*Backport AIO from Linux 3.6
*Backport radix tree from Linux 3.4
*Fix cfg80211 memory leak
*Backport slub from Linux 3.3
*Backport F2FS from Linux 4.2
*Add multicore power saving support
*Add Adaptive Body Bias control
*Add INT and MIF voltage control
Reserved
Reserved
First of all! Thanks! @pascua28
Will update the post after testing as soon as the link is out!
Following this closely. I have a note 2 and will this work for custom rom users? I use RR nougat rom.
Sent from my GT-N7100 using Tapatalk
Thank you so much for this kernel! @pascua28
Waiting for the link to test it !
Thank you very much sir???
Thank you so much
You are savior.
Very excited for the kernel
When it will be released??
cristobalite1983 said:
Following this closely. I have a note 2 and will this work for custom rom users? I use RR nougat rom.
Click to expand...
Click to collapse
Of course custom ROMs. Because there is no stock ROM for note 2 which is has Android 7.
DarkMountain said:
Of course custom ROMs. Because there is no stock ROM for note 2 which is has Android 7.
Click to expand...
Click to collapse
Can't wait to try this out. Custom rom kernel I have been using sees m losing power a lot and I have an extended battery with 6400mah. Hope this new release will solve m battery drain issues..
Sent from my GT-N7100 using Tapatalk
cristobalite1983 said:
Can't wait to try this out. Custom rom kernel I have been using sees m losing power a lot and I have an extended battery with 6400mah. Hope this new release will solve m battery drain issues..
Click to expand...
Click to collapse
Yes you are right a lot of custom rom has battery drain issue.
Release it fast please. I can't wait.
DarkMountain said:
Release it fast please. I can't wait.
Click to expand...
Click to collapse
No one will release anything for you faster , just bcuz u asked to do it
-_- keep calm and wait like all other people.
nNeFeroN said:
No one will release anything for you faster , just bcuz u asked to do it
-_- keep calm and wait like all other people.
Click to expand...
Click to collapse
I'm joking. Actually it is very difficult to wait. Because we wait a custom kernel for Android 7 for long time.
subscribed. Also ability to control Wolfson sound chip please.
Build's up. Not sure if it will be flashed. zImage alone takes about 5.3mb. Just wait for someone willing to flash it and have him/her report if it works.
pascua28 said:
Build's up. Not sure if it will be flashed. zImage alone takes about 5.3mb. Just wait for someone willing to flash it and have him/her report if it works.
Click to expand...
Click to collapse
Flashed your kernel sir.
Testing for now.Thankyou very much!

[Kernel-EAS][Custom|OOS]mcd-kernel[r12, r29]

{
"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:
* I am not responsible for bricked devices, dead SD cards, 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.
I have to thank all these really nice people around xda/github and software development for helping me out, giving me useful tipps/tricks/guides and their feedback!​
It is mandatory to select the correct kernel depending on your current ROM:
1. CUSTOM ROMs [OREO | PIE]
Based on HolyDragon-Kernel [big thanks to @holyangel]
Added RenderZenith Kernel features
Upstreamed to CAF and stable linux branch v3.18.140
2. OxygenOS [OREO] - [EOL]
Based on RenderZenith Kernel [big thanks to joshuous and RenderBroken]
Upstreamed to stable linux branch v3.18.138
3. OxygenOS [PIE]
Based on official OxygenOS Pie sources
Based on HolyDragonKernel [big thanks to @holyangel]
In addition to my used bases mentioned above I've added some features from different kernels out here to give the user more control about their device and to extend it's abilities. Feel free to ask for features that you would like to see in this kernel.
Features added:
Compiled with custom-built Linaro 6.4.1 toolchain targeting msm8996/SD820/SD821
anykernel3: adress more selinux denials
init: cpu-boost: Create separate tunable for Dynamic Schedtune Boost duration [1500ms by default]
init: enable wake_boost [set to 1000ms] - [thanks to kerneltoast] [custom variant only!]
init: set our custom thermal-values [10 zones] [performance-orientated profile]
################################################
Upstreamed f2fs [custom variant only!]
f2fs rapid GC commits and fixes - [thanks to arter97] [custom variant only!]
Upstreamed RCU sub-system
Backlight dimmer
Boeffla Wakelock Blocker - [enabled by default]
CPU Governors: schedutil, helix_schedutil, blu_schedutil, pwrutilx, energy-dcfc, darknesssched, alucardsched
CRC toggle - [disabled by default]
Debugging and logging disabled/removed
Disable buttons on touch toggle - [enabled by default]
DriveDroid support
DTS: HeadphoneX - Official thread
Gestures: add sweep2sleep - [disabled by default]
Haptics: Haptic control and vibration strength control
HID keyboard/mouse gadget support - [thanks to jcadduono]
I/O Scheduler: BFQ, MAPLE and ZEN - [maple as default]
KCAL
K-Lapse - Offical thread - [thanks to @tanish2k09]
WLAN driver LA.UM.6.6.r1-10100-89xx.0 - [v 4.0.11.213X] [custom variant only!]
Sound Control - [thanks to Flar2]
Spectrum support - [4 pre-defined profiles]
TCP protocol tweaks - [westwood by default]
Thermal: thermal-simple - [thanks to kerneltoast]
USB fast charging toggle - [disabled by default]
Nethunter: Packet injection patch; monitor mode support [custom variant only!]
Nethunter: External USB WiFi adapter support; HID Emulation
Nethunter: CDC_ACM Proxmark/Chameleon detection (all versions); dynamic module loading [custom variant only!]
vDSO implementation for better performance of 32-bit binaries
Verity disabled
Wireguard support
zRAM - [enabled by default]
some misc changes to improve user experience
Downloads:
Archive: androidfilehost.com/mcdachpappe​
1. Custom ROMs
Current: mcd-kernel-custom-r12.zip​
2. Oxygen-OS [OREO]:
[EOL]: mcd-kernel-r25-oreo.zip​
3. Oxygen-OS [PIE]:
Current: mcd-kernel-r29-pie.zip​
Telegram:
Kernel-Group: t.me/mcdkernel
Kernel-Channel: t.me/mcdkernelchannel
Sources:
Kernel [custom ROM]: mcdachpappe/android_kernel_oneplus_msm8996-eas/tree/custom
Kernel [OOS Oreo]: mcdachpappe/android_kernel_oneplus_msm8996-eas/tree/oos8
Kernel [OOS PIE]: mcdachpappe/android_kernel_oneplus_msm8996-eas/tree/oos9
AnyKernel2: mcdachpappe/AnyKernel2
Credits:
Thanks to @RenderBroken and @joshuous for porting EAS features to our device.
Thanks to @HolyAngel for his kernel base!
Credits to the dev's who brought all this included features to our device - thank you very much.
Huge thanks to @rippledrums who is the best moderator [in our telegram groups] i've seen so far and for our designing logo!
Thanks to @vinoxflame, @nickpapeir,@theduke7 and @deepak jr for testing and their feedback.
Small note:
Please leave a comment here if this kernel works or doesn't work for you. This thread stays alive with your contributions and your feedback. Additionally this will motivate me to continue working on this kernel. And if you like you can do a little donation to me: paypal.me/mcdachpappe - Thank you very much!
XDA:DevDB Information
EAS-Kernel with extended features, Kernel for the OnePlus 3
Contributors
mcdachpappe
Kernel Special Features: Energy Aware Scheduling
Version Information
Status: Stable
Created 2018-09-05
Last Updated 2019-07-06
Useful information
'Clean flash' instructions:
Delete your kernel-tweak-app data
Boot into recovery (latest TWRP)
Flash desired oos-stock boot.img / flash the full oos-rom.zip
Optional: Flash magisk - if you want root
Flash this kernel .zip
Optional: Delete cache / dalvik cache
Explanation of the EAS boosting-values:
https://forum.xda-developers.com/showpost.php?p=78544871&postcount=255 [thanks to @AL2000EX]​
Adaptive Stune App:
Adaptive Stune App [based on @azaidi's work and @crian's modification] which calculates the Dynamic stune boost on the EAS kernel for each activity you are running.
Thanks to @deepak kumar android and @theduke7 for testing.​
Resources:
Useful information about EAS
Great, now its an official topic.
I cant seem to find the CRC toggle though
nickpapeir said:
Great, now its an official topic.
I cant seem to find the CRC toggle though
Click to expand...
Click to collapse
what kernel manager app are you using?
vinoxflame said:
what kernel manager app are you using?
Click to expand...
Click to collapse
EXKM manager
works perfect:good:
Add Eagle DTS Driver
Anyone who tried this kernel, how's battery backup? There's some bugs?
Can somebody post some screenshot of battery consumption?
Thanks
spione2013 said:
Anyone who tried this kernel, how's battery backup? There's some bugs?
Can somebody post some screenshot of battery consumption?
Thanks
Click to expand...
Click to collapse
It's just out for a day, try yourself and tell us
datvui2211 said:
It's just out for a day, try yourself and tell us
Click to expand...
Click to collapse
You right, sorry
Used this kernel for 2 days, very good. During usage seems to consume a little bit more than stock, but nevermind, the phone is super snappy.
Last build seems more snappy to me for some reason..
Nice kernel buddy..
What can i adjust on boost settings to make it more battery friendly?..
spione2013 said:
Used this kernel for 2 days, very good. During usage seems to consume a little bit more than stock, but nevermind, the phone is super snappy.
Click to expand...
Click to collapse
omair2005 said:
Last build seems more snappy to me for some reason..
Click to expand...
Click to collapse
Thank you for your feedback!
That's because I've set the top-app boosting values to the ones which joshuous mentioned along the v1.1.0 release in his thread (see OP).
On the other hand I 've lowered the values (frequencies and time) of input-boosting to save a little bit of energy:
little cores: 844800 [stock: 1036800]
big cores: 614400 [stock: 750000]
boosting time: 40ms [stock: 100ms]​
There should be a little bit of more energy consumption but not that much more. I'm still achieving good battery lifetime results with these settings.
cultofluna said:
Nice kernel buddy..
What can i adjust on boost settings to make it more battery friendly?..
Click to expand...
Click to collapse
you can revert to the "stock settings" from the original renderzenith kernel:
/dev/stune/schedtune.sched_boost 0 [mine 10]
/dev/stune/top-app/schedtune.sched_boost 0 [mine 50]
/sys/module/cpu_boost/parameters/dynamic_stune_boost 1 [mine 50]​
Correct me if I'm wrong with these values. I don't remember the stock settings excactly ..
Wonderful !!
I waited for that ! ( lack of personalization options in the official one )
Is it based on the latest July 27th build ?
Why the CPU max freq is not the highest possible ?
Does it not limit performances ?
update 180910 [v1.1]
Time for an update!
Changelog:
merge stable-linux v3.18.122
anykernel: add some cosmetics to our installer
anykernel/tools: update to busybox (1.29.2)
fix some memory leaks
gestures: add sweep2wake and doubletap2wake
gestures: add sweep2sleep gestures
init: lowered sched_boost to save battery [from 50 to 30]
init: fixed some code [frequencies and some misc stuff]
tcp_westwood: code improvements and tweaks
some minor stuff i may forgot
Download:
mcd-oos-eas-OP3-v1.1-180910.zip​
Notes:
Dirty flashing is fine
You may have to delete your kernel-tweak app to see the new default values
@ManuBBXX
i was struggling to get the max frequencies set at boot but this is now finally fixed
//edit:
The download link of v1.1 has been removed because of several issues in this release. Everything is fixed in the new v.1.3 release which you can find in post 39.​
Direct link:
mcd-oos-eas-OP3-v1.3-180912.zip​
mcdachpappe said:
Time for an update!
Changelog:
merge stable-linux v3.18.122
add some cosmetics to our installer
fix some memory leaks
gestures: add sweep2wake and doubletap2wake
gestures: add sweep2sleep gestures
init: lowered sched_boost to save battery [from 50 to 30]
init: fixed some code [frequencies and some misc stuff]
tcp_westwood: code improvements and tweaks
some minor stuff i may forgot
Download:
mcd-oos-eas-OP3-v1.1-180910.zip
Notes:
Dirty flashing is fine
You may have to delete your kernel-tweak app to see the new default values
@ManuBBXX
i was struggling to get the max frequencies set at boot but this is now finally fixed
Click to expand...
Click to collapse
Wow super
Thanks for the kernel
Developers from render Zenith are also planning an update very soon
Thanks for the update !!
Wow, great, thanks once again for the update. ! ! !

Categories

Resources