[Request] Kernel Android 7 Nougat DPLT - Samsung Galaxy S7 Questions and Answers

Would it be possible to have a kernel Android 7 Nougat really stock please with just these things there :
1) Build with DPLT kernel source
2) Latest Linux version 3.18.46, is always up to date
3) SeLinux is set to permissive
4) All samsung related configs disabled (as knox, tima, restrict rooting)
With just these 4 points it could be a stock kernel and more optimized knowing that the rest can pose problem because the nougat kernel has been reviewed and corrected compared to the old version.
Hope to be able to have a core as mentioned I thank you in advance !

yes please I also really need what OP is requesting.
UMS enabler doesn't work unless SELinux is set to permissive..

maddada said:
yes please I also really need what OP is requesting.
UMS enabler doesn't work unless SELinux is set to permissive..
Click to expand...
Click to collapse
Have you not looked at the SuperStockKernel V2.0 :good:

Questions and requests do not belong to this section of S7 Threads. @sawdoctor kindly move this thread to the Questions section thank you.

Related

[Q] SElinux from enforcing to permissive

Anyway to change this? Phone is running android 5.0. I need SElinux to be permissive over enforced. I looked over the forums for a couple of hours and all threads about this are dated like 2013 and older. How do i change this if it can be done at all. I do not care about knox being tripped i just want to change it easier the better. Any help would be appreciated. Thank you.
Kethron said:
Anyway to change this? Phone is running android 5.0. I need SElinux to be permissive over enforced. I looked over the forums for a couple of hours and all threads about this are dated like 2013 and older. How do i change this if it can be done at all. I do not care about knox being tripped i just want to change it easier the better. Any help would be appreciated. Thank you.
Click to expand...
Click to collapse
I'm pretty sure you need to be rooted, once you do that you can you can get the app from the play store and change it
you do need to be rooted and just download app from this thread. http://forum.xda-developers.com/showthread.php?t=2524485
I do believe Google has removed all apps from Play Store that can change SELinux,,,
Kethron said:
Anyway to change this? Phone is running android 5.0. I need SElinux to be permissive over enforced. I looked over the forums for a couple of hours and all threads about this are dated like 2013 and older. How do i change this if it can be done at all. I do not care about knox being tripped i just want to change it easier the better. Any help would be appreciated. Thank you.
Click to expand...
Click to collapse
KT Kernel has a toggle built in to change SEIinux also.
You can get plenty of apps made by XDA members ,like SElinux mode by using search. You need root,obviously
Sent from my Nexus 5

Viper4android & lollipop not working

Hi,
Before anyone complains I have spent hours searching google and XDA and seem to find conflicting information so requesting assistance and clarification in regards to running viper4android on lollipop. My knowledge on android is limited so apologies if this is a silly question.
I have a SM-N915FY that was running viper4android until I upgraded to lollipop. My understanding is that viper4android requires SElinux to be set to permissive rather than enforcing in order to function? I'm not sure as to what the SElinux status was when using KitKat as it was functioning fine.
SElinux mode changer does appear to work on a stock due to KNOX, despite uninstalling the KNOX apps with titanium backup. In order to set SElinux to permissive do I need to wait/hope for a KNOX free kernal to be released for my device?
I've read that SElinux can be set to permissive on boot via init.d, has anyone managed to do this successfully?
Sent from my SM-N915FY using XDA Free mobile app
Not sure where you're getting this. I'm running viper4android fine on all my stock touchwiz devices on KitKat where SElinux is locked on enforcing.
Has something to do with lolipop
Sent from my SM-N915P
jooniloh said:
Not sure where you're getting this. I'm running viper4android fine on all my stock touchwiz devices on KitKat where SElinux is locked on enforcing.
Click to expand...
Click to collapse
He is completely right. Lollipop isn't letting it function like KK did. There had to be a kernel that allows permissive for it to work on lollipop.
I am patiently awaiting Samsung to release the source code for the t mobile edge, I lost my viper usage ever since I upgraded
misterwal10 said:
He is completely right. Lollipop isn't letting it function like KK did. There had to be a kernel that allows permissive for it to work on lollipop.
I am patiently awaiting Samsung to release the source code for the t mobile edge, I lost my viper usage ever since I upgraded
Click to expand...
Click to collapse
Yeah, I just read up about this. Of course, since we have pretty much no dev support, we'll probably not get custom kernels any time soon. Oh well. Just one more reason I'm staying on KK.
misterwal10 said:
He is completely right. Lollipop isn't letting it function like KK did. There had to be a kernel that allows permissive for it to work on lollipop.
I am patiently awaiting Samsung to release the source code for the t mobile edge, I lost my viper usage ever since I upgraded
Click to expand...
Click to collapse
The kernel source is already released. Check here. The problem is to compile it with SeLinux permissive. I struggle since few days to compile it but without success.
It boots but I loose baseband and it reboots every 1-2 minutes. My kernel thread is here if you have knowledge how to fix this problem, I will compile it also for N915T.
Best regards.
Guys look on the v4a main thread i looked ln and someone posted an init.d script that FINALLY allowed me to use v4a on lp again go maybe 5-6 pages back and if your phones dont have init.d support just search for 'init.d support for stock roms' good luck guys (also its very weird but se linux is still enforcing #1 and #2 v4a was installed by just regular install i.e not a system app and all my convolvers are working etc, im crazy excited and i dont want to mess with it but the tweaker in me just has too =^)

[Module][Development] Double Tap to Wake v2.0 [Guide too]

Hi fellow xda members!
I'd like to share with you something that I had been very curious about.
Well if the title hasn't already given it away, it's the generic version of Double Tap to Wake (for almost all devices)
And what's different is that I've studied, refactored and restructured the code myself to be more efficient, faster, and shorter.
As a result, I've decided to bump this good ol' kernel module to V2.0
First of all, huge thanks and respect to Dennis Rassmann who gave us the original dt2w v1.0 kernel module (for almost all devices)
Here's the precise changes :
1) Restructure (and rewrote parts) dt2w main function code.
2) Remove useless variables. It is possible to achieve the same thing with less space.
3) Rewrite the distance formula. Change it from rectangular linear to circular radial.
4) Remove unnecessary checks which are either always true or never reached.
5) Reduce space and time complexity for the algorithm.
6) Use vibrator call method AFTER queuing the pwr_on so that there is no delay between calling the vibrator and the power button emulation.
(Step 6 explained : Calling power method before vibrator is a UX tweak. When we call power method first, it queues the power command to the sched (or so I think what queue does) and we know the screen doesn't wake up immediately. So, while the screen is in the mid of waking, we next run the vibrator method. This causes the vibrator to react after the screen on is triggered, and that creates a feeling of spontaneity that the vibrator is running while the screen is turning on. In version 1, the vibrator starts vibrating before the display is even queued. This feels like it takes longer (although it doesn't, it's just a UX placebo))
Click to expand...
Click to collapse
Result : Final dt2w main function is about half the length of earlier one, and more effective.
Here is the source for DT2W v2.0 - https://github.com/tanish2k09/Doubletap2wake-2.0
Guide about how to add it :
---It's all already written in the README.md in github, it's better to check that instead---
Code:
Follow these steps if you have the good ol' v1.0 from dev Dennis Rassmann :
(For feasibility, I've added port-dt2w-functions.txt with all the necessary code)
(Also note : doubletap2wake.c has been referenced as dt2w.c just because I'm too lazy)
1) Replace the whole "detect_doubletap2wake" function from v2.0 to v1.0
2) Remove "calc_feather" function from v1.0 and place "calc_within_range" function from v2.0
3) Define "DT2W_RADIUS" in the beginning of dt2w.c, along with other defines. Copy from port txt.
4) Remove "DT2W_FEATHER" definition from the defines.
Optional step 5: Change Version, author, desc, etc. Find "/* Version, author, desc, etc */" and replace next 4 lines from port file.
6) Remove the third argument from all "detect_doubletap2wake" calls. Usually it's "true"
7) That's it! You're good to compile it now.
8) If it works nicely, make sure to give me a thanks on xda thread :D
Follow these steps if you don't even have the good ol' v1.0 from dev Dennis Rassmann :
1) Get dt2w-v1.0 by Dennis Rassmann and compile it successfully first.
2) Follow the steps in above part.
Note for mods :
In case you find this thread to be in the wrong subforum, please move it to the right section while informing me.
In case you find anything inappropriate according to xda forum rules, please contact me before taking any actions so I have a chance to correct any and all mistakes I might have commited.
I see @xanthrax is a forum moderator here. Please be kind enough to review the thread.
Edit : xanthrax moved the thread to appropriate subforum already and reviewed the thread and confirmed nothing wrong here.
It's available for Redmi Note 3 MTK?
GreatStorm said:
It's available for Redmi Note 3 MTK?
Click to expand...
Click to collapse
This is a general module.
The steps I have provided will work for all mtk phones.
Just ask any of your experienced kernel developers (or you yourself, if you're one of the Devs) to check my thread (and the GitHub source readme) to add it.
If you already have dt2w, this will work 100%
Feel free to contact me for any doubts. :laugh:
In some time I'll also post trace2sleep (or t2s) module.
any link for dt2w v1.0 kernel module ?
sougata7684 said:
any link for dt2w v1.0 kernel module ?
Click to expand...
Click to collapse
Unfortunately you'll have to search for GitHub commits "add dt2w".
I couldn't find a generic all-driver file itself, so you need to find the one with your driver.
ChinmayDalal said:
I saw some commits on GitHub on 3.10.xx kernels, but my device's dev told me that he already tried porting from 3.10.xx kernels.
He needs 3.18.xx kernels to port.
(MT6737)
Click to expand...
Click to collapse
This thread is just for dt2w module.
The device must have a working touch panel support for gestures before adding v2
module working on Samsung phones
Does this module work on any Samsung phones? I've got an s7 running Nougat via "The Galaxy Project" rom, the SuperKernel, and i'd really like this feature. The processor is an exynos8890.
I'd love to have this feature, miss it from my old g2.
tech927 said:
Does this module work on any Samsung phones? I've got an s7 running Nougat via "The Galaxy Project" rom, the SuperKernel, and i'd really like this feature. The processor is an exynos8890.
I'd love to have this feature, miss it from my old g2.
Click to expand...
Click to collapse
Ask a kernel developer for your device to do that and maybe link him this thread.
Or, if you are one yourself, check the instructions on the linked GitHub page. It's really not difficult at all if you've had since experience with kernels.
doubletap2wake
Where can I get the doubletap2wake v1.0 code that seems like a prereq?
tech927 said:
Where can I get the doubletap2wake v1.0 code that seems like a prereq?
Click to expand...
Click to collapse
I guess you can find it in almost every custom kernel on GitHub, according to your chipset of course.
The most important part is configuring the touch panel to be active and receive input even with screen off. That, however, should be no difficulty for an experienced kernel maintainer
Sent from my Samsung Galaxy J1 Ace using XDA Labs
Hi......may I know if this works with Sony XA1 Ultra? It uses Helio P20.......
eddie24902005 said:
Hi......may I know if this works with Sony XA1 Ultra? It uses Helio P20.......
Click to expand...
Click to collapse
If you already have a custom kernel with dt2w working then this upgrade will work too
tanish2k09 said:
I guess you can find it in almost every custom kernel on GitHub, according to your chipset of course.
The most important part is configuring the touch panel to be active and receive input even with screen off. That, however, should be no difficulty for an experienced kernel maintainer
Click to expand...
Click to collapse
OK I'm new to android kernel development and I'm having my mind melt trying to add the v1 code.
Could you please write a tutorial or make a complete d2w api without needing to hunt for codes. Thanks.
xDoge said:
OK I'm new to android kernel development and I'm having my mind melt trying to add the v1 code.
Could you please write a tutorial or make a complete d2w api without needing to hunt for codes. Thanks.
Click to expand...
Click to collapse
I could and I would if I had time. Just rolled into the fall sem so I'll be a LOT busy. Sorry
tanish2k09 said:
I could and I would if I had time. Just rolled into the fall sem so I'll be a LOT busy. Sorry
Click to expand...
Click to collapse
Why don't you rollback with sem reset hard.
Sorry for double post. XDA app messed the post.
xDoge said:
Why don't you rollback with sem reset hard.
Click to expand...
Click to collapse
Gesendet von meinem SM-G950F mit Tapatalk
may I ask. My device already have featur dt2w/dt2s and sweep up to wake on settings (in Zenmotion). But, unfortunately when I use custom rom this feature gone. Can I use this file to bringing back that feature (dt2w/dt2s)? or maybe adding SU2W too? please help. My device is X00RD

[ROM][SE][8.0][TREBLE][SM-A530F/A730W/A730F]A7 2018 Port Rom V1.0

A7 2018 PORT ROM​
You are NOT allowed to use any part of this rom without my permission! All the apps and stuffs contains my sign So Beware!!​First you have to treble your device from here
If you appreciate the work i have done, Feel free to buy me a cup of coffee @Paypal ​
Some information you should know..
This is a full A7 2018 port with Treble android version 8.0
If you want to report a Bug, read the F.A.Q First Then provide a logCat OR LoggingKit.zip with detailed explanation
Read the instructions and the F.A.Q Before installing the rom or posting a reply.
You are not allowed to use this base, if you want to make rom, "DIY"
Any sort of File Kanging will be reported without hesitation.
RULES OF POSTING : READ everything before commenting, And especially the install steps, the rom has been tested thoroughly for a long time, so if you have an critical issue like not booting or no sim, you missed the instructions, posts that are irrelevant to this project will be ignored(Constructive criticism is welcomed). If you do face a new bug however, dont just say "hey bug here" provide more information, and a LOGCAT, bug reports without logcats will most likely be ignored.
FEATURES
- Android 8.0
- Odex System
- Slightly debloated
- Zipaligned
- Optimized for battery and performance
- Full Samsung experience 9.0 without missing vital apps
- And all the goodies Oreo brings
- Based on A750FNPUU1ARK4
- Contains all features from A7 2018 minus hardware specific ones
- All the original features are present (Wifi,Bluetooth, basic camera etc)
Project Treble Rom Features :-
- Full Treble support
- Navigation bar gestures
- AR stickers
- AlwaysOn Display(Aod Touch, Variable brightness)
- BluelightFilter
- BixbyVision
- Samsung DolbyAtmos
- Optimised for A8/A8+
- Many prop and feature tweaks
- DE-Knoxed and disabled Additoinal samsung root preventions and secuirty spams
- ODM Supported for middleEast , Europe And asian countries
- VoLTE Supported
- Uptodate APN Configration
- Exclusive samsung apps
- And many more additions
Quantum Custom Kernel v1 :-
- Basic Kernel to boot any Rom
- based on A750FNPUU1ARK4 ramdisk
- Full treble ramdisk
- Supports 8.0 and 8.1
- Samsung Security Disabled
- Disabled more knox and logging
- Init.D Support
- Other minor improvments
INSTALL STEPS
ensure you have LATEST TREBLE TWRP
Download and copy the ROM to your device external SDcard (preferred)
Wipe everything (SYSTEM,VENDOR,DATA,CACHE,DALVIK and preferably Internal storage all together)
Flash the ROM.ZIP
VERY IMPORTANT
DONT FLASH MAGISK BEFORE FIRST BOOT !
Setup your rom and READ the F.A.Q for more information.
BUGS
Samsung camera video recorder (third party recorder apps work)
CREDITS
- @Griffin98 , @lzzy12 , @somadsul , @TaifAljaloo , @ananjaser1211 for all their support and contribution
Downloads. Changelogs , F.A.Qs below​
XDA:DevDB Information
A7 2018 Treble, ROM for the Samsung Galaxy A8 (2018)
Kernel Source Code: https://github.com/prashantpaddune/universal7885
Contributors
prashantp01
ROM OS Version: 8.x Oreo
ROM Kernel: Linux 4.x
Version Information
Status: Stable
Current Stable Version: v1
Stable Release Date: 2019-01-30
Created 2019-01-30
Last Updated 2019-01-30
DOWNLOAD
Come hang with us on our chat : Telegram
----------------------------------------------------------------
Treble Rom V1 based on A7 2018 port[LATEST]
Initial Release
Google Drive : Download
----------------------------------------------------------------
CHANGELOG
V1.0
-initial release
FAQ
Good idea to read this F.A.Q While the rom is installing
Q : This rom supports full treble?
A : Yes, this rom support full treble from A7 2018
Q : If I want to flash GSI, what i have to do?
A : If u planned to flash GSI, just flash this base, and then flash your GSI image from twrp
Q : Phone took alot of time to boot, and is very laggy
A : pay attention to install steps and Don't flash Magisk before first boot
Q : I dont see any EDGE panels after installing
A : Simple, I didn't added
Q : How is battery Life ?
A : With some tests and some cycles, it will be better than stock due to optimzations
Q : What to do after the rom is setup ?
A : Go to samsung apps, let the phone update everthing
Good job sir
Just got it set up and... i am treble ready? No way!
There is definitely a positive change in response times and obviously much better use of hardware. Rooted no prob after a long first run and installed after 3 boots. Nice!
mindlery said:
Just got it set up and... i am treble ready? No way!
There is definitely a positive change in response times and obviously much better use of hardware. Rooted no prob after a long first run and installed after 3 boots. Nice!
Click to expand...
Click to collapse
now that you installed treble fully, you can install GSIs from the treble forums but there is one problem with pie GSIs, some GSIs dont work because of some kind of overlays.. here's a list of GSIs that work and dont work
Avoid these GSIs:
ViperOS (Pie)
Pixel Dust (Pie)
PixelExperience (Pie)
Resurrection Remix (Pie)
HavocOS (Pie)
Liquid Remix (Pie)
MIUI (Oreo)
Oxygen OS (Oreo)
XenonHD (Oreo)
GSIs that work:
Phh-Treble (Pie/Oreo)
AOSP Extended (Pie (6.0)/Oreo)
AOSiP (Pie)
Descendant (Pie)
Bootleggers (Oreo)
Resurrection Remix (Oreo)
Lineage OS (Pie)
Ok nice. Kinda all over the place here. This is crazy. Only because i'm going to try all the ones suggested
Oh. My. God. This is AMAZING! My A8 is gone!
mindlery said:
Oh. My. God. This is AMAZING! My A8 is gone!
Click to expand...
Click to collapse
what do you mean by "gone" ?
587.saboor said:
what do you mean by "gone"
Click to expand...
Click to collapse
Ha. So I've probably tried close to 10 gsi's now and while some were decent, there so far has always been something that makes it unreasonable to stick with.
There's a lot more choices, that's for sure. I was really hoping to nail the rr 9.0 but don't have the patience to fix the partition issue.... so now I am looking at a cool glowing arrow with hopes of no vendor error message at the welcome screen. The install was easy. No idea if this glowing arrow is going to get tired and let me have a spin at it....
Can I use it without root? I mean i don't want to have the phoe rooted for some apps. Thank You.
is it normal that my Device now shown as A730F ?
also i noticed a performance decrease
You are NOT allowed to use any part of this rom without my permission! All the apps and stuffs contains my sign So Beware!!
Click to expand...
Click to collapse
Just a reminder that certain parts of Android, including but not limited to the Linux Kernel, are licensed under the GNU GPL and other free/open source licenses. You can't say stuff like that.
Other stuff to take note of:
https://forum.xda-developers.com/android/software/mandatory-xda-developers-gpl-t3663172
https://forum.xda-developers.com/android/software/mandatory-development-forum-rules-t3663179
Not trying to attack you, just pointing out that our efforts go further when people share their work.
Someone_Somewhere said:
Just a reminder that certain parts of Android, including but not limited to the Linux Kernel, are licensed under the GNU GPL and other free/open source licenses. You can't say stuff like that.
Other stuff to take note of:
https://forum.xda-developers.com/android/software/mandatory-xda-developers-gpl-t3663172
https://forum.xda-developers.com/android/software/mandatory-development-forum-rules-t3663179
Not trying to attack you, just pointing out that our efforts go further when people share their work.
Click to expand...
Click to collapse
well kernel is OSS, they have rights to do whatever they want to do with sources, as sources are also linked in the thread. TW isn't OSS, if u Think samsung TW is open sources provide me sources links and i make my rom oss
Someone_Somewhere said:
Just a reminder that certain parts of Android, including but not limited to the Linux Kernel, are licensed under the GNU GPL and other free/open source licenses. You can't say stuff like that.
Other stuff to take note of:
https://forum.xda-developers.com/android/software/mandatory-xda-developers-gpl-t3663172
https://forum.xda-developers.com/android/software/mandatory-development-forum-rules-t3663179
Not trying to attack you, just pointing out that our efforts go further when people share their work.
Click to expand...
Click to collapse
prashantp01 said:
well kernel is OSS, they have rights to do whatever they want to do with sources, as sources are also linked in the thread. TW isn't OSS, if u Think samsung TW is open sources provide me sources links and i make my rom oss
Click to expand...
Click to collapse
So if TW is closed sources i have rights to protect my works from kanging, and quote clearly says `You are NOT allowed to use any part of this rom without my permission! All the apps and stuffs contains my sign So Beware!!` which means u can use but first you have to take my permissions as it's not OSS. Hope you understand and do more research regarding this `
Joseluize said:
Can I use it without root? I mean i don't want to have the phoe rooted for some apps. Thank You.
Click to expand...
Click to collapse
yes, u can root/unroot rom it's upto users
Ztiffn said:
is it normal that my Device now shown as A730F ?
also i noticed a performance decrease
Click to expand...
Click to collapse
Device shown A730F is normal if u want u can change your model name u can change it from device info
also issues regarding performance , there is no such issues. Performance and battery is way better from our stock
prashantp01 said:
yes, u can root/unroot rom it's upto users
Device shown A730F is normal if u want u can change your model name u can change it from device info
also issues regarding performance , there is no such issues. Performance and battery is way better from our stock
Click to expand...
Click to collapse
thank you for the reply
i tried AOSP Phh-Treble today and got again the same feeling compared to this rom, this rom feels a bit "laggy". Don't get me wrong, it's not perma, it happens when i scroll realy quick...maybe it seems to me subjectively like that :cyclops:
atm i got two other issues:
the device didnt't get recognized if i connect it with usb to pc. only in recovery mode.
the developer options crash everytime if i try to open
Ztiffn said:
thank you for the reply
i tried AOSP Phh-Treble today and got again the same feeling compared to this rom, this rom feels a bit "laggy". Don't get me wrong, it's not perma, it happens when i scroll realy quick...maybe it seems to me subjectively like that :cyclops:
atm i got two other issues:
the device didnt't get recognized if i connect it with usb to pc. only in recovery mode.
the developer options crash everytime if i try to open
Click to expand...
Click to collapse
Well if u said aosp phh.... Then its not my rom... Report to phh...what i have made is just vendor for this device
treble roms
i have tried multiple treble roms but this is the only one that doesnt have problems and actually has the samsung apps. i was about to untreble my device until i found this rom. anyways wanted to say thanks and good job. i hope soon there will be a samsung pie rom.
stringman666 said:
i have tried multiple treble roms but this is the only one that doesnt have problems and actually has the samsung apps. i was about to untreble my device until i found this rom. anyways wanted to say thanks and good job. i hope soon there will be a samsung pie rom.
Click to expand...
Click to collapse
These roms are laggy only at the start give it 10 hours they calm down.

[KERNEL] CKEH9 Custom Kernel Based on EMUI 9 Source for the Honor 9

CKEH9​Made for the Huawei Honor 9 based on EMUI9 sources​
I began this project because i wanted to bring the joy i felt from having JBolho's work on my Honor 9 with EMUI 8, and since he no longer owns the Honor 9, i wanted to bring some joy for those who appreciated his work, since my work is basically me cherry-picking some of his work.​
By saying this i'm not saying i'm an expert in the custom kernel world, it's the opposite, i'm a noob, curious enough to try my luck and see what i can achieve.​
For me this part is not necessary to include because all of you who try to flash either custom kernel, custom ROM or any kind of modification, should be aware of the risk and take full responsibility for your actions. So, that being said, i'm not responsible for your actions, try this at your own risk and responsibility. Don't complain about bricks, or any other kind of problems you might have from flashing this kernel. Be aware that your warranty is voided after you unlock your bootloader, flash kernels, roms and others.​
Features​
- Advanced TCP Algorithms with "Westwood" Default
- Huawei's Analytics Engine disabled
- Swap and zram disabled
- Maple, SIOPlus and Zen additional I/O Schedulers
- GPU Scene Aware (set as default)
- Energy Aware Scheduling (EAS) with "Schedutil" CPU Governor, Schedutil set as default
- Reduced Kernel Wakelock Sources​
Requirements​
- Unlocked Bootloader
- Rooted EMUI 9
- SD Card​
Instructions​
- Place kernel in external storage (SD Card)
- For flashing, i'm using EX Kernel Manager from playstore (it's a paid app)
In the Ex Kernel Manager go to:
Tools
Flasher
​
This is currently only being tested in OpenKirin's RR based on EMUI9​
DOWNLOAD IT HERE​
CKEH9. Click Me!
XDA:DevDB Information
CKEH9, Kernel for the Honor 9
Contributors
HugoClaw, JBolho, All the people who contributed to JBolho's work on Proto Kernel
Source Code: https://github.com/Hugoclaw/CKEH9
Kernel Special Features:
Version Information
Status: Testing
Current Beta Version: 1.0
Beta Release Date: 2019-05-11
Created 2019-05-11
Last Updated 2019-07-19
My English not very well. I am from Russia.
Hello! please tell me! Will there be support IPTABLES, which is necessary for fixing TTL?
Great! Glad to see something new happening in development on my H9, this could make me update to Pie again, since the first time I tried it i felt Oreo was a lot more fluid with JBolho kernel than Pie with stock.
diffgas said:
My English not very well. I am from Russia.
Hello! please tell me! Will there be support IPTABLES, which is necessary for fixing TTL?
Click to expand...
Click to collapse
I'm sorry, but i don't know how i can do that, can you help me understand it? Or maybe send me a link of an implementation.
dante. said:
Great! Glad to see something new happening in development on my H9, this could make me update to Pie again, since the first time I tried it i felt Oreo was a lot more fluid with JBolho kernel than Pie with stock.
Click to expand...
Click to collapse
Try it out and give me your feedback
I have a link where you can find instructions to include TTL with IPTABLES rule. But it is written in Russian. I would really like to learn how to do it all myself, but my hands are very crooked!((
Why is there no one here?
Can this work for P10 since it has same SOC ?
madoxx77 said:
Can this work for P10 since it has same SOC ?
Click to expand...
Click to collapse
At the moment, no. I still have to make a build for the P10
Honor 9
My greeting! Tell me please, will there be any support in the development of your custom kernel for EMUY9 stock firmware? I'm sorry for the translation, I'm from Russia.:скрещенные пальцы:
NOVOSEL said:
My greeting! Tell me please, will there be any support in the development of your custom kernel for EMUY9 stock firmware? I'm sorry for the translation, I'm from Russia.:скрещенные пальцы:
Click to expand...
Click to collapse
Hello,
Yes, this kernel is supported on stock firmware
BTW - Version 1.2 is out.
HugoClaw said:
Hello,
Yes, this kernel is supported on stock firmware
BTW - Version 1.2 is out.
Click to expand...
Click to collapse
Great! Thank you for your hard work! Everything works fine on EMUI 9 firmware drain 163 (stf l09 c10)
Tell me please, the rule of iptables included for fixing TTL?
Will it work on 9.1?
HugoClaw said:
CKEH9
Made for the Huawei Honor 9 based on EMUI9 sources
I began this project because i wanted to bring the joy i felt from having JBolho's work on my Honor 9 with EMUI 8, and since he no longer owns the Honor 9, i wanted to bring some joy for those who appreciated his work, since my work is basically me cherry-picking some of his work.
By saying this i'm not saying i'm an expert in the custom kernel world, it's the opposite, i'm a noob, curious enough to try my luck and see what i can achieve.
For me this part is not necessary to include because all of you who try to flash either custom kernel, custom ROM or any kind of modification, should be aware of the risk and take full responsibility for your actions. So, that being said, i'm not responsible for your actions, try this at your own risk and responsibility. Don't complain about bricks, or any other kind of problems you might have from flashing this kernel. Be aware that your warranty is voided after you unlock your bootloader, flash kernels, roms and others.
Features
- Advanced TCP Algorithms with "Westwood" Default
- Huawei's Analytics Engine disabled
- Swap and zram disabled
- Maple, SIOPlus and Zen additional I/O Schedulers
- GPU Scene Aware (set as default)
- Energy Aware Scheduling (EAS) with "Schedutil" CPU Governor, Schedutil set as default
- Reduced Kernel Wakelock Sources
Requirements
- Unlocked Bootloader
- Rooted EMUI 9
- SD Card
Instructions
- Place kernel in external storage (SD Card)
- For flashing, i'm using EX Kernel Manager from playstore (it's a paid app)
In the Ex Kernel Manager go to:
Tools
Flasher
This is currently only being tested in OpenKirin's RR based on EMUI9
DOWNLOAD IT HERE
CKEH9. Click Me!
XDA:DevDB Information
CKEH9, Kernel for the Honor 9
Contributors
HugoClaw, JBolho, All the people who contributed to JBolho's work on Proto Kernel
Source Code: https://github.com/Hugoclaw/CKEH9
Kernel Special Features:
Version Information
Status: Testing
Current Beta Version: 1.0
Beta Release Date: 2019-05-11
Created 2019-05-11
Last Updated 2019-07-19
Click to expand...
Click to collapse
I need new link for this.
:/
NOVOSEL said:
Great! Thank you for your hard work! Everything works fine on EMUI 9 firmware drain 163 (stf l09 c10)
Click to expand...
Click to collapse
Sir do u still have the file for this kernel
Are you still developing this project now?

Categories

Resources