[ILLYRIAN KERNEL] | MIUI | AOSP | Shqipe

Search This thread

ColdIllyrian

Recognized Developer
Nov 2, 2017
799
767
London
Xiaomi Mi Mix 3 5g
IMPORTANT READ
Sorry guys i am discontinuing all my work - and no longer will be developing for this device, it's taking up too much of my time nor do i have the money to sustain my work tools to a working level, so you as a community have two options:
You can either donate to me so i can replace my parts and i can happily continue (however no one should be forced it's my fault i don't have enough money for these things)
Or you can just forget about me and wait for some one else to bring official roms

Furthermore i will be leaving the forum open to allow others to discuss

Many thanks to all donations and everyone else who has been a great support - but i cannot continue with the help from this community - thanks again!
 

FredQ

Senior Member
Apr 21, 2010
53
10
What is wrong with people that they can't just read a post or 2 above them?

It's so much quicker than actually taking the time to compose a new post and typing out a question that's already been answered.
 
  • Like
Reactions: blowy666

ShazlieyAzizan

Senior Member
Dec 1, 2017
232
69
Petaling Jaya
I'm using this kernel on miui eu 11.0.9 and got a freeze and auto reboot everytime i opened the Google search app, I refer to thread and flash the fix zip but the same issue is still happen.
 

blowy666

Senior Member
Nov 18, 2009
1,039
232
Near Braunschweig
Flashed this kernel over XIAOMI EU 11.0.9.0 without dirty flash of the ROM before.
After first boot up I got a reboot, but after that all is working fine so long.
Google apps like playstore and Gmail are working normally.

Will watch the next hours if all is stable and how the battery life is, and giving feedback here then.

Thanks for the kernel, keep up your good work! Will give a donation when everything is working stable the next few days, cause I think there is no reason not to show a little "thank you" that way... ?
 

blowy666

Senior Member
Nov 18, 2009
1,039
232
Near Braunschweig
Well, I've noticed now that my magisk hide doesn't seems to work properly any longer. Banking app now detects that device is rooted, what wasn't the case with stock kernel before.
 

ShazlieyAzizan

Senior Member
Dec 1, 2017
232
69
Petaling Jaya
My magiskhide is still working normally without getting any root detection, may i know is your google search app is okay? can you try to search something up and then click the link from the app? Mine always freeze up the screen then reboot itself
 

blowy666

Senior Member
Nov 18, 2009
1,039
232
Near Braunschweig
Sorry, can't tell you, cause I returned to stock kernel for the moment, cause I needed the banking app today several times. Had only tested playstore and gmail when I was on this kernel, and this both apps were working without problems. One more issue I had was when I rebooted my device, it booted normally and while startup when checking the ad card it rebooted again, then staying on. But maybe with the fix from start post this will be fixed...haven't installed this fix cause as far as I understood it will uninstall all google apps and we have to reinstall them?
 

ShazlieyAzizan

Senior Member
Dec 1, 2017
232
69
Petaling Jaya
Sorry, can't tell you, cause I returned to stock kernel for the moment, cause I needed the banking app today several times. Had only tested playstore and gmail when I was on this kernel, and this both apps were working without problems. One more issue I had was when I rebooted my device, it booted normally and while startup when checking the ad card it rebooted again, then staying on. But maybe with the fix from start post this will be fixed...haven't installed this fix cause as far as I understood it will uninstall all google apps and we have to reinstall them?

How did you flash the stock kernel? by flashing the rom from twrp?
 

ColdIllyrian

Recognized Developer
Nov 2, 2017
799
767
London
Xiaomi Mi Mix 3 5g
Last edited:

simkad

Senior Member
Jun 22, 2012
89
29
Thanks for new update. Can u please add support for ttl fix/iptables ttl target on ur next released..
tQ.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 20
    PcDEKZI.png
    Hello there! I've been working on a new kernel for the Redmi Note 9s that I think our community will enjoy. I hope to bring a new viewpoint to kernel development that hasn't been seen previously in the dev community.

    MUST CLEAN FLASH ROM THEN FLASH KERNEL TO PREVENT LAGGINESS

    Philosophy
    I just wanted to start off with the goal of my kernel. Illyrian Kernel which is based off of draco kernel isn't a feature-rich kernel, nor is it a performance-bias or power-bias kernel. Illyrian Kernel includes a collection of innovative commits, designed to improve the efficiency of the device. Ideally, I will keep Illyrian kernel up-to-date.

    Problems?
    -Weird manufacturer error on bootup, only pops up once after every restart (miui only) - FIXED

    Upstreaming?
    Has been upstreamed to the latest v4.14.183 linux kernel stable

    Basic Features
    Code:
    - Minimal debugging and tracing
    - No messy upstreams / backports that might cause issues down the line
    - Latency focused
    - Anxiety I/O scheduler
    - Scheduler tweaks and hacks
    - CPU governor adjustments
    - ZERO in-kernel boosting while maintaining a smooth userspace

    Advanced Features

    This is just from the first official beta, so this list may change in the future.

    Code:
    - Remove AVB checks
    - Disable SECCOMP (faster syscalls)
    - Disable Audit (expensive in Android)
    - Use non-blocking random pool
    - Target small cluster in Makefile
    - Disable IRQ debugging
    - Don't use high-priority workqueue for usb policy_engine
    - Disable profiling (kdrag0n)
    - Anxiety I/O scheduler (sync read priority)
    - Schedule last-woken task for better cache locality
    - Reduce cache pressure to keep cache valid for longer
    - Increase vmstat interval to reduce intermittent jitter
    - Adjust dirty ratios to writeback dirty pages later rather than sooner
    - Do not collect I/O stats from block subsystem
    - Don't dump oom_killed tasks
    - Do not use UFS for randomness
    - Disable ASLR fully by default (performance not benchmarked)
    - Disable JTAG debugging by default
    - Inform kcompact of fragmentation moreso than full RAM usage
    - Do not compile HIGHMEM (unused by our system)
    - Awaken kswapd at 1% (80mb free left) instead of 0.1% (8mb free left)
    - Do not compile watchdog (reduces jitter)
    - BFP JIT (better networking performance)
    - Force block requests to execute on their origin cpu (better cache locality)
    - Increase haptic strength
    - Allow GPU to sleep / nap
    - Do not compile zRAM (unnecessary for this kernels MM settings)
    - Do not perform readahead (proven to improve power and performance by 70%)
    - Align scheduler timeslices with jiffies
    - Overcommit memory for faster Android start times
    - Remove a bunch of debug and tracing that is unnecessary for the kernel
    - Remove schedutil hispeed boosting
    - Remove iowait boosting (saves a large amount of battery)
    - Do not expedite RCU
    - Halve round-robin timeslices
    - Expedite wakelock garbage collection
    - Lower I/O request limit for lower latency
    - More that I forgot


    Telegram
    https://t.me/illyriankernel - join here for missing files and past kernels :)

    Downloads
    https://mega.nz/file/H1pTWaRA#mHsukZRWm0oKkHZmC3VBQSbzOe4FrioZoazT4xVRhfg
    GitHub (no sign in): https://github.com/QuantumShqipe/illyrian_redmi_curtana

    If experiencing any problems in terms of flashing on global or freezing on eu:
    Use this for eu fix: https://drive.google.com/file/d/1EV88RGWwMgAdDgMNKRnJmHEeWRMOdlz4/view?usp=sharing
    Use this for global fix: https://drive.google.com/file/d/1b6D_eLfvCbHumwqRQqTl-7xQAP7PEmEM/view?usp=sharing

    Contact
    I love user feedback; it helps me improve my work for the better.

    Donations
    Feel free to donate if you like my work :)
    https://www.paypal.me/drtechlc

    Meta
    - Toolchain: Clang r365631c (subject to updates)
    - Toolchain (companion): GCC 4.9
    - Main branch: Android-10.0
    - Kernel Version: 4.14.187+
    4
    • Kernel upstreamed to v4.14.187
    • Using pure PELT
    • Added BBR TCP congestion control
    • Added wireguard support
    • Added kmem patches
    • Added UserSpace lmk from coral
    • Fixed battery drain issues
    • Bluetooth fully functioning now
    • Other bug fixes and improvements
    • Much cooler device

    https://drive.google.com/file/d/1RjqiYrWgEG5isjn-JWY_XXnczG2DVWqd/view?usp=sharing

    Feel free to donate if you like my work ;) https://paypal.me/drtechlc
    3
    IMPORTANT READ
    Sorry guys i am discontinuing all my work - and no longer will be developing for this device, it's taking up too much of my time nor do i have the money to sustain my work tools to a working level, so you as a community have two options:
    You can either donate to me so i can replace my parts and i can happily continue (however no one should be forced it's my fault i don't have enough money for these things)
    Or you can just forget about me and wait for some one else to bring official roms

    Furthermore i will be leaving the forum open to allow others to discuss

    Many thanks to all donations and everyone else who has been a great support - but i cannot continue with the help from this community - thanks again!
    3
    Download: 14/06/2020
    https://drive.google.com/file/d/1TKcdP9MSPm0bRqNgsPxhpfz-mFFPnvn1/view?usp=sharing

    *No more lag or stuttering in eu rom
    *PM / suspend: Default to suspend-to-idle instead of deep suspend
    *qos: Don't allow userspace to impose restrictions on CPU idle levels
    *proc: task_mmu: Make reclaim_pte_range non-static
    3
    New kernel build up 13/06/2020:

    *Added lots of powersaving commits etc
    *fake system calls on seccomp to succeed
    *A few commits with ram/storage/performance optimizations etc

    No more lagging or stuttering :)

    Download: https://drive.google.com/file/d/1rXtIN4-j4wsN6gkeGfmuqi0MNR8IQ4XV/view?usp=sharing