[KERNEL]ThugLife V1.2[SaberMod 4.9] - Android One (First-Generation) Cross-Device Origin

ThugLife Kernel for Android One
Download Here!
Features:-
-ThunderQuake Engine
-Dynamic Fsync
-Lots of patches compared to stock kernel, check kernel source
-Optimized
-Compiled with SaberMod 4.9 toolchain
-WakeMods(all credits to go @thewisenerd for it
Credits> varun.chitre15,intersectRaven,kunalkene1797,##w4tch0ut##,swapnil, franciscofranco for commits from their kernels included in this
XDA:DevDB Information
OwnKernel for Android One devices, Kernel for the OEM Cross Device Development
Contributors
akhilnarang, intersectRaven,varunchitre15,##W4TCH0UT##,thewisenerd
Kernel Special Features:
Version Information
Status: Stable
Created 2015-04-04
Last Updated 2015-10-12

Reserved
kernel source code

Reserved
How can I enable sweep2wake, sweep2sleep and doubletap2wake in this kernel?
- To do this, first open up a terminal. Then type:
For sweep2wake:
Code:
echo [mode] > /sys/android_touch/sweep2wake
For sweep2sleep:
Code:
echo [mode] > /sys/android_touch/s2w_s2sonly
For doubletap2wake:
Code:
echo [mode] > /sys/android_touch/doubletap2wake
Modes available:
0 - disable
1 - enable
How to set the vibration intensity with ThunderQuake Engine?
- Again, open up a terminal. Type:
Code:
echo [value] > /sys/kernel/thunderquake_engine/level
Values available: 0 - 7
Help me! This bug has caused me XYZ issue!!
- Simply take a logcat of the issue and then post it here.
*Copy Pasted From @Agaphetos' thread *

Features
akhilnarang said:
OwnKernel for Android One Devices
Download V1 here
File is a boot.img, flash it with TWRP>=2.8.4.0, or flashify app on rooted phone, or fastboot
Supports only cm-12.1 as of now
Thanks @varun.chitre15 for ThunderQuake Engine, @faux123 for dynamic fsync
Features
-ThunderQuake Engine
-Dynamic Fsync
-Multi core schedule support
-A few additional governors
KERNEL SOURCE CODE
ASK HERE FOR SUPPORT, ETC.
XDA:DevDB Information
OwnKernel for Android One devices, Kernel for the OEM Cross Device Development
Contributors
akhilnarang, OwnDroid, varun.chitre15,faux123
Source Code: https://github.com/OwnROM-dev/OwnKernel-sprout
Kernel Special Features: Compiled With SaberMod ToolChain
Version Information
Status: Stable
Created 2015-04-04
Last Updated 2015-04-04
Click to expand...
Click to collapse
list of features available in kernel and battery improvements.

kachavarapuajay said:
list of features available in kernel and battery improvements.
Click to expand...
Click to collapse
The feature list is already there, and battery improvements DEPENDS on usage. If you keep using the phone on heavy usage the battery will just be the same.

New build, V3.1 is up, supports all lp roms, probably stock too, updated to linux kernel v3.10.79, and various patches
Grab it here!!!

3.2 was skipped
3.3 is up, grab it at http://akhilnarang.github.io/Downloads/OwnROM

thank you for your hardwork mister.

ultrarain said:
thank you for your hardwork mister.
Click to expand...
Click to collapse
You're welcome, him the thanks button if you like it
Sent from my Micromax AQ4501 using XDA Free mobile app

New build 3.4 is up
Includes wakemods
Sweep2wake
doubletap2wake
https://www.androidfilehost.com/?fid=23991606952615292
Grab it from there

akhilnarang said:
New build 3.4 is up
Includes wakemods
Sweep2wake
doubletap2wake
Cool bro, using it now
Sent from my Micromax AQ4501 using XDA Free mobile app
Click to expand...
Click to collapse

doubletap2wake
akhilnarang said:
New build 3.4 is up
Includes wakemods
Sweep2wake
doubletap2wake
https://www.androidfilehost.com/?fid=23991606952615292
Grab it from there
Click to expand...
Click to collapse
hey bro double tap to wake option is present in this kernel ?....thanks for ur support

Guess -_-
What did my post say [emoji14]

akhilnarang said:
New build 3.4 is up
Includes wakemods
Sweep2wake
doubletap2wake
https://www.androidfilehost.com/?fid=23991606952615292
Grab it from there
Click to expand...
Click to collapse
Link isn't working. It shows 502 Bad Gateway. Please make a Mirror.
Thanks in Advance

I guess afh is down, lemme see
Sent from my A0001 using XDA Free mobile app

Really superb
---------- Post added at 09:17 AM ---------- Previous post was at 09:16 AM ----------
Just request 2 more ... Otg cable support, smart cover

Tested on Karbonn Sparkle V
ROM:Stock 5.1.1 LMY47V
Bootloader :Locked
ROOT :Yes
Flashed kernel using temporary TWRP
Code:
fastboot boot twrp-2.8.6.0-sprout.img
Working:
doubletap2wake:yes
sweep2wake:yes
sweep2sleep :yes
I will report battery usage after some time.

No Doubt Battery, Backup Is Awesome, But D2W Stops Working After Some 30-35 Mins Of Screen Off, May Be Due To Deep Sleep.

Great work! Battery drain is negligible especially when using with powernap. BTW Kernel Tweaker shows interactive governor but phone reboots when it's enabled. Is it a problem with my device or interactive governor doesn't support A Ones yet?
Also is there a way to only enable sweep2sleep and doubletap2wake? I've tried trickstermod it didn't let me chose s2s only :/

Problem with interactive, i'll try to fix it soon

Related

Leno [Kernel][Stock]

Special Thanks to @savoca , for helping me all the possible way , Thank you :highfive:
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
So now this is my first contribution for Moto E, After 1 Month research finally able to Boot and made same changes.
Based On Moto Original Source,
exFat file system support,
Compiled using latest Cortex A15 optimized Linaro 4.9 toolchain,
Swipe to Wake, [Thanks to @savoca ]
Double tap to wake, [Thanks to @savoca ]
lz4 support,
fsync control,
Sound Control 3.4 [Thanks to @savoca ]
Governors-
Code:
interactive (default)
ondemand
wheatley [COLOR="red"](new)[/COLOR]
performance
powersave
ondemandplus[COLOR="red] (new) [/COLOR]
userspace
I/O Schedulers-
Code:
bfq [COLOR="red"] (new) [/COLOR]
zen [COLOR="red"] (new) [/COLOR]
row
sio [COLOR="red"] (new) [/COLOR]
vr [COLOR="red"] (new) [/COLOR]
cfq
fiops [COLOR="red"] (new) [/COLOR]
This is the First build So I cant remember. use it you will know. :good:
Download:-
Code:
[URL="http://forum.xda-developers.com/devdb/project/dl/?id=9112"]0.0.1[/URL]
I don't know how to use Github
Don't spam this thread by posting THANKS, Use the Button :good:
XDA:DevDB Information
Leno, Kernel for the Moto E
Contributors
rajit, savoca, Shivam Kuchhal
Kernel Special Features: You tell me
Version Information
Status: Stable
Current Stable Version: 0.0.1
Stable Release Date: 2014-10-15
Created 2014-10-15
Last Updated 2014-10-15
Changelogs:-
Code:
0.0.1 initial Release
_________________________________________________________________________________
0.0.2 Conservative governor Added
Cache dumping support
Optimize very unlikely/likely branches
Default Gov Wheatley
Battery Performance and some ss
@rajit Thanks for the attached screenshots... :good:
what are the changes other than furnace kernel it is stable as well...
AshuGite said:
what are the changes other than furnace kernel it is stable as well...
Click to expand...
Click to collapse
As you can see in my #1 post I don't know what things I had changed or added .. After 1month of research finally able to boot .. So don't ask what or compare it with any once. This is my first custom kernel and savoca is the one who teach me . hope you will find your answer :beer:
Nice work. :good: ... @rajit .Keep it Up ...Good luck for Kernel... :good:
this kernel has same issue like furnace.. when enabling wake gestures it sometimes freezes the screen and rebooting is the only option...
Please post your kernel source.
savoca said:
Please post your kernel source.
Click to expand...
Click to collapse
see here http://forum.xda-developers.com/devdb/project/?id=6158#downloads , i cant use github
rajit said:
see here http://forum.xda-developers.com/devdb/project/?id=6158#downloads , i cant use github
Click to expand...
Click to collapse
That's not your source code, that's Motorola's Moto G GPE source code reuploaded from their GitHub. Check the md5/diff's.
savoca said:
That's not your source code, that's Motorola's Moto G GPE source code reuploaded from their GitHub. Check the md5/diff's.
Click to expand...
Click to collapse
you mean the latest source , where all the feature are available? actually unable to use github. and because of slow connection i cant upload the source again. so what should i do now ? tell me. i will try to upload asap
rajit said:
you mean the latest source , where all the feature are available? actually unable to use github. and because of slow connection i cant upload the source again. so what should i do now ? tell me. i will try to upload asap
Click to expand...
Click to collapse
You aren't exempt from GPL because you don't understand git. Upload it in a tar.gz or a .zip for all I care.
@savoca is right, PM me when you can post your sources, until then this thread is closed.

[MM][LP]Unknown-Kernel_3.0 for sprout

Unknown Kernel for sprout
Features :
Stable For Daily Use
No Deep Sleep Issue
Compatible with both Android Lollipop and Android Marshmallow
And some Battery Optimizations
Change Log :-
12/10/2015 :-
Code:
[LIST]
[*] Initial Release
[/LIST]
[LIST]
[*] Compiled with Linaro Toolchain 4.9.4 build
[/LIST]
[LIST]
[*] Wakemods
[/LIST]
18/10/2015 :-
Code:
[LIST]
[*] Added Some Governors
[/LIST]
[LIST]
[*] Added Some I/O Schedulers
[/LIST]
[LIST]
[*] Compiled with Uber Toolchain 4.9 Build
[/LIST]
[LIST]
[*] Wakemods
[/LIST]
22/10/2015 :-
Code:
[LIST]
[*] Made Darkness Governor as Default( Battery Friendly)
[/LIST]
[LIST]
[*] Removed Smartmax Governor as it creates reboot issue
[/LIST]
[LIST]
[*] Added AutoSMP and Zen Decision Hotplugs and Enabled AutoSMP Hotplug to save battery juice :D
[/LIST]
[LIST]
[*] Enabled workqueue Scheduler to save some more Battery juice :D
[/LIST]
[LIST]
[*] Enabled KMS
[/LIST]
[LIST]
[*] Compiled with Uber Toolchain 4.9 Build
[/LIST]
[LIST]
[*] Pocket Mod (All credits go to @Agaphetos for that)
[/LIST]
[LIST]
[*] Wakeup locks Toggles
[/LIST]
[LIST]
[*] Wakemods
[/LIST]
Flashing Instructions :
Download The Zip File from the given link below
Copy To SD Card & Enter Recovery
Flash The Kernel And Enjoy :laugh:
Download :
Click Here !
Credits:-
akhilnarang for helping me
varun.chitre15 and ##W4TCHOUT## for helping me to solve some serious errors
XDA:DevDB Information
Unknown-Kernel, Kernel for the OEM Cross Device Development
Contributors
bhavarsh1234, intersectRaven, Kunal.Kene.1797, @vikrantarya1 , Swapnil Solanki
Source Code: https://github.com/TheLazyDev/Unknown-Kernel-sprout
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 3.0
Stable Release Date: 2015-10-20
Created 2015-10-12
Last Updated 2015-10-22
Reserved
akhilnarang said:
How can I enable sweep2wake, sweep2sleep and doubletap2wake in this kernel?
- To do this, first open up a terminal. Then type:
For sweep2wake:
Code:
echo [mode] > /sys/android_touch/sweep2wake
For sweep2sleep:
Code:
echo [mode] > /sys/android_touch/s2w_s2sonly
For doubletap2wake:
Code:
echo [mode] > /sys/android_touch/doubletap2wake
Modes available:
0 - disable
1 - enable
Help me! This bug has caused me XYZ issue!!
- Simply take a logcat of the issue and then post it here.
*Copy Pasted From @Agaphetos' thread *
Click to expand...
Click to collapse
Thanks @akhilnarang for these instructions
Reserved
bhavarsh1234 said:
Unknown Kernel for sprout
Features :
Its just an Initial release so dont expect much features
Compiled with Linaro Toolchain 4.9.4 build
Made for Android Marshmallow
Made Interactive as default governor
Removed hotplug governor (no Deep sleep issue)
Forced premissive to support root
Includes Wakeup mods ( Thanks to thewisenerd for mods)
Flashing Instructions :
Download The Zip File from the given link below
Copy To SD Card & Enter Recovery
Flash The Kernel And Enjoy :laugh:
Download and Sources :
Click Here !
Credits:-
akhilnarang for helping me
varun.chitre15 and ##W4TCHOUT## for helping me to solve some serious errors
XDA:DevDB Information
Unknown-Kernel, Kernel for the OEM Cross Device Development
Contributors
bhavarsh1234
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2015-10-12
Created 2015-10-12
Last Updated 2015-10-12
Click to expand...
Click to collapse
Good job
Excellent. But Chainfire's 2.50 and up allow root even on SELINUX enforcing. Wouldn't it be better to change the supolicy to allow SELINUX to work even with root? That way, on stock ROMs, people can still have SELINUX working, and those that need it permissive can do it with an init.d script, like before. Specially as Chainfire's constantly fixing bugs with SELINUX enforcing.
sachin n said:
Good job
Click to expand...
Click to collapse
Thanks
out386 said:
Excellent. But Chainfire's 2.50 and up allow root even on SELINUX enforcing. Wouldn't it be better to change the supolicy to allow SELINUX to work even with root? That way, on stock ROMs, people can still have SELINUX working, and those that need it permissive can do it with an init.d script, like before. Specially as Chainfire's constantly fixing bugs with SELINUX enforcing.
Click to expand...
Click to collapse
yeah but as you can see sir chainfire already told that this method wont be officially supported in near future so in my view compiling kernel with seLinux set to premissive will be good option as some android one users also got issues on custom roms with seLinux set to enforcing
out386 said:
Excellent. But Chainfire's 2.50 and up allow root even on SELINUX enforcing. Wouldn't it be better to change the supolicy to allow SELINUX to work even with root? That way, on stock ROMs, people can still have SELINUX working, and those that need it permissive can do it with an init.d script, like before. Specially as Chainfire's constantly fixing bugs with SELINUX enforcing.
Click to expand...
Click to collapse
it may root but then u need to modify ramdisk for it to work without selinux permissive, and modifying it is tougher than making selinux permissive permanently. So what harm it may give if the selinux is permissive? it only solves issues, enforcing nd disabled always gave weird issues on custom roms :3
What devices are sprout 2.0?
@bhavarsh1234 Good Going Bro! Keep it up
Where is wake up mods?
Thread Updated with change log and new build
TheLazyDev said:
Thread Updated with change log and new build
Click to expand...
Click to collapse
Keep Updated...I Get Best Backup on MM with darkness governor......Thanks a lot and keep updated...!
tuhinxp04 said:
Keep Updated...I Get Best Backup on MM with darkness governor......Thanks a lot and keep updated...!
Click to expand...
Click to collapse
Thanks mate :good:
Very nice kernel... So far....
Sent from my Spice Mi-498
:good: Best kernel I have ever used..
Great job
TheLazyDev said:
Thanks mate :good:
Click to expand...
Click to collapse
Please update the kernel...!
major bug goes into deep sleep and wont wake up without battery pull
Samhith mSrivatsa said:
major bug goes into deep sleep and wont wake up without battery pull
Click to expand...
Click to collapse
Need to be update the kernel....!!
Sent from my Roar_A50 using XDA-Developers mobile app

[KERNEL][Reborn] Clarity [CM13-M] [Uber 4.9] [FINAL]

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.
*/
Please read completely this thread before using for minimize FAQ
If you coming from other custom kernel, please restore to cm kernel or dirty flash your rom before flash this!, to make sure everythings go to original and prevent from unexpected bugs.
THIS DOESN'T SUPPORT FOR STOCK ROM!
Requirement
TWRP
CM 13.0 or AOSP 6.0.1
Features for Reborn
Linux 3.4.113
Hybrid Kernel
Sync Latest Cyanogenmod source
Compiled with Uber 4.9
Powersuspend 1.7
Doubletap2 Wake support (DT2W enabled by default).
WakeGesture with Pocket Mode.
Fsync Control Sysfs.
added io scheduler : sio, zen, tripndroid, fifo
added cpu governor : badass, smartassH3, clarity, lionheart and nightmare
added gpu governor : conservative (default)
Faux sound control
Faux simple gpu algorithm
Gentle fair sleeper and power arch sysfs
true zsmalloc/zram from linux 3.17.y
Cherry pick from any other source.
NOTE
Please do not make some request, i just make this kernel lightweight with some usefull features.
BUGS ?
You tell me with proper logs
Credits
Google
CyanogenMod
Motorola
Ashwin007 - Squid2
Christopher83
Savoca
franciscofranco
Faux123
Arter97
Donation list
Code:
[CENTER]
electrohippie - $5
[/CENTER]
Download for Reborn Final
https://www.androidfilehost.com/?w=files&flid=140803
Donate Me​
XDA:DevDB Information
Clarity Kernel Reborn/Revolution, Kernel for the Moto E
Contributors
rainforce279
Source Code: https://github.com/ryan-andri/android_kernel_motoe/commits/condor/cm-13.0
Kernel Special Features: Multiple custom hotplug, Wake Gesture
Version Information
Status: Stable Final
Current Stable Version: Reborn Final
Stable Release Date: 2017-01-01
Created 2016-06-25
Last Updated 2017-01-01
Please Check my github, Thanks
great rainforce279 that good you came back with another kernel amazing , this time use all the time you want to launch an upgrade , the only thing I ask is that if there are changes in the kernel cyanogenmod this you update device the kernel to the latest sources cyanogenmod
hetor99 said:
great rainforce279 that good you came back with another kernel amazing , this time use all the time you want to launch an upgrade , the only thing I ask is that if there are changes in the kernel cyanogenmod this you update device the kernel to the latest sources cyanogenmod
Click to expand...
Click to collapse
yes i'll do, and this using the latest source cyanogenmod.
Oh yes!
Would you mind to make a permissive or enforcing selinux mode choice in next build? Great to see Clarity (again).
Sent from my Moto E using XDA Labs
rian_tama said:
Oh yes!
Would you mind to make a permissive or enforcing selinux mode choice in next build? Great to see Clarity (again).
Sent from my Moto E using XDA Labs
Click to expand...
Click to collapse
I use RR, but I would like this option in the kernel. Very happy to see Clarity back to my device
Big FAT Thanks
good to see clarity back. one question though, did you picked up the project where it was left or you are starting this project from the scrap?
great work man. and Thanks...
good work bro, nice kernel!
Thank you!
Also a big fat Thank You from me!
I'm happy that you're back and because of that fact I'm gonna donate now.
cheers
Awesome man!!! Thanks a lot!!!
rian_tama said:
Oh yes!
Would you mind to make a permissive or enforcing selinux mode choice in next build? Great to see Clarity (again).
Sent from my Moto E using XDA Labs
Click to expand...
Click to collapse
will trying it.
brundark said:
I use RR, but I would like this option in the kernel. Very happy to see Clarity back to my device
Click to expand...
Click to collapse
nice to make you happy, thanks for using this.
deepuluck said:
Big FAT Thanks
good to see clarity back. one question though, did you picked up the project where it was left or you are starting this project from the scrap?
great work man. and Thanks...
Click to expand...
Click to collapse
thanks man , yeh it started from begining, not started from where i left clarity.
TechnoAnder said:
good work bro, nice kernel!
Click to expand...
Click to collapse
thanks you bro.
electrohippie said:
Also a big fat Thank You from me!
I'm happy that you're back and because of that fact I'm gonna donate now.
cheers
Click to expand...
Click to collapse
Big thanks bro, i was add your name at op's as donation list.
many thanks.
cerberusss said:
Awesome man!!! Thanks a lot!!!
Click to expand...
Click to collapse
your welcome
Update to stable 1.1
Download
https://www.androidfilehost.com/?w=files&flid=72788
changelogs:
- 9e24088 config: push clarity reborn 1.1
- 3d2a897 Makefile: tell gcc to tune all code
- 1ce6256 arch power: disable by default
- 3643dce sched: cpu_power: Add controls for sched features
- cae77e1 sched: Add sysinterface for GENTLE_FAIR_SLEEPERS
- be2e768 msm8610/8226: don't use deprecated swp{b} in ARMv6+
- b8ae1f9 add faux sound control 3.4
- a3bc719 devfreq: simple_gpu_algorithm: prevent overflow pwrlevel
- 6c347f5 Simple GPU Algorithm: Initial coding for devfreq based Adreno Drivers
- 5f893cd dt2w: improve accuracy of single touch detection
Thanks.
Update
Updated kernel is good. Was missing faux sound control.So Thanx.... :good:
Hey can you pls consider underclocking the cpu. Missing that too from clarity r26...Pls.....
And Since I haven't used any other cpu governor else than impulse. So Could You Pls Tell which one of the present governors is good for battery backup or atleast similar to impulse.
Update to stable 1.2
Download
https://www.androidfilehost.com/?w=files&flid=72788
Changelogs:
- a3a8837 config: clarity reborn 1.2
- 60537d5 Makefile: build with Linaro 5.2
- 9a0400f cpufreq: Introduce new relation for freq selection
- 59b9632 cpufreq: add impulse and ondemandplus governor
Yeeeah, Clarity again!
Hi, Rainforce.
I want to get the max possible SOT on my device by changing the kernel settings, what would be the best suggested settings over default settings on your kernel ? Thanks in advance.
Works in falcon or xt1021?
Cheers
ProudRed said:
Hi, Rainforce.
I want to get the max possible SOT on my device by changing the kernel settings, what would be the best suggested settings over default settings on your kernel ? Thanks in advance.
Click to expand...
Click to collapse
i was push version 1.3 with some feature to save battery, all adding intelliplug and alucard it your choice
Vicrol123 said:
Works in falcon or xt1021?
Cheers
Click to expand...
Click to collapse
this only for condor (xt1021/1022) cm 13 only.
never flash this to other devices, it will break your devices.
Deleted, dopost.
Update to stable 1.3
Download
https://www.androidfilehost.com/?w=files&flid=72788
changelogs:
- add Intelliplug and Alucard hotplug (use just one hotplug only, dont enable all hotplug or your device will going crazy!)
- add Power Efficient Workqueue (Sacrifice Performance for saving battery).
check to second post for completly build logs.
Thanks and have a nice day
Donate Me to Buy a Coffee

[KERNEL][M/N] Clarity Kernel [Final]

DISCLAIMER
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.
==================================================
Please read completely this thread before using for minimize FAQ
If you coming from other custom kernel, please restore to cm kernel or dirty flash your rom before flash this!
Requirement
TWRP
Aosp 6.0.x - 7.x.x
Doesn't required to wipe dalvik/art cache !
Features
Latest Source Lineage OS
Hybrid Kernel (mixed commits and backport)
Clarity Hotplug (MPdecision by default)
Compiled with Hyper Toolchain 5.x (LxU)
Wake Gesture (DT2W) with Pocket mode (enabled by default)
Franko Fsync control
Franko Wakelock Control
add smartmax, lionheart, pegasusq, impulse, nightmare CPU governors
Arch Power & Gentle Fair Sleeper Control
add Sio, Zen, Fifo, Vr I/O schedulers
Faux Simple GPU Control
Faux Sound Control
io switcher (automatic switch to i/o scheduler 'fifo' when screen is off to save some power)
More
Features lite
Latest Source Lineage OS
Compiled with standart toolchain eabi 4.9.4
Wake Gesture (DT2W) with Pocket mode (enabled by default)
To Manage Clarity Hotplug use Unofficial Kernel Adiutor
and Wait till grarak merging my pull request to official source Kernel Adiutor.
Change Logs
Please check at my github
BUGS ?
You tell me with dmesg and last_kmsg logs
Credits
Google | Motorola | Lineage OS
Squid2 | Francisco Franco | Christopher83 | Savoca | Arter97 | Faux123 | frap129 | Sultanxda | Hurtsky
Download
Hybrid | Lite
https://www.androidfilehost.com/?w=files&flid=196522
Donating List
@electrohippie = $10
==== Thanks for Donating ====
Keep this project alive by donating to me
Donate Me ​
XDA:DevDB Information
Clarity Kernel, Kernel for the Moto E
Contributors
rainforce279
Source Code: https://github.com/ryan-andri/kernel_motorola_motoe
Kernel Special Features: DT2W, Hybrid
Version Information
Status: Stable
Current Stable Version: Final
Stable Release Date: 2017-09-23
Created 2016-11-29
Last Updated 2017-09-23
FAQ (Frequently Asked Questions)
Q: this kernel works for stock rom ?
A: no.
Q: hey, i got a problem with this kernel ? what should i do ?
A: post driver messages (dmesg) and kernel messages (last_kmsg) with your rom information (android version/name of rom). see here How to properly post a bug
Q: do i need wipe dalvik cache after flashing this ?
A: no needed.
Q: i have a request some features ?
A: post in this thread or pm me. since your request is usefull, i'll do that for you.
Q: can you overclock/underclock/undervolts this kernel ?
A: i don't want put extremely non-standart feature to this kernel, it will kill our device.
Nice to see you back!
Downloading right now..
Inviato dal mio Moto E utilizzando Tapatalk
Kernel Master is back !!
Enjoying your kernel since lollipop !!
_/\_
Great !!
Yeaaahh glad to see you back bro, Ryan Andri!
Using your kernel since cm12 was released. Can't wait for your Clarity Revolution!
Please make two versions one with d2w and other without that just like u made for cm13. Thanks
Ujwal Agrawal said:
Please make two versions one with d2w and other without that just like u made for cm13. Thanks
Click to expand...
Click to collapse
You can turn off d2w from kernel auditor.
Ujwal Agrawal said:
Please make two versions one with d2w and other without that just like u made for cm13. Thanks
Click to expand...
Click to collapse
+1
Papdya said:
You can turn off d2w from kernel auditor.
Click to expand...
Click to collapse
Thats always possible but the d2w version seems less stable and causes issue when d2w is turned off. Thats just my past experience and may not be true for everyone. Thats why m little cautious.
Also kernels by rainforce279 are always awesome and thanks to him for developing them
Awesome ..... Thank you so much !!!!!!!!!!!
Awesome
Sent from my Moto E using Tapatalk
Update to 1.1 [stable inline]
Logs
so i rebase old source with new commit and bring some features
- make 2 version DT2W and Non-DT2W
- Compiled with Linaro 5.2
- Powersuspend 1.7
- Lcd Notify.
- Doubletap2 Wake support (DT2W enabled by default).
- GestureWake with Pocket Mode.
- Faux Simple GPU Algorithm
- I/O Scheduler: Zen, TripNdroid, Sio, Fifo
- Governor: Intellidemand, Intelliactive, Nightmare, Lionheart
- Franco Fsync
- Faux Sound control
- Intelliplug 5.0
- Gentle fair sleeper and Arch Power Sysfs control
Download
D initial for DT2W and ND initial for No-DT2W As requested
https://www.androidfilehost.com/?w=files&flid=133872
What is LCD notify???
rainforce279 said:
Logs
so i rebase old source with new commit and bring some features
- make 2 version DT2W and Non-DT2W
- Compiled with Linaro 5.2
- Powersuspend 1.7
- Lcd Notify.
- Doubletap2 Wake support (DT2W enabled by default).
- GestureWake with Pocket Mode.
- Faux Simple GPU Algorithm
- I/O Scheduler: Zen, TripNdroid, Sio, Fifo
- Governor: Intellidemand, Intelliactive, Nightmare, Lionheart
- Franco Fsync
- Faux Sound control
- Intelliplug 5.0
- Gentle fair sleeper and Arch Power Sysfs control
Download
D initial for DT2W and ND initial for No-DT2W As requested
https://www.androidfilehost.com/?w=files&flid=133872
Click to expand...
Click to collapse
Huge Thanks man for making two different versions.:good:
Good job mastahhh
Push stable 1.2
changelogs
- replace Esdfs to sdcardfs (Testing for force allow apps on external storage)
- patch / commit for lowmemory killer
- aio: convert the ioctx list to radix tree (reduce some overhead)
- readahead: make context readahead more conservative (increase EXT4 performance)
- power efficient workqueues (Save some Power)
- enable quick wakeup (Save some Power)
- more
check my github if full changelogs
thanks
Download
D initial for DT2W and ND initial for No-DT2W As requested
https://www.androidfilehost.com/?w=files&flid=133872
@rainforce279 thank you for always listening to our requests,
Awesome ??
Sent from my Moto E using Tapatalk
rainforce279 said:
changelogs
- replace Esdfs to sdcardfs (Testing for force allow apps on external storage)
- patch / commit for lowmemory killer
- aio: convert the ioctx list to radix tree (reduce some overhead)
- readahead: make context readahead more conservative (increase EXT4 performance)
- power efficient workqueues (Save some Power)
- enable quick wakeup (Save some Power)
- more
check my github if full changelogs
thanks
Download
D initial for DT2W and ND initial for No-DT2W As requested
https://www.androidfilehost.com/?w=files&flid=133872
Click to expand...
Click to collapse
Nice work thanks ??
@rainforce279 could you plzz explain what is LCD notify ??
Ujwal Agrawal said:
@rainforce279 could you plzz explain what is LCD notify ??
Click to expand...
Click to collapse
ok,
lcd notify is just little driver,
thats will notify some driver when state lcd on or lcd off.
lcd notify can't configure by user.

[Kernel]FrankenKernel🧟[oos]11[custom][8/8pro][13.1][clang 11.0.4]

FrankenKernel
Franken is a kernel project based off oos with all the best pieces of development on top of our amazing OP8pro.
We use commits from all the many great developers in our community to form this project so many thanks to them!
Extra Thanks
flar
sultan
engstk
freak
osmosis[Anykernel]
john[mag]
Warning
Flashing Franken will not get you chicks or make you money if you phone turns into a picture frame its on you..Please do your homework on how to flash and or recover..
Features
IO
tripndroid
maple
cfq[default stock]
deadline
noop
extra goodies
wakelock blocker
adreno boost
many more check our source
How to Flash
exkm
fkm
Try twrp[chinese] if you dare at your own risk no source available
Root is required for kernel managers
Downloads
https://lab.dirtyrom.com/op8/
Telegram
https://t.me/frankenRom
Buy me a burger
https://paypal.me/FrankenKernel?locale.x=en_US
If i forgot anything let me know
XDA:DevDB Information
FrankenKernel, ROM for the OnePlus 8 Pro
Contributors
dabug123
Source Code: https://github.com/Dabug123/android_kernel_oneplus_sm8250
ROM OS Version: Android 10
Version Information
Status: Stable
Current Stable Version: 4.5
Beta Release Date: 2020-05-17
Created 2020-05-17
Last Updated 2020-05-17
Saved
Saved #2
And he is back awesome
great to see more devs get on board!
And here we go...
Woo!
update p2
changelog
-SOCIOPATH tcp
-minor tweaks
-updated AnyKernel with latest changes
Downloads
https://lab.dirtyrom.com/op8/FrankenKernel.p2.zip
dabug123 said:
update p2
changelog
-SOCIOPATH tcp
-minor tweaks
-updated AnyKernel with latest changes
Downloads
https://lab.dirtyrom.com/op8/FrankenKernel.p2.zip
Click to expand...
Click to collapse
Amazing kernel. Sleeps like a baby
Thanks guys
Works on the last 5.8?
c_86 said:
Works on the last 5.8?
Click to expand...
Click to collapse
Yes
Latest version is running super smooth, thanks Paul!
Plz add wireguard)
lifescore said:
Plz add wireguard)
Click to expand...
Click to collapse
I can do that today
Kernel is working great for me!
Sent from my IN2025 using Tapatalk
PerCompLLC said:
Kernel is working great for me!
Sent from my IN2025 using Tapatalk
Click to expand...
Click to collapse
glad you like more updates to go including upstream and some boost testing
Is it possible to flash through Magisk?
Update 2.1
Changelog
-Wireguard[As Requested]
-cpuidle: lpm-levels: Remove debug event logging
-fs/dcache: Set vfs_cache_pressure to 0
Downloads
https://lab.dirtyrom.com/op8/FrankenKernel.p2.1.zip
Donate
https://paypal.me/FrankenKernel?locale.x=en_US
Update 2.2
changelog
-cpumask: Add cpumasks for big and LITTLE CPU clusters
-cpumask: Add cpumask for the Prime CPU cluster
[Newer Qualcomm SoCs, such as sm8250, have a Prime cluster with one CPU
core that performs better than even the big cluster.
Testing boost more being added so far so good
Downloads
https://lab.dirtyrom.com/op8/FrankenKernel.p2.2.zip
Donate
https://paypal.me/FrankenKernel?locale.x=en_US

Categories

Resources