[Kernel] [Stock] [Linaro] [5.1] Beto's Kernel V1 - Moto G 4G Android Development

{
"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"
}
As promised, here is my first version of Stock kernel.
The main goal of this kernel is to bring a sightly improved performance over Motorola release, patching out the things that needed to be patched and compiling it with the latest Linaro toolchain. The methodology of work is the same as all my projects, trying to improve what we have with the most minimalistic approach possible.​
Features
-Based on latest Motorola 5.1.1 source drop
-Compiled with Linaro 4.9.4 optimized for Cortex A7
-Several patchs on devfreq/adreno to improve animations and transitions
-Faux123 Intelli-Plug
-Power efficient workqueues
-Enabled more governors
-Dynamic Fsync
-Enabled more schedulers
-USB: Use Android device as USB keyboard/mouse (With this APP)
-Fast USB charging
Click to expand...
Click to collapse
Download
Beto's_Kernel_V1.zip
Credits
-Motorola for producing such good device
-Faux123
[email protected] For providing me a solid base. Best of luck with your new phone too bud.
[email protected] For sugesting features and colaborating with my CM and kernel projects

Reserved for changelogs
Also may you guys suggest me a good name for this? I'm not a very creative guy, lol.

Wow, that was fast...gonna flash it asap! Thanks!
Enviado de meu XT1040 usando Tapatalk

beeeto said:
Reserved for changelogs
Also may you guys suggest me a good name for this? I'm not a very creative guy, lol.
Click to expand...
Click to collapse
I suggest Boggy Kernel, that would be a little eye blink (i don't know if we can translate this from french to english lol...) to Bedalus and his Moggy kernel, and it sounds like "buggy" kernel... so no one would complain if something doesn't work as expected haha.
More seriously, installed it, wiped cache and dalvik (even if i don't think it's necessary) and will use it today, i'll tell if i feel any difference compared to bedalus' v13.
I almost forgot to thank you, that was close.
Thank you !

Si es chileno, es bueno Ya que al parecer beladus nos deja, seguiré probando tu kernel, saludos y gracias!
(If it's from Chile, it's good Apparently beladus left us, I'll continue trying your kernel, greetings and thanks!)
Update: Quizás cuchito's kernel o minino's kernel, ya que esta basado el de beladus? xD

Amazing work this Kernel make my ROM better thanks @beeeto

what you think to port for xt1033/xt1032 ? its really awesome your work

Seyaru said:
Amazing work this Kernel make my ROM better thanks @beeeto
Click to expand...
Click to collapse
did you change something on the kernel configuration (governor/scheduler)? impressive benchmark for stock

Can this kernel be flashed on your Custom ROM, SaberMod?
Thanks for your work by the way ^^

zackwire said:
did you change something on the kernel configuration (governor/scheduler)? impressive benchmark for stock
Click to expand...
Click to collapse
I only enable the Faux123 Intelli-Plug not more.

rena14 said:
Can this kernel be flashed on your Custom ROM, SaberMod?
Thanks for your work by the way ^^
Click to expand...
Click to collapse
No this is for stock only. Do not try on custom roms that are not stock based, it will not work.
Sent from my XT1045 using XDA Free mobile app

@Travisholt92
oh come on... let them try
buzzkill

Great as always! I'm thinking on going to stock for a while...
BTW, when can we have your V2 running @Seyaru?

WiCiO_MeDi said:
@Travisholt92
oh come on... let them try
buzzkill
Click to expand...
Click to collapse
i actually tried on slimrom i thought there would be hope.. it just left me in tears :,(

Note that I had set Intelli-plug to boost the cpu up to 600MHz max when the screen is off. I'm still experimenting with these values so it may change on next release. Feel free to switch this value with Kernel Adiutor if you like.
Kind regards!

beeeto said:
Note that I had set Intelli-plug to boost the cpu up to 600MHz max when the screen is off. I'm still experimenting with these values so it may change on next release. Feel free to switch this value with Kernel Adiutor if you like.
Kind regards!
Click to expand...
Click to collapse
Thank you for this kernel.
Can you explain why you decided to set the cpu to 600Mhz while the screen is off? What is the default value?
Also " -Several patchs on devfreq/adreno to improve animations and transitions"
By this line do you mean that the kernel actually fix the annoying bug of the random transition animation stutter?

CJMom said:
Can you explain why you decided to set the cpu to 600Mhz while the screen is off? What is the default value?
Click to expand...
Click to collapse
Lets say I have an app that produces wakeclock, I.E Whatsapp/Gmail/Etc, when you get a message the device will be woken, when that happen we don't want the CPU at full speed, 600MHz should be enough to handle those minor task and other wakeclocks your device may encounter on deep sleep.
On the other hand, there's also a theory that is called "Race to iddle" and it says that you need the CPU at full speed to send the phone to sleep as soon as possible whenever you get a wakeclock. It is been discussed a lot on XDA on several devices, what work best for you may vary.
Oh and default speed is no handicap at all. (You can remove it with Kernel Adiutor)
Also remember that this setting is only for Intelli-Plug. With MP-Decision you don't have to worry about this stuff.
Edit: My advice is, If you want to tweak things use Intelliplug, otherwise stick with MP-Decision. (I use default settings that come with the kernel, Intelliplug is meant for those who like to tune up stuff to their liking.)
CJMom said:
Also " -Several patchs on devfreq/adreno to improve animations and transitions"
By this line do you mean that the kernel actually fix the annoying bug of the random transition animation stutter?
Click to expand...
Click to collapse
Indeed
@J0kker As a matter of fact I named my kernel folder "Boggy" becouse Beto and moggy kernel, bwahah, sounds good. Also "Broggy" may be an option too :laugh:
@Wyneg Minino's sounds nice (Becouse I freaking love cats!) but doesn't that sound too "spanish" for this forum? <laughs in spanish :cyclops:>

beeeto said:
Lets say I have an app that produces wakeclock, I.E Whatsapp/Gmail/Etc, when you get a message the device will be woken, when that happen we don't want the CPU at full speed, 600MHz should be enough to handle those minor task and other wakeclocks your device may encounter on deep sleep.
On the other hand, there's also a theory that is called "Race to iddle" and it says that you need the CPU at full speed to send the phone to sleep as soon as possible whenever you get a wakeclock. It is been discussed a lot on XDA on several devices, what work best for you may vary.
Oh and default speed is no handicap at all. (You can remove it with Kernel Adiutor)
Also remember that this setting is only for Intelli-Plug. With MP-Decision you don't have to worry about this stuff.
Indeed
Click to expand...
Click to collapse
Thanks for the detailed explanation, installing the kernel now

Mewmew Kernel?!

Hi guys,
silly question but how can I amend the settings of this kernel? Seems great, but usually, there is an app that let you access the settings?
Cheers

Related

[KERNEL][GPL][20 SEP] INK-CM iBFQ minimalistic (old) |||CM stock (updated)

It's time for a new kernel on our Nexus S
INK Kernel
Italian Nexus Kernel
{
"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"
}
It is based on latest CM source and I added:
-SLUB memory allocator
-deadline
-minimal configuration
-iBFQ (intelligent BFQ)
let me explain how iBFQ works
It suites better for your personal use
Are you gaming? Great ---> best performance for heavy apps
Do you have nexus s in standby without a lot of processes in background? OK ---> less CPU cycles wasted so better battery life.
It's far better from all the others I/O schedulers
games always read and write a lot on the memory, simply imagine all audio clips, cutscenes, texts, description of scenes, saving data games for game maintenance, statistics and logs.
I unchecked in the config some debug options and unnecessary govs and schedulers to have a lighter and more powerful kernel.
it's not gonna be an all in one kernel, I let join the project only the features that I think they are good (suggestions however are well accepted).
My suggested settings are:
Interactive 100/1200
BFQ
A passional Italian heart for your Nexus S (linaro optimized)
Download-------> INK (old custom kernel 09-01)
*CyanogenMod stock kernel it's the stock CM kernel from latest sources for those who want updated to wed 19 sept 2012 (last commit of Kalimocho as of now)
**NOTE *===>> if you have troubles with playing YouTube videos or camera's fc, please flash this patch
FLASH THIS AT YOUR OWN RISK, I AM NOT RESPONSIBLE FOR BRICKED DEVICES
New kernel sources: https://bitbucket.org/RcrdBrt/ink-kernel
Credits: big thanks to steve.garon for his tweaks and because he helped me with sources
Ezekeel for hiddenpart branch and his mods
DaXmax as my personal tester
terryhau
franciscofranco
supercurio
bedalus
MattScherbatsky
mathkid95
teoserio for testing
sub078 for testing
r_data for his 99airtweak
Proscia A. for his geekness
Goo.inside.me for hosting
Google
Linaro for his toolchain
CHANGELOG
09-01 ---> updated cyano stock and INK-CM kernels
08-20 ---> removed limit to 200 MHz CPU, some Ezekeel tweaks
08-19 ---> updated sources to latest JB stock + latest JB cyanogen, added iBFQ, linaro optimized, config tweaks
something on testing
not sure i will publish it
will be great if you will add voodoo-colors with fix.
thank you. great job!
RcrdBrt said:
It's time for a new kernel on our Nexus S
Click to expand...
Click to collapse
It's right
Please add Deep Idle and your kernel will be perfect for me.
good news
let's give a chance to the first, I suppose, Italian kernel...
but remember... I'll be your worst enemy if this not work as I aspect...
Welcome to the Nexus S
I'd love to try this new Kernel but I can't seem to download it, at least not on my phone, box is always crap on mobiles.
Sent from my Nexus S using xda premium
WildeRNS said:
will be great if you will add voodoo-colors with fix.
thank you. great job!
Click to expand...
Click to collapse
mmh, can you link me the fix please?
Tordp said:
Please add Deep Idle and your kernel will be perfect for me.
Click to expand...
Click to collapse
hey, what are your thoughts about this mod? do you think it is stable enough?
stremax said:
let's give a chance to the first, I suppose, Italian kernel...
but remember... I'll be your worst enemy if this not work as I aspect...
Click to expand...
Click to collapse
spero di essere all'altezza
toyface said:
I'd love to try this new Kernel but I can't seem to download it, at least not on my phone, box is always crap on mobiles.
Sent from my Nexus S using xda premium
Click to expand...
Click to collapse
i uploaded it as an attachment
Yeah!
best italian kernel for nexus s it's finally on xda!
great work riccardo!
sweetpiggy said:
Yeah!
best italian kernel for nexus s it's finally on xda!
great work riccardo!
Click to expand...
Click to collapse
Thanks
Inviato dal mio Nexus S usando Tapatalk
RcrdBrt said:
hey, what are your thoughts about this mod? do you think it is stable enough?
Click to expand...
Click to collapse
Deep Idle only makes a difference when listening to music with screen off.
Stability for me has always been an issue (phone freezes and you need to pull the battery), although since I moved to ICS I tried a few deepidle kernels and none of them was really unstable.
Ottimo, do you plan adding touchwake in future? Grazie
I'm thinking to make another version without some mods but with touchwake and deepidle in order to keep the kernel light.. perhaps today I could build it if you think so.
test out wheatley gov, too please
Inviato dal mio Nexus S usando Tapatalk
RcrdBrt said:
hey, what are your thoughts about this mod? do you think it is stable enough?
Click to expand...
Click to collapse
I've been using Air Kernel with Deep idle for a couple of weeks now without any reboots or freezing. Before that I used Yerba Mate for 2 months without Deep Idle related problems. It helped a lot saving battery for me on stock ICS 4.0.3 and Brainmaster's 4.0.4.
Grande ;-) stasera lo provo :thumbup:
Nocerino's Rulez CM9 ;-)
RcrdBrt said:
mmh, can you link me the fix please?
Click to expand...
Click to collapse
You have to fix "int hacky_v1_offset[3] = {0, 0, 0}" to "int hacky_v1_offset[3] = {-24, -30, -33}" in "drivers/video/samsung/s3cfb_tl2796.c"
Original post
Tordp said:
I've been using Air Kernel with Deep idle for a couple of weeks now without any reboots or freezing. Before that I used Yerba Mate for 2 months without Deep Idle related problems. It helped a lot saving battery for me on stock ICS 4.0.3 and Brainmaster's 4.0.4.
Click to expand...
Click to collapse
My kernel uses int UV for a lot better battery life, so deep idle could really bring better duration performance. Late today or tomorrow I'll make a build with it for those who want
Inviato dal mio Nexus S usando Tapatalk
@RcrdBrt, what about voodoo-version? can u make them?

[KERNEL][GRAND][5.1+][GCC5][GPL] MONSTER&#2013266073;[ INSANELY FAST R2 RELEASED]

{
"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"
}
FEATURES
- Compiled with Linaro GCC 4.9-2015.03 thanks to christopher83
-frandom support
-Added optimized ARM RWSEM algorithm
-zram bringup
-added input touch boost from franco
-added cpu-boost
-added smartassv2 governer[more will may or may not be added]
-selinux fixes
-fixed memory leak on some places
-speed up FITRIM((more info)
-entropy tweaks
-varies optimizations for speed and stability
-using lz4 compression and decompression
-check my commits here
-using any kernel installer by kaush so compatible with all lollipop roms
CHANGELOG
-monster r1 bringup
DOWNLOAD
click here
INSTRUCTIONS
To install this KERNEL you will need to have a latest custom Recovery such as TWRP 2.8.6.0 or PhilZ installed
Copy the downloaded KERNEL.zip to your phone.
Boot into your recovery
FLASH THE KERNEL
​
XDA:DevDB Information
monster kernel, Kernel for the Samsung Galaxy Grand Duos i9082
Contributors
coderdroid
Source Code: https://github.com/rishi1998/android_kernel_samsung_i9082
Kernel Special Features:
Version Information
Status: Stable
Created 2015-07-06
Last Updated 2015-07-31
Q: Will you add feature "X" to your kernel?
A: There is one chance that I add it to my kernel. simply post this question in the thread and if I find it usefull, I will implement it. Otherwise not.
Q: What are the best settings for a balanced using between battery saving and performance?
A: This settings are already the default ones. Because this default values are my personal settings, so this will be the best balance between power and battery .
Q: When is the next update coming?
A: As soon as possible. I am working really hard on bringing you a good update. That means also I have to test everything etc. I wont deliver you updates with big bugs! I better take my time and make everything working
mine
mine again
what are you looking at??
I will try...bro plz can u add #DoubleTap2WakeUp in this kernel..by the way nyc name given to the kernel..thnxx in advance:good:
Can I flash it on RR ROM?
Can I flash it on RR ROM?
FINALLY A KERNEL FOR OUR GRAND !
I'll download , test and will report after couple of hours
Thanks
---------- Post added at 07:35 AM ---------- Previous post was at 07:34 AM ----------
hemant4409 said:
Can I flash it on RR ROM?
Click to expand...
Click to collapse
Yes
compatible with all lollipop roms
Click to expand...
Click to collapse
thnQ bro and we will try it but i have a question i have RR and if the kernel is not completely with rom or i didn't like it how i can back to previous one that is included with rom !
and its better than the included with the rom ?
sry about my bad english :'(
Smooth ( using smartassV2 ) but doesn't have too much customization options
I mean Only 6 governor ( smartassV2 , performance , interactive , conservation , ondemand , powersave )
Overclocking limited to 1300
No new I/O Schedulers ( cqf , noop , row , deadline )
advantages: Z-RAM , UKMS
What suggested configuration?
Akash M. said:
I will try...bro plz can u add #DoubleTap2WakeUp in this kernel..by the way nyc name given to the kernel..thnxx in advance:good:
Click to expand...
Click to collapse
+1
Yousef Mohamed said:
Smooth ( using smartassV2 ) but doesn't have too much customization options
I mean Only 6 governor ( smartassV2 , performance , interactive , conservation , ondemand , powersave )
Overclocking limited to 1300
No new I/O Schedulers ( cqf , noop , row , deadline )
advantages: Z-RAM , UKMS
Click to expand...
Click to collapse
use kernel adiutor app to control the kernel
i will not going to add all that fancy stuff which might break the kernel in my stable releases(why anyone would use my kernel if it breaks things ) i have added the most stable stuff in this and for governers take this example i will add 15 to 16 goverers some is causing random reboots ,some heating up the device and some just behaves strangely so will you use my kernel for that? i am not saying i am not going to add the features,i am just saying i will add the feature which i think would be stable but still if you want that stuff i will make some experimental builds
Akash M. said:
I will try...bro plz can u add #DoubleTap2WakeUp in this kernel..by the way nyc name given to the kernel..thnxx in advance:good:
Click to expand...
Click to collapse
this thing breaks the kernel and cannot be called stable but still for you guys as you don't have this feature i will try to bring this to you (no promises as i don't know how it goes)
hemant4409 said:
Can I flash it on RR ROM?
Click to expand...
Click to collapse
yes
an0x said:
thnQ bro and we will try it but i have a question i have RR and if the kernel is not completely with rom or i didn't like it how i can back to previous one that is included with rom !
and its better than the included with the rom ?
sry about my bad english :'(
Click to expand...
Click to collapse
dirty flash the rom again
Please add swap ram support and GPU tweak
@coderdroid
Quick personal opinion, is it better to have standard CPU steps (350-600-800-1200...) or will it be an advantage to have more steps (300-400-500-600...), and how about under clocking, is it possible for our device? As I can't find any kernel did it,yet. Also the GPU tweaking, seems like mostly non doable on our device?
BTW, am dloading your kernel,will report if none did yet(any bugs or anything).
Osm kernel plz add swap support too
Sent from my GT-I9082 using XDA Forums PRO
HOW TO ?
hI,
Please help me I didn't find setting in CM 12.1 , please let me known where to find the kernal settings
Thanks in advance
Elvis
evilrulez said:
hI,
Please help me I didn't find setting in CM 12.1 , please let me known where to find the kernal settings
Thanks in advance
Elvis
Click to expand...
Click to collapse
Install Kernel Auditor app form the Play store
thanks
Yousef Mohamed said:
Install Kernel Auditor app form the Play store
Click to expand...
Click to collapse
thank you very much
Awesome and fastest kernel ever
coderdroid said:
this thing breaks the kernel and cannot be called stable but still for you guys as you don't have this feature i will try to bring this to you (no promises as i don't know how it goes)
Click to expand...
Click to collapse
Thnxx bro..and your kernel is too good...best kernel ever...and this enough for me that you will work on #DoubleTap2WakeUp:angel:...keep working for our grand... and now I'm really feel lucky that I'm having galaxy grand duos:fingers-crossed:

[KERNEL][G800H/HQ] TW & CM TardisKernel 1.5 ULTIMATE edition cpu/gpu OC and tweaks

UPDATE 05/01/2016
Ok another update, havent managed to fix usb forced charge or otg yet but am looking at those, this build has got some interesting features though
Code:
Sound Control Mod to improve sound quality
Init.d Support
ZRAM Enabled, use one of te many apps in play store to activate it.
---------------------------------------------------------------------------------------------------------------------------------------------
MINOR UPDATE 04/01/2016
Only a small bugfix release, trying to fix usb force charge and fix a broken wifi. new build is up now at links below
TW Kernel
CM Kernel
-----------------------------------------------------------------------------------
UPDATE 03/01/2016
Yet another Update folks, this one is small and only adds a couple of things
Code:
Add USB Forced Fast Charging support (google for info)
Add a Build that works on Cyanogenmod also
for each version released (from 1.3) their will be 2 seperate zip files, one will have TW in the name and one will have CM
the TW Version WILL ONLY work on touchwiz roms
and the CM version will work on Cyanogenmod based roms
have tested on CM 12.1 and it works and seems to fix a few bugs aswell apprently
nice short one for today
any questions or requests are welcome and feel free to let others know about these kernels
zips are in the download section or available here :
TW 1.3 Build:
CM 1.3 Build:
--------------------
UPDATE 02/01/2016
New update Released today folks.
new features added
Code:
600mhz GPU Overclock
New I/O Schedulers added
New CPU Governors added
Added a few Different Hotplug drivers to hopefully aid Battery life
Entire kernel is built using the Hyper-Linaro 5.1.1 Toolchain with -O3 and graphite enabled for extra performance and general smoothness
Bit More coding has been worked on for OTG support but this is not working yet if anyone has any ideas or can help with OTG support please contact me as i am a bit stumped on this at moment
download zip file in the downloads tab or from :
currently 1.8ghz seems to be the highest Overclock possible on the cpu as anything more than that fails to boot. still looking into it
any questions or suggestions are welcome
donations are much appreciated also
--------------------------------------------------------
Hello All, and welcome to 2016
got a nice new update for the snapdragon variants of the S5 Mini (g800h/ds/hq etc) and this kernel is as far as im aware quite unique across any device using the msm822x cpu. so you are all going to be part of a very special group for trying this one, that group is going to be the serious overclock group, this kernel overclocks not to 1.6ghz, not to 1.7 ghz but all the way to 1.8 ghz currently, and unless someone can let me know otherwise this is the fastest speed i have seen from a msm8226/8 based device. even the 2nd generation moto g only has a 1.6ghz clock.
changelog overall for this kernel from stock is :
Code:
Boosted Notification LED Brightness as default is quite dim apprently
Added UKSM(Ultra-Kernel Samepage merging) for performance and memory management
added interactive cpu governor
Enabled Fading LED Notification Light
Removed pretty much all debugging junk from kernel as its not needed
switched to linaro 4.9.4 compile with cortex a7 optimization
[strong]1.8Ghz CPU Overclock[strong]
550mhz GPU Overclock
100mhz Base GPU Clock (battery saving FTW)
zzmoove CPU governor
Few different I/O governors including FIOPS and BFQ
SU supported and have disabled samsungs stupid rooting protection
thanks again to sasukesama for testing this one, and again risking his device for it.
check the downloads tab for the files, i have created an update zip aswell as the standard img file and replacement wlan.ko for those who want to do them manually, i HAVE NOT created an odin file for this.
please remember to backup before flashing and i can not promise it will work on your device due to the silicon lottery when it comes to cpus etc.
any questions please feel free to ask
THIS WILL WORK ON TOUCHWIZ 5.1.1 ONLY AT THE MOMENT
XDA:DevDB Information
TardisKernel 1.5, Kernel for the Samsung Galaxy S5 Mini
Contributors
DJ_Steve, sasukesama
Source Code: https://github.com/DJSteve/g800h_custom_kernel
Kernel Special Features: Major CPU overclock, performance and powersaving tweaks
Version Information
Status: Testing
Created 2016-01-01
Last Updated 2016-11-20
Download link
luki2411 said:
Download link
Click to expand...
Click to collapse
Up in the download tap
have also added link to the zip file on my dropbox to the first post
1.8.. just wow. i'll make a backup and try this
can you make 600~mhz gpu o/c ?
edit// found some -things- in build.prop
mpq.audio.decode=true
ro.semc.sound_effects_enabled=true
ro.semc.xloud.supported=true
persist.service.xloud.enable=1
ro.semc.enhance.supported=true
persist.service.enhance.enable=1
ro.semc.clearaudio.supported=true
persist.service.clearaudio.enable=1
ro.sony.walkman.logger=1
persist.service.walkman.enable=1
ro.somc.clearphase.supported=true
persist.service.clearphase.enable=1
setprop htc.audio.global.state=0
htc.audio.lpa.a2dp=0
htc.audio.global.profile=0
htc.audio.q6.topology=0
htc.audio.enable_dmic=1
persist.htc.audio.pcm.samplerate=48000
persist.htc.audio.pcm.channels=2
persist.audio.fluence.mode=endfire
persist.audio.vr.enable=false
persist.audio.handset.mic=analog
ro.ril.enable.amr.wideband=1
ro.config.hw_dolby=true
lpa.releaselock=false
persist.sys.media.use-awesome=1
sys.keep_app_1=com.bel.android.dspmanager
dolby.stereospeaker=true
dolby.flag=true
Click to expand...
Click to collapse
I havent looked at gpu oc yet theirs a few things gpu related i want to check out anyway so its next on list
Sent from my SM-G800F using Tapatalk
Ahmetay said:
1.8.. just wow. i'll make a backup and try this
can you make 600~mhz gpu o/c ?
edit// found some -things- in build.prop
Click to expand...
Click to collapse
Because my build.prop is in the zip :v he used it to disable secure storage
and my build.prop isnt stock
ive add those linse to use dsp + and dolby atom to increase the sound so dont mind :v nothing bad
sasukesama said:
Because my build.prop is in the zip :v he used it to disable secure storage
and my build.prop isnt stock
ive add those linse to use dsp + and dolby atom to increase the sound so dont mind :v nothing bad
Click to expand...
Click to collapse
i've edited it before flashing, but didn't deleted them..
i tried to use them but it didn't work, what did you use? can you send a link? i have a audiotechnica cks-77x, need to use it with full potential
so ill assume people are having success with this update
Ahmetay said:
i've edited it before flashing, but didn't deleted them..
i tried to use them but it didn't work, what did you use? can you send a link? i have a audiotechnica cks-77x, need to use it with full potential
Click to expand...
Click to collapse
antutu score:
{
"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"
}
bonus//
when i insert a usb-otg flash memory
and when i just.. wait.
Ahmetay said:
antutu score:
bonus//
when i insert a usb-otg flash memory
and when i just.. wait.
Click to expand...
Click to collapse
Ive used the barebone cleaner
it has some mods to install including the audio boost
new build is now up folks, see first post for changelog and download links
DJ_Steve said:
new build is now up folks, see first post for changelog and download links
Click to expand...
Click to collapse
Thanks its so smoth
luki2411 said:
Thanks its so smoth
Click to expand...
Click to collapse
Great to hear its an actual noticable improvment in smoothness
Sent from my SM-G800F using Tapatalk
Yes it is its fast like newer befor thanks
luki2411 said:
Yes it is its fast like newer befor thanks
Click to expand...
Click to collapse
Your most welcome
i would be interested to know how the battery life has changed with all the tweaks
Sent from my SM-G800F using Tapatalk
It's possible to implement a charger current control?
Vithalvess said:
It's possible to implement a charger current control?
Click to expand...
Click to collapse
I can certainly take a look at adding that
Sent from my SM-G800F using Tapatalk
Does this work on CyanogenMod for g800h ?
Its touchwiz only currently. Suppose ill have to make a version for cm at some point(i actually prefer stock over any form of cm. Cm is too bloated imo now
Sent from my SM-G800F using Tapatalk

Manjuu Kernel v2 for NightOwl CM 12.1 / LineageOS 13

This kernel is made based on @bauner's CM 12.1 NightOwl ROM, LineageOS 13 with a few changes,. Originally based on my preference in what features I want added, I thought the rest of the Note 1 users might benefit from a bit more variety on his projects.
Just flash the kernel and you're done, make sure you're on the latest ROMs by bauner. As always, I'm not responsible if you brick your device due to some freak accident.
What's new:
V3
Merged kernel patches from bauner's commits
Redo some optimisation flags
V2
Did some optimisations
Tweak Interactive codes
Fix possible memory leaks
Please refer to my commits for more detailed info
V1.5
Set Westwood as TCP default
V1
Set Interactive as the default governor
Undervolt by 50mV
13-step CPU frequency
Download links:
CM 12.1
LineageOS 13
I did not test LineageOS 13, so please have a copy of the original NightOwl kernel on standby before flashing.
Credits:
bauner for his amazing work with the Note 1
Christopher83 for those toolchains
GeeckoDev for the War Kernel r3 sources
XDA:DevDB Information
Manjuu Kernel for CM 12.1 / LineageOS 13, Kernel for the Samsung Galaxy Note GT-N7000
Contributors
AutumQueen92
Source Code: https://github.com/AngryManjuu/android_kernel_samsung_tw_n7000/tree/cm-12.1
Kernel Special Features: Compiled with GCC toolchain optimised for our CPU (ARMv7 Cortex-A9)
Version Information
Status: Stable
Current Stable Version: V3
Stable Release Date: 2017-03-17
Created 2017-02-15
Last Updated 2017-03-21
Some kernel tweaks you might like:
Download Kernel Adiutor Mod since it's easier for this.
Set governor as Interactive and in CPU Governor Tunables, add according to this screenshot:
{
"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"
}
The target loads do not need to make a new line, one spacing for each of them is the way it is written.
For example, write it as: 95 200000:60 300000:33 and so on.
For better multitasking:
I'm getting lags on MM, too. Might just "upgrade" back to LP and give your kennel a try...
may i ask where the download link is ?
dreamteam said:
may i ask where the download link is ?
Click to expand...
Click to collapse
At the top, there is a tab for downloads.
AutumQueen92 said:
At the top, there is a tab for downloads.
Click to expand...
Click to collapse
???
Must be blind...
temporarium said:
???
Must be blind...
Click to expand...
Click to collapse
You can see it in the attached image
bauner said:
You can see it in the attached image
Click to expand...
Click to collapse
So I can't download it using the XDA Labs app? Ok. Will use a browser....
Could you add some more CPU Governor in the future releases?
surVfate said:
Could you add some more CPU Governor in the future releases?
Click to expand...
Click to collapse
It depends. What governor, where is the commit for it, what makes it so special.
Updated to V2, refer to my commits for detailed changed/additions
AutumQueen92 said:
Updated to V2, refer to my commits for detailed changed/additions
Click to expand...
Click to collapse
Hi AutumQueen92,
I would like to ask you a few questions, if you don't mind...
- Have you tried a Forest-LP kernel ?
- If „Yes“, what is the difference between those two... ?
- Is your kernel overclocked ?
- What is your experience between those three kernels when you compare them (Bauner's, Forest-LP and your own) ?
- Don't be too polite and then not to write about your kernel too... [emoji2]
Thanks in advance.
Cheers ! [emoji481] [emoji481]
Sent from my GT-N7000 using XDA-Developers Legacy app
Oh my, double posting is amazing
Boombastical said:
Hi AutumQueen92,
I would like to ask you a few questions, if you don't mind...
- Have you tried a Forest-LP kernel ?
- If „Yes“, what is the difference between those two... ?
- Is your kernel overclocked ?
- What is your experience between those three kernels (Bauner's, Forest-LP and your own) ?
- Don't be too polite and then not to write about your kernel too... [emoji2]
Thanks in advance.
Cheers ! [emoji481] [emoji481]
Sent from my GT-N7000 using XDA-Developers Legacy app
Click to expand...
Click to collapse
1. Yeah I've tried it.
2. If you mean this kernel and his, we both used different toolchains (compilers). I'm not sure what UberTC does but the one I used is made to optimise the Note's CPU itself so it works better. But then Forest's kernel has some kind of overclocked display panel, I'm not sure what that is. It's been a long time since I used his kernel so mine is more updated since it's based on Bauner's.
3. Nope, I don't want overclock. Apps these days are made for quad-core CPUs, so overclock will do nothing except hurt your hardware.
4. I haven't been using Forest's kernel very long, I preferred War kernel or Bauner's stock kernel better. By combining those two to make mine, I feel that it's faster now although I want to do a longer usage without rebooting. Lately I've been rebooting a lot to stabilise the kernel and make some fixes, but the first usage is already showing good results. I'm trying to implement my custom tweaks, if I can't embed it into the kernel I'll post a small section for it in next month's update. Right now battery usage is about the same but better performance.
5. ??? You mean I should post a more detailed explanation about the kernel?
AutumQueen92 said:
1. Yeah I've tried it.
2. If you mean this kernel and his, we both used different toolchains (compilers). I'm not sure what UberTC does but the one I used is made to optimise the Note's CPU itself so it works better. But then Forest's kernel has some kind of overclocked display panel, I'm not sure what that is. It's been a long time since I used his kernel so mine is more updated since it's based on Bauner's.
3. Nope, I don't want overclock. Apps these days are made for quad-core CPUs, so overclock will do nothing except hurt your hardware.
4. I haven't been using Forest's kernel very long, I preferred War kernel or Bauner's stock kernel better. By combining those two to make mine, I feel that it's faster now although I want to do a longer usage without rebooting. Lately I've been rebooting a lot to stabilise the kernel and make some fixes, but the first usage is already showing good results. I'm trying to implement my custom tweaks, if I can't embed it into the kernel I'll post a small section for it in next month's update. Right now battery usage is about the same but better performance.
5. ??? You mean I should post a more detailed explanation about the kernel?
Click to expand...
Click to collapse
No, thanks !
Everything is clear now !
I already have downloaded your kernel last week and I'm gonna flash it now, cause I'm already few months using Forest-LP OC kernel and it is very stable kernel ... With no „reboots“ at all...
I'll report my experience after few weeks with your kernel...
Thanks again for explaining your work. [emoji106]
Sent from my GT-N7000 using XDA-Developers Legacy app
Boombastical said:
No, thanks !
Everything is clear now !
I already have downloaded your kernel last week and I'm gonna flash it now, cause I'm already few months using Forest-LP OC kernel and it is very stable kernel ... With no „reboots“ at all...
I'll report my experience after few weeks with your kernel...
Thanks again for explaining your work. [emoji106]
Sent from my GT-N7000 using XDA-Developers Legacy app
Click to expand...
Click to collapse
After less than a day of using your kernel I'm amazed with working of it, but I use „performance“ governor and it works great. How difficult for you is to OC this one to 1,6 GHz ?
Sent from my GT-N7000 using XDA-Developers Legacy app
Boombastical said:
After less than a day of using your kernel I'm amazed with working of it, but I use „performance“ governor and it works great. How difficult for you is to OC this one to 1,6 GHz ?
Sent from my GT-N7000 using XDA-Developers Legacy app
Click to expand...
Click to collapse
That's very hard to believe because performance governor just clocks your CPU at max frequency the entire time. Also very impossible, I don't want OC on the Note 1. If you want it so badly you can try building your own kernel and adding it.
Boombastical said:
After less than a day of using your kernel I'm amazed with working of it, but I use „performance“ governor and it works great. How difficult for you is to OC this one to 1,6 GHz ?
Sent from my GT-N7000 using XDA-Developers Legacy app
Click to expand...
Click to collapse
The performance governor is not a good idea.
As @AutumQueen92 said it will run the cpu at the highest clock all the time.
After a very short time it will reach the thermal throttling temperature and then it will constantly switch between 800 and 1400Mhz
You can see it with this app
https://play.google.com/store/apps/details?id=com.yanyan.cputemp
Using V1 right now and it is very stable, should I flash the V2? Also one more thing is it possible to tweak the minimum brightness value to 1 without changing the source value and rebuild the whole kernel afterward? Thanks!
bauner said:
The performance governor is not a good idea.
As @AutumQueen92 said it will run the cpu at the highest clock all the time.
After a very short time it will reach the thermal throttling temperature and then it will constantly switch between 800 and 1400Mhz
You can see it with this app
https://play.google.com/store/apps/details?id=com.yanyan.cputemp
Click to expand...
Click to collapse
I know that thermal throttling is something what can be a problem but I have monitoring app which show me all the time what is a current temperature of processor and untill now I have no problem at all except that battery life is half of what it should be normaly...
Actually, when I wrote last post I was on „Ineractive“ governor and now I use „Performance“ governor and „cfq“ scheduler with 256 kb „read ahead“ value on the internal memory and also on the SD card. So I'll update you how far I will be satisfied with this combo. In the next few weeks I also will flash new from the scratch again your LP rom and again test it with your kernel and then again with Forest LP kernel and then at least with this one kernel...
Sent from my GT-N7000 using XDA-Developers Legacy app

[kernel] BEAST-KERNEL[9.0][10.0][H872][H870][US997] [aosp][MARCH-28th]

{
"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"
}
INTRODUCING
BEAST KERNEL For the H872, H870 & US997​For AOSP pie, and android 10 based roms.
AOSP
WARNING
this is for the H872 H870 & US997. Flash at your own RISK!!!.
Features
-gpu overclock 690
-cpu underclock from 307mhz down to 300mhz
-New governors
elementalx, blu_active, Darkness, zzmove, despair, impulse, bioshock, lionheart, alucard
hyper, wheatley, nightmare, dancedance, adaptive, pegasusq, chill, cafactive and interactivex.
-Small cluster underclocked down to 1996mhz(no more 2188mhz step)
-ksm enabled
-bofella wake-lock blocker
-usb fast-charge
-dynamic sync control
-wireguard
- memory leak fix
-misc improvements
Based on @askermk2000's Kernel source​
Downloads
http://www.mediafire.com/folder/gi8...EL_[PIE][ANDROID_10](AOSP)[H872][H870][US997]
https://www.mediafire.com/folder/gi8y5mzn47lh8/
Bugs
none that i have noticed.
Kernel Source
github.com/linux-beast/android_kernel_msm8996pro.git
Like my work? consider Donating
https://paypal.me/Beany23?locale.x=en_US
Telegram link: https://t.me/BEASTKERNEL
ENJOY!!!
Can i flash over mk2000's beta15 ?
@kikobg98 Yes it should be fine
the link is for h870 and 872??
bou87 said:
the link is for h870 and 872??
Click to expand...
Click to collapse
Yes both are in the same folder. But named accordingly.
hey, the CPU and GPU overclock and underclock is active when flash the kernel without any extra app like Kernel Adiutor or EXKM or need that to turn on overclock/underclock?!
also, what governor are active stock with this kernel?
i am asking this cause i dont use any app to monitor the system CPU or GPU, i just use it as it is. sure i wold like to try this cause i try every kernel for G6...also, if you use one or another wold you compare this one, more like Melina or mk2000 kernel?
thanks in advance.
sun_is_shinning said:
hey, the CPU and GPU overclock and underclock is active when flash the kernel without any extra app like Kernel Adiutor or EXKM or need that to turn on overclock/underclock?!
also, what governor are active stock with this kernel?
i am asking this cause i dont use any app to monitor the system CPU or GPU, i just use it as it is. sure i wold like to try this cause i try every kernel for G6...also, if you use one or another wold you compare this one, more like Melina or mk2000 kernel?
thanks in advance.
Click to expand...
Click to collapse
Its heavily based off of mk2000 kernel.
Im using mk2000 source with my own additions.
Blu_active is default so you would need to change it yourself to the others. and the gpu overclock should be enabled by default and same with the cpu underclock
Btw this kernel is optimized to play pubg smoothly without significant battery drain. But in order for it to work properly you would need to change big cores governer to performance and little cores to zzmoove. And increase gpu freq to 745 with the msm adreno governer.
beany23 said:
Its heavily based off of mk2000 kernel.
Im using mk2000 source with my own additions.
Blu_active is default so you would need to change it yourself to the others. and the gpu overclock should be enabled by default and same with the cpu underclock
Click to expand...
Click to collapse
well, just to thank u, i will try it, but ofcourse i wold love to have this kernel without GPU overclock, just stock...but CPU underclock is welcome for sure, i ran into better battery life over performance any day. thank u again, i will try it.
sun_is_shinning said:
well, just to thank u, i will try it, but ofcourse i wold love to have this kernel without GPU overclock, just stock...but CPU underclock is welcome for sure, i ran into better battery life over performance any day. thank u again, i will try it.
Click to expand...
Click to collapse
If you would like i could make one without gpu overclock. But you could change the frequency to 624mhz without any real performance drops
beany23 said:
If you would like i could make one without gpu overclock. But you could change the frequency to 624mhz without any real performance drops
Click to expand...
Click to collapse
i wold like to have one, and if you could make interative gorvernor the stock active one with the cpu underclock and that gpu without overclock it will be amazing...also, i dont know if is possible to make doze mode more effective and when lock the device the doze run right tru and step in, i feel like mk and melina kernel doze isnt work like it should.
EDIT: mk2000 give 160.000 around antutu, your kernel like it is without changes gives 183000, wow...a real overclock for sure, 81310 just in GPU. conglats, and i dont feel phone really hot, just a little, i will use it as they are a few days but if you could make the one i ask above i will test it after. thank u...
Dirty flashed over mk2000's This is the result:
https://imgur.com/a/Vwkg6Z2
After cooling:
https://imgur.com/a/GfeomVd
kikobg98 said:
Dirty flashed over mk2000's This is the result:
https://imgur.com/a/Vwkg6Z2
After cooling:
https://imgur.com/a/GfeomVd
Click to expand...
Click to collapse
Not too bad for not messing with the cpu stuff.
good job, good kernel
New build will be up tomorrow with some more tweaks.
I will also make a build with no overclock but same features and will be made for both variants.
Bluetooth issues and reset
Flashed on my H872 using the AOSP-extended rom, and was having issues getting error messages about Bluetooth stopping and not working, and this would crash and cause the System UI to reboot over and over.
evaz88x said:
Flashed on my H872 using the AOSP-extended rom, and was having issues getting error messages about Bluetooth stopping and not working, and this would crash and cause the System UI to reboot over and over.
Click to expand...
Click to collapse
This is for stock oreo based roms only. ill update op tomorrow.
can you make it for android 9 please. I tried lot of roms just to play a smooth pubg like it used to be
Thank you man
jopanda said:
can you make it for android 9 please. I tried lot of roms just to play a smooth pubg like it used to be
Thank you man
Click to expand...
Click to collapse
Im downloading the AquariOS source so i can also compile aosp based kernels as well.
Is anyone willing to test my android 9 kernel for custom roms? It will be a bare bone build. Will post when finished, I would test myself but im on stock so let me know

Categories

Resources