This kernel is for CM7, but should work on any AOSP Rom.
Known bugs
None
If any bugs are found I will add it here
Stable V1.0.0
Features: New Smartass governor, Undervolted, SLUB unqueued allocater, BFQ v2, BFS 404, Readahead buffer increased to 1040, Optimized compiler (compiled with neon and cortex flags) , Lagfree Governor, swap support, bfs tweaks, smoothass governor, backported conservative and ondemand govs from 3.0 rc7, backported wifi driver from 3.0 rc7, cpuidle code from 3.0 rc6, minmax governor, interactiveX governor, vdd leves interface (supports scriptfusion from the tbolt forum and vipermod from the tbolt forum), call recording, other various tweaks and optimizations.
Click to expand...
Click to collapse
Stable 1.0.0
DOWNLOAD
md5
849d2f473b91decf93b9746dbd3882ec
SOURCE
To keep with the latest updates, you can also purchase the JDkernel update app JDkernel downloader
Wooow !!! Cool, gonna try it.
Just tried it with the latest CM7 nightly; wifi appears not to work. The state of wifi in the settings says 'Error'.
Thanks for the feedback, I'm sorry it's not working. We are looking into it.
Best kernel for battery performance and user experience (Lag free).
Please mention:
- Which ROM you are on and the kernel version
- CPU Governor if not default
- I/O Scheduler if not default
- If you manually UC/OC the CPU/GPU (mention frequency)
- If you manually adjust UV values then how low (if not kernel default)
PS: If any other Kernel apart from the Poll options then do write about it.
Let me start off
- Stock (rooted) with Franco R15
- Governor Interactive (default)
- I/O Deadline (default)
- No OC/UC done to CPU/GPU (default)
- No UV done (default)
mjehan said:
Best kernel for battery performance and user experience (Lag free).
Please mention:
- Which ROM you are on and the kernel version
- CPU Governor if not default
- I/O Scheduler if not default
- If you manually UC/OC the CPU/GPU (mention frequency)
- If you manually adjust UV values then how low (if not kernel default)
PS: If any other Kernel apart from the Poll options then do write about it.
Click to expand...
Click to collapse
Firstly, should NOT be in this section, maybe in General. Secondly, I'm pretty sure best ROM/kernel threads are not allowed on xda, or so I've been told.
This is not appropriate for a development section. Moved to General.
Why should I change if my 29 kernel works great and enough
What are the major function of .32 kernel!
Sent from my E16i using xda app-developers app
nobodyAtall said:
Features:
Based on stock 2.6.29 SE sources
Upgraded to Linux kernel version: 2.6.29.6
Ported various components from 2.6.35 / 38
Significantly fast booting time (~25 secs from power button to lockscreen)
CWM recovery 5.0.2.7 in kernel
Netfilter support / AP support / Usb tethering
Swap support
Tun/Tap
Mddi fix
Ext3/4 support
Modules auto-copying at boot
Dual touch options:
- Fake dual touch in kernel (thanks to andrej456) (default)
- Modular fake dual touch in kernel (thanks to doixanh)
- Modular no dual touch
Many CPU freq governors to chooce from: interactive, interactivex, minmax, smartass, smartass2, scary and savagedzen
Modular Undervolt
NOOP ioscheduler
TINY RCU
DM_CRYPT_GLOBAL_WORKQUEUES
Ramzswap for compcache
Offline charging embedded in the kernel
Stable and fast oveclocked frequencies (not enabled by default)
Frequency table: 19MHz - 864MHz
Default CPU governor: interactive
Two way call recording (might be against the law for some countries, you are responsible for using this feature)
Interface Stat support for ICS
Memory management and binder improvements from gb kernel
Many, many feature and stability patches from various kernel sources
ICS DRM support
Click to expand...
Click to collapse
wanna thank xda? here
i also want know 29 kernel and 32 kernel has what difference
Kernel AOSP & CM11
- AOSP+CM11 kitkat-3.4-mr2 + 3.4.104
- Screen Wake: Sweep2Wake + Sweep2Sleep, Sweep2Sleep Only, DoubleTap2Wake, PowerKey suspend
- Controls: Gamma, Sound (by faux123), MP-Decision (by show-p1984), Thermal (by show-p1984), Touch Filter, Voltage
- TCP Congestion: westwood, reno, cubic
- I/O Scheduler: row, noop, deadline, cfq, bfq, fiops, sio
- CPU Frequency: 94MHz, 189MHz
- CPU Governor: Intelli-Demand (by faux123), Intelli-Active (by faux123), Preservative (by bedalus), Ondemand, Interactive, Userspace, Powersave, Performance, Wheatley
- GPU Governor: Interactive (by franciscofranco), Ondemand, Performance
- Hot Plug: MP-Decision (by show-p1984), Intelli-Plug (by faux123 & dorimanx)
- Battery: Fast USB Charge (by faux123), Battery Life eXtender (by mathkid95)
- Other: OTG (by ziddey), Dynamic FSync, Touch Boost (on Ondemand, Intelli-Demand, Intelli-Active), Linaro 4.9.2
Download
Yandex.Disk Kernel | Android File Host
Thanx to
show-p1984
faux123
mrg666
myfluxi
franciscofranco
ak
mathkid95
stratosk
bedalus
ziddey
dorimanx
XDA:DevDB Information
kernel-dimfish-mako, Kernel for the Google Nexus 4
Contributors
dimfish
Kernel Special Features:
Version Information
Status: Stable
Created 2014-01-10
Last Updated 2014-10-01
Settings
All settings are comatible with [ZIP] Synapse + Script => Universal Kernel Manager v3.0
Almost all settings are TricksterMod compatible:
PowerKey Suspend
Off
Code:
echo N > /sys/module/input_core/parameters/pwrkey_suspend
On
Code:
echo Y > /sys/module/input_core/parameters/pwrkey_suspend
OTG
On
Code:
echo 1 > /sys/module/msm_otg/parameters/otg_hack_enable
Off
Code:
echo 0 > /sys/module/msm_otg/parameters/otg_hack_enable
autosmp
Code:
echo Y> /sys/module/autosmp/parameters/enabled
options:
Code:
ls /sys/kernel/autosmp/conf/
cpufreq_down
cpufreq_up
cycle_down
cycle_up
delay
max_cpus
min_cpus
scroff_single_core
hotplug
Code:
echo 1> /sys/module/msm_hotplug/msm_enabled
options:
Code:
ls /sys/module/msm_hotplug/
boost_lock_duration
cpus_boosted
current_load
down_lock_duration
fast_lane_load
history_size
load_levels
max_cpus_online
min_cpus_online
offline_load
parameters
uevent
update_rate
Change Log
- 20131126 Sweep2Wake
- 20131127 kitkat-3.4-mr0
- 20131203 Gamma Control
- 20131205 Westwood
- 20131207 kitkat-3.4-mr1
- 20131208 Sweep2Wake, DoubleTap2Wake from Nexus 5
- 20131211 189MHz, Voltage Control, xz Kernel
- 20131218 Intellidemand, Intelli-plug, ROW, lib imrovements, CFLAGS Krait
- 20131220 Sweep2Sleep Only TricksterMod
- 20131223 Faux Sound
- 20131225 Simple GPU, Intelli-plug min 2 cores (not Eco mode)
- 20131226 Dynamic FSync, Fast USB Charge, BLX
- 20131230 Touch Boost, fix UnderVolt, MSM:Thermal
- 20140103 Kernel Modules, PowerKey Suspend
- 20140104 MSM:Thermal by showp1984. Improve Power Key suspend 2w
- 20140106 MP-Decision by showp1984, remove cpuinit
- 20140108 Fast USB Charge by faux123, LoUIS API
- 20140109 Conservative Governor
- 20140113 mm:vmalloc improvements
- 20140115 bfq-v6r2
- 20140120 timer improvements
- 20140121 Wheatley governor
- 20140205 Preservative governor
- 20140206 Interactive GPU by Franco, Fix MP Decision, KGSL improvements, extend Itelli-plug for Preservative
- 20140213 otg, bfq-v7r1, mm: slub optimizations
- 20140217 Intelli-Active, ext4 fixes, futex, neon kernel mode
- 20140219 AOSP Kernel, Touch boost for Intelli-Active
- 20140220 CM11 Kernel on linaro 4.7.4
- 20140221 Fix Undervolt
- 20140225 bfq-v7r2
- 20140327 Intelli-Plug 2.2, touch boost for Intelli-plug (non Eco Mode), touch boost for Intelli-Demand customizable (1350 by default)
- 20140328 Linux 3.4.84
- 20140331 Linux 3.4.85, FIOPS iosheduler, SIO iosheduler, memutils optimizations
- 20140408 Linux 3.4.86, GCC 4.7, 4.8 fixes, msm: kgsl: Fixes, fs/block-dev, ext4: optimize, writeback: fix writeback cache thrashing, intelliplug: Dorimanx version 3.2, mm, oom: optimize, F2FS
- 20140411 F2FS
- 20140414 Linux 3.4.87
- 20140416 kexec-hardboot
- 20140418 F2FS TWRP
- 20140421 kgsl, cpufreq fixes
- 20140429 Linux 3.4.88
- 20140506 Linux 3.4.89
- 20140515 Linux 3.4.90, fixes
- 20140520 Linaro 4.9.1
- 20140521 Linux 3.4.91
- 20140606 kernel kitkat-3.4-mr2
- 20140610 Linux 3.4.92
- 20140616 Linux 3.4.93
- 20140618 Linux 3.4.94
- 20140625 msm kgsl improvement
- 20140729 94Mhz, Ondemand by Stratos Karafotis, Linux 3.4.100, Updated Linaro 4.9.1
- 20140805 new faux Sound, msm_hotplug by myfluxi, msm_autosmp by mrg666
- 20140806 Linux 3.4.102
- 20140811 Linux 3.4.103
- 20140819 Franco fixes
- 20140820 Faux Sound fix
- 20140911 Linaro 4.9.2; Small fixes.
- 20140915 Faux Speaker support
- 20140930 Linux 3.4.104, memcpy cortex-a15
FAQ
What's the power consumption of Sweep2Wake, DoubleTap2Wake? - 1% per hour. (Disabled by default)
What's PowerKey Suspend? - s2w and dt2w operations are suspended when turned off by power key. (Enabled by default)
thanks friend, when I test target looks good CM
Thanks great kernel :good:
tested it on crdroid rom build 6 only got 18210 on antutu. what settings did you use to get 20k + on antutu?
Nickjg11 said:
tested it on crdroid rom build 6 only got 18210 on antutu. what settings did you use to get 20k + on antutu
Click to expand...
Click to collapse
To get >21K you need to turn off MPDecision, Intelli-Plug, Thermal Throttle and switch to Performance governors CPU and GPU
dimfish said:
To get >21K you need to turn off MPDecision, Intelli-Plug, Thermal Throttle and switch to Performance governors CPU and GPU
Click to expand...
Click to collapse
thank you,
On today's build with bfq i/o - I've got 21412 in antutu
Awesome kernel. Any chance we may get wheatley governor on this?
IndDoc said:
Awesome kernel. Any chance we may get wheatley governor on this?
Click to expand...
Click to collapse
OK I'll think about it => Done
New Preservative CPU and Interactive GPU governors
Some suggested settings? Thx
vanahaim said:
Some suggested settings? Thx
Click to expand...
Click to collapse
Already here - see 2'nd post. There are TricksterMod screenshots with my settings.
dimfish said:
Already here - see 2'nd post. There are TricksterMod screenshots with my settings.
Click to expand...
Click to collapse
Thanks - my inattention. BTW - in my opinion this kernel has the best battery/performance ratio.
Now kernel is also AOSP compatible (2 versions available)
Looks rather interesting, Thank you
Sent from my Nexus 4 using Tapatalk
Forgot to mention about OTG - see 2'nd post how to enable
What should I do to enable DT2W? Even if option is checked, it's not working.
Code:
/*
*
* I 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 do some research
* 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.
*
*/
Kernel Features:
-GOVERNORS
ADAPTIVE
BIOSHOCK
CONSERVATIVEX
INTERACTIVE
LAGFREE
LIONHEART
ONDEMAND
PERFORMANCE
POWERSAVE
BARRY ALLEN
USERSPACE
WHEATLEY
ALUCARD
INTERACTIVEX
FRANKENSTEIN
DYNAMIC INTERACTIVE
HOTPLUG
SMARTMAX
LULZACTIVE
DARKNESS
IMPULSE
CYAN
BLUACTIVE
NIGHTMARE
LAZY
PEGASUSQ
INTELLIACTIVE
SMARTASSH3
YANKACTIVE
THESSJACTIVE
SMARTASS2
HOTPLUG
HYBRID
INTEL
HOTPLUGS
AUTOSMP
ALUCARD
INTELLIPLUG
MAKO HOTPLUG
MSM HOTPLUG
ZEN DECISION
-SCHDULERS
NOOP
BFQ
SIO
DEADLINE
CFQ
SIOPLUS
ROW
FIOPS
FIFO
ZEN
VR
TRIPNDROID
-TCP CONG.
BIC
CUBIC
WESTWOOD
HTCP
HSTCP
HYBLA
VEGAS
SCALABLE
LP
VENO
YEAH
ILLINOIS
-OC
-UC
-KSM optimized
-CPU Optimizations
-Built with custom GCC 5.3.1 toolchain
-ZRAM support
-Some Tweaks
Kernel Link
https://www.androidfilehost.com/?w=files&flid=57205
OLD builds
https://www.androidfilehost.com/?w=files&flid=62867
XDA:DevDB Information
OctoDex, Kernel for the Asus ZenFone 2
Contributors
Nyks45, say99
Source Code: https://github.com/Nyks45/OctoDex-Kernel
Kernel Special Features: ME
Version Information
Status: Stable
Created 2016-05-09
Last Updated 2016-08-19
Reserved
wrongly created that post dunno how to delete
Change-log V5.0
Kernel Name Changed To OctoDex
Fixed AOSP Issues
Fixed Issues Beacuse Of Linux Ver Updates
Add A New GPU Driver
Add Frankenstein Governor
Add USB Keyboard Mouse Tweak
Disable CRC Check
Add-Tune-Update MSM-Hotplug
Add-Tune AUTOSMP
Tune-Update Intelli-Plug
Add Intelliactive Governor
Add TheSSJActive Governor
Add Yankactive Governor
Add Sio-Plus
Add ROW
Add Barry Allen Governor
Add lulzactive Governor
Add Dynamic Interactive Governor
Add Mako Hotplug
Add Support For Set minimum GPU frequency according to screen state
And Intel Powerclamp For Term.
Add tweaked simpleondemand GPU governor
Add Smartass2 Governor
Update And Modify InteractiveX For Quad Core Devices
Update Interactive
Add Hybrid Governor
Add Hotplug Governor
Implement zen-tune v4
Update smartass2
---------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------
Change-log V4.0
Linux Kernel Version Updated To Latest 3.10.102
AOSP support Added
Init.d support Added
GPU Tweaks
Deep Sleep Tweaks
Some Fixes For Annoying Bugs
Kernel Re-Base
----------------------------------------------------------------------------------------------------------------------------------------------
Change-log V3.5
Re-added Alucard Hotplug
Removed Hotplug Governor
Switched Gcc5.3.1
Kernel Version updated to 3.10.98
Corrections on deep sleep
Fixing some governors
Fixing GPU
New Power Management Controller Thanks To Sayeed
Switch to OFAST
Update intelli-plug
Correct About Phone/Kernel Version
Some Corrections on power efficient workqueues
---------------------------------------------------------------------------------------------------------------------------------------------
Change-log V3.0
Removed Alucard Hotplug
Some Makefile additions and tweaks
Add QuickWakeUp For Fixing Possible Wake Up İssues
Update Kernel Version Up To 3.10.30
More Agressive Power efficient Work queues
Fix GPU Clock Speed(Still Looks Not Changing But İt is Changing i tried
Some GPU Tweaks
Add İntelli-Plug Hotplug
Make İntelli-Plug Hotplug Better
---------------------------------------------------------------------------------------------------------------------------------------------
Change-log V2.5
Power efficient Work queues Added and Fixed
Nightmare governor added
Lazy governor Added
Blueactive Governor added
Pegasusq governor added
Min Brightness can be 0 (From Sayeed's Modded Kernel Auditor)
GPU Tweaks
GPU Frequency issue fixed
Gpu Unlocked NOW
AUTOSMP Hotplug Removed
Zen_Desicion Hotplug added
Possible Fix For wake up
OPTIMAL KVM ADDED
Versions are seperated
-KVM_OC
-KVM_NON_OC
-OC
-NON_OC
---------------------------------------------------------------------------------------------------------------------------------------------
Change-log V2.0
Cyan Governor added
Impulse governor added
Alucard Hotplug added
Dynamic FSync v1.5 added
Powersuspend v1.5 added
Gpu Unlocked
Simpleondemand tweaked gpu governor added
Quick wake up added
Implemented Async Fsync from HTC
Switched 4.9 Toolchain
---------------------------------------------------------------------------------------------------------------------------------------------
Change-log V1.3
Deadline Schduler Added
Tripndroid Schduler added
Battery Life Extender Added
Exfat Support Added
Darkness Governor added
Tcp Algoritms Added
-Westwood
-reno
-bic
-cubic
-highspeed
-htcp
-vegas
-veno
-scalable
-lp
-yeah
-illinois
---------------------------------------------------------------------------------------------------------------------------------------------
If u want features please write
one more
Nice one, xposed is supported ?
:good:
nazagan said:
Nice one, xposed is supported ?
:good:
Click to expand...
Click to collapse
didin't tried but i think yes
Awesome!
I saw that you are going to release an important Beanstalk build
Will this kernel be built in Beanstalk or is it compatible to flash?
gugas123 said:
Awesome!
I saw that you are going to release an important Beanstalk build
Will this kernel be built in Beanstalk or is it compatible to flash?
Click to expand...
Click to collapse
which one is good u think
Nice work
Great.
I will download to test, it is running in ROM Bliss 6.3 ??
Can I install it on AOSP ROM? THANKS
Thanks
Fishcat7 said:
Can I install it on AOSP ROM? THANKS
Click to expand...
Click to collapse
didn't tried
GuilhermeXtreme said:
I will download to test, it is running in ROM Bliss 6.3 ??
Click to expand...
Click to collapse
yes
Another kernel, wow
Great job!
On Temasek rom latest build kernel works fast... no benchmarks yet, looks promising ?
Wysłane z mojego ASUS_Z00A przy użyciu Tapatalka
Automatic rotation is broken on DU.
Would like to see Tripndroid scheduler, battery life extender and network tcp algorithms,implemented if possible ? other than that it's running smooth so far @Nyks45
Sent from my ASUS_Z00A using Tapatalk
nazagan said:
Automatic rotation is broken on DU.
Click to expand...
Click to collapse
Aosp not supported yet
kos4all said:
Would like to see Tripndroid scheduler, battery life extender and network tcp algorithms,implemented if possible other than that it's running smooth so far @Nyks45
Thanks
I will add
Sent from my ASUS_Z00A using Tapatalk
Click to expand...
Click to collapse
Nyks45 said:
Aosp not supported yet
Click to expand...
Click to collapse
I'm using the kernel with DU and apart from the rotation everything is incredibly smooth!
Sent from my ASUS_Z00A using Tapatalk