Leno [Kernel][Stock] - Moto E Original Android Development

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.

Related

[KERNEL][4.4][AOSP] [Linaro] n00b Kernel - b23

n00b Kernel
Hi.
I've decided to jump on the kernel boat, since I'm new to all this kernel stuff, the development process will be a little slow, compared to what you know (fk, faux ..)
I'm doing this for learning purpose, so the firsts build should not be very different from stock.
Code:
#include <std/disclaimer.h>
/*
* 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.
*/
Build:
Linaro GCC 4.7
Linaro flag optimization
-O3
Features:
AOSP based
CAF Patch
fiops (row:2:1) as default scheduler
faux color support
Download:
b23 http://www.solidfiles.com/d/c115225221/
b22 http://www.solidfiles.com/d/6ee7aa29b4/
b11 http://www.solidfiles.com/d/5fd8382c0c/
Source: https://github.com/searc/kernel_msm
Thanks to:
faux, franciscofranco, motley, xda, and all xda developers
XDA:DevDB Information
n00b Kernel, a Kernel for the Google Nexus 4
Contributors
arc_u
Kernel Special Features: AOSP
Version Information
Status: Beta
Current Beta Version: b22
Beta Release Date: 2013-11-22
Created 2013-11-21
Last Updated 2013-11-23
Code:
Changelog:
[B]2013/11/23 - b23: [/B]
-Add mako absolute voltage control (fk)
[B]2013/11/22 - b22: [/B]
fiops (row:2:1) as default scheduler
add faux color support (thx faux)
revert some linaro flags
[B]2013/11/21 - b11: [/B]
initial release, AOSP based
I'll test to see
Maybe u can add pa colors
Abd121 said:
Maybe u can add pa colors
Click to expand...
Click to collapse
Yes, I'm gonna try to add some essential featurs like this^
double tap 2 wake if possible then it will be perfect
I think what you are doing is correct. Start simple. Keep it stockish and focus on optimizations first. Once you have a lean and mean kernel, then you can start messing around with the crazy stuffs. Good luck! I'll be watching your development closely.
I'll keep an eye on this. Always willing to try new kernels :good:
Build 22
Just release the b22
check op for changelog
b22 - http://www.solidfiles.com/d/6ee7aa29b4/
edit: github source aren't update, i've mess something with linaro 4.8.2, have to revert some commit before update
Good work I will test it
And see
---------- Post added at 09:31 AM ---------- Previous post was at 09:15 AM ----------
Just tested it on cm 11
And
Colors need fix
NFC FC
b23 released
-------------------------------------------
Abd121 said:
Good work I will test it
And see
---------- Post added at 09:31 AM ---------- Previous post was at 09:15 AM ----------
Just tested it on cm 11
And
Colors need fix
NFC FC
Click to expand...
Click to collapse
can you provide a logcat ?
arc_u said:
b23 released
-------------------------------------------
can you provide a logcat ?
Click to expand...
Click to collapse
No i can't since the phone become unusable
Everything in the phone was FC
Abd121 said:
No i can't since the phone become unusable
Everything in the phone was FC
Click to expand...
Click to collapse
It's probably because it's incompatible with cm11, for now it's meant to be use with AOSP rom
Using this kernel with the latest Beergang rom and I quite like it. Battery life is decent. :thumbup:
Sent from my Nexus 4 using xda app-developers app

[LOLLIPOP] [CONDOR] [LINARO 4.9] MaxiKernel 1.2

​
Code:
#include <std_disclaimer.h>
/*
* Your warranty is now void.
*
* I am not responsible for bricked devices, dead SD cards,
* thermonuclear war, or you getting fired because the alarm app failed. Please
* do some research if you have any concerns about features included in this ROM
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.*/
MaxiKernel for Moto E (condor)
Hey guys XDA, I come to present MaxiKernel for Moto E (condor)
Features
Compiled from latest sources from CyanogenMod Repo.
Linaro 4.9 optimized for Cortex-A7
DoubleTap2Wake (Only en 1.0 and 1.1 versions)
Low swappiness
Enabled pipe flag
Optimized SLUB
Disable CRC check
Aggressive multi-core power savings
[*]More governors:
Smartmax
Lionheart
Intelliactive
Wheatley
Ondemandplus
Alucard
[*]More I/O Shedulers
[*]VR
[*]Zen
[*]Fifo
[*]Sio
[*]Frandom support
[*]Optimized AES & SHA1 routines
[*]Optimize Sfck Compression
No more dirty in kernel version
Optimized EXT4
Downloads
MaxiKernel 1.0
MaxiKernel 1.1
MaxiKernel 1.2
Bugs
Sensor motion (Only on 1.1 version)
Credits
TechnoAnder - Kernel testing
percy_g2 - For their work on CyanogenMod
XperiAMM and Epirex, members of MaxiCM Team (This kernel is unrelated to MaxiCM , only they gave me an idea for the name.)
Adarsh1998 for the banner
XDA:DevDB Information
MaxiKernel, Kernel for the Moto E
Contributors
NV-Dev
Source Code: https://github.com/Nothing-Dev/MaxiKernel_condor
Kernel Special Features:
Version Information
Status: Beta
Current Stable Version: 1.2
Stable Release Date: 2015-08-28
Current Beta Version: 1.0
Beta Release Date: 2015-08-15
Created 2015-08-16
Last Updated 2015-08-28
Changelog
Code:
First release - 15/08/2015
Add DoubleTap2Wake
Add more governors:
Smartmax
Lionheart
Intelliactive
Wheatley
Ondemandplus
No more dirty in kernel version
Optimized EXT4
MaxiKernel 1.1 - 17/08/2015
Add alucard governor
Use Linaro 4.9 toolchain
Low swappiness
Enabled pipe flag
Optimized slub
Disable CRC check
Aggressive multi-core power savings
[B][COLOR="Green"]Fixed compatibility problem with other ROMs[/COLOR][/B]
MaxiKernel 1.2 - 28/08/2015
Add more I/O Schedulers:
Fiops
VR
Zen
Fifo
Sio
Update adreno.c
Frandom support
Optimized AES & SHA1 routines
Adapted ondemandplus to condor
Optimize Sfck Compression
Removed DT2W
F.A.Q
How active DoubleTap2Wake ?
Open the terminal and place the following
Code:
echo 1 > /sys/android_touch/doubletap2wake
Waiting...
Great work brother, congratulations.
(
TechnoAnder said:
Great work brother, congratulations.
Click to expand...
Click to collapse
Thanks brother
magdeoz said:
Waiting...
Click to expand...
Click to collapse
Ready
Gonna try it soon, any plans on adding LG like KnockCode feature??
Plz compatibility with other roms
I love you. I'm glad you another kernel for the condor . You compiled it with any toolchain ? And d2tw is freezing the screen as in zapdos ?
Will this work with AOSP based roms?
Thanks for brining this for condor.....
Sent from my Moto E using Tapatalk
Great,maybe u can try to add overclock and undervolt?Thanx
STAY ADDICTED!!!
Great work.
Woww, another Kernel for our Device, gotta try now
Unfortunately gave bootloop in slimsaber . If you like to install as the others ( zapdos , phenomenal ) I think it will be compatible with all roms . But since it is already a big project.
Tried on Sokp, Bootloop Aosp roms not supported i think......
Works great on latest AICP 10.0,no issues till now.
STAY ADDICTED!!!
@NV-Dev is this based on Linaro?
-CALIBAN666- said:
Works great on latest AICP 10.0,no issues till now.
STAY ADDICTED!!!
Click to expand...
Click to collapse
Any issues on DT2W????
no,at moment is all running as it should,cool kernel.

[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][oreo]•=|=•bleeding edge•=|=•[osprey]

•=||=•INTRODUCTION•=||=•
A custom kernel for Moto G 2015 a.k.a Osprey
This should should work on all oreo custom roms
Disclaimer
Code:
[color="red"]
* 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 .
* If you point the finger at me for messing up your device, I will laugh at you.
[/color]
•=||=•KERNEL SPECIAL FEATURES•=||=•
CPU
Code:
[center]
Cpu quiet firmware
Improved Default governers and io schedulers
Dynamic Fsync
Arch Power savings
TouchBoost
Power Suspend Mode
Work queue Power saving
Msm limiter
​
CPU GOVERNERS
Code:
[center]
ElementalX
LionFish
Zzmove
Darkness
Blu active
[/center]
HOTPLUGS
Code:
[center]
Lazyplug
[/center]
IO SCHEDULERS
Code:
[center]
Sio plus
Zen
Sio
Fiops
Trindroid
Sioplus
Fifo
[/center]
GPU
Code:
[center]
Adreno Idler
Msm thermal temperature control
[/center]
SCREEN
Code:
[center]
Kcal Control
High Brightness Mode
[/center]
MISC
Code:
[center]
Upstreamed to latest linux stable v3.10.108
Built with Linaro 7.2
Several changes which improve the battery drain when idle
Double tap to wake
Force Fast Charge
Sound Control
Wakelocks Blocking
Software crc control
TCP congestion algorithm
Radio Power Savings
[/center]
•=||=•INSTALL INSTRUCTIONS•=||=•
Code:
[center]
1.Download the kernel zip.(You don't wanna??)
2.Move it to phone's memory or sdcard. ( Or in your brain ,you better know)
3.Boot to twrp or any other working recovery.(Or flash it by fastboot)
4.Backup Current boot image(in case your luck is bad or you try to install this on nougat)
5.Flash the zip( go get a torch)
6.Reboot!!!!done( Congrats you have rebutted yourself)
[/center]
•=||=•DOWNLAODS•=||=•
Download from AFH
Download from GDRIVE
•=||=•BUGS•=||=•
What are you looking for?
Bugs???
You won't find it.
You are so desperate aren't you??
ok you win
You tell me
[/CENTER]
XDA:DevDB Information
BLEEDING EDGE, Kernel for the Moto G 2015
Contributors
@ki, ishubhamsingh, Subrajyoti Sen,Facum
Source Code: Kernel Source
Kernel Special Features:
Version Information
Status: Beta
Current Beta Version: v69
Beta Release Date: 2018-06-15
Created 2018-02-25
Last Updated 2018-06-15
v69 15.06.18
* Completely rebased the kernel
* Removed all existing hotplugs
* Added lazyplug
* Slimbus overclock
* Sdcard 0kb bugfix
* Enabled Exfat driver
* Added livedisplay support
* New cdg tcp congestion
* Maple IO scheduler
* Allow 320K AAC encoding
* Improved Adreno Idler
* Improved Deep sleep
* IOSCHED switcher
* Updated Powersuspend driver
* Added chill and relaxed cpu governer
* Input boost
* Sound control
And many battery and performance changes
v69 beta release
* Added msm limiter
* Radio power savings
* New schedulers
* New cpu governers
* Tcp congestions
* Introduce cpu quiet firmware
* RCU improvements
* Built with Bleeding edge 7.3 toolchain
* Add boeffla_wl_blocker
* Improve Adreno Idler
* Introduce Input boost
* Sound improvements
* 64 bit binder support
* Binder fixes
* Improved Deep sleep
@ishubhamsingh and @Alberto97 for their base of kernel
@facuarmo for teaching me
@Subhrajyoti Sen for his heliox commits
@nathanchance for his great guide on upstreaming kernel
Me for Building it for Osprey
Whole opensource community
If i missed anyone ...Quote me
Reserved
...
Amazing, thanks for this kernel and for your work!
It can be made compatible with nougat?
Merlin support ?
Work in Merlin?
cesarXP said:
Merlin support ?
Click to expand...
Click to collapse
gtajunior said:
Work in Merlin?
Click to expand...
Click to collapse
Currently No..
---------- Post added at 08:17 AM ---------- Previous post was at 08:16 AM ----------
kurapika7 said:
Amazing, thanks for this kernel and for your work!
It can be made compatible with nougat?
Click to expand...
Click to collapse
No.. It's For Oreo 8.1 Rom's
Support z-ram? For 1gb Osprey
cesarXP said:
Merlin support ?
Click to expand...
Click to collapse
Will try if i get time
gtajunior said:
Work in Merlin?
Click to expand...
Click to collapse
Currently no
MrNataan said:
Support z-ram? For 1gb Osprey
Click to expand...
Click to collapse
It should.... although i Haven't tested
This is a great custom kernel: responsive, fluid, extremely stable, nice features and baked-in mods. Using this kernel on my xt1548 Osprey with Android Oreo Go Edition (Pixel Experience) by developer @Subinsmani. I've noticed no bugs or instabilities. Overall an extremely stable and feature filled kernel. Excellent work OP! :good:
@ki said:
It should.... although i Haven't tested
Click to expand...
Click to collapse
yes z-ram is there...
look past commit by shubham...
btw gud work man...
hope in coming days more tweaks will update... ?
MotoJunkie01 said:
This is a great custom kernel: responsive, fluid, extremely stable, nice features and baked-in mods. Using this kernel on my xt1548 Osprey with Android Oreo Go Edition (Pixel Experience) by developer @Subinsmani. I've noticed no bugs or instabilities. Overall an extremely stable and feature filled kernel. Excellent work OP! :good:
Click to expand...
Click to collapse
Ooh thanks for the compliment..
But be sure to report for a bug or a feature request....will try if possible
Subinsmani said:
yes z-ram is there...
look past commit by shubham...
btw gud work man...
hope in coming days more tweaks will update... ?
Click to expand...
Click to collapse
I know zram is there ...lol
I don't know if it works or not....
I cannot test for osprey as i dont have the device ..
Just built it for osprey as it is Msm8916
For future builds i will be needing testers(which i already have)?
@ki said:
I know zram is there ...lol
I don't know if it works or not....
I cannot test for osprey as i dont have the device ..
Just built it for osprey as it is Msm8916
For future builds i will be needing testers(which i already have)[emoji16]
Click to expand...
Click to collapse
@rahul9999 certified tester for osprey and @kvijaya.. [emoji23]
Sent from my MotoG3 using Tapatalk
@ki said:
I know zram is there ...lol
I don't know if it works or not....
I cannot test for osprey as i dont have the device ..
Just built it for osprey as it is Msm8916
For future builds i will be needing testers(which i already have)[emoji16][/QUOTE @rahul9999 certified tester for osprey and @kvijaya.. [emoji23]
Sent from my MotoG3 using Tapatalk
Click to expand...
Click to collapse
Hehehe.. why not youreself mani ?:silly:
rahul9999 said:
Subinsmani said:
Hehehe.. why not youreself mani ?:silly:
Click to expand...
Click to collapse
he he he sed.. we all are testers..
testers_lyf..
Click to expand...
Click to collapse
@ki said:
I know zram is there ...lol
I don't know if it works or not....
I cannot test for osprey as i dont have the device ..
Just built it for osprey as it is Msm8916
For future builds i will be needing testers(which i already have)?
Click to expand...
Click to collapse
When r u building it for merlin?

[KERNEL][TISSOT][3.18.y] Canting 1.2 [24/03/2019]

INTRODUCTION​Canting is a kernel based on Google Common 3.18 merged over CAF-kernel.lnx.3.18.r34-rel. Built to provide security and stability improvement​
Code:
/*
* 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.
*/
FEATURES​----------------------------------------------
• Only for Custom ROM 8.1.0 & 9.0.0
• Treble/Non-Treble Support
• Linux version 3.18.137
• CAF Tag LA.UM.7.6.r1-04300-89xx.0
• Build with CLANG 9.x optimized for arm64 compiled with build-tools-clang
• Kernel Hardening from Copperhead OS
• CPU Governors: interactive, conservative, ondemand, powersave, performance, userspace
• I/O Schedulers: noop, deadline, cfq, bfq
• Live Display Driver
• Compat vDSO from Pixel kernel
• Native DT2W support
• WireGuard VPN support (Current version: 0.0.20190227)
• KCAL colour control
• Sound Control
• Vibration Intensity Control
• Boeffla wakelock blocker
• sdFAT, exFAT and NTFS Support
• Better performance
• CRC & SHA256 crypto algorithms
• Blocked many wakelocks
• Removed safetynet flags (no need of magisk to bypass safteynet)
• Improved zRAM with lz4 compression
• Tweaked Westwood TCP Congestion set as default
• CPU Boost
• Adreno idler
• Spectrum Kernel Manager
• for more info check my commits
INSTALLATION INSTRUCTIONS​
Download latest kernel version
Boot to recovery
Flash Magisk (skip this if already installed)
Flash kernel.zip
reboot to system
DOWNLOAD LINK​GDrive​ - Github​
CREDITS​• nathanchance
• abhishek987
• fransiscofranco
• flex1911
• All of contributors from my git history ​
XDA:DevDB Information
Canting, Kernel for the Xiaomi Mi A1
Contributors
khusika
Source Code: https://github.com/khusika/canting_kernel_xiaomi_msm8953/
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 1.2
Stable Release Date: 2019-03-24
Created 2018-11-11
Last Updated 2019-03-23
Reserved
Reserved
name Canting is the tool to draw Batik ? ?
Can I direct update from project-k?
kickadnan said:
name Canting is the tool to draw Batik ? ?
Click to expand...
Click to collapse
Absolutely right
Awawa29 said:
Can I direct update from project-k?
Click to expand...
Click to collapse
Yes you can
i am getting bootloop using LR rom .... it is booting back to twrp ....
Hi, thanks for the new project,I use Project k r24 + Los 15.1, I use custom governor. Do you add gov in future??
Wow, new project. ?
Indo pride??
I know that is a different project, but what are the major differences between this and projectK?
hope to see kernel 4.9 soon... :laugh:
**sorry..just notice another post for 4.9 kernel
Jess182 said:
I know that is a different project, but what are the major differences between this and projectK?
Click to expand...
Click to collapse
1. Inline with Google Common & CAF
2. Ton of dummy commits was removed
Long life to canting!!!
ill try!! thanks for the hard work khusika!!
khusika said:
1. Inline with Google Common & CAF
2. Ton of dummy commits was removed
Click to expand...
Click to collapse
Alright thanks for info, could we say that is same base as projectK?
Jess182 said:
Alright thanks for info, could we say that is same base as projectK?
Click to expand...
Click to collapse
Differents, simply check the source codes.
It does not work well in sGSI port. Although this is descrypted, a "unsuccessful unencryption" screen appears
khusika said:
Differents, simply check the source codes.
Click to expand...
Click to collapse
Thanks for reply, last question...
I have searched OP for something about fast charge, but I have not seen anything, this new kernel also has high amperage after 90% ?, because although on projectK fast charge was disabled, after 90% the amperage was high and charged very fast.
(I was referring to that with the "same base", but I think the correct way is "same features?"
what about fast charging. still like projectk?
---------- Post added at 07:17 PM ---------- Previous post was at 07:14 PM ----------
please made a telegram group for questions

Categories

Resources