ULTRA Kernel installer is an AIO kernel tool that uses AROMA installer (what's that?).
This tool is capable to backup, install ULTRA kernel, and restore a kernel backup.
Make a Nandroid backup before using it, to stay safe.
ULTRA kernel features
+ OC support
+ Lot of governors and schedulers added:
-- New governors --
Hotplug
ZZmove
OndemandQ
LulzactiveQ
Smartassv2
InteractiveQ
-- New schedulers --
BFQ
ROW
ZEN
VR
+ PhilZ Recovery (what's that?). Thanks Phil3759!
DOWNLOAD
Android File Host
Dev-Host
Thanks @iiD4x for the idea and logo. And @AndyMcMars!, he spent lot of time on this too.
XDA:DevDB Information
ULTRA Kernel Installer, Kernel for the Samsung Galaxy Ace II
Contributors
t4n017, cocafe, Phil3759, TeamCanjica, TeamNova, AndyMcMars, iiD4x
Kernel Special Features:
Version Information
Status: Beta
Created 2014-03-21
Last Updated 2014-05-28
Changelog
CHANGELOG
20140403-FIXED
- Fixed missing governors/schedulers
---x---x---x---
20140403 (v4.03)
- AROMA Installer with backup/install/restore options
- Deleted all previous kernels varieties
- Added an all-in-one kernel (called ULTRA)
- Now the installer is compatible with CM-11 users too (choose the right option when prompted)
- UKSM now disabled by default
- Added UKSM toggle in Galaxy Ace II settings (advance tab)
- PhilZ recovery updated (v6.25.4)
---x---x---x---
20140325
- Fixed modules install/restore process.
- Kernel sources update (lot of performance improvements!)
- PhilZ recovery updated
- Script a bit more clean
---x---x---x---
20140320
- Initial build
---x---x---x---
Reserved
..
Very, very nice
Is it full version of PhilZ Recovery (with closed source touch code) or version without it?
jereksel said:
Very, very nice
Is it full version of PhilZ Recovery (with closed source touch code) or version without it?
Click to expand...
Click to collapse
Yes, is touch CWM.
After i tested it for you; when i restored my old kernel, modules werent restored. I think you forgot about modules backup.
Btw. OC is working on codina. You can add it if you want.
Sent from my GT-I8160 using Tapatalk
Rox said:
After i tested it for you; when i restored my old kernel, modules werent restored. I think you forgot about modules backup.
Btw. OC is working on codina. You can add it if you want.
Sent from my GT-I8160 using Tapatalk
Click to expand...
Click to collapse
Modules backup is fine (http://hastebin.com/yepeqobehi.erl), maybe you've flashed the first file I send to you and not the second one.
Are you sure?, I don't want to brick any phone.
Anyone tried Plus Kernel?
Wysłane z mojego GT-I8160 przy użyciu Tapatalka
woooowww cool man
can't test it
out of the town..
very slow connection
str3tch72 said:
Anyone tried Plus Kernel?
Wysłane z mojego GT-I8160 przy użyciu Tapatalka
Click to expand...
Click to collapse
I'm using plus kernel on lastest resurrection remix by team nova, and everything works fine, there's no FC until 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"
}
Sent from my GT-I8160 using Tapatalk
upilguebu said:
I'm using plus kernel on lastest resurrection remix by team nova, and everything works fine, there's no FC until now View attachment 2641830View attachment 2641831
Sent from my GT-I8160 using Tapatalk
Click to expand...
Click to collapse
DELETE
Sent from my GT-I8160 using Tapatalk
does it work on stock rom 4.1.2
NEED DO INSTAL IT :crying:
No.
Sent from my GT-I8160 using Tapatalk
How can i install it? with cwm?
manthes said:
How can i install it? with cwm?
Click to expand...
Click to collapse
yes
upilguebu said:
DELETE
Sent from my GT-I8160 using Tapatalk
Click to expand...
Click to collapse
Still no FC ??
Please, add pegasusQ and AbyssPlug 2 governors and SIOPlus sheduler
DEMONVoz said:
Please, add pegasusQ and AbyssPlug 2 governors and SIOPlus sheduler
Click to expand...
Click to collapse
Aren't those already included?
t4n017 said:
Aren't those already included?
Click to expand...
Click to collapse
That is, they are there? I'm sorry, I thought that their there no
t4n017 said:
Aren't those already included?
Click to expand...
Click to collapse
Any chance to make these kernels working on cm11?
Inviato dal mio GT-I8160 utilizzando Tapatalk
Related
I'm here with a simple but fast kernel for AOSP 4.4.2.
Download with this link you get always the latest image.
KING's Kernel Manager: http://forum.xda-developers.com/showthread.php?t=2747094 to get OTA updates
Features:
Vibration intensity tweakable
- Allows to change vibration intensity
To change value:
Code:
echo x > /sys/vibrator/pwm_value
Change x with a number between 0 and 60. 0 is the strongest, 60 is the weakest.
Dynamic management of dirty page writeback
- Based on a Christopher83 commit.
- Allows to dynamically manage the dirty page writebacks with two different intervals, one when the screen is on and another when the screen is off.
- By using a higher interval we have better performance and less battery consumption, with a very low risk of data loss.
To enable it:
Code:
echo 1 > /proc/sys/vm/dynamic_dirty_writeback
To disable it:
Code:
echo 0 > /proc/sys/vm/dynamic_dirty_writeback
To customize intervals (in centisecs):
Code:
echo xxxx > /proc/sys/vm/dirty_writeback_active_centisecs
echo xxxx > /proc/sys/vm/dirty_writeback_suspend_centisecs
default for active: 1500
default for suspend: 500
tested values: 3000 - 1000 , 6000 - 2000
Disabled Gentle Fair Sleepers
- Gives better performance
AIO: Don't plug the I/O queue in do_io_submit()
- 30/35% faster sd card reading
-O3 build optimization
- Gives better performance
Dynamically disable mutex spinning at high load
- Thanks to faux123
- Explanation: https://github.com/KINGbabasula/KING_kernel/commit/518201ca40774129ed9f89af9aebe9ba9ec7770d
XDA:DevDB Information
KING's Kernel, Kernel for the Samsung Galaxy S Advance I9070
Contributors
KINGbabasula
Kernel Special Features: Dynamic management of dirty page writeback Disabled Gentle Fair Sleepers AIO: Don't plug the I/O queue in do_io_submit() -O3 build optimization
Version Information
Status: Stable
Current Stable Version: 1
Stable Release Date: 2014-05-10
Created 2014-05-10
Last Updated 2014-06-13
For other roms 4.4 this kernel works ?
Tapnięte z mojego S Advance ☺
hheelloo said:
For other roms 4.4 this kernel works ?
Tapnięte z mojego S Advance ☺
Click to expand...
Click to collapse
No. At least not for now
Inviato dal mio GT-I9070 utilizzando Tapatalk
Will this work with cm11?
Sent from my GT-I9070 using XDA Free mobile app
hheelloo said:
For other roms 4.4 this kernel works ?
Tapnięte z mojego S Advance ☺
Click to expand...
Click to collapse
techhahn said:
Will this work with cm11?
Sent from my GT-I9070 using XDA Free mobile app
Click to expand...
Click to collapse
1asbak1 said:
Can one give us a review to how this kernel is compared with the other available kernels out there in the rr thread?
Sent from my GT-I9070 using XDA Free mobile app
Click to expand...
Click to collapse
{
"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"
}
Do people even read the OP anymore? There's even a post explaining that it's only for AOSP!
For now. That's the keyword, when it gets compatible with anything other than AOSP 4.4, then it'll be noted in the OP.
God!
On another note, nice! I'll be giving this a try later in the day.
Please system/lib/modules from AOSP 4.4 ? I give "thanks"
Tapnięte z mojego S Advance ☺
Good Job! Where do i put that values for dynamic management of dirty page? I'm noob in those things.
Can one give us a review to how this kernel is compared with the other available kernels out there in the rr thread?
Sent from my GT-I9070 using XDA Free mobile app
How to flash?
@KINGbabasula please say us how to flash this kernel (I think by UKF but not sure) and if it is working at 100%
hastalafiesta said:
@KINGbabasula please say us how to flash this kernel (I think by UKF but not sure) and if it is working at 100%
Click to expand...
Click to collapse
I flashed it using UKF and works really good, u can try it is free and i dont think that king upload this kernel if this dont work properly.
ortek said:
I flashed it using UKF and works really good, u can try it is free and i dont think that king upload this kernel if this dont work properly.
Click to expand...
Click to collapse
Yeah I have written it because last kernel wasn't working, btw now I try it and report:good:
115dan said:
Good Job! Where do i put that values for dynamic management of dirty page? I'm noob in those things.
Click to expand...
Click to collapse
In android terminal emulator.
By tomorrow I'm going to release r2
r2 up! Try to update it with KK Manager!
Inviato dal mio GT-I9070 utilizzando Tapatalk
Got it automatically with your app, everything went dell but to be honnest I don't know what to check to give you a usefull feedback. It works very well on latest aosp that's all I can tell.
Do you have a roadmap btw ?
Hi! Good kernel i see some improvements (better battery life on a 2 year old battery), but sometimes phone restarts without reason 3-4 times a day.
115dan said:
Hi! Good kernel i see some improvements (better battery life on a 2 year old battery), but sometimes phone restarts without reason 3-4 times a day.
Click to expand...
Click to collapse
Overclock??
No overclock.
I.P said:
Got it automatically with your app, everything went dell but to be honnest I don't know what to check to give you a usefull feedback. It works very well on latest aosp that's all I can tell.
Do you have a roadmap btw ?
Click to expand...
Click to collapse
If by roadmap you mean "to do", yes. I'm trying to get a faster bootup and to improve performance.
115dan said:
Hi! Good kernel i see some improvements (better battery life on a 2 year old battery), but sometimes phone restarts without reason 3-4 times a day.
Click to expand...
Click to collapse
I don't get any reboot, I'm sorry
I'm flashing RC2 now.
About RC1 it's really good, I like it, phone is fast and smooth. There are some minor ui glitches but I don't know if it's kernel related or rom related. No reboots so far.
How did you mange to flash this with ukf? It says system not supported....
Sent from my LG-P880 using XDA Premium 4 mobile app
Ktoonsez presents:
{
"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"
}
KT-SGS5 kernel features
•Must have a S5 model G900T or G900P or G900V (Dev Edition ONLY!!!) or G900F or G900M or G900W8 or G900I
•Must have a Touchwiz Rooted ROM
•Must have CWM/TWRP based recovery installed
•Samsung open source
•Optimized kernel configuration
•unsecure root adb
•Voltage interface
•KTweaker app for kernel control
•KTweaker Widgets
•Schedulers (CFQ, BFQ, VR, SIO, NOOP, DEADLINE, ROW, FIFO, FIOPS)
•GOVERNORS (ktoonservativeq, intellidemand, msm-dcvs, wheatley, userspace, smartassh3, slp, powersave, pegasuq, nightmare, interactive, dancedance, conservative, badass, asswax, adaptive, abyssplug, performance, ondemand
•exFAT for Touchwiz and AOSP
•F2FS compatible with AOSP 4.4
Click to expand...
Click to collapse
Touchwiz Lollipop 5.0 VERSION:
05.02.2015: http://bit.ly/1EN5UtG
Click to expand...
Click to collapse
AOSP Lollipop 5.0 VERSION:
05.02.2015: http://bit.ly/1JJhnxv
Click to expand...
Click to collapse
AOSP Lollipop 5.1 VERSION:
05.02.2015: http://bit.ly/1DTVhBf
Click to expand...
Click to collapse
TWRP Recovery by Ktoonsez:
04.06.2015: http://goo.gl/LgBsuk
Click to expand...
Click to collapse
AOSP /system F2FS converter:
03.31.2015: http://bit.ly/1IOdXpX
Click to expand...
Click to collapse
What you can expect to get benchmark wise:
******* END OF LIFE *******
Touchwiz Kitkat 4.4 VERSION:
02.26.2015: http://ktoonsez.jonathanjsimon.com/sgs5/TW/KT-SGS5-KK4.4-TW-G900-02.26.2015.zip
Click to expand...
Click to collapse
AOSP Kitkat 4.4 VERSION:
11.06.2014: http://goo.gl/t3H5oK
Click to expand...
Click to collapse
KTweaker Shop and previous versions can be seen here (thanks to LuigiBull23):
http://forum.xda-developers.com/showthread.php?t=2784319
Always do the following AFTER installing the kernel:
1. Clear cache
2. Clear dalvik
Post #2 will be reserved for change logs
Post #3 will be reserved for MY Settings, Extras and FAQ's
Sources can be found here:
https://github.com/ktoonsez/KTSGS5
Go to my original thread to view Change logs:
http://forum.xda-developers.com/showpost.php?p=53276353&postcount=2
Go to my original thread for My Settings, F2FS, Extras and faq's:
http://forum.xda-developers.com/showpost.php?p=53276364&postcount=3
ktoonsez said:
Go to my original thread for My Settings, F2FS, Extras and faq's:
http://forum.xda-developers.com/showpost.php?p=53276364&postcount=3
Click to expand...
Click to collapse
HOLY CRAP Awesome to have your support Ktoonsez!! Used your kernel on my Nexus 10, it will be great to have your Governor along with a 100 others to play with!
Let the NOOB questions begin!!
And here we go again! :highfive::good:
Welcome!
Sent from a mobile Gadget...
oh man, this is great! I loved your kernel when I had my s4, so glad to see your making kernels for s5 now! such awesomeness!
great to see another developer supporting for s5 devices!
We're in store for an AWESOMENESS ride guys!
ktoonsez said:
Ktoonsez presents:
KTweaker Shop and previous versions can be seen here (thanks to LuigiBull23):
http://forum.xda-developers.com/showthread.php?t=2393708
Always do the following AFTER installing the kernel:
1. Clear cache
2. Clear dalvik
Post #2 will be reserved for change logs
Post #3 will be reserved for MY Settings, Extras and FAQ's
Sources can be found here:
https://github.com/ktoonsez/KT-SGS5
Click to expand...
Click to collapse
You can add support for fauxsound? Thanks
Sent from my SM-G900F using XDA Premium 4 mobile app
Great to see you here @ktoonsez
I've heard a lot of good things about your S4 kernel :highfive:
velosa said:
You can add support for fauxsound? Thanks
Sent from my SM-G900F using XDA Premium 4 mobile app
Click to expand...
Click to collapse
Not until he fixes it. There are few issues he is still working on.
Updated the Change Log post. I forgot that FAST Charge is also working. Also LED Settings is active.
Are your KT V6 profile from S4 working with this kernel, or we need to wait for update of profiles?
BrX91 said:
Are your KT V6 profile from S4 working with this kernel, or we need to wait for update of profiles?
Click to expand...
Click to collapse
Ktoonseified v1 for S5 is already on my server, to go the KTweaker Shop in the app to grab it :good:
BrX91 said:
Are your KT V6 profile from S4 working with this kernel, or we need to wait for update of profiles?
Click to expand...
Click to collapse
Dont use any of the S4 profiles. You can apply them but you'll likely encounter problens. Use KT v1 that's already up in Ktweaker. The new Shop thread will be up soon with newly revamped profiles. So be on the lookout for that.
ktoonsez said:
Ktoonseified v1 for S5 is already on my server, to go the KTweaker Shop in the app to grab it :good:
Click to expand...
Click to collapse
Ok I don't flashed it yet, so I didn't know about v1 version for S5. Good to have you here
Wysłane z mojego SM-G900F przy użyciu Tapatalka
For some reason I seem to be having the same issue on the S5 as my S4. The phone feels more laggy and feels like it has more touch latency even with stock settings than other kernels. I tried it and went back to Blaze, and Blaze is running noticeably smoother for me.
Where can I download the ktweaker app.
Sent from my SM-G900F using Tapatalk
Brava27 said:
Where can I download the ktweaker app.
Sent from my SM-G900F using Tapatalk
Click to expand...
Click to collapse
It is included in the kernel zip and is placed in your app drawer like any other app after flashing.
{
"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
Built from T-Mobile FOJ4/FOJ1 Source
UberTC -4.8.5 Custom Commit dated 03/06/2016
Permissive
Selinux disabled
Kernel Mode NEON
CPU Voltage Control
Fast Charge Support
Power boost at Wakeup
CRC disabled
Fixed root detection code
27 MHz gpu frequency step
more to be added...
I/O Scheduler:
Code:
noop
deadline
row
cfq
test-iosched
sio
fiops
zen
Cpu Governors:
Code:
pegasusq
intellimm
smartmax
wheatley
intellidemand
interactive
conservative
ondemand
userspace
powersave
lionheart
performance
SOURCE CODE
HERE
Thank you shiny for putting up with my b.s.
XDA:DevDB Information
Insanity , Kernel for the T-Mobile Samsung Galaxy S 5
Contributors
malbert16442
Source Code: https://bitbucket.org/malbert16442/insanity-fol1
Kernel Special Features:
Version Information
Status: Testing
Created 2016-03-13
Last Updated 2016-03-12
malbert16442 said:
Built from T-Mobile FOJ4/FOJ1 Source
Click to expand...
Click to collapse
Testing it out now thanks.
Built from T-Mobile FOJ4/FOJ1 Source? Built from FOL1 Source correct?
destructionj said:
Testing it out now thanks.
Built from T-Mobile FOJ4/FOJ1 Source? Built from FOL1 Source correct?
View attachment 3680998
Click to expand...
Click to collapse
Hybrid but yah
Test it for me thanks it boots
Sent from my SM-N920C using Tapatalk
malbert16442 said:
Hybrid but yah
Test it for me thanks it boots
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Had to reinstall supersu after the kernel flash because i lost root. I was on 2.65 which patches the boot image i believe.
I reflashed supersu 2.65 and all was good.
Installed no problem and didn't lose root. Everything runs fine.
For now is very fast and stable. but i like to use kernel for 2 o 3 days to tase de perfomance. in less than 24h u can test for real.
not heather. test battery with data on. BT, wifi,WIFISHARE WORKING CORRECT.
So far so good, have had a couple of reboots. Overall it's been pretty smooth and fast though. Trying to find the perfect settings for my device.
I'm on Tapatalk, could you put link to download tab?
Wysłane z mojego SM-N920C przy użyciu Tapatalka
Only isue is autobrigness problem after flash this Kernal.
Before and after insanity kernel.
Please add faux sound control.
Random reboots here and this morning bootloop, need clean everything
Later today will do clean install (before i have hispian kernel, maybe some junk make system unstable)
Enviado de meu SM-G900M usando Tapatalk
malbert16442 said:
Hybrid but yah
Test it for me thanks it boots
Sent from my SM-N920C using Tapatalk
Click to expand...
Click to collapse
Been with ya since Maverick Rom 9.2 alltheway to Pure 6.0. Got into a bootloop after installing an Xposed module, did a full wipe and installed good ole' Maverick Rom 4.5 (of witch I'm currently rocking right now)...do I need to be on Pure 6.0 to help test? And if so can You guide me to the latest version? Is it 6.5? Thanks a million malbert16442 ! Your roms are awesome and any thing u need help testing with I'll be here 4 you bro!
In kernel audiutor min gpu freq is 200mhz, in op say 27mhz, is right ?
Sent from my SM-G900T using Tapatalk
mauriicio21 said:
In kernel audiutor min gpu freq is 200mhz, in op say 27mhz, is right ?
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
27 is the idle frequency when device is in deep sleep. Under working conditions device frequency cant be set at 27
@malbert16442
You will implement the governor simple_emand on GPU?
Do you have any prediction?
Thanks dude.
mauriicio21 said:
In kernel audiutor min gpu freq is 200mhz, in op say 27mhz, is right ?
Sent from my SM-G900T using Tapatalk
Click to expand...
Click to collapse
That was my very first post on X.D.A...so I might of got carried away (obviously. ..since I was ignored). What I want to know is should I stay on Maverick 4.5 and flash the "All other Roms" kernel or install the latest Pure Rom (6.5?) And flash the other kernel? Sorry if I didn't phrase it right before. Thanks in advance.
General Pop.! said:
That was my very first post on X.D.A...so I might of got carried away (obviously. ..since I was ignored). What I want to know is should I stay on Maverick 4.5 and flash the "All other Roms" kernel or install the latest Pure Rom (6.5?) And flash the other kernel? Sorry if I didn't phrase it right before. Thanks in advance.
Click to expand...
Click to collapse
Exist 2 versions
One for "5.1.1 stock based roms"
Another for "Toxic and pure rom"
Sent from my SM-G900T using Tapatalk
Cool...I'll be testing the "Any Other" variety out then on my G900T on OL1 firmware running Xposed framework...been on it allready 24 hrs...so far so good...will report any new bugs then. Thanks for responding. ?
Is there any need for another tester?
Nagatobimaru KERNEL
This kernel is ONLY for SM-G901F TouchWiz Marshmallow & CM 13
You will void your warranty after flashing this ROM (knox @ 0x1)
I'am not responsible of any damage caused to your device after flashing this KERNEL
Features:
Code:
- Based on the last Samsung source (PE1)
- Compiled with the U.T v6.0
- Init.d support
- Sysfs interface to Enable/Disable CRC (crc disabled means 30% more performance)
- Android logger disabled
- Kernel logger disabled
- Network speed tweaks
- Busybox
- SELinux set to "Permissive"
- Disabled restrict rooting
- Added Simple GPU Algorithm
- voltage control
- Fast charge
- Adreno Idler
- Simple ondemand gpu
- I/O schedulers: CFQ (default), CFQ, Noop, deadline, test-iosched, BFQ-Iosched, fiops, sio, VR, zen, fifio, sioplus, tripndroid
- Toggle to enable/disable fsync
- Hotplugs : bricked_hotplug, thunderplug, msm_hotplug, intelli_plug, alucard_hotplug, mako_hotplug and blu_plug
- Intelli_Thermal
- KCAL
- faux sound version 3.6
- governors ( cafactive )
- PowerSuspend
DOWNLOAD:
TW = http://uploadboy.me/5wco9qqh6hj8/TW.zip.html
CM = http://uploadboy.com/6fyd0qulsfgi/1447/zip
Credits:
- Alcolawl
- Alucard_24
- AndroidGX
- arter97
- faux123
- flar2
- franciscofranco
- mrg666
- neobuddy89
- Pafcholini
- savoca
- showp1984
- Tkkg1994
- TripNRaVeR
XDAevDB Information
GUYVER Kernel, Kernel for the Samsung Galaxy S 5 Plus ( SM-G901F )
Contributors
MEGAX91
Source Code: https://github.com/MEGAX91
Kernel Special Features:
Version Information
Status: stable
Beta Release Date: 2016-05-24
Changelog :
Nice one! Can you overclock too with this kernel thanks
Sent from my SM-G901F using Tapatalk
Working fine for me. Thanks.
sent from my Nokia 3210 using xda-Developers mobile app
Scrolling problem in Tapatalk is still there, unfortunately. Everything else works good
Gesendet von meinem SM-G901F mit Tapatalk
cloudx720 said:
Nice one! Can you overclock too with this kernel thanks
Sent from my SM-G901F using Tapatalk
Click to expand...
Click to collapse
i already add o.c.
putti71 said:
Scrolling problem in Tapatalk is still there, unfortunately. Everything else works good
Gesendet von meinem SM-G901F mit Tapatalk
Click to expand...
Click to collapse
i'm working on it.
MEGAX91 said:
i already add o.c.
i'm working on it.
Click to expand...
Click to collapse
Awesome
Sent from my SM-G901F using Tapatalk
Does it work with Mokee?
jfchadeyron said:
Does it work with Mokee?
Click to expand...
Click to collapse
No , but i'm planning to add a version for Mokee.
Sent from my SM-G901F using Tapatalk
Android2003 said:
Can u add yankactive governor?
sent from my Nokia 3210 using xda-Developers mobile app
Click to expand...
Click to collapse
i will add some more governors in next release.
Can u add yankactive governor?
sent from my Nokia 3210 using xda-Developers mobile app
new version with lot of optimations ( changes or on github ) :
http://uploadboy.com/g75iz23cgn6q/1457/zip
Installed without problems, working fine until now!! But i wasn't able to overclock cpu nor gpu...
Thank you very very muck for your kernel!!
GamerGuit said:
Installed without problems, working fine until now!! But i wasn't able to overclock cpu nor gpu...
Thank you very very muck for your kernel!!
Click to expand...
Click to collapse
use K.A ( kernel adiutor ) for CPU O.C :
http://8pic.ir/images/s38svpbpfo7u42n6kpka.png
settings
MEGAX91 said:
use K.A ( kernel adiutor ) for CPU O.C :
http://8pic.ir/images/s38svpbpfo7u42n6kpka.png
Click to expand...
Click to collapse
Apropos Kernel Adiutor...
What are your best ever Nagatobimaru Kernel settings?
Governor, schedulers, etc.. paramerets?
{
"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"
}
What KA do u use? I dont have these misc controls
sent from my Nokia 3210 using xda-Developers mobile app
Android2003 said:
What KA do u use? I dont have these misc controls
sent from my Nokia 3210 using xda-Developers mobile app
Click to expand...
Click to collapse
use the new version of my kernel.
new version with updated hotplugs ( changes or on github ) :
http://uploadboy.me/0jtr3xldku86/TW-27-05.zip.html
MEGAX91 said:
use the new version of my kernel.
Click to expand...
Click to collapse
I use it now. But no misc controls as in your screenshot.
Have u the original KA or the modded?
sent from my Nokia 3210 using xda-Developers mobile app
Android2003 said:
I use it now. But no misc controls as in your screenshot.
Have u the original KA or the modded?
sent from my Nokia 3210 using xda-Developers mobile app
Click to expand...
Click to collapse
http://www.mediafire.com/download/9glqz9w53p0j0r6/kernel_adiutor_beta.apk
* i replaced power suspend with state notifier so there is no more power suspend settings in misc tab *
ElementalX Kernel
for Elephone S7
{
"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"
}
ElementalX is designed for maximum stability. It is made for people who depend on their phone every day.
ElementalX has useful and well-tested features that make your phone better.
Features
Fingerprint fast wakeup option
RGB color control
Sweep2sleep
Adjust vibration
FIOPS, BFQ, CFQ, deadline, noop, zen, and SIO i/o schedulers
NTFS r/w and exFAT support
Option to disable fsync
performance and power optimizations
Compatible with systemless root
Currently, this is only partially supported by EX Kernel Manager. I will add support next update of the app.
Installation
1. Flash in recovery
For maximum compatibility with all ROMs, ElementalX uses your existing ramdisk.
Do NOT flash this over other custom kernels!
You should only flash ElementalX over the kernel that came with your ROM!!!
Stock/Stock-based ROMs (Android 6.+)
ElementalX-ES7-1.04
Google+ Community
Source code
Github
_____________________________________
Thanks.. I will try it leater..
Enviado desde mi Apollo_Lite mediante Tapatalk
flar2 said:
ElementalX Kernel
for Elephone S7
ElementalX is designed for maximum stability. It is made for people who depend on their phone every day.
ElementalX has useful and well-tested features that make your phone better.
Features
RGB color control
Sweep2sleep
Adjust vibration
FIOPS, BFQ, CFQ, deadline, noop, zen, and SIO i/o schedulers
NTFS r/w and exFAT support
Option to disable fsync
performance and power optimizations
Compatible with systemless root
It works for me, but try this at your own risk. I don't know much about Mediatak chips, which is the reason I have this phone.
Currently, this is only partially supported by EX Kernel Manager. I will add support next update of the app.
Installation
1. Flash in recovery
For maximum compatibility with all ROMs, ElementalX uses your existing ramdisk.
Do NOT flash this over other custom kernels!
You should only flash ElementalX over the kernel that came with your ROM!!!
Stock/Stock-based ROMs (Android 6.0.1)
ElementalX-ES7-1.00
Google+ Community
Source code
Github
_____________________________________
Click to expand...
Click to collapse
Hey, I flashed it without any problem.. But how I activate Sweep2sleep?..
Thanks
Enviado desde mi S7 mediante Tapatalk
FrankJHTC said:
Hey, I flashed it without any problem.. But how I activate Sweep2sleep?..
Thanks
Enviado desde mi S7 mediante Tapatalk
Click to expand...
Click to collapse
The AROMA installer is not working so you will have to use EX Kernel Manager or the command line.
echo 3 > /sys/sweep2sleep/sweep2sleep
flar2 said:
The AROMA installer is not working so you will have to use EX Kernel Manager or the command line.
echo 3 > /sys/sweep2sleep/sweep2sleep
Click to expand...
Click to collapse
Ok.. Thanks
Enviado desde mi Apollo_Lite mediante Tapatalk
what if i install this kernel and then i want to go back to stock ?
Finally mtk got enriched custom kernel, thanks for you work on mtk. @flar2
I really appreciate your work
pardalos said:
what if i install this kernel and then i want to go back to stock ?
Click to expand...
Click to collapse
Backup the boot.img in recovery.
ElementalX makes no other changes to your phone, just replaces the boot.img.
Version 1.03 adds fingerprint fast wake up option, to enable (or wait for the next update of EX Kernel Manager)
echo 1 > /sys/module/sunwavecorp/parameters/fast_wakeup
This will wake up your screen immediately when the fingerprint sensor is touched, including non registered fingers.
I have the elephone s7 rooted . Can i Flash the Kernel? Because I read this Kernel is for 6.0.1 and I have latest 6.0
tommek7688 said:
I have the elephone s7 rooted . Can i Flash the Kernel? Because I read this Kernel is for 6.0.1 and I have latest 6.0
Click to expand...
Click to collapse
Yes you can
Ok thank you.. flashed and run
Is it as easy as flash via twrp, after backup of boot.img ?
Sent from my S7 using Tapatalk
It's easy to flash the Kernel via Twrp. I made a full backup, install the Kernel and reboot.
I had since i've flashed the Kernel 2 random reboots. I don't know why... i will Test further and Report here
tommek7688 said:
I had since i've flashed the Kernel 2 random reboots. I don't know why... i will Test further and Report here
Click to expand...
Click to collapse
I've been using L speed. On stock. Is it worth using it on the custom kernel or shouldn't you.
Sent from my S7 using Tapatalk
tommek7688 said:
I had since i've flashed the Kernel 2 random reboots. I don't know why... i will Test further and Report here
Click to expand...
Click to collapse
Could you send me any files in /sys/fs/pstore/ immediately after a reboot?
nickzeptepi said:
I've been using L speed. On stock. Is it worth using it on the custom kernel or shouldn't you.
Click to expand...
Click to collapse
I don't know what u mean with L speed
tommek7688 said:
I don't know what u mean with L speed
Click to expand...
Click to collapse
https://play.google.com/store/apps/details?id=com.paget96.lspeed
Sent from my S7 using Tapatalk
nickzeptepi said:
https://play.google.com/store/apps/details?id=com.paget96.lspeed
Click to expand...
Click to collapse
I aktually don't use any Booster at playstore... i just juse Kernel adjustor for config. Just try it