[KERNEL][STABLE][TW][6.0.1][Aug 13][V1.3.1] Jesse Kernel for S7 Edge/Flat - Samsung Galaxy S7 Edge (Exynos) ROMs, Kernels, Rec

Thread under construction.
Telegram Group:
https://telegram.me/joinchat/AaNP4D9jSkt-Gac8_rfbHw
Main features:
Compiled with Linaro 6.1 Toolchain.
Linaro Stable Kernel 15.09 Merged.
Latest Google Kernel-Common Merged.
Latest Linux Stable 3.18.y branch Merged.
MNGS: OC to 2x2.8GHz,UC to 0.5GHz; A53: OC to 1.8GHz
Exynos MP voltage control
Zen-Tune v4.5
Fading LED and LED Controls
Ofast Optimizations.
I/O scheduler improvements
Scheduler improvements
Linaro's Power Efficient Workqueue.
DVFS improvements. (automatic reset to prevent cpufreq_(min,max)_limit getting stuck)
Binder Improvements.
CPUidle improvements.
Backport latest crypto algorithm.
Backport latest random driver.
Details could be found in Github commits page:
https://github.com/jesec/android_kernel_samsung_universal8890/commits/tw-6.0
Contributors:
https://github.com/jesec/android_kernel_samsung_universal8890/graphs/contributors
BUG:
NULL
Download:
All Exynos-based S7 Edge including G935S/K/L is compatiable with this kernel.
But I only test it on my G935F.
https://www.androidfilehost.com/?fid=24651430732235844
Old Version:
View attachment G935-JESSE-KERNEL-V1.0.3.zip
View attachment G935-JESSE-KERNEL-V0.6.zip
Answer to question like "Did this kernel compatible with xxx ROM" should be always "YES".
Feedback if this kernel could not boot with the ROM you choose but DO NOT ask question like this anymore. Thanks.
For ROM developers:
Feel free to add this kernel to your ROM.
You don't have to ask for my permission.
Place my Kernel to /kernel/jesse-kernel.zip.
And then add these to your script.
Code:
package_extract_dir("kernel", "/tmp/kernel");
run_program("/sbin/busybox", "unzip", "/tmp/kernel/jesse-kernel.zip", "META-INF/com/google/android/*", "-d", "/tmp/kernel");
run_program("/sbin/busybox", "sh", "/tmp/kernel/META-INF/com/google/android/update-binary", "dummy", "1", "/tmp/kernel/jesse-kernel.zip");
NOTICE:
Patch to fingerprint problem is not in kernel space, instead, it is in system space.
Thanks for your support to GPL, but it is fair to copyright a system space patch.
Patch to fingerprint problem is copyrighted and under Apache 2.0 license.
According to Apache 2.0 License, please give me proper credit.
Failure to comply may lead to prohibition of the use of this method to fix fingerprint problem.
Any GPL breaker are not allowed to use this patch.
Support:
Click Thanks! to show your appreciation to my works.
Source Code: https://github.com/jesec/android_kernel_samsung_universal8890.git
Screenshots:
Power Efficiency(provided by a user)
{
"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"
}
Geekbench Score(Ran just now without any special tweaks)
(Varies from 6400 to 7000)
Geekbench Score(Benchmark Configs)

Changelogs:
Version 1.3.1 changelog:
1. Backported Chacha20-based random driver from Linux 4.8, 15x random generator performance.
2. Updated GPU driver to r12p0. (20% graphics performance improvement)
3. Merged latest stock kernel.
Note that you can NOT switch to another kernel WITHOUT reflash the ROM after flash this version unless they update the GPU driver.
V0.6->V1.3 Changelog:
Work in Progress.
V0.6 Changelog:
Linux 3.18.35 Merged.
Frequency table stabilized.
Hotplug latency reduced.
Big and little core UC to 300MHz.
Interactive governor latency reduced.
V0.5:
Switch to Linaro 6.1 ToolChain
Determine whether OC or not by ASV level
Code:
New policy:
For Grade D,E phones (asv_big < 7), use stock freq_table: 2.7GHz (2 cores online),2.5GHz (4 cores online)
For Grade C (asv_big < 11) phones, use mid OC freq_table: 2x2.8GHz,4x2.6GHz
Grade A,B (asv_big >= 11) phones? That's amazing, let's unleash the Exynos: 2x2.9GHz,4x2.8GHz
Fingerprint Boost (no lags anymore)
Fading LED when charging
V0.3.1:
External SD card issue fixed.
Add Fading LED and LED Controls
2 binder improvements
Disable software CRCs (+30% Performance)
readahead and int_sqrt optimizations
V0.3: (First Public Release)
Enable TEE and FP sensor again. (FP fixed)
SPI improvements.
CFQ I/O scheduler improvements. (Make CFQ default to IOPS mode to reduce 60% I/O latency)
Implement zen-tune v4.5 and enable by default. (50% scheduler latency reduced)
Code:
Allow lockless wakeup:
nr_thrms-beforems-after
16 0.05900.0215
32 0.03960.0220
48 0.04170.0182
64 0.05360.0236
80 0.04140.0097
96 0.06720.0152
Memory Management Improvements
V0.2:
Add Exynos MP voltage control
MNGS: OC to 2x2.8GHz; A53: OC to 1.8GHz
Disable TEE
Merge remote-tracking branch 'google-common/android-3.18'
Linux 3.18.33 -> 3.18.34
DVFS improvements. (automatic reset to prevent cpufreq_(min,max)_limit getting stuck)
Add Frandom and use it in file system.
CPUidle improvements.
Backport latest crypto algorithm.
Backport latest random driver.
MNGS: OC to 2.7GHz,UC to 0.5GHz
Merge tag 'lsk-v3.18-15.09-android' of linaro-lsk
V0.1
add compiler-based optimizations
Merge Linux 3.18.33

What's the next? (Upcoming features)
1. Port CAF HMP and CAF interactive governor.
2. Dynamic Thermal Control(IPA) from ARM.
3. Perfect GPU overclocking.
Future:
Port Energy Aware Scheduler from Linaro.
(I need an accurate energy model before I could port EAS)

Thanks for your hard-work and finally see the first customer kernel with FP function come to s7 edge community!

Fantastic work Jesse!! Congratulations on posting the first custom kernel with fingerprint support!
I will test it right away.

Could You add 930F Support? (Flat S7)

krogoth said:
Could You add 930F Support? (Flat S7)
Click to expand...
Click to collapse
I will try to make one tomorrow.

Jesse Chan said:
I will try to make one tomorrow.
Click to expand...
Click to collapse
Can you add ROW scheduler?
Gesendet von meinem SM-G930F mit Tapatalk

Full synapse working ?

iamnotkurtcobain said:
Can you add ROW scheduler?
Gesendet von meinem SM-G930F mit Tapatalk
Click to expand...
Click to collapse
I will add it in later versions.
ManDone.vRs said:
Full synapse working ?
Click to expand...
Click to collapse
No synapse support yet.

But sd card is not detecting after installing the kernel
Sent from my SM-G935F using Tapatalk

sagarb said:
But sd card is not detecting after installing the kernel
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
I don't use a SD card now.

I will try it asap.
Good Job!!

Jesse Chan said:
I don't use a SD card now.
Click to expand...
Click to collapse
But I'm using sd card it's not detecting please look in next release kernel is blazing fast I'm using this with king rom ty for awsome work and congrats for first kernel with FP working [emoji106]
Sent from my SM-G935F using Tapatalk

Great work getting the kernel out won't use until SDCard is working though, but still, well done on getting the kernel booting

Jesse Chan said:
I will try to make one tomorrow.
Click to expand...
Click to collapse
hi Jesse-Chan,
nice seeing you here.
I have now a S7 flat.
waiting for your version of kernel.
thanks.

karl0ss said:
Great work getting the kernel out won't use until SDCard is working though, but still, well done on getting the kernel booting
Click to expand...
Click to collapse
sagarb said:
But I'm using sd card it's not detecting please look in next release kernel is blazing fast I'm using this with king rom ty for awsome work and congrats for first kernel with FP working [emoji106]
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
sagarb said:
But sd card is not detecting after installing the kernel
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
I will buy a Micro SD card and then fix this problem soon.
stefanz08 said:
hi Jesse-Chan,
nice seeing you here.
I have now a S7 flat.
waiting for your version of kernel.
thanks.
Click to expand...
Click to collapse
Kernel for S7 Flat will release tomorrow.

Wow sounds great!
any plans for implementing D2TW?

@Jesse Chan absolutely great job and a huge many thanks to you...you deserve much much credit
"And on that bombshell!"
Sent from my Gorgeous Echoe driven AEL Kernel Powered G935F

@Jesse Chan. Looks good. Awesome.
Sent from my SM-G935F using XDA-Developers mobile app

Related

[KERNEL][SEP 12][N801X] Zeus Kernel 4.0 I ExFat Support I CPU & GPU OC/UV I I Mods I Zram I

[KERNEL][SEP 12][N801X] Zeus Kernel 4.0 I ExFat Support I CPU & GPU OC/UV I I Mods I Zram I
{
"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"
}
READ, READ, READ before downloading, flashing, or posting questions
YOU are responsible for what you do to your phone.
Not all phones and chips are created equal meaning some phones will not handle Overclocking or Undervolting as well as others.​​
Zeus Kernel Features:
Compiled from Samsung N8013 Source
Compatable with Samsung Touchwiz JB roms
Linux Kernel Version 3.0.42
Built with Stock Linaro Toolchain 4.4.3
Full Samsung ExFat SD Support (64GB SD)
Ability to Overclock to 1600mhz
Voltage Control
GPU Control
Adaptive Body Bias Support
Boeffla Sound Engine Support
Triangle Away Support
Enabled ARCH Power
Faster USB charging
Faster Virtual Memory Read Ahead
Dynamic FSync Control
ZRam Support and Edits
Ramdisk Tweaks
init.d support
Busybox (/sbin)
Adb unsecured
Updated Adb, Adbd, Busybox and more...
Disabled Wifi multicast for lower battery drain
Disable Android Kernel Logging for better performance
Advanced Power Emulation
Black Crush Fix and MMC-Cap Bug Protection
Increased timeout for some bad sdcards
TCP, CPU Power optimizations and fixes
Clean Display Name in Settings
Many Miscellaneous Optimizations and fixes
Added Governors
-Zzmoove
-Lulzactiveq
-Pegasusq
-Conservative
-Powersave
-Userspace
Added Schedulers
-Zen
-Sio
-Row
CFQ is default scheduler
Pegasusq is default governor
Deadline sheduler edits
Improved Performance
Smooth
Improved Battery Life
​
Downloads
Zeus Kernel 4.0
Older Builds:
Zeus Kernel V1
Zeus Kernel 2.0.0
Zeus Kernel 3.0
A big thanks to ptmr3, Yank55-lu, AndreiLux, Faux123, civato, AndiP and all those i have credited in my commits!
Source : Github
ROM Developers- You are more than welcome to use this kernel in your rom, just throw me some credit in your OP, Thanks!
Hit the THANKS :good: button or consider a Donation if you like my work! ​
XDA:DevDB Information
[KERNEL][N8013/8010] Zeus Kernel 4.0 I Modded and Customizable, a Kernel for the Samsung Galaxy Note 10.1
Contributors
sbreen94
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: 4.0
Stable Release Date: 2013-09-12
Created 2013-09-05
Last Updated 2013-09-12
Changelog:
5/24
Zeus Kernel v1
Initial Release for N8013
7/1
Zeus Kernel 2.0.0
Zram enabled
Increased timeout for some bad sdcards
Ramdisk Tweaks
Add init.d support
Add Busybox (/sbin)
Adb unsecured
Updated Adb, Adbd, Busybox and more...
Disabled Wifi multicast for lower battery drain
8/24
Zeus Kernel 3.0
Upgraded to Linux Version 3.0.40
Added Zzmoove Governor (really good battery saving gov)
Tweaked up threshold in pegasusq governor
Fixed charging voltages thanks to xda user in this thread!
Disabled Android Logger by default
Reduced Battery monitor wakelock timeout
Increased Virtual Memory read ahead
Added many optimizations to the Zram Functionalities
Enabled ARCH Power
Added GPU Control
Removed Debugging from wifi, cifs and ntfs modules
Fixed up Dynamic FSYNC
Added intial support for exfat module loading
Adaptive Body Bias Control Thanks to AndreiLux
CPU Frequencies according to load
Added MMC-CAP brick bug protection just to be safe
Doubled the flexrate
Added a ton of other optimizations
More to enjoy!
9/12
Zeus Kernel 4.0
Upgraded to Linux Version 3.0.42
Added Full Samsung 64gb SD Card ExFat Support!!!!
Added Boeffla Sound Engine 1.6.4 Support
Added A Memory Leak/fix
Cleaned up some code
Cleaned up Display name and local version strings area
More to enjoy!
I recommend using Trickster CPU Mod in Google Play to set your Governor/Scheduler and Cpu Max/Min and to Control your Voltages. It is a great app
For Best Battery Life I recommend Pegasusq Governor and CFQ or ZEN scheduler. You can READ more about other Governors HERE
Enjoy the Kernel and let me know what you guys think!
Running very smooth without any issue
Hiho, want to try it, is it working on the 8010, too?
Gesendet von meinem GT-N7105 mit Tapatalk 2
Great work.
Is it possible to enable the option to mount the device as external storage in USB ( USB mass storage mode ) rather than as MTP mode ?
Thanks
Awesome im your fan on the s3 rom
Sent from my SGH-T999 using xda premium
Oh my! Thank you for this.. gonna load it up!
pappschlumpf said:
Hiho, want to try it, is it working on the 8010, too?
Gesendet von meinem GT-N7105 mit Tapatalk 2
Click to expand...
Click to collapse
No clue. Make a backup and flash it and let me know if it is
Sent from my SCH-I535 using xda premium
Work very well on n8010.
Sent from my GT-N8010 using xda app-developers app
It's good to have you here, we need kernel developers, thanks.
The only problem I have with Zeus Kernel is that it's ejecting my extFAT formatted micro SD card.
Sent from my GT-N8013 using xda premium
Flashed ok on my N8010.No problems so far
Good to see you here.
Great work, glad to c the 8013 support. Thanks!
Tapped from an annihilated N10.1
What about - hyper - govermor ?
I have it in my sgs 2 and is working the best for me.
Low states and smooth.
Bro I flash it on N8010 and the kernel is too smooth and great but I have a question that when I benchmark my device i score only 3667 without any power saving mode
bilal.23 said:
Bro I flash it on N8010 and the kernel is too smooth and great but I have a question that when I benchmark my device i score only 3667 without any power saving mode
Click to expand...
Click to collapse
Benchmarks mean 0 hahhah.... I like to see the actual feel and performance of the device with the kernel
got this on my 8013 and although it is fast and smooth, i lose wifi. it acts like it is connected, but no traffic will go in or out. if I restore to stock kernel, my internet traffic will be fine.
anything i can do to help find why this is happening? (I am on Hyperdrive ROM - also using the kernel installer on that ROM causes this issue)
everything was installed on a clean wipe
Which tool you recomend to oc kernel?
Sent from my GT-N8013 using xda premium
Will I able to use apps2sd script after flasing this kernel?

[KERNEL][AOSP/STOCK][3.4.104][03/10/14] Phantom Kernel r5

{
"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"
}
Code:
#include
/*
* I am not responsible for bricked devices, dead SD cards, thermonuclear
* war, or the current economic crisis caused by you following these
* directions. YOU are choosing to make these modificiations, and
* if you point your finger at me for messing up your device, I will
* laugh at you.
*/
Some stuff to know about-!
Based on latest sources.
Updated to latest 3.4.104 upstream patches.
CPU Underclock up to 96 mhz.
Doubletap2wake bidirectional sweep2wake.
Universal KitKat rom support through anykernel updater script.
Merged many upstream patches.
Kexec hardboot support.
Patches to unix.
Powersuspend driver.
Stereo call recording support.
Use your Moto g as a USB keyboard or mouse. App- Play Store link
Sound Control.
Added high performance mode for headset.
Sweep2Dim driver.
Conservative devfreq driver.
Lots of other patches to devfreq and kgsl drivers.
Enabled hell load of more TCP congessions:
HTML:
* .westwood (default)
* .reno
*. bic
*. highspeed
*. hybla
*. htcp
*. vegas
*. veno
*. scalable
*. yeah
*. lp
*. illinois
Added frandom.
Added optimized ARM RWSEM algorithm.
System wide high priority power efficient workqueues for workqueue/PHYLIB/block/ASoC/regulator..
Compiled using latest Cortex A15 optimized Linaro 4.9 toolchain(smoothness redefined).
O4 optimizations.
Cortex A15 optimization flags.
Increased MM readahead to 256 kb.
LCD_KCAL with configurable kcal_min.
Vibrator intensity control.
Governors-
HTML:
interactive (default)
intelliactive (new)
conservative
ondemand
lionheart (new)
performance
ondemandplus (new)
intellidemand (new)
smartmax(new)
I/O Schedulers-
HTML:
row (default)
noop
deadline
cfq
bfq (new)
fiops (new)
sio (new)
tripNdroid
Added optimized AES and SHA1 routines.
....and much more stuff which I probably forgot. I am done with long and never ending features list, go ahead and check github.
P.S.S. Camera not working? No worry! Flash this- http://d-h.st/vHp
Toggles and controls for everything can be found in Trickster MOD app.
Issues-
-You tell.
Download link- http://forum.xda-developers.com/devdb/project/?id=5025#downloads
Instructions-
First flash a ROM if you haven't already as AOSP kernel is not provided in form of a boot.img
Flash zip through recovery
P.S. DO NOT POST BUG REPORTS IF YOU DIDN'T FLASH KERNEL ON A CLEAN INSTALL.
It is my request to you all that please do not spam the thread with general queries and Q&A. It is a development thread and only development related posts should be there.
GPL Compliance: https://github.com/shivamk11/android_kernel_motorola_msm8226/
Just a statement regarding kernel source: The Kernel Source is of course covered under GPL version 2. Free software does NOT mean no work or time was spent working on it. I have donated a large sum of my free time to this kernel. If you want to include my kernel in your project or use my source code, please mention it in your post, give proper credits.
Opensource does not mean 'Out-of-credit'
Thank you.
I would like to mention much more things but I don't like bloated OP's so I am keeping it short.
XDA:DevDB Information
Phantom Kernel, Kernel for the Moto G
Contributors
Shivam Kuchhal
Kernel Special Features: Stability is the best feature nowadays
Version Information
Status: Stable
Created 2014-07-19
Last Updated 2014-10-16
Reserved
Don't bother about asking these questions as I will ignore them:
What about CPU/GPU OC/UC/UV?
Useless patches.
Placebo effects.
Custom drivers.
Credits:
@RenderBroken @alin.p for their work on dt2w/s2w.
@savoca for his work on LCD_KCAL.
@skad00sh for banner.
Changelog:
v1:
Initial Release.
Reserved
Awesome...is there any plan of implementing cpu and gpu overclock along with fast charge?
I know you told all KitKat Roms are compatable I'm just still asking will it work with the official Paranoid Android
doomwithdon said:
Awesome...is there any plan of implementing cpu and gpu overclock along with fast charge?
Click to expand...
Click to collapse
Surprises are coming but can't confirm anything. Only features which prove to be stable in my testing will be there in final release of kernel.
siddharthnair96 said:
I know you told all KitKat Roms are compatable I'm just still asking will it work with the official Paranoid Android
Click to expand...
Click to collapse
Yep it works but make sure you're on latest build.
Thanks a lot mate...
Sent from my Moto G using XDA Free mobile app
will it work on stock 4.4.4 moto g rom?
siddharthnair96 said:
Thanks a lot mate...
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
Do post a review after trying.
OldYellowBricks said:
will it work on stock 4.4.4 moto g rom?
Click to expand...
Click to collapse
Nope, BTW thanks for reminding me. Added about it in OP.
Shivam Kuchhal said:
Do post a review after trying.
Sure once I reach home I'll flash use it for an hour and let you know... What's the normal battery drain ??
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
Shivam Kuchhal said:
Do post a review after trying.
Nope, BTW thanks for reminding me. Added about it in OP.
Click to expand...
Click to collapse
Has anyone tried with stock 4.4.4?
Sent from my XT1033 (Brazilian stock on Indian purchase, updated to 4.4.4)
Seems good, gonna give a try on crDroid- B10 XT1033
Sent from my Moto G using Tapatalk
jigar.in said:
Has anyone tried with stock 4.4.4?
Sent from my XT1033 (Brazilian stock on Indian purchase, updated to 4.4.4)
Click to expand...
Click to collapse
Seems not for stock :good:
Installing a virus :laugh: It doesnt seem to work with c-rom (ver 7.1)...when i flash it and reboot, it is stuck at the google bootloader screen (I have the asian dual sim version converted to gpe):crying:
pfufle said:
Installing a virus :laugh: It doesnt seem to work with c-rom (ver 7.1)...when i flash it and reboot, it is stuck at the google bootloader screen (I have the asian dual sim version converted to gpe):crying:
Click to expand...
Click to collapse
Yeah C-ROM isn't updated from long time. Not my fault. Use any recently updated ROM.
Shivam Kuchhal said:
Yeah C-ROM isn't updated from long time. Not my fault. Use any recently updated ROM.
Click to expand...
Click to collapse
Okay i think ill flash cr droid and then post my thought on the kernel...But i have a noob question...(pardon me for that ): How does the C-ROM update have anything to do with the compatibility of the kernel?
Great, another awesome kernel, we have more and more concurrency here
BTW. Can u please share your github in first post? would be nice to see what magic was put into ur code
Cheers.
pfufle said:
Okay i think ill flash cr droid and then post my thought on the kernel...But i have a noob question...(pardon me for that ): How does the C-ROM update have anything to do with the compatibility of the kernel?
Click to expand...
Click to collapse
@dhacker29 recently updated adreno and GPS blobs and made changes in kernel for their compatibility. That's why old ROMs aren't booting with latest up to date kernels.
fabus said:
Great, another awesome kernel, we have more and more concurrency here
BTW. Can u please share your github in first post? would be nice to see what magic was put into ur code
Cheers.
Click to expand...
Click to collapse
You can find it in downloads tab, dev-db uses different layout for everything.
You can find it in downloads tab, dev-db uses different layout for everything.
Click to expand...
Click to collapse
No downloads tab (yet)
Downloading to test...
edit: bootloop on my build. (synced yesterday)
edit2: tried flashing Pink Kernel over it, same result.
Putting back my backup and will look at it later....
martinusbe said:
No downloads tab (yet)
Click to expand...
Click to collapse
Oh now I see whats going on. It was a mistake on my part, anyways here's the link- https://github.com/shivamk11/android_kernel_motorola_msm8226/

[KERNEL][4 TW roms]CivZ_P900_Rev2.0-Lollipop(22/okt/2015)

Based on Samsung Official source​
Thanks to UpInThAir for his work on the S tablet. Most of his stuff is ported from his git.
I changed some stuff to make it work on our Tablet and I added some stuff.
CivZ-P900 Lollipop Kernel Download Folder.​
Stock lollipop kernel
KERNEL FEATURES source.
Install with custom recovery
[*]KNOX removed (container service, SecureStorage)
[*]SELINUX protection included but set at Permissive = No problems wit apps like Paragon and Titainium. and Viper4Android.
When you want to use Viper4Android you must block/disable the Samsung default player and block/disable the SoundAlive app
[*]INIT.D Support
[*]ARCH controllable
[*]SPen BOOSTER CONTROL @ bonuzzz
[*]INTERNAL & MEMORY VOLTAGE CONTROL @ Andreilux & halaszk
[*]MEMORY Frequency up to 933MHz
[*]OVERCLOCKING & VOLTAGE CONTROL CPU & GPU @ Andreilux & halaszk (CPU:200MHz up to 21000MHz / GPU: up to 677MHz)
[*]BFQ SCHEDULER ADDED
[*]WOLFSON DAC SOUND CONTROL ( Speaker and Headphone equalizer) @ Andreilux & oloendithias
[*]DYNAMIC READ AHEAD
[*]SAMSUNG DYNAMIC HOTPLUG CONTROL @ oloendithias
[*]EXTRA TCP WIFI CONNECTION OPTIONS
[*]SCREEN mDnie control @ Andreilux & Xluco
[*]NTFS READ WRITE SUPPORT (with paragon)
[*]WQ_POWER_EFFICIENT
[*]COMPILED WITH GCC 4.8 Google
[*]Frandom
[*]GPU Qos control, added control in synapse @ UpInTheAir
Extra Driver (device) support compared to the default kernel
[*]HID_LOGITECH/LOGIRUMBLEPAD2/LOGIWHEELS/HID_WIIMOTE/HID_WIIMOTE_EXT/XBOX_PAD/............
[*]USB_DUN_SUPPORT
[*]USB_OTG
[*]CIFS
[*]FULL CONTROL WITH SYNAPSE APP (Thanks to Andreilux for the app and UpInTheAir for most of the layout)
Some screens of the Synapse:
{
"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"
}
[*]etc.........
Changelog KERNEL:
16/07/2015 Rev1.1 Released
16/07/2015 Rev1.2 Released
Update GPU mif /int
Rev1.5 Released 03/sept/2015
Frandom added
Crypto Neon support added
L2TP support activated in the kernel
Compiled on GCC 4.8 Linaro
Writeback support added for smoothness
etc.........
Rev1.6 Released 05/sept/2015
Not released as this was tester.
Rev1.7 Released 05/sept/2015
Clean start from Latest Samsung source
Aim is stability
Powersuspend, Dynamic Fsync and DynamicWriteback removed as they are experimental.
Switched back to the stable GCC 4.7.4 Linaro
VPN bug fixed (tested myself with different VPN providers in system settings of the rom and not a app from the Playstore)
etc.........
Rev1.8 Released 07/sept/2015
Changed some GPU settings for the flickering problem on High CPU load and low battery.
SWAP READAHEAD
ZSWAP WRITEBACK
WQ_POWER_EFFICIENT
COMPILED WITH GCC 4.8 Google
Extra Driver (device) support compared to the default kernel
BRIDGE_NETFILTER
L2TP_V3 & L2TP_IP & L2TP_ETH & PPPOL2TP
CAIF & CAIF_USB
USB_NET_DM9601
DVB_CORE & DVB_NET &DVB_CAPTURE_DRIVERS DVB_STB0899/DVB_STB6100/DVB_STV090x/DVB_STV6110x/..............
HID_PID & USB_HIDDEV
HID_LOGITECH/LOGIRUMBLEPAD2/LOGIWHEELS/HID_WIIMOTE/HID_WIIMOTE_EXT/XBOX_PAD/............
USB_ACM
USB_WDM
USB_STORAGE_REALTEK
USB_DUN_SUPPORT
USB_OTG
USB_MICROTEK
MEMSTICK_SONY
CIFS
HFS_FS
HFSPLUS_FS
BFS_FS
UFS_FS
etc.........
Rev2.0 Released 22/okt/2015
Updated to H4 source & ramdisk
Reverted memory control
XDA:DevDB Information
CivZ_P900_Lollipop Kernel, Kernel for the Samsung Galaxy Note Pro 12.2
Contributors
civato
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: Rev1.1
Stable Release Date: 2015-07-16
Current Beta Version: Rev1.0
Created 2015-07-16
Last Updated 2015-10-22
Thank you
Sent from my SM-G925T using Tapatalk
Yay viper works again thx again
Sent from my SM-G925T using Tapatalk
Love the rom... however I get a "No UCI support detected" message when synapse starts up
...
Thanks again for your hard work!!!
morpheousrx said:
Love the rom... however I get a "No UCI support detected" message when synapse starts up
...
Thanks again for your hard work!!!
Click to expand...
Click to collapse
The rom @civato made does not come with this kernel. You will not be able to use Synapse until you flash this kernel.
I guess this is only working for P900, not P905?
StigOE said:
I guess this is only working for P900, not P905?
Click to expand...
Click to collapse
It is stated that way in the OP.
Civato,
Thanks for this great kernel and hard work! Installed on my rooted P900 and works so far great. AND it fixes the BT issue with the Logitech keyboard.
Yes. Civato amazing work, logitech keyboard working great with this!
Yes this kernel fix the Bluetooth Problem.
Hi Guys,
Can someone help with a quick install steps list for newbie like me from stock tablet?
I've downloaded both the kernel and source file and put them in the SD card.
I've started under custom recovery mode and selected update from external storage in the menu, and run it for both file but I've got nothing different afterwards and still the famous Bluetooth issue.
Thanks in advance
Cheers
Rev1.7 Released 05/sept/2015
Clean start from Latest Samsung source
Aim is stability
Powersuspend, Dynamic Fsync and DynamicWriteback removed as they are experimental.
Switched back to the stable GCC 4.7.4 Linaro
VPN bug fixed (tested myself with different VPN providers in system settings of the rom)
etc.........
civato said:
Rev1.7 Released 05/sept/2015
* Clean start from Latest Samsung source
* Aim is stability
* Powersuspend, Dynamic Fsync and DynamicWriteback removed as they are experimental.
* Switched back to the stable GCC 4.7.4 Linaro
* VPN bug fixed (tested myself with different VPN providers in system settings of the rom)
* etc.........
Click to expand...
Click to collapse
When you say "Clean start from Latest Samsung source" do you mean the latest 5.0.2 rom P900UEU1COH2_P900XAR1COH2_XAR? Or is this something else entirely? Thank you.
FlyingHorseGA said:
When you say "Clean start from Latest Samsung source" do you mean the latest 5.0.2 rom P900UEU1COH2_P900XAR1COH2_XAR? Or is this something else entirely? Thank you.
Click to expand...
Click to collapse
No you are talking about a rom release, This is a kernel release, those sources you download from a other place.
With custom Kernel I had screen flickering under huge CPU load and low battery, so switched back to custom kernel.
Sry
sent from my NotePro via Tapatalk
Rev1.8 Released 07/sept/2015
Rev1.8 Released 07/sept/2015
Changed some GPU settings for the flickering problem on High CPU load and low battery.
SWAP READAHEAD
ZSWAP WRITEBACK
WQ_POWER_EFFICIENT
COMPILED WITH GCC 4.8 Google
Extra Driver (device) support compared to the default kernel
BRIDGE_NETFILTER
L2TP_V3 & L2TP_IP & L2TP_ETH & PPPOL2TP
CAIF & CAIF_USB
USB_NET_DM9601
DVB_CORE & DVB_NET &DVB_CAPTURE_DRIVERS DVB_STB0899/DVB_STB6100/DVB_STV090x/DVB_STV6110x/..............
HID_PID & USB_HIDDEV
HID_LOGITECH/LOGIRUMBLEPAD2/LOGIWHEELS/HID_WIIMOTE/HID_WIIMOTE_EXT/XBOX_PAD/............
USB_ACM
USB_WDM
USB_STORAGE_REALTEK
USB_DUN_SUPPORT
USB_OTG
USB_MICROTEK
MEMSTICK_SONY
CIFS
HFS_FS
HFSPLUS_FS
BFS_FS
UFS_FS
etc.........
civato said:
Rev1.8 Released 07/sept/2015
Changed some GPU settings for the flickering problem on High CPU load and low battery.
SWAP READAHEAD
ZSWAP WRITEBACK
WQ_POWER_EFFICIENT
COMPILED WITH GCC 4.8 Google
Extra Driver (device) support compared to the default kernel
BRIDGE_NETFILTER
L2TP_V3 & L2TP_IP & L2TP_ETH & PPPOL2TP
CAIF & CAIF_USB
USB_NET_DM9601
DVB_CORE & DVB_NET &DVB_CAPTURE_DRIVERS DVB_STB0899/DVB_STB6100/DVB_STV090x/DVB_STV6110x/..............
HID_PID & USB_HIDDEV
HID_LOGITECH/LOGIRUMBLEPAD2/LOGIWHEELS/HID_WIIMOTE/HID_WIIMOTE_EXT/XBOX_PAD/............
USB_ACM
USB_WDM
USB_STORAGE_REALTEK
USB_DUN_SUPPORT
USB_OTG
USB_MICROTEK
MEMSTICK_SONY
CIFS
HFS_FS
HFSPLUS_FS
BFS_FS
UFS_FS
etc.........
Click to expand...
Click to collapse
Civato can this be dirty flashed over 1.5
Now I'm on 1.8
Everything seems fine. No flickering so far, but with nearly 90% battery. [emoji106]
I will send more feedback this evening with less battery
Nice work! Special THX for fast fix!
sent from my NotePro via Tapatalk
Criminal23 said:
With custom Kernel I had screen flickering under huge CPU load and low battery, so switched back to custom kernel.
Sry
sent from my NotePro via Tapatalk
Click to expand...
Click to collapse
What do you mean by screen flickering? Does the screen actually shut down and (then) you have to (manually) switch it on?
Also since custom kernel created the issue to you, why did you "switch back to custom kernel"?
Stevethegreat said:
What do you mean by screen flickering? Does the screen actually shut down and (then) you have to (manually) switch it on?
Also since custom kernel created the issue to you, why did you "switch back to custom kernel"?
Click to expand...
Click to collapse
No, I don't must switch on manually.
The screen flickers an half second to black and comes back from self -> it flickers
With stock Kernel and also with 1.8 Kernel the problem is gone.
Tested yesterday with 15% Accu. Everything is fine now. [emoji106]
Edit: I mean "switching back to stiock Kernel" sry for irritations [emoji6]
sent from my amazing SGS5 via Tapatalk

[KERNEL][6.x/7.x] ZETSUBOU [EOL]

{
"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"
}
DISCLAIMER
I will not be held responsible for anything that happens to your device after flashing this kernel. If you don't know how to bring your dead device back to life please don't make any modifications and stay with stock MIUI. This is only meant for advanced users.
Zetsubou(aka Despair) kernel is meant to be simple with only cool features added on top of CAF/CM kernel. Kernel source will always be kept in sync with new caf(LA.BR.1.3.6_rbx.xx) and mainstream linux(3.10.y) updates. It will never include features like Overclock, Underclock, Undervolt, Quick charge and other potentially dangerous/unstable stuffs. Okay enough of the intro let's move on to the features
Features:
*linux version 3.10.105
*compiled with my gcc 6.3.1 toolchain using crosstool-ng (source: https://github.com/AshishM94/crosstool-ng)
*based on caf branch LA.BR.1.3.6_rbx.xx(rb1.13 as of now)
*updated prima drivers(LA.BR.1.3.6_rb1.12)
*adreno boost
*adreno idler
*HID usb keyboard/mouse support
*sound control
*governors: interactive, ondemand, conservative, performance, bioshock, impulse, chill, relaxed and despair
*custom hotplug: lazyplug
*I/O schedulers: sio, deadline, noop, bfq, cfq, fiops, fifo, sioplus, tripndroid, vr and zen
*zram, zsmalloc backport from linux 3.15
*ksm support
*wakelock toggles support
*supported filesystems: cifs, exfat, ntfs, msdos-fs, nfs
*KCAL advanced color control
*DriveDroid support
*advanced TCP congestion algorithms
*disabled crc check
*selinux updates from kernel common 3.10
*reduced load average
*frandom support
*fsync on/off support
*xpad driver updated from kernel common 3.10
*security patches from kernel common 3.10
check my source for other features
Use EX KERNEL MANAGER to control all features
Installation:
*Download the zip file and save it into the root directory of internal/external storage
*Reboot to recovery mode and flash the zip file
*Reboot device
It's recommended to flash ZETSUBOU only on top of stock kernel
DOWNLOAD MARSHMALLOW BUILD​
DOWNLOAD NOUGAT BUILD​DOWNLOAD NOUGAT BUILD(goodix)​
Credits:
@TheStrix @banmeifyouwant for their awesome work in bringing up kernel source
@DespairFactor for toolchain and helping me in every possible way
@osm0sis for AnyKernel2 script
@flar2 @ak @franciscofranco @Grarak @arter97 @myfluxi @pelya @neobuddy89 @jollaman999
XDA:DevDB Information
Zetsubou Kernel, Kernel for the Xiaomi Redmi Note 3
Contributors
Ashish94
Source Code: https://github.com/AshishM94/Kenzo
Kernel Special Features:
Version Information
Status: Stable
Created 2016-08-15
Last Updated 2017-02-18
Recommended settings:
Normal
CPU:
*CPU governor(little cluster): interactive
*CPU governor(big cluster): interactive
Graphics
adreno boost: low
Memory:
adaptive low memory killer: disabled
zram: enabled
zram disk size: 256MB
Sound:
speaker gain: 18
headphone analog gain: R/L: -6dB
Miscellaneous:
fsync: disabled
Gaming
CPU:
Little cluster: 1017MHz(min), 1401MHz(max)
Big cluster: 1804MHz(min), 2035MHz(max)
Graphics:
adreno boost: High
rest are same as normal settings
Things like ksm, entropy etc keep the default settings as they are no need to tweak them
FAQs:
*How to use USB keyboard/mouse feature?
You will need this app https://play.google.com/store/apps/details?id=remote.hid.keyboard.client
This app is from pelya. He is also the original developer of the patch. Please give the app a rating of 5, some fools have rated the app low cause their devices don't have a kernel with the patch.
*What is DriveDroid??
All info on DriveDroid http://softwarebakery.com/projects/drivedroid
*How to flash/use the goodix build?
-Flash ROM
-Flash Gapps(optional)
-Flash beanstalk boot.img and patch from here
-Flash kernel
Thanks dude will try
Ashish94 said:
reserve
Click to expand...
Click to collapse
Does it have any custom governors?
Sumit Samanta said:
Does it have any custom governors?
Click to expand...
Click to collapse
No governors and schedulers for now. Will be added in next release. This is just an alpha build.
Sent from my Redmi Note 3 using Tapatalk
2% dropping bug @Ashish94
Sent from my Redmi Note 3 using XDA-Developers mobile app
abid52 said:
2% dropping bug @Ashish94
Sent from my Redmi Note 3 using XDA-Developers mobile app
Click to expand...
Click to collapse
Okay thanks for the report. Patch will be included in next release. I didn't merge it cause that bug is not present in my device.
Sent from my Redmi Note 3 using Tapatalk
Thanks,please bring this features to miui too.
Excuse me, what does this kernel support? MIUI or CM/AOSP
EDIT: Oh I saw the 6.0.1 in the title. So it only supports CM now...
BlackDragonz said:
Excuse me, what does this kernel support? MIUI or CM/AOSP
Click to expand...
Click to collapse
CM/AOSP is supported, about MIUI I don't know.
Edit: @Ashish94 Unfortunately I got a random reboot :x never had that before, are you aware of this?
Try it or die said:
CM/AOSP is supported, about MIUI I don't know.
Edit: @Ashish94 Unfortunately I got a random reboot :x never had that before, are you aware of this?
Click to expand...
Click to collapse
Well that's strange no random reboots on my device
Post your sys/fs/pstore/console-ramoops
Sent from my Redmi Note 3 using Tapatalk
Mere hisaab se awesome hoga, ki aaj se aap jis bhi device k liye kernel develop karo, sabka name berserk rakho ... Like ROM's names for all devices are same - they just have device codenames as prefix. So make the older one as berserk - wt88047, and this one as berserk - kenzo. Whatsay?
I see [and have always thought], that your kernel has the potential to [BREAK ALL LIMITS !!!]
.
[P.S - Translation - Don't you think this one should also be berserk - start a uniformly named kernel for as many devices as you can develop for in the future.]
Ashish94 said:
Well that's strange no random reboots on my device
Post your sys/fs/pstore/console-ramoops
Sent from my Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
http://hastebin.com/zimulozace.vhdl
shanx_verma said:
Mere hisaab se awesome hoga, ki aaj se aap jis bhi device k liye kernel develop karo, sabka name berserk rakho ... Like ROM's names for all devices are same - they just have device codenames as prefix. So make the older one as berserk - wt88047, and this one as berserk - kenzo. Whatsay?
I see [and have always thought], that your kernel has the potential to [BREAK ALL LIMITS !!!]
.
[P.S - Translation - Don't you think this one should also be berserk - start a uniformly named kernel for as many devices as you can develop for in the future.]
Click to expand...
Click to collapse
Well I got bored with the name Berserk
Don't you think it's quite boring to use the same name again and again???
Try it or die said:
http://hastebin.com/zimulozace.vhdl
Click to expand...
Click to collapse
Bro I need the complete console-ramoops not a part of it.
Sent from my Redmi Note 3 using Tapatalk
Ashish94 said:
Bro I need the complete console-ramoops not a part of it.
Sent from my Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
I know, don't know what happened hm.
http://hastebin.com/olebogadal.vhdl
Berserk-ery
Ashish94 said:
Well I got bored with the name Berserk
Don't you think it's quite boring to use the same name again and again???
... Redmi Note 3 using Tapatalk
Click to expand...
Click to collapse
That can also be a perspective, yes.
I was just suggesting that for the sake of some "OFFICIAL"-ness [like the feeling associated with being on an Official ROM]
.
But yup, totally your call, buddy!
P.S. [ waiting for kexec-hardboot ahahah jk lol ]
Try it or die said:
CM/AOSP is supported, about MIUI I don't know.
Edit: @Ashish94 Unfortunately I got a random reboot :x never had that before, are you aware of this?
Click to expand...
Click to collapse
Our device cannot handle UBERTC LOL!
MOVZX said:
Our device cannot handle UBERTC LOL!
Click to expand...
Click to collapse
time for another toolchain. :v
@Ashish94 Correct me if I'm wrong, but isn't berserk for Redmi 2 also built using UBERTC?
new builds uploaded!
changelog:
*fixed video recording
*added custom governors: wheatley, despair, impulse & bioshock
*added custom I/O schedulers: sio, sioplus, fiops, vr & tripndroid
*merged changes from CM
separate build compiled with gcc4.9 now available

[EOL][KERNEL][STABLE][TW][6.0.1][CPK2][03.01.17][SM-T70X] IronStock-Kernel V3.2

IronStock-Kernel for SM-T700/T705 models
{
"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"
}
Supports Touchwiz based on 6.0.1
The aim of this kernel is to be as stock as possible with improved performance and up to date linux version. I included this builds in all IronRom versions but most of you probably want to use it as standalone kernel. So here you go with the new kernel
By the way if you want to visit my rom: IronRom.
IF YOU FOLLOW MY STEPS BELOW, YOU WILL LOSE YOUR WARRANTY, KNOX WILL DISPLAY 0x1! I'M NOT RESPONSIBLE FOR ANY DAMAGED DEVICE!
If you want to take my work and need it somewhere, or do other things with it, ask me first for the permission. Otherwise you are not allowed to take it! Thank you !
Features of this Kernel:
- Build with latest Toolchain 5.3
- Build with CPK2 kernel source!
- Latest Linux version 3.4.113, is always up to date
- Performance and Batterylife improved
- Choose between different CPU governors: performance, powersave, userspace, ondemand, interactiv (default), conservative
- Built with latest ramdisk sources from samsung (CPK2)
- I/O schedulers: CFQ (Default), No-op, Deadline
- Critical TCP bug fixed
- Allow ADB-Insecure
- TCP (Network) control: Bic (default), Reno, cubic, Westwood, Highspeed, Hybla, HTCP, Vegas, Veno, Scalable, LP, Yeah and Illinois
- SeLinux is set to permissive
- UKSM build in
- Init.d support
- Wakelock fixed (google problem)
- All samsung related configs disabled (as knox, tima, restrict rooting)
Download:
V3.2 on AndroidFilehost
All releases on AndroidFilehost
Bugs/Problems:
- None
Instructions:
1. Download kernel
2. Boot into recovery mode
3. Flash kernel
4. Flash any other file which affects ramdisk (such as supersu, xposed, magisk etc.)
5. Reboot
If you wanna join the beta tester group, download yourself telegram and click on the chat link: Telegram Group
Support:
If you like my work, feel free to hit thanks and/or give me a small donation by clicking the link right below. Thank you very much in any way! :good:
PayPal​
Credits/Thanks:
- Samsung for sources
- the great linus for his amazing kernel source
- dorimanx
- AndreiLux
- halaskz
- neobuddy83
XDA:DevDB Information
IronStock for klimtxx, Kernel for the Samsung Galaxy Tab S
Contributors
Tkkg1994
Source Code: https://github.com/Tkkg1994/IronKernel/
Kernel Special Features:
Version Information
Status: Stable
Current Stable Version: V3.2
Stable Release Date: 2017-01-03
Created 2017-01-03
Last Updated 2017-07-14
Reserved
Reserved
I guess im first to comment here,what an honour.
Thanks for showing love to our tablets. Now what remains is some nice Rom to compliment the kernel...
Well done,will give it a try for sure.
Thanks for helping the community!
this kernel shows a boost in performance on the t700 compared to stock kernel....nice!
I noticed some minor issues with the wifi. It takes a lot more to recognize the signal in the switching from off to on. Also it forgets known connections. Did I do anything worng?
suburbadroid said:
this kernel shows a boost in performance on the t700 compared to stock kernel....nice!
Click to expand...
Click to collapse
Perfect thank you!
Tonyspo said:
I noticed some minor issues with the wifi. It takes a lot more to recognize the signal in the switching from off to on. Also it forgets known connections. Did I do anything worng?
Click to expand...
Click to collapse
Change securestorage in build.prop from true to false and reboot. It will work fine than
Sent from my SuperMan powered SM-G930F
Tkkg1994 said:
Perfect thank you!
Change securestorage in build.prop from true to false and reboot. It will work fine than
Sent from my SuperMan powered SM-G930F
Click to expand...
Click to collapse
Was about to reply it worked as I read your answer on the t80X thread. Thanks for your support. Will report feedbacks for the kernel which already looks nice!
:good:
Tkkg1994 said:
Perfect thank you!
Change securestorage in build.prop from true to false and reboot. It will work fine than
Sent from my SuperMan powered SM-G930F
Click to expand...
Click to collapse
I have change securestorage.suport to false in build but no change I must inter Wi-Fi code ich reboot please help
Envoyé de mon SM-T705 en utilisant Tapatalk
aumast said:
I have change securestorage.suport to false in build but no change I must inter Wi-Fi code ich reboot please help
Envoyé de mon SM-T705 en utilisant Tapatalk
Click to expand...
Click to collapse
I'll do it automatically in next release you don't have to do it manually
Sent from my SuperMan powered SM-G930F
Tkkg1994 said:
I'll do it automatically in next release you don't have to do it manually
Sent from my SuperMan powered SM-G930F
Click to expand...
Click to collapse
OK nice
Envoyé de mon SM-T705 en utilisant Tapatalk
..
Thanks for great work !
When installing kernel on 705 there is message that 805 kernel was installed (I know its a typo).
Testing.
Geekbench scores:
Iron: 564/1593
Stock: 811/1993
This is strange, it seems that your kernel is slower, It might be something related to thermal throttling so im not sure...
Posted in the adoptable storage thread but thought it prudent to post here too. The adoptable storage patch with this kernel would result in saying the sd card is corrupt (3 different cards) by using the stock kernel, formatting the card as internal it worked. Flashed this kernel again and it is still working
qbic2 said:
Thanks for great work !
When installing kernel on 705 there is message that 805 kernel was installed (I know its a typo).
Testing.
Geekbench scores:
Iron: 564/1593
Stock: 811/1993
This is strange, it seems that your kernel is slower, It might be something related to thermal throttling so im not sure...
Click to expand...
Click to collapse
I checked my defconfig. Should be written T705 at least in kernel it is.
That score can differe from each time to time depending on temperature of soc and outside
nutley said:
Posted in the adoptable storage thread but thought it prudent to post here too. The adoptable storage patch with this kernel would result in saying the sd card is corrupt (3 different cards) by using the stock kernel, formatting the card as internal it worked. Flashed this kernel again and it is still working
Click to expand...
Click to collapse
The patch changes something in fstab and my fstabs are patched to work with f2fs that's probably why
Sent from my SuperMan powered SM-G930F
is this is the one included in the new 700 rom?(3.2)
mordeith said:
is this is the one included in the new 700 rom?(3.2)
Click to expand...
Click to collapse
Same question, any difference between this one and the one provided on your rom?
ruicc said:
Same question, any difference between this one and the one provided on your rom?
Click to expand...
Click to collapse
It's 100% the same. Normally same kernel number means same
Is there any way of tweaking the settings? Such as voltages and speed

Categories

Resources