[EOL] [Stock] [N] Asgard Kernel_v5.7 - LG G5 ROMs, Kernels, Recoveries, & Other Developme

Credits: @Chainfire for supersu, / @autoprime for stock boot.img, / @jcadduono for TWRP, Original source and scripts used while compiling!!!, / @Tilde88 for taking the time to show me how to do this!, / @savoca for KCAL & app! and Thanks to @freeza for the updated KCAL.c source file. / Thanks to @f4bio, @onestyle007 and @Pphish20 for testing, / @Sultanxda for the verifiedbootstate flag, / @flar2 for ElementalX gov/Sound control/Vibration [email protected]#[email protected]#[email protected]#! , / @Eliminater74, / @WhyOrean, / @Tkkg1994 , / @eng.stk for his awesome blu_spark Kernel!, / @CrazyGamerGR, / @tbalden, / !!!!!!!!@franciscofranco !!!!!!!!, / @yarpiin, / @alucard_24, / @Lord Boeffla, / @xpirt, / @DespairFactor, / @archeart, / @neobuddy89, / @farovitus, / @arter97
....Someone else I'm sure I forgot.
Not a Dev, just a hobby, enjoy.
Your warranty is now void, don't blame me if your phone blows up blahblahblah.......blah.
**Good starting point for color: **Check out this post from @marco_wack, or all 3 colors at 256, Saturation 64, Value 127, Contrast 129.
BACKUP, Flash in recovery, wipe cache and dalvik, Profit??????? :victory:
Asgard Kernel
*Based off of https://github.com/jcadduono/android_kernel_lge_msm8996 as original source.
*Compiled using [TOOLCHAIN]UBER Toolchains - v6.x
*Added Westwood as default TCP Congestion
*KCAL
*Disabled CRC check
*Battery improvements
*Selinux set to Permissive
*Added Gov's - alucard, bioshock, blu_active, conservativex, despair, electrodemand, elementalx, HYPER, intellidemand, intellimm, ironactive, lightning, lionfish, lionheart, nebula, nightmare, ondemand_x, pegasusq & wheatley.
*Added IO - bfq, fifo, fiops, sio, sioplus, tripndroid, vr & zen.
*Added TCP - A lot.
*Sound Control (Only Headphones)
*Adrenoboost (Default Off)
*Dynamic Fsync and Fsync Toggle
*Vibration Control
*Removed verifiedbootstate flag
*Replaced Interactive Gov with one from the OP3 (Removed Triton and Cancun)
*A lot of other changes throughout the kernel
*Working on Fulmics*
Version 5.7 Changes & Links
Version 5.3 Changes & Links
Version 5.2 Changes & Links
Version 5.1 Changes & Links
Version 5 Changes & Links
Version 4.5 Changes/Links blahblahblah
Version 4 Link, Uber toolchain v6, sound control change, etc........
Links:
Asgard_v3_H850_20A
MD5: 4f215a506508aef7f5d9b1883d154618
Asgard_v3_H850_20B
MD5: 014584fc67fe7563a4e3a294888b1e7e
Asgard_v3_H850_20C
MD5: 5c2618d9ecc66550dcae48a9cc330530
Asgard_v2.2_H850_20A
MD5: 4de768376e4a8431624e8843f22432c4
Asgard_v2.2_H850_20B
MD5: 9eab9c7bfe38632ec840532e9fd24718
Asgard_v2.2_H850_20C
MD5: 77bc5b81e5a6e6914e947ac1710dddf0
Source: (Asgard)-https://github.com/lordodin912/Asgard_H830_msm8996
(Stock+)-https://github.com/lordodin912/H830-20A-
Thanks again to @jcadduono for the Original Source https://github.com/jcadduono/android_kernel_lge_msm8996
Finally, Thanks to XDA/Google/LG.....whewwwww.

lordodin912 said:
Simple kernel, just westwood and KCAL...need a tester though...Don't own a h850. Let me know if your interested.
Click to expand...
Click to collapse
Tester reporting I own a H850 :highfive:

ya! me, of course, too!
how do wanna do this? irc? pm?

f4bio said:
ya! me, of course, too!
how do wanna do this? irc? pm?
Click to expand...
Click to collapse
PM sent

lordodin912 said:
Simple kernel, just westwood and KCAL...need a tester though...Don't own a h850. Let me know if your interested.
Click to expand...
Click to collapse
H850 20a... Was just thinking how I wanted Westwood back, would gladly test... And KCAL you say? Looking forward to it.

Thanks to @f4bio and @onestyle007 for testing.
It boots and works fine on stock but there are systemui FC on Fulmics.
Will post links and update OP soon.

lordodin912 said:
Thanks to @f4bio and @onestyle007 for testing.
It boots and works fine on stock but there are systemui FC on a system with both fulmics & fluence HD (not sure which one is causing it).
Will post links and update OP soon.
Click to expand...
Click to collapse
I'm on Fluence HD? #30BETA and no FCs whatsoever

What the link to you kernel source as ive been trying to build the stock kernel for days now and keep hitting a wall?
Sent from my LG-H850 using Tapatalk

eoghan2t7 said:
What the link to you kernel source as ive been trying to build the stock kernel for days now and keep hitting a wall?
Sent from my LG-H850 using Tapatalk
Click to expand...
Click to collapse
Original source: https://github.com/jcadduono/android_kernel_lge_msm8996 (security branch)
This kernel: https://github.com/lordodin912/H830-20A-
Guide: https://forum.xda-developers.com/v20/development/devs-looking-to-play-kernel-sources-caf-t3485576
Had problems at first until I changed the build.sh device to the correct one. Look for this in build.sh:
[ -x "${CROSS_COMPILE}gcc" ] ||
ABORT "Unable to find gcc cross-compiler at location: ${CROSS_COMPILE}gcc"
[ "$TARGET" ] || TARGET=lge
[ "$1" ] && DEVICE=$1
[ "$DEVICE" ] || DEVICE=h830
DEFCONFIG=${TARGET}_defconfig
DEVICE_DEFCONFIG=device_lge_${DEVICE}
Hope it helps.

lordodin912 said:
Original source: https://github.com/jcadduono/android_kernel_lge_msm8996 (security branch)
This kernel: https://github.com/lordodin912/H830-20A-
Guide: https://forum.xda-developers.com/v20/development/devs-looking-to-play-kernel-sources-caf-t3485576
Had problems at first until I changed the build.sh device to the correct one. Look for this in build.sh:
[ -x "${CROSS_COMPILE}gcc" ] ||
ABORT "Unable to find gcc cross-compiler at location: ${CROSS_COMPILE}gcc"
[ "$TARGET" ] || TARGET=lge
[ "$1" ] && DEVICE=$1
[ "$DEVICE" ] || DEVICE=h830
DEFCONFIG=${TARGET}_defconfig
DEVICE_DEFCONFIG=device_lge_${DEVICE}
Hope it helps.
Click to expand...
Click to collapse
thanks ill have a look at this one

Bored....playing around.
{
"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"
}

lordodin912 said:
Bored....playing around.View attachment 4009714View attachment 4009716
Click to expand...
Click to collapse
Ghost screen was history. thanks for kernel...

Hi, I want to share you my Color Control Settings, it increases for me the Quality of the LG-Display very much:
R/G/B = 256
Saturation = 75
Value = 111
Contrast = 135
Hue = 4
I hope I could help anybody

!!

...

Great job!!!
Could you prepare 2 different configurations with kernel adiutor, one for battery life and one for performance.
Really thanks!!!!

Whats not working with fulmics rom?

I had great results with ElementalX gov back with the DevXperience kernel on marshmallow.
I never tested this kernel with Fluence patch, but I can confirm that Fulmics is not compatible for whatever reason... Perhaps Xpirit's future releases will play nicer.
Kudos to @lordodin912 for the much needed additions to stock... Forgot how big of a difference KCAL can make
---------- Post added at 05:23 AM ---------- Previous post was at 05:14 AM ----------
tweetyfiestuky said:
Great job!!!
Could you prepare 2 different configurations with kernel adiutor, one for battery life and one for performance.
Really thanks!!!!
Click to expand...
Click to collapse
Isn't that easy enough to do on your own? Or another user could upload their profile...
Deadline at 1024kb for scheduler gives performance increase with little impact on battery life
I would love to see more hotplugs available and some additional gov; but for the most part LG stock kernel is incredibly well optimized

BySezerSimsek said:
Ghost screen was history. thanks for kernel...
Click to expand...
Click to collapse
What do you mean by this?

obol2 said:
What do you mean by this?
Click to expand...
Click to collapse
can you know ghost screen or screen burn in?
https://forum.xda-developers.com/lg-g5/help/screen-burn-t3364676
I use color control apk. It's not anymore.

Related

[KERNEL][APR 9][GPL] SkyDragon Kernel V1.0.3

{
"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"
}
SkyDragon Kernel for HTC M9 on stock based Rom's​
Hey all,
this Kernel is based on stock 1.32.401.6(WWE) Source code from HTC. This should work for any GSM M9, I've tested Euro and Dev with no issues whatsoever. For now this is fairly basic until we get more and updated sourced released from HTC, I'm mainly focusing on responsiveness and increased battery life at the moment, no extra features really just yet. However this is a work in progress so more will be added as we go along
Features
Code:
*Quick Wakeup
*Extra Schedulers (BFQ/SIO/FIOPS)
*Fast Charge Support
*Savoca's KCAL Control
*Powersuspend v1.5
*Frandom Support
*Arch Power
*Arch Random
*NTFS Support
*Some -O3 and graphite optimizations
*Compiled with latest Sabermod 4.9 Toolchain
How-To Install
Code:
1. Download kernel zip
2. Reboot to recovery
3. Make a nand backup
4. Flash kernel zip
5. ?????
6. Profit
Changelog
Code:
v1.0.3
*Re-Enabled CFS Bandwidth Scheduling (Better battery)
*Updated and Added SIO Scheduler
*Enabled TCP Fast Open
*Decreased fifo_batch for Deadline Scheduler
*Added opensource ExFat support
*Tweaked cpuidle for better battery
*Added Quick Wakeup driver (Better battery)
V1.0.2
*Fixed BFQ Scheduler so its available now
[strike]*Enabled CFS Bandwidth scheduling[/strike]
*Enabled Next Buddy scheduling
-- Battery should be a bit better on this one
V1.0.1
*Updated PowerSuspend to V1.5
*Updated and added FIOPS scheduler for 3.10.x Kernels
*Added Fast Charge Support
*Added Savoca's KCAL Control
V1.0
*Initial Release based on 1.32.401.6
Downloads
Code:
[B]SkyDragon V1.0.3[/B]
[b]MD5:[/b]6aa5b2b0395f00b9f086dcc705dccb5c
[URL="https://www.androidfilehost.com/?fid=95916177934553112"]AFH Mirror[/URL]
--
Previous releases can be found on my AFH page [URL="https://www.androidfilehost.com/?w=files&flid=28593"]here[/URL]
Recommended Settings
Code:
Governor: On-Demand
Scheduler: FIOPS
Read-Ahead Buffer Size: 2048
*Fauxclock only settings*
KSM/Intelli-KSM Enabled
PowerSuspend Enabled
C-States Enabled
Thanks and credits to:
Code:
Savoca
Faux123
Flar2
Captain_Throwback
Donators
Code:
My M9 Source Code
XDA:DevDB Information
[KERNEL][APR 9][GPL] SkyDragon Kernel V1.0.3, Kernel for the HTC One (M9)
Contributors
HolyAngel
Source Code: https://github.com/holyangel/m9
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 1.0
Stable Release Date: 2015-04-08
Created 2015-04-08
Last Updated 2015-04-09
Thanks for this! Looking forward to a little better battery
Will have an update soon here, got savoca's kcal control working and added fast charge support.. Working on a couple other things too ^^
^^
Thanks I'll give a try when you'll update....fast charge is very useful
HolyAngel said:
^^
Click to expand...
Click to collapse
IKCAL is amazing on the M8, can't wait to have it on the M9
is their a recommended app for kernel tuning ?
clsA said:
is their a recommended app for kernel tuning ?
Click to expand...
Click to collapse
I prefer Faux123 Kernel Enhancement (aka Fauxclock) for lollipop as it seems to work the best, Kernel Adiuter is decent but lacks some options. Trickstermod is good but sometimes the settings don't stick/apply all the time.
legents said:
IKCAL is amazing on the M8, can't wait to have it on the M9
Click to expand...
Click to collapse
Enjoy!
lukemo said:
Thanks I'll give a try when you'll update....fast charge is very useful
Click to expand...
Click to collapse
Updated ^^
U did it Again and Again!
Well done, great job!
Can't say I am disappointed I didn't have time to flash the 1.0 as the update is already up, thanks for the quick updates will flash this now!
HolyAngel said:
I prefer Faux123 Kernel Enhancement (aka Fauxclock) for lollipop as it seems to work the best, Kernel Adiuter is decent but lacks some options. Trickstermod is good but sometimes the settings don't stick/apply all the time.
Click to expand...
Click to collapse
Great! thanks for all your doing for my M9 I really appreciate it.
I went with the free one for now (Kernel Adiuter), I'll update to Faux tool if it looks like I'll be tuning the kernel for the life of the phone.
HolyAngel said:
I prefer Faux123 Kernel Enhancement (aka Fauxclock) for lollipop as it seems to work the best, Kernel Adiuter is decent but lacks some options. Trickstermod is good but sometimes the settings don't stick/apply all the time.
Enjoy!
Updated ^^
Click to expand...
Click to collapse
Any chance you can unlock all frequencies on processor?
Sent from my HTC One M9 using Tapatalk
bia9977 said:
Any chance you can unlock all frequencies on processor?
Sent from my HTC One M9 using Tapatalk
Click to expand...
Click to collapse
Not until we get the rest of the variant source released by HTC. The stock dtb file which houses that info is currently 4.4mb and looks to be covering most if not all of the variants, but when compiling we can only get around a ~650kb file with the current released source thats available. so if I do so it will break support for all devices.
HolyAngel said:
Not until we get the rest of the variant source released by HTC. The stock dtb file which houses that info is currently 4.4mb and looks to be covering most if not all of the variants, but when compiling we can only get around a ~650kb file with the current released source thats available. so if I do so it will break support for all devices.
Click to expand...
Click to collapse
Waiting game all over again . Thanx.
Sent from my HTC One M9 using Tapatalk
Has this improved the battery life much ??
Strangeland16 said:
Has this improved the battery life much ??
Click to expand...
Click to collapse
I'll let you know this time tomorrow
HolyAngel said:
I prefer Faux123 Kernel Enhancement (aka Fauxclock) for lollipop as it seems to work the best, Kernel Adiuter is decent but lacks some options. Trickstermod is good but sometimes the settings don't stick/apply all the time.
Click to expand...
Click to collapse
Just installed kernel and seems to be running fine so far. I bought Faux's KE.. gonna cap clocks at max 1248000/ min 384000 and see how that affects perf/battery. Recommendation on governor? Ondemand?
Thank you for your work on this!
Edit: Faux KE doesn't seem to be capping max clocks. Even after fix permissions and reboot.
not sure if this is where to ask
trying to compile - keep getting this
"Makefile:801: *** multiple target patterns. Stop."
defconfig issue? (used defconfig,sd_defconfig,msm*defconfig)
maybe my distro? (using arch, usually use gentoo)
using sabermod toolchain from their gitlab
bl00dy said:
not sure if this is where to ask
trying to compile - keep getting this
"Makefile:801: *** multiple target patterns. Stop."
defconfig issue? (used defconfig,sd_defconfig,msm*defconfig)
maybe my distro? (using arch, usually use gentoo)
using sabermod toolchain from their gitlab
Click to expand...
Click to collapse
its a makefile issue, did you change anything in there other than the second cross_compile line thats pointing to where my *personal* toolchain location is?
Chronzy said:
Just installed kernel and seems to be running fine so far. I bought Faux's KE.. gonna cap clocks at max 1248000/ min 384000 and see how that affects perf/battery. Recommendation on governor? Ondemand?
Thank you for your work on this!
Edit: Faux KE doesn't seem to be capping max clocks. Even after fix permissions and reboot.
Click to expand...
Click to collapse
yeah he needs to update the app to handle the cores and whatnot, kernel adiuter is able to downclock successfully.

[KERNEL] Emotion r14 - 19 May 2015 - s2w/sts,intelliplug,io, - Fan promotion

*NOTE: This is not the official thread for Emotion kernel. I'm merely an avid Android tweaker, found this kernel for N910T (T-Mobile Galaxy Note 4) and couldn't locate the official thread. If I overlooked such a thread, forgive this dupe.
Several Note 4 Android ROMs are being built with this (TekHD ,for example)
At any rate, here are the features and other info (taken from the developer's website)
DOWNLOADS and INFO
http://www.emo-troid.com/kernel-downloads.html[/SIZE]
FEATURES (taken from dev website)
Kernel compatible with SM-N910F SM-N910G SM-N910P SM-N910T SM-N910V
Based on Samsung Open Source Code
Compiled with Toolchain Linaro GCC 4.9.3 2015.03 Cortex A15
Linux version 3.10.76
OC/UC -> 3072MHz / 268MHz
PowerSuspend Driver
Intelli-Plug V4.0
KSM enabled
Sweep2wake
Simple GPU Algorithm
Voltage Control
Intelli-Thermal
KCAL - Advanced color control
Led Control
CRC Settings
Advanced TCP control
S-View flip cover hack
Selinux Permissive
CIFS Support
NTFS Support
LZ4 compression algorithm
Reduced wakelocks
Frandom number generator
Synapse full support
Governors: Barry-Allen, interactive_pro, intelliactive, bluactive, conservativex, alucard,darkness, nightmare, smartassV2, ondemandplus, umbrella_core, yankactive, dancedance, bioshock, lionhearth, conservative, interactive, ondemand,powersave, userspace, performance
I/O Scheldures: bfq, vr, fiops, zen, fifo, sio, test-ioshed, cfq, row, deadline, noop
CHANGELOG (taken from dev website)
May- 11 -2015 nightly r14
-Linux updated to 3.10.77
-Selinux back to full permissive (Fixed gear vr compatibility, etc.)
-WIFI optimized (Thanks to @javilonas)
-Fixed T-Mobile Synapse compatibility
-Crypto: Updated to armv7-a Neon
-Busybox updated to 1.23.2 to fix some issues with Synapse
-Fixed all known bugs from r12+1
-Fixed some minor bugs in the ramfs
-Another minor fixes
May- 8 -2015 nightly r13
-Linux updated to 3.10.76
-Kernel compatible with SM-N910T
-Reverted "power: make sync on suspend optional"
-KCAL updated
-The kernel boot on Selinux enforcing but you can change the status from Synapse
-qcom-cpufreq: Removed save/restore of scheduling policy
-cpufreq_interactive: updated again from Shamu source
-cpufreq: stats: Don't update cpufreq_stats_table if it's NULL
-cpufreq: Break out early when frequency equals target_freq
-msm: lpm-levels: add suspend_again handler
-msm: Fix high load average from uninterruptible waits
-qcom: mpm-of: fix bug in finding the pending interrupts
-Added new governor Barry-Allen by Javilonas
-CIFS and NTFS built in the kernel
-Ramfs optimized (New tweaks,etc. thanks to Javilonas for some scripts)
-Synapse support KCAL control
-Added profiles in Synapse
-Added profiles for LMK in Synapse
-Added global voltage control in Synapse
-Change Selinux status from Synapse>MISC
-Fixed some bugs in Synapse
http://forum.xda-developers.com/showthread.php?t=2990557
BAD ASS NOTE 4
@barcarDILIMON THANKS! I'll close this
Has anyone tested it the new kernel I'm using it with no problems so far I installed r16 and just wiped cache
freakyd9984 said:
Has anyone tested it the new kernel I'm using it with no problems so far I installed r16 and just wiped cache
Click to expand...
Click to collapse
Not yet. I don't really update kernels when I'm doing good with what I have,
Anyone else having issue with the saving of a "Profile" w/ the included and recommended "Synapse app" that comes with this Kernel?
I have had different errors, yet same results per each release on the (910T) Note 4 on r14, r15, and now r16...
So since this thread is here in T-Mobile forum discussing and I'm not getting much of an answer in it's original thread due to so many different variants/released versions, thought I would throw that question out here :fingers-crossed:
Working good for me... tmo note 4.
*Note: I discovered the error with inability to save "profiles" w/ this kernel & Synapse was due to the app "FolderMount" which modifies a /system level file :sdcard.
After some research and rolling back to original said file & uninstall of "FolderMount" app, all is well.
Just wanted to report so if anyone else runs into mentioned issue 2 posts back.. :good:
Is this for kk or lp?
Should note that this is for LP. Just tried on my KK and died.
WingedCow said:
Should note that this is for LP. Just tried on my KK and died.
Click to expand...
Click to collapse
Hopefully you had a stock kernel ready to flash lol or a backup of one
any hope for some support for the n910w8 variant?
Ryado said:
any hope for some support for the n910w8 variant?
Click to expand...
Click to collapse
The latest version of emotion works on our n910w8...running r17 right now
{
"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"
}
Fyi the official emotion kernel thread can be found here: http://forum.xda-developers.com/showthread.php?p=57886425
sefrcoko said:
The latest version of emotion works on our n910w8...running r17 right now
Fyi the official emotion kernel thread can be found here: http://forum.xda-developers.com/showthread.php?p=57886425
Click to expand...
Click to collapse
Does this kernel effect signal?
nique0201 said:
Does this kernel effect signal?
Click to expand...
Click to collapse
Not that I'm aware of. Normally your modem affects signal...
Thread Closed as dupe and OP request

[DISCONTINUED][KERNEL][OREO][MM/Nougat] Evolution Kernel [Falcon][2018/03/17]

Hi guys, I have proposed to make a kernel for the falcon and here they have it <3
{
"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"
}
Old builds:
http://pastebin.com/kDiQ8Hrr
Evolution Kernel -R6 build for MM Roms:
-Evolution_Kernel-R6 is unified for MM roms[/B], CM13/AOSP6/
- Linux code updated to lastest LineageOS source: 3.4.113
- Based on a new clean source for greater stability
- Compiled with LinaroTC 4.9 optimized cortex A7
- Many optimization for memory usage and reduce Lag
- Added TCP modes like westwood
- Lzma compression (very nice)
- No more useless mods
- Added SIO, VR, ZEN I/O schedulers
- Added toggles for wakelocks
- MSM Hotplug stable rules
- Powersuspend added and optimized
-Added Kcal v2 support
-DT2W/S2W features
-Selinux enabled in permissive mode by default
-WQ Power Efficient tweaks
-State notifier driver added
-Fix some memory leaks
-Many more optimizations for performance and battery saving (check source)
Important: use the kernel adiutor application to tune
Click to expand...
Click to collapse
Download:
https://www.androidfilehost.com/?fid=745425885120710252
**No mirrors please**
Click to expand...
Click to collapse
How to install:
-Paste the zip on internal memory
-Install zip with twrp recovery
-Reboot and Enjoy :good:
Click to expand...
Click to collapse
New Build Evolution Kernel_R10, FOR NOUGAT ROMS 7.1.x ONLY, NO MARSHMALLOW
-
Linux code updated to lastest LineageOS source: 3.4.113 :good:
- Based on a new clean source for greater stability
- Compiled with latest simple GCC 4.8 (great for this) :good:
- Some optimizations for kernel compression (lzma)
- Many optimization for memory usage and reduce Lag
- Added Customs TCP
- Lzma compression (very nice)
- No more useless mods
- Added and improved SIO, SIOPLUS, VR, ZEN v2 I/O schedulers and default BFQ, etc...
- Row I/O scheduler is recommended by me :good:
- Added toggles for wakelocks
- MSM Hotplug stable rules (Nice deep sleep Now)
- Powersuspend updated (Use in Hybrid mode)
- Kcal v2 support
-Dt2w added but does not work for the moment (disable)
- Selinux enabled in permissive mode by default
- WQ Power Efficient tweaks
- State notifier driver added
- Lcd notify driver Removed (NO MORE START SCREEN FREEZE)
- New Governors added: zzmoove, Xperience by @TeamMex , Bioshock, Lionheart and ElementalX (testing)
- Interactive and Ondemand governor updated for better efficiency
- Added Sound Control v3.6
- Fast Charge enable by default
- Fix memory leaks for better perfomance
- Many more optimizations for performance and battery saving (check source)
- New TCP congestion driver called AsCaRex by @TeamMex Added
AsCaRex employs end-to-end bandwidth measurements to set cwnd and ssthresh after packet loss. The probing phase is as the original Reno, have a modified control mechanism for use with large congestion windows. A table indicates how much to increase the congestion window when an ACK is received.
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Click to expand...
Click to collapse
Important: Use the kernel adiutor application to tune this kernel
Evolution Turbo Kernel Oreo Updated
-Kernel build with QUVNTNN 6.4 2018.01 Custom ToolChain
-Improved Cortex-A7 configs
-Improved XZ kernel compression
-def_config regenerate
-Updated cpufreq and gpu drivers configs for better performance
-Welcome again MP_Decision Hotplug
-Spinlocks changes
-Significant lag in oreo reduced
-Simple Adreno GPU algorithm added
-New governors distribution: Default govs, XPerience, SmartMax and BioShock govs
-Out DT2W for now
-All TCP cong is activated (AsCaRex default)
-Many more changes for you..
Source: https://github.com/willizambrano/android_kernel_motorola_msm8226
If you like, support me with a small contribution : http://paypal.me/willizambrano
Download: https://www.androidfilehost.com/?fid=962187416754469095
How to install:
-Paste the zip on internal memory
-Install zip with twrp recovery
Backup of you stock boot.img
-Reboot and Enjoy :good:
If you like my work, contribute for more updates please:
Suggestions for balance perfomance/battery
-Use interactive gov with hispeedfreq on 787mhz and min freq 300mhz....
-For more conservative use Bioshock or SmartMax governor and min freq 300mhz
-Sheduler Maple, Row of BFQ
-In misc features select suspension mode on hybrid (default) and TCP select AsCaRex or westwood
Version Information
Status: Beta Evo Turbo for Oreo Roms
Release Date: 2018-03-19​
thanks for your work. i will give it a try and will feedback.
Looks promising. Gonna try it
ralp88 said:
thanks for your work. i will give it a try and will feedback.
Click to expand...
Click to collapse
Thanks bro, waiting you feedback
FortoszoneID said:
Looks promising. Gonna try it
Click to expand...
Click to collapse
Thanks , enjoy!
great piece of work
pico hackr said:
great piece of work
Click to expand...
Click to collapse
Thanks for you feedback
Running smoothly on crDroid 7.1 :good:
Can it be used with slim 7.1 ?
justbfree said:
Can it be used with slim 7.1 ?
Click to expand...
Click to collapse
Yeah, work on slim 7.1
Thanks for the work!
Keep it up
Will try and report
What is the expected SoT
willizambrano01 said:
Yeah, work on slim 7.1
Click to expand...
Click to collapse
It doesn't work , system UI FC .
Very good kernel :good:
I only miss DT2W feature..
Edit: @willizambrano01 i like your kernel, but i'm on latest CM14.1 nightly so i can't use data tethering with your kernel. Default CM kernel, tether working fine. Could you fix? Thanks
Aguys said:
Very good kernel :good:
I only miss DT2W feature..
Edit: @willizambrano01 i like your kernel, but i'm on latest CM14.1 nightly so i can't use data tethering with your kernel. Default CM kernel, tether working fine. Could you fix? Thanks
Click to expand...
Click to collapse
That wasn't Kernel problem. Tethering was broken in CM build itself. I think they have fixed in latest build.
Megatron27 said:
That wasn't Kernel problem. Tethering was broken in CM build itself. I think they have fixed in latest build.
Click to expand...
Click to collapse
But, I already on 12/10 build. With default CM kernel tethering working fine, with this kernel broken...
Can u add double tap to wake feature?
Aguys said:
But, I already on 12/10 build. With default CM kernel tethering working fine, with this kernel broken...
Click to expand...
Click to collapse
Thanks bro, I fix on next build
Allstargaurav said:
Can u add double tap to wake feature?
Click to expand...
Click to collapse
In next build bro
I'll try it soon, but which ROM do you recomend for me to use with, focusing in performance?
Best hotplug?

[KERNEL][G5][H830/H850][CM14.1]CrazySuperKernel v3.0[04-01-17]

{
"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"
}
FOR DEVS AND USERS BEFORE FIGHT ME CLICK HERE!: https://forum.xda-developers.com/showpost.php?p=70362424&postcount=3
Code:
DISCLAIMER!!
I am not responsible in any way for anything that can be happen to your device when you flashing my kernels.You do so at your own risk!
Features
Anykernel:
- Anykernel2 zip for maximum compatibility with all ROMs, CrazySuperKernel uses your existing ramdisk (Do NOT flash this over other custom kernels!You should only flash CrazySuperKernel over the kernel that came with your ROM!!)
Kernel tweaker app:
- CrazySuperKernel Adiutor (need download it from downloads)
Toolchain:
UBERTC 6.0 Toolchain [latest update]
CPU:
- governors:
elementalx
interactive
ondemand
zzmoove
ondemandplus
conservative
powersave
userspace
- input boost
IO schedulers:
bfq
tripndroid
cfq
noop
deadline
fiops
row
sio
siopilus
zen
vr
fifo
Thermal:
- msm thermal
Sound:
- Sound control
GPU:
- Adrenoboost
More:
- init.d support
- insecure kernel (adb has root privileges)
- PVS level info
- frandom
- notification led control
- kcal v2
- CRC Check Disabled
- Dynamic filesystem read-ahead
- A lot improvments
- A lot fixes
Supported Variants:
H830
H850
Download Link CrazySuperKernel [H830] [AnyKernel]:https://www.androidfilehost.com/?w=files&flid=141303
Download Link CrazySuperKernel [H850] [AnyKernel]:https://www.androidfilehost.com/?w=files&flid=141296
Download Link CrazySuperKernelAdiutor[Updated]:https://www.androidfilehost.com/?w=files&flid=139961
Installation guide
Do NOT flash this over other custom kernels!
You should only flash CrazySuperKernel over the kernel that came with your ROM!!
- Download Kernel from this thread
- Flash it with Recovery
[Wipe cache and Dalvik cache recommended]
- Then Reboot
Enjoy the CrazySuperKernel !!!!
Credits
thx Faux123
thx Savoca
thx RenderBroken
thx flar2
thx osm0sis
thx ShinyShide
thx bhb27
thx Lord Boeffla
thx the devs where made the cm14 bootable and working
thx CrazyGamerGR yeh me
XDA:DevDB Information
CrazySuperKernel, Kernel for the LG G5
Contributors
CrazyGamerGR
Source Code: https://github.com/CrazyGamerGR/CrazySuperKernel-CM14.1-G5
Kernel Special Features: check the feature list
Version Information
Status: Testing
Created 2017-01-02
Last Updated 2017-01-04
FAQ
Recommended app : CrazySuperKernel Adiutor
changelogs
v1.0/02-01-17
- initial release
v2.0/04-01-17
- update toolchain to UBERTC 6.0
- sound control
- input boost
- frandom
- msm thermal
- many improvments under the hood
v3.0/04-01-17
- many improvments under the hood
- some fixes
For users and devs!!
All my kernels are based on cyanogenmod/lineageos source ,if someone who believes" i stoled their source" i have video captures and anyone who believes something just report me and i will have the last laugh .every tweak/mod/feature i used i edited/tweaked on my own and anyone with problem just stay away. My sources are free for anyone and can be used(i saw some ppl use them already)i don't care like other devs and i am happy and proud if someone use my work(the words" i work many hours on that project" the best repeatable words(many devs without the recognized tag and not with many thanks,they have worked for many hours/days/months and they don't cry and fight other devs )if for some devs their source are so much rare and hardworked just keep them privet(their work include their name so no problem ...we are not here for the fame ...we just want to improve the devices to make them better and not to fight with each other...
Why i am telling you all these?!
I have had many kernels unreleased from fights...i will continue to new clean projects based on lineageos and i will not care much with my source to wait many days to upload them with all the history of them because 2-3 "devs" they believe i used or edited their source...i am not a popular dev but you can't believe and no one knows how many days without sleep and hours of hardwork i have done, to do all this(and many not release source/work, much more than other devs...
reserve1
reserve2
This kernel is for cm14.1 and roms based on cm. So I guess rebased LineAge OS is also supported?!? OC and UV works without loosing stability?
Does this work for Fulmics ROM(based on v20a H850)?
666misanthrop666 said:
This kernel is for cm14.1 and roms based on cm. So I guess rebased LineAge OS is also supported?!? OC and UV works without loosing stability?
Click to expand...
Click to collapse
It is for LOS yeh,i ll add more features soon,i added just the most important and stable features.
obol2 said:
Does this work for Fulmics ROM(based on v20a H850)?
Click to expand...
Click to collapse
Only for cm/los based roms m8
Any feedback how it work the first build?
First build working amazing I. H830 latest cm build thank you
Couple questions do we gotta use the included BusyBox as I prefer stericsons
And does this support drive droid ?
Dreamlogix said:
First build working amazing I. H830 latest cm build thank you
Couple questions do we gotta use the included BusyBox as I prefer stericsons
And does this support drive droid ?
Click to expand...
Click to collapse
Thx for feedback m8,you can use every busybox you want and i never used drive droid to test it.I ll add more features maybe tonight.
CrazyGamerGR said:
Thx for feedback m8,you can use every busybox you want and i never used drive droid to test it.I ll add more features maybe tonight.
Click to expand...
Click to collapse
I'll send the info here when I get home
Edit here it is
https://forum.xda-developers.com/showthread.php?t=2196707
Dreamlogix said:
I'll send the info here when I get home
Edit here it is
https://forum.xda-developers.com/showthread.php?t=2196707
Click to expand...
Click to collapse
Maybe it is included,you tried it if it work? I ll check it again in a few minutes.
It works very well. There are a couple things I've noticed though. Using the hotplug control, setting the number of cores does not stick. Also on CPU frequency maximum if you try to change core 2 or 3 the max shows 1593 MHz instead of the higher values of these cores. Also there is no GPU control. But overall it is very stable and have been using it since you released it. Looking forward to more features and thanks for your development.
T mobile h830.
jeffsga88 said:
It works very well. There are a couple things I've noticed though. Using the hotplug control, setting the number of cores does not stick. Also on CPU frequency maximum if you try to change core 2 or 3 the max shows 1593 MHz instead of the higher values of these cores. Also there is no GPU control. But overall it is very stable and have been using it since you released it. Looking forward to more features and thanks for your development.
T mobile h830.
Click to expand...
Click to collapse
Thx for feedback m8
@jeffsga88 You tried KernelAdiutor or just CSKAdiutor?
CrazyGamerGR said:
@jeffsga88 You tried KernelAdiutor or just CSKAdiutor?
Click to expand...
Click to collapse
CSKAuditir that's included in OP.
jeffsga88 said:
CSKAuditir that's included in OP.
Click to expand...
Click to collapse
Can you try plz if KA work better?
CrazyGamerGR said:
Can you try plz if KA work better?
Click to expand...
Click to collapse
Okay so using the regular kernel auditor setting CPU max for both the little and big core configuration works correctly (able to properly set max CPU speed). Also able to change GPU speed settings. But hotplugging option to change max cores not available in kernel auditor, so not sure that's fully implemented in your kernel yet? Also like your version of kernel auditor for screen settings where you can choose preset profiles. But overall the regular kernel auditor does seem to work better.

[Stock][N]LG G5 Asgard Reborn v7.1

Welcome to Asgard Reborn
First and foremost the credits without these people this kernel wouldn't be possible:
@Chainfire for supersu, / @autoprime for stock boot.img, / @jcadduono for TWRP, Original source and scripts used while compiling!!!, / @Tilde88 for taking the time to show me how to do this!, / @savoca for KCAL & app! and Thanks to @freeza for the updated KCAL.c source file. / Thanks to @f4bio, @onestyle007 and @Pphish20 for testing, / @Sultanxda for the verifiedbootstate flag, / @flar2 for ElementalX gov/Sound control/Vibration [email protected]#[email protected]#[email protected]#! , / @Eliminater74, / @WhyOrean, / @Tkkg1994 , / @eng.stk for his awesome blu_spark Kernel!, / @CrazyGamerGR, / @tbalden, / !!!!!!!!@franciscofranco !!!!!!!!, / @yarpiin, / @alucard_24, / @Lord Boeffla, / @xpirt, / @DespairFactor, / @archeart, / @neobuddy89, / @farovitus, / @arter97
This kernel is based off @lordodin912 Asgard kernel which has now been discontinued. so i have decided to rework the kernel and release it to you loyal fans of his work. You might notice some parts are copy and pasted from his tread due to the fact the kernels are more or less the same expect I've added a few thing to the kernel.
Asgard Kernel Reborn
*Based off of https://github.com/jcadduono/android_kernel_lge_msm8996 as original source.
*Also based of https://github.com/lordodin912/Asgard_H830_msm8996 as Asgard source
*Compiled using [TOOLCHAIN]UBER Toolchains - v6.x
*Added Westwood as default TCP Congestion
*KCAL
*Disabled CRC check
*Battery improvements
*Selinux set to Permissive
*Added Gov's - alucard, bioshock, blu_active, conservativex, despair, electrodemand, elementalx, HYPER, intellidemand, intellimm, ironactive, lightning, lionfish, lionheart, nebula, nightmare, ondemand_x, pegasusq & wheatley.
*Added IO - bfq, fifo, fiops, sio, sioplus, tripndroid, vr & zen.
*Added TCP - A lot.
*Sound Control (Only Headphones)
*Adrenoboost (Default Off)
*Dynamic Fsync and Fsync Toggle
*Vibration Control
*Removed verifiedbootstate flag
*Replaced Interactive Gov with one from the OP3 (Removed Triton and Cancun)
*Added Zcache
*Added Zswap
*Disabled Zram
*Enabled LGE Adaptive ReadAhead
*Updated Kernel to be inline with https://kernel.org Linux 3.18.87
*A lot of other changes throughout the kernel
*Working on Fulmics*
Kcal setting i use with EX Kernel Manager
Red = 240
Green = 240
Blue = 240
Saturation = 60
Value = 134
Contrast = 133
Hue = 1520
Download:
Mega.nz
If you want to mirror the files please contact me via pm first and ill add the mirrored link/s to this post and give credit to the user.
Any features you would like added please say and ill try my best to add it.
If you would like to say thanks and treat me to some hardware upgrades you can look atr my amazon wishlist here:
wishlist
XDA:DevDB Information
Asgard Reborn, Kernel for the LG G5
Contributors
eoghan2t7, lordodin912
Source Code: https://github.com/eoghan2t9/LG-G5-Asgard_Reborn_msm8996
Kernel Special Features: Linux 3.18.87, Supported Devices: H850, H8530 & RS988
Version Information
Status: Beta
Current Beta Version: v7.1
Beta Release Date: 2017-12-13
Created 2017-09-08
Last Updated 2017-12-18
Change Logs
17/11/17
ChangeLog
06/10/17
ChangeLog now at github
21/09/17
Version 6.2
===========ADDED===========
*Add Maple IO Sched.
*ZEN: Implement zen-tune v4.10
*z3fold: [Backport: 4.9] the 3-fold allocator for compressed pages.
*block: Add driver to change the I/O scheduler when the screen turns off
*BACKPORT: [UPSTREAM] mbcache2
*perf: arm64: implement CPU_PM notifier
===========UPDATED===========
**Tweaked and re-enabled Zram
**ASoC: wcdxxxx: queue work on power efficient wq
**DTS: Reduce msm-core polling rate to 100ms
**DTS: Decrease BCL low battery threshold to 5%
**Convert few critical drivers to use msecs_to_jiffies insted of HZ
**Enable lz4 for zcache and zswap
**blu_active cpu gov update
**kgsl: convert some workqueues to use kthreads
**Disabled LGE Root Checker Tool (RCT)
** Linux Kernel Base Updated to 3.18.71
**Plus other tweak here and there Check GitHub for a full list of changes
Older Change Logs
12/09/17
Version 6.1
*cpu-boost: Implement touch boost configuration driver (V2)
*Add AutoSMP Hotplug
*Introduce Adreno idler for devfreq-based Adreno devices
*display: add a simple api to query the display state (on/off)
*char: frandom: initial commit v1.1
**CPUFREQ: tune the used govs, deny access from perfd
**Tweak Kcal Colour Control
**lib/memcopy: use glibc version
**lib/string: use glibc version
**tick/nohz: Optimize nohz idle enter
Possible RS988 Support needs testing so backup your stock kernel via TWRP
Code:
* Added
** Updated/Tweaked
And we start testing. Thank You very much for you had work.
Wysłane z mojego LG-H850 przy użyciu Tapatalka
So, can I dirty flash it over Asgard 5.7D ??? Or should I flash system again and reflash kernel ???
Thanks for your work and effort!
N1ko5zAN said:
So, can I dirty flash it over Asgard 5.7D ??? Or should I flash system again and reflash kernel ???
Thanks for your work and effort!
Click to expand...
Click to collapse
Works with dirty flash for me. Just install it.
Sent from my LG-H850 using Tapatalk
N1ko5zAN said:
So, can I dirty flash it over Asgard 5.7D ??? Or should I flash system again and reflash kernel ???
Thanks for your work and effort!
Click to expand...
Click to collapse
You should be able to dirty flash but if any errors happen re-flash the system then flash the kernel.
eoghan2t7 said:
You should be able to dirty flash but if any errors happen re-flash the system then flash the kernel.
Click to expand...
Click to collapse
So, I dirty flashed it ...
The phone booted for 2 minutes .. then rebooted twice!
The fingerprint didn't work !
I will try a clean flash tomorrow and report back any different findings !!!
N1ko5zAN said:
So, I dirty flashed it ...
The phone booted for 2 minutes .. then rebooted twice!
The fingerprint didn't work !
I will try a clean flash tomorrow and report back any different findings !!!
Click to expand...
Click to collapse
What rom are you running on?
Sent from my LG-H850 using Tapatalk
eoghan2t7 said:
What rom are you running on?
Click to expand...
Click to collapse
Fulmics 4.0 !
Does touchboost present?
N1ko5zAN said:
Fulmics 4.0 !
Click to expand...
Click to collapse
That's odd I have the same rom and have had no issues which device have you got?
Zer0_rulz said:
Does touchboost present?
Click to expand...
Click to collapse
If you mean this then yes
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Sent from my LG-H850 using Tapatalk
eoghan2t7 said:
That's odd I have the same rom and have had no issues which device have you got?If you mean this then yes
Click to expand...
Click to collapse
H850 - EU Variant !!
N1ko5zAN said:
H850 - EU Variant !!
Click to expand...
Click to collapse
Again same phone as me which makes it even more odder. Try a factory reset and reinstall the rom whenever you have time and report back please.
Sent from my LG-H850 using Tapatalk
eoghan2t7 said:
Again same phone as me which makes it even more odder. Try a factory reset and reinstall the rom whenever you have time and report back please.
Click to expand...
Click to collapse
I will do , tomorrow !!!
Thanks for your time and effort again !!!
Reporting H850, stock v20i + Magisk 14. Dirty-flashed this kernel in TWRP, got bootloop.
dadittoz said:
Reporting H850, stock v20i + Magisk 14. Dirty-flashed this kernel in TWRP, got bootloop.
Click to expand...
Click to collapse
Magisk 14 bootlooped for me also so I flashed magisk 13.3 and it works a treat I'm looking into the magisk 14.0 to see what's changed.
Sent from my LG-H850 using Tapatalk
eoghan2t7 said:
Magisk 14 bootlooped for me also so I flashed magisk 13.3 and it works a treat I'm looking into the magisk 14.0 to see what's changed.
Click to expand...
Click to collapse
To avoid boot loop after flashing Asgard reborn just restart to recovery and flash magisk 14.0. Bootloop is happening becouase you've flashed new kernel while TWRP is still reading from the old one,and becouase of that,flashing magisk right away flashes it over the old kernel. So yeah basically restart after flashing to recovery again and flash magisk then. Problem solved. Fulmics 4.0, Asgard reborn with magisk 14.0 and no issues at all. Great work mate :good:
onestyle007 said:
To avoid boot loop after flashing Asgard reborn just restart to recovery and flash magisk 14.0. Bootloop is happening becouase you've flashed new kernel while TWRP is still reading from the old one,and becouase of that,flashing magisk right away flashes it over the old kernel. So yeah basically restart after flashing to recovery again and flash magisk then. Problem solved. Fulmics 4.0, Asgard reborn with magisk 14.0 and no issues at all. Great work mate :good:
Click to expand...
Click to collapse
Thanks for the tip just tested and it works [emoji6]
Sent from my LG-H850 using Tapatalk
Works great on H830 with 20k update and magisk 14.
Can you add uc and uv?
Will this work on Res Remix rom?
Sent from my LG-H830 using XDA Labs

Categories

Resources