Now the source code for kernel will be released , our R1S will have custom kernel. I wonder what problem can we solve or benefit from it?
1. better battery life? 5 hour screen on ( i can do this with mokee or cm rom) on stock rom?
2. Better Heat management?
3. Undervolt?
4. Better ram management , zram + ram tweak on kernel
5. better gaming perfomance with tweaked gpu setting + newer gpu driver?
6. Better camera quality?
amdultra said:
Now the source code for kernel will be released , our R1S will have custom kernel. I wonder what problem can we solve or benefit from it?
.....
6. Better camera quality?
Click to expand...
Click to collapse
Camera is not related to kernel.
it will basically solve 80% of my issue with Xiaomi Redmi 1S for sure... which is alot... really rooting for the battery life and heat issue to be solved
Will it resolve battery and heating issues?
pgreed said:
Camera is not related to kernel.
Click to expand...
Click to collapse
Of course is...there is camera driver bundled with kernel,i had issue that kernel caused delayed camera on previous phone !
A custom kernel can do a lot !
Can improve filesystem rw speed !
Better battery life !
Better speed !
optimizations !
Even update it to mainline 3.10.y
Battery backup is the most important
Sent from my HM 1S using XDA Free mobile app
SH3H1 said:
Of course is...there is camera driver bundled with kernel,i had issue that kernel caused delayed camera on previous phone !
A custom kernel can do a lot !
Can improve filesystem rw speed !
Better battery life !
Better speed !
optimizations !
Even update it to mainline 3.10.y
Click to expand...
Click to collapse
Ok there is the driver for OV 8835 camera but do you think you can optimize the driver?
pgreed said:
Ok there is the driver for OV 8835 camera but do you think you can optimize the driver?
Click to expand...
Click to collapse
Well actually i don't ! But there is always chances someone does
What i would like to see is faster file system like f2fs and some goodies !
i also have a cute name for kernel Armanel (Armani + kernel)
Which also suits for Armani-Devs !
Well kernel sources are out
Sent from my Redmi 1S using XDA Free mobile app
richard el renthlei said:
Well kernel sources are out
Sent from my Redmi 1S using XDA Free mobile app
Click to expand...
Click to collapse
Worderful news !! Bravo....
can we flash two or more custom kernels on same ROM????
can we flash two or more custom kernels on same ROM????
rajeshlande77 said:
can we flash two or more custom kernels on same ROM????
Click to expand...
Click to collapse
Sure...but one replaces other !
Can't have all together
Related
Hello guys,
I recently began kernel development. For the first thing I'd like to credit @YoshiShaPow it wouldn't be possible without you man! Thanks a ton for your help with this!
Working:
Everything
This kernel is built of stock sony sources with LINARO so it's already buttery smooth compared to stock sony kernel
I'll propably update this kernel really often because as soon as I get some time I quit gaming and work on the kernel instead. It's much more enjoyable for me (and no, I don't suck at gaming, PM me if you want to play BO2 one on one or in a team against others)
Features: (this list will expand like hell really soon, at v1 it's just what's listed here, as I'll be adding stuff to the kernel this list will slowly grow, so if you're not interested remember to check back soon if the features of my kernel would interest you after a few updates)
added interactive governor
Linaro toolchain optimizations
Added intelliplug CPU driver!
WIP: (whatever comes to my mind that I'll be working on will be put here)
enabled KSM (I might have added it already, I'm not sure ^^ )
setting intelliplug is as a default CPU hotplug driver instead of the stock one
configuring kernel instead of having to configure it manually
Download:
HERE - press DOWNLOAD NOW because "download" is an advertisment and will not download my kernel to your drive.
How to flash?
fastboot flash boot mojbootv2.img
or (noob way)
start flashtool
connect your device to the PC in fastboot mode
press on lightning icon in flashtool
choose fastboot
doomlord - right side of the popup window
flash kernel using doomlords way
check the flashtool main window if it says "OKAY" or "OK" after writing boot
pull out the cable from your phone
start your phone
done
About overclocking:
There are some Snapdragon SoC screening issues, so even if you set it above 2.15 GHz it will still not go above 2.15GHz for whatever reason. My Z1 also runs really hot on stock kernel sometimes so I guess that I'll not be adding this. The kernel is already good enough to run everything on my phone at 960MHz smoothly, so I don't really even need more powerful CPU and for this reason I'll not be adding this. Maybe in the future, for the sakes of learning how to add overclocking possibilites, but don't take my word on this. I'll have to get rid of more important features of the kernel in my mind first, then I'll MAYBE add O/C. I just see no point in adding O/C if my phone is already fast as hell at 960MHz way below max stock frequency...
Please do write how the kernel feels for you. I did this for myself, but I'd really like to hear some feedback from you on how it runs.
For best battery (my main goal with this kernel)
download Kernel Adiutor
from the side bar:
CPU
MAX 960MHz,
governor - interactive,
governor tunables - hispeed_freq = 960000, go_hispeed_load=90
Multicore Power Saving = Enabled
CPU Hotplug
Disable MPDecision
Enable IntelliPlug
IntelliPlug profile = conservative
Disable Touch Boost
GPU
Max frequency=320MHz
Your battery will work forever and your phone will still be A LOT faster than on stock
Good to see some new stock based kernels around here! I am going to try this later on!
Destroyedbeauty said:
Good to see some new stock based kernels around here! I am going to try this later on!
Click to expand...
Click to collapse
Thanks, please let me know how the kernel does for you after you flash it.
Thx
olokos said:
Thanks, please let me know how the kernel does for you after you flash it.
Click to expand...
Click to collapse
Will do! Once I get my ordered and brand new white Z3, I'm going to flash this on my Z1
Stay tuned
Destroyedbeauty said:
Will do! Once I get my ordered and brand new white Z3, I'm going to flash this on my Z1
Stay tuned
Click to expand...
Click to collapse
You can already flash it. I am safe to say that this kernel is even more stable than full stock one. Battery life is amazing if you disable mpdecision cpu hotplug and set cpu scaling to 960mhz max. It's perfectly smooth on 960mhz. I'll have to switch default hotplug driver with the intelliplug to get even better battery life. It's already really good after you do what I said before, try it by yourself! :highfive:
Sounds very appealing to me Does it support multirom?
olokos said:
You can already flash it. I am safe to say that this kernel is even more stable than full stock one. Battery life is amazing if you disable mpdecision cpu hotplug and set cpu scaling to 960mhz max. It's perfectly smooth on 960mhz. I'll have to switch default hotplug driver with the intelliplug to get even better battery life. It's already really good after you do what I said before, try it by yourself! :highfive:
Click to expand...
Click to collapse
What features is included in this kernel, did you say?
Destroyedbeauty said:
What features is included in this kernel, did you say?
Click to expand...
Click to collapse
I think for now we have these bro, and maybe other under WIP
olokos said:
Features:
added interactive governor
Linaro toolchain optimizations
Click to expand...
Click to collapse
@olokos Thanks a ton for have given another touch of magic for our device buddy :highfive:
Keep rocking friend :good:
[Fenix] said:
I think for now we have these bro, and maybe other under WIP
@olokos Thanks a ton for have given another touch of magic for our device buddy :highfive:
Keep rocking friend :good:
Click to expand...
Click to collapse
Is this kernel have s2w, d2tw ??
Hmm, i can't see hotplugx or pegasusq
all same stock kernel
dephia said:
Is this kernel have s2w, d2tw ??
Click to expand...
Click to collapse
I don't think so, wait for dev's reply
bibica said:
Hmm, i can't see hotplugx or pegasusq
all same stock kernel
Click to expand...
Click to collapse
For now only interactive governor is added (plus the stock one)
BlAckXpeRia said:
Sounds very appealing to me Does it support multirom?
Click to expand...
Click to collapse
it will support multirom for sure. I'll just have to implement kexec-hardboot patch as the multirom recovery is already included
dephia said:
Is this kernel have s2w, d2tw ??
Click to expand...
Click to collapse
Nope.
bibica said:
Hmm, i can't see hotplugx or pegasusq
all same stock kernel
Click to expand...
Click to collapse
Stock governors +interactive for now.
[Fenix] said:
I don't think so, wait for dev's reply
For now only interactive governor is added (plus the stock one)
Click to expand...
Click to collapse
Correct.
Thx for creating this kernel my friend Good work!
Now add some I/O, Gov, sound control, gamma, TCP and some decent overclock/feature and I'm in............
Colour/Gamma controls
Could you please add screen controls from this link to your kernel :
http://forum.xda-developers.com/android/software-hacking/dev-kcal-advanced-color-control-t3032080
Thank you !
@olokos maybe you can start from v22 of doomlord and add new features
fer2503 said:
@olokos maybe you can start from v22 of doomlord and add new features
Click to expand...
Click to collapse
I will not start from doomlord source. His code is buggy and my phone even didn't boot once after I flashed his kernel on my Z1. The reason behind that is simple - he is building kernels for TONS of devices and I focus on the Z1, nothing else. I want a stable, fast and battery-friendly kernel. That means that I need a kernel that wouldn't be buggy, that wouldn't cause any errors and issues because of poor coding. I need to build a stock kernel from fresh sources. Right now I'll be redownloading stock sony sources and I'll try to build it tomorrow. I don't know if wifi works because I have broken files on my current stock ROM. I'll propably reflash it in the morning and I'll update if the WiFi works. This is my rom issue, not the kernel issue whatsoever, thats why I can't test wifi, because I already broke my WiFi before compiling a kernel.
BlackSoulxxx said:
Thx for creating this kernel my friend Good work!
Now add some I/O, Gov, sound control, gamma, TCP and some decent overclock/feature and I'm in............
Click to expand...
Click to collapse
Thanks a lot mate! I'll do that as soon as I'll get it to compile again and to the state that my PC could compile it like it did before. ^^
camlin said:
Could you please add screen controls from this link to your kernel :
http://forum.xda-developers.com/android/software-hacking/dev-kcal-advanced-color-control-t3032080
Thank you !
Click to expand...
Click to collapse
Personally, I'm not interested at all in this, but using stock sony color calibration app you should be able to use it already without any changes from my side. Stock sony kernel supports it and I'm using stock sony kernel base here.
PS. I'll focus on kernel optimizations because optimized kernel = fast response and long lasting battery. Sony didn't give a damn about battery when building a Z1, they just threw 3k mAh battery on it, nothing else. I truly think that they did not optimize the kernel properly. Next update will be purely optimization, that means that this kernel will work faster and your phone will last even more on battery after flashing it!
Can you add doble tap function to your kernel? Venkat kamesh did this on his kernel, but phone desn't go on deep sleep... Thanks!
Olokos thx for making this kernel.
Could you make flashable zip of it?
Sent by my Z1 with XDA Fax
conny005 said:
Can you add doble tap function to your kernel? Venkat kamesh did this on his kernel, but phone desn't go on deep sleep... Thanks!
Click to expand...
Click to collapse
I might make it happen, but only if I manage to get the phone to go to deep sleep. If it won't go to deep sleep then it won't be included in my kernel, simple as that, as I want my kernel to be stable, fast and battery friendly, features are on the 2nd page.
Duvel999 said:
Olokos thx for making this kernel.
Could you make flashable zip of it?
Sent by my Z1 with XDA Fax
Click to expand...
Click to collapse
There's no point, if you're unable to flash the kernel via fastboot then you propably are also unable to use it's features. I have no interest in doing that.
This is stock lp kernel for our d802 compiled from lge source 30d. The main future of this kernel is to provide near stock experience with fixes and few modifications, to stay light as possible.
Futures:
Built with Linaro4.9 Toolchain by @Christopher83
Linux 3.4.0
Built using -O3 flags
Removed a lot of useless debugging and more to come
Exfat support thanks @faux123
Using pure stock 30d source with needed fixes to build
Light as possible
AutoPanel detection thanks @dr87
Bumped thanks @cybojenix
Install instructions:
You must be on stock LP rom with root and custom recovery installed and kitkat bootloader
Make a backup if something goes wrong so you can restore your device
Flash my kernel
Reboot your device and enjoy
Bugs:
You tell me i will add everything
Questions:
Feel free to ask anything related to my kernel here in thread I will answer you as fast as I can.
Downloads:
BCKernel1.0
BCKernel1.1
BCKernel2.0
BCKernel2.1
BCKernel2.2
Disclaimer:
Your warranty is now void. By installing my kernel you take all responsibility to hardware,software bricks so its not my fault if you don't read and do stupid things.
I test every my release on my own device before the official release so there is no big chance to brick your device if you follow instructions.
Thanks:
First of all HUGE thanks to my friend @duki994 for all the help great guy! without his help this would never be the same kernel.
@ferreirawax for his AWESOME guide!
HUGE thanks to @dorimanx for his fixes on the kernel source to build and boot properly and for everything else he is a kernel master.
@faux123
@bruce2728 for fixes
LGE for source
PS:
This is my first official kernel release so please be kind and tell me if I done something wrong I have no intentions to make someone mad or break the forum rules so I would really like some help and advices from YOU guys.
Source:
Kernel
Ramdisk
XDA:DevDB Information
BlueCyclonKernel, Kernel for the LG G2
Contributors
Boris31
Source Code: https://github.com/simex31/BC_Kernel_LP_STOCK_D802
Kernel Special Features:
Version Information
Status: Beta
Created 2015-04-17
Last Updated 2015-05-07
CHANGELOG:
18.4.2015 VERSION 1.1
Fixed exfat support
Merge some fixes from nexus5 caf
Selinux permissions fixes
Build using -o3 compiler flags
21.4.2015 VERSION 2.0
Exfat 1.2.4 from source
F2FS support thanks @neobuddy89
A lot of selinux fixes
A lot of new fixes from nexus5 caf
New custom build optimizations and flags
Optimization flags for GPU drivers
Added BFQ/SIO/FIOPS/ZEN/VR IO Schedulers and set CFQ as default
Set interactive governor as default
Deleted a lot of debugging and much more to come
Added Fsync enabled by default
Reduced minimum panel brightness for better reading at night
PM driver updates from Aurora 3.5
6.5.2015 VERSION 2.1
Compiled with UBERTC4.9
Added 3 new cpu governors INTELLIMM, INTELLIACTIVE, ALUCARD
Added GPU underclock and overclock to 650 max frequency.
A lot of gpu optimizations and new driver which should increase battery life and performances
Added MSM Hotplug which is enabled by default MPDecisions still run for other services but mp decision hotplug controls are disabled.
Full KCALv2 support by @savoca just download the app from here to use it.
Cpu optimizations which should increase battery life and performances
Added francisco fracno's light and clean Thermal driver and removed lg's
ZEN IO shed is set as default now
A lot of other patches from mainline kernel
Added Sweep2Sleep only enabled by default
Removed more useless debugging
Fixed potential memory leaks
And a lot more(check my git)
7.5.2015 VERSION 2.2
Bug fixes for gpu drivers
Bug fixes for gpu frequency now every freq works and sticks
Added voltage control be careful with uV not recommended more than -50
Rock stable
1 more
Thank good job
any support for fast charge?
Mastermind_hassan said:
any support for fast charge?
Click to expand...
Click to collapse
In plans for next release.
Any support for color control Mate?
Thank you , Can it use in ROM Port ?
Thanks @Boris31 for great kernel! I'm using it right now, It is faster than the stock one, a little bit, but it seems that's not quite battery friendly. What I want to say is that I'm truly satisfied, keep it up with great work!!! Hope next release will be soon
somboons said:
Thank you , Can it use in ROM Port ?
Click to expand...
Click to collapse
Yeah sure mate
Killy J. said:
Thanks @Boris31 for great kernel! I'm using it right now, It is faster than the stock one, a little bit, but it seems that's not quite battery friendly. What I want to say is that I'm truly satisfied, keep it up with great work!!! Hope next release will be soon
Click to expand...
Click to collapse
Thanks for kind words it really helps me a lot. I'm new to kernel development I learn new things everyday so optimizations and battery is my 1st thing to concentrate on.
@Boris31 ; Does this kernel works with CloudyG2 3.0 modified by @somboons ?
casual_kikoo said:
@Boris31 ; Does this kernel works with CloudyG2 3.0 modified by @somboons ?
Click to expand...
Click to collapse
Yes it should work please try and report back if you can. Thanks
Boris31 said:
Yes it should work please try and report back if you can. Thanks
Click to expand...
Click to collapse
Ok, thanks guy, I flash it and I'll report you!
Will this work on v30e and does it support fast charging?
Boris31 said:
Yes it should work please try and report back if you can. Thanks
Click to expand...
Click to collapse
Nope, it not works, bootloop after installation..
casual_kikoo said:
Nope, it not works, bootloop after installation..
Click to expand...
Click to collapse
Don't work.
casual_kikoo said:
Nope, it not works, bootloop after installation..
Click to expand...
Click to collapse
casual_kikoo said:
Ok, thanks guy, I flash it and I'll report you!
Click to expand...
Click to collapse
somboons said:
Don't work.
Click to expand...
Click to collapse
Well, cloudyg3 is based on f320 system so it's maybe because of that. I know that f320l/k/s on kitkat could boot with a d802 kernel but had problems like Fmradio etc.. i dont know why it does not work here so wait for cloudy to release it official or maybe I will try to find how fix it.
@somboons which kernel did you use in modded cloudyg3?
Boris31 said:
Well, cloudyg3 is based on f320 system so it's maybe because of that. I know that f320l/k/s on kitkat could boot with a d802 kernel but had problems like Fmradio etc.. i dont know why it does not work here so wait for cloudy to release it official or maybe I will try to find how fix it.
@somboons which kernel did you use in modded cloudyg3?
Click to expand...
Click to collapse
There is not my work maybe from VN. Base F320 .I have unpacked ramdisk I saw f320 in properties fils But I can't remember the name.
I think these kernel modify from f320 for D802.
somboons said:
There is not my work maybe from VN. Base F320 .I have unpacked ramdisk I saw f320 in properties fils But I can't remember the name.
I think these kernel modify from f320 for D802.
Click to expand...
Click to collapse
Yes that is the reason why it doesn't work it needs to be modified f320 ramdisk for d802 i think
Dirty Unicorns 6.0.1 is probably the best marshmallow rom for amami so far , although it has some problems: camera app cannot take pictures at 20.7mp, and exfat-formated sdcard is not supported.
So I made a kernel to fix these problems. You can flash with twrp or flashfire.
Kernel_Amami_AOSP_6_20160709.zip contains aosp kernel built with exfat-nofuse and some other features, as well as other executables or libraries needed to identify and mount exfat(vold , blkid etc.) This may work with other aosp 6.0.1 based roms, but I never tried by myself.
2016.06.18 : I ported some features from other kernels like M5 kernel. Features included:
1. Various cpufreq governors, hotplug drivers and i/o schedulers
2. KCAL color control by @savoca
3. Faux Sound Control V3
4. CPU/GPU OC & UV
5. Vibrator intensity control
6. Ultra-ksm
7. Kexec-hardboot
8. Dynamic Fsync 1.2
9. Mac80211 injection patch and HID patch for keyboard support
10. Sysfs interface to Enable / Disable CRC on the data blocks
11. Exfat and Paragon NTFS(UFSD)
12. Zram
13. Merge upstream patches up to 3.10.102
MtkCamera.zip contains camera app from Mediatek devices with lollipop. It can take 20.7mp photos(3936 x 5248) and has some useful features like visual effects and qrcode scanner.
Modified kernel source : https://github.com/KuronekoDungeon/android_kernel_sony_msm
Download : https://drive.google.com/folderview?id=0B-DoK6BdpB2fZEZ5eG5NcnhYNFU&usp=sharing
If you're interested, Myself5 is willing to release M5 for Amami, but needs a maintainer, since he doesn't have a Z1c anymore. Maybe you can work with him on M5 for AOSP...
levone1 said:
If you're interested, Myself5 is willing to release M5 for Amami, but needs a maintainer, since he doesn't have a Z1c anymore. Maybe you can work with him on M5 for AOSP...
Click to expand...
Click to collapse
Is he working on a 3.10.9x kernel ?
maz-1 said:
Is he working on a 3.10.9x kernel ?
Click to expand...
Click to collapse
This is from main thread latest version...
levone1 said:
This is from main thread latest version...
Click to expand...
Click to collapse
cool, I guess I will be a tester then.
maz-1 said:
cool, I guess I will be a tester then.
Click to expand...
Click to collapse
He did say that testers won't really help. Without a device of his own, he'll need a maintainer.
levone1 said:
He did say that testers won't really help. Without a device of his own, he'll need a maintainer.
Click to expand...
Click to collapse
Well, I mean I will build, test and submit fixes if possible. But I'm afraid I don't have the time and knowledge to take over all the maintenance. Any other volunteers?
maz-1 said:
Well, I mean I will build, test and submit fixes if possible. But I'm afraid I don't have the time and knowledge to take over all the maintenance. Any other volunteers?
Click to expand...
Click to collapse
maybe we can jointly maintain ?
CLINTZ9 said:
maybe we can jointly maintain ?
Click to expand...
Click to collapse
Sounds good.
maz-1 said:
Sounds good.
Click to expand...
Click to collapse
cool !
CLINTZ9 said:
cool !
Click to expand...
Click to collapse
I've already ported a bunch of features to aosp kernel, just check out the commit history.
What left to be done : GPU governors, A few hotplug drivers/cpufreq governors not ported(hotplug : alucard , mako , intelliplug , cpufreq : HYPER, OndemandPlus, Nightmare , ElementalX, maybe more) , some of these features need to be modifeid or abandoned.
maz-1 said:
I've already ported a bunch of features to aosp kernel, just check out the commit history.
What left to be done : GPU governors, A few hotplug drivers/cpufreq governors not ported(hotplug : alucard , mako , intelliplug , cpufreq : HYPER, OndemandPlus, Nightmare , ElementalX, maybe more) , some of these features need to be modifeid or abandoned.
Click to expand...
Click to collapse
Hi, I install this, work well, but camera still laggy . What do you think, how else you can improve the image processing? The picture was much too sharp ... but it's better than before.
And...you can also add in your kernel any functions like as KryptonianKernel or AdvancedKernel
John.D.. said:
Hi, I install this, work well, but camera still laggy . What do you think, how else you can improve the image processing? The picture was much too sharp ... but it's better than before.
And...you can also add in your kernel any functions like as KryptonianKernel or AdvancedKernel
Click to expand...
Click to collapse
Laggy camera is a driver issue, just wait until sony updates software binaries for amami.
Hmm, why you delete MTKCamera? You have another app for taking photo in 21mp?)
MTKCamera cannot use frontcam. I think @SpiritCroc will try to add 20.7mp option to SnapdragonCamera, so wait for a new release.
maz-1 said:
MTKCamera cannot use frontcam. I think @SpiritCroc will try to add 20.7mp option to SnapdragonCamera, so wait for a new release.
Click to expand...
Click to collapse
I already added it, will probably be in next weekly
maz-1 said:
I've already ported a bunch of features to aosp kernel, just check out the commit history.
What left to be done : GPU governors, A few hotplug drivers/cpufreq governors not ported(hotplug : alucard , mako , intelliplug , cpufreq : HYPER, OndemandPlus, Nightmare , ElementalX, maybe more) , some of these features need to be modifeid or abandoned.
Click to expand...
Click to collapse
check your whatsapp inbox
What's 'jhead exif fix' file in your Gdrive link?
levone1 said:
What's 'jhead exif fix' file in your Gdrive link?
Click to expand...
Click to collapse
libjhead with this patch :
https://gist.github.com/updateing/2b58ebd4a8c75780443f28f514e9bb39
Photos token by Android N may contain wrong exif infomation and cause app crash on marshmallow/lollipop.
need help - CPU GOVs and frequencies
Hi,
first of all thanks for the kernel! I'm just migrated from RR Lollipop to MM DU ROM (today to the build of 17. June). I have strange issues with the kernel.
I can not change the CPU govs. More critical: The minimum CPU frequency is shown to be 1.8 GHz. Whatever I try, I cannot get the values gov/freq to stick.
Always when I reopen an tuning app, the settings are reverted.
Root seems to work fine. Also tried to disable SE-linux via terminal ("setenforce 0"). The same.
(Combinations I tried: kernel audiutor, performance control, system tuner... also on DU (3. june) + kernel (5. june)
Can somebody help me out?
Who can permanently adjust the CPU settings on DU with/without this kernel?
Thanks in advance!
Im new to lg g3 first im on lineage and looking for good kernel and some settings between battery-performance (with more balance to battery) what do you recomand guys? (Need and settings some screen shots will be beautifull) ohh lg g3 d855
I recommend you gamma kernel (v50) with the MM/N AOSP rom of your choice. use kernel adiutor for settings.
xfim said:
I recommend you gamma kernel (v50) with the MM/N AOSP rom of your choice. use kernel adiutor for settings.
Click to expand...
Click to collapse
Tnx but what settings its the best ? I found something here but its old topic ..?
gigel87 said:
Tnx but what settings its the best ? I found something here but its old topic ..?
Click to expand...
Click to collapse
It depends on what you want. If you havent done the thermal mod, limit cpu to 2ghz max, or even less. Try undervolting it also, see how low you can go before it crashes. Also using noop as scheduler might (in rare cases, such as benchmarks) give noticeably better performance (2800 with bfq and 3250 with noop on antutu io score)
Tnx again i will test more
After some play with some roms , yes i love lineage its smooth but camera ...... this is with stock kernel , now im just flashing between Fulmics (great battery , i have some lag /heating in my games) , and Clean rom (im in love use with extra debloat its what i need but lags /heating). all rom used stock or with other kernels , still i try to configure a kernel like a pro for heating issue and lag but failed , now on lineage the heat its not there (or its very low) and the lag its 0 , still waiting for someone to give me some tips for setting kernel on fulmics or better clean rom , if lineage kernel it can do this why rest no ?
ONLY FIXED OFFLINE CHARGING
WITH FIXED OFFLINE CHARGING FOR ALL N S3 NEO ROMS
THE KENRLE IS COMPLIED BY OPTIMIZED COMPILER
AND USE ANYKENREL2 Soo.. WILL WORK IN ANY N ROMS
#HOW TO FLASH
1)DOWNLOAD THE kernel_s3_neo.zip
2)REBOOT TO RECOVERY ( TWRP)
3)FLASH THE ZIP
4) ENJOY IT
THANKS :
Thargorsson , ToXiTe
Source Code :
https://github.com/S3NEO/android_kernel_samsung_s3ve3g
Stable Kernel v2
I Used Source Kernel ToXiKernel
Changes:
Removed underclock GPU
Removed overclock GPU
Removed underclock CPU
Removed overclock CPU
Fix FM Radio
Built with UBERTC 6.0.0
And a few minor changes
THANKS :
ToXiTe
Source Code :
https://github.com/Y-T-G/android_kernel_samsung_s3ve3g
with dirty unicorn 7.1.2 does not work
Wotks good for me. Thanks for this Kernel.I like it, becsuse Toxi kernel is not compatible with actual los 14.1 builds.
Stable Kernel v2 :
I Used Source Kernel ToXiKernel
Changes:
Removed underclock GPU
Removed overclock GPU
Removed underclock CPU
Removed overclock CPU
Fix FM Radio
Built with UBERTC 6.0.0
And a few minor changes
Its possible to build a version for 7200mAh battery?
Or tell how modify this kernel to manage an anker 7200 mah....thanks
needforszpit said:
Its possible to build a version for 7200mAh battery?
Click to expand...
Click to collapse
sorry
I'm not a professional and I do not know about it
jcperaltah said:
Or tell how modify this kernel to manage an anker 7200 mah....thanks
Click to expand...
Click to collapse
sorry
I'm not a professional and I do not know about it
Tnanls for your work. Any day anybidy can do this.
I'm not profeesional too. My work as a programmer is 1%.
yas2020 said:
sorry
I'm not a professional and I do not know about it
Click to expand...
Click to collapse
LOL another entusiant "coder" without any knowledge about it
Some switches on-off switching is not enough to say is enough to release anything
I say "learn more" and in future I hope U release a realy good work.
Thanks for response.
Download link???
mandeepsinghbagga said:
Download link???
Click to expand...
Click to collapse
https://mega.nz/#!F6hE2Qba!WJJ9MhFbeY0RH0JgYUyVsC3aEKlDRrKwm9kUKOt0EaE