[KERNEL][N6] FrancoKernel- r78 - 23rd March - compatible with Oreo and Pie

Search This thread

jayfallen

Senior Member
Feb 23, 2010
305
85
Thanks! Gamma adjustment seems more needed, the default screen tone is just toooooo warm. If color profile included is even better~
 

johio360

Senior Member
Mar 20, 2012
89
9
I flashed...no options and my home and recents are missing

Sent from my Nexus 6 using XDA Free mobile app
 

zephiK

Inactive Recognized Developer
Aug 23, 2009
21,655
37,705
New York, NY
Care to share what settings/tweaks/apps you used to achieve that sort of SOT? If that's a stock/default setup then that's a useful benchmark for others to look forward to.
Its a four-core always on setup.
CPU Min: 300 | Max: 1.2GHz
GPU Freq: 389
CPU boost: 652

Code:
# CPU
echo 1267200 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
echo 1267200 > /sys/devices/system/cpu/cpu1/cpufreq/scaling_max_freq
echo 1267200 > /sys/devices/system/cpu/cpu2/cpufreq/scaling_max_freq
echo 1267200 > /sys/devices/system/cpu/cpu3/cpufreq/scaling_max_freq

# GPU
echo 330000000 > /sys/devices/fdb00000.qcom,kgsl-3d0/kgsl/kgsl-3d0/max_gpuclk

# CPU Boost
echo 652000 > /sys/module/cpu_boost/parameters/input_boost_freq

# Governor
echo 120000 > /sys/devices/system/cpu/cpufreq/interactive/above_hispeed_delay
echo 250000 > /sys/devices/system/cpu/cpufreq/interactive/boostpulse_duration
echo 95 > /sys/devices/system/cpu/cpufreq/interactive/go_hispeed_load
echo 1036000 > /sys/devices/system/cpu/cpufreq/interactive/hispeed_freq
echo 10000 > /sys/devices/system/cpu/cpufreq/interactive/min_sample_time
echo 90 > /sys/devices/system/cpu/cpufreq/interactive/target_loads

# Hotplug
echo 0 > /sys/devices/virtual/misc/mako_hotplug_control/load_threshold

^^ everything else is pretty similar. You'll have to do Per-App-Modes in the apps/games that require higher frequencies etc.
Me and Vomer are going to work on it to get a nicer balance but its a good "base" as it was used on the OPO and works quite nicely on the N6 in my opinion.
 

franciscofranco

Recognized Developer
Dec 9, 2010
24,724
136,402
Carcavelos
Knocked the dust off of the kernel updater app. Changed allot since last i used it, and it looks great. Love the material. Figured I'd give it a go. Just fyi flashing via the app worked fine.

That's exactly the experience that I've worked SO hard to provide. That single click to auto-flash is magic, there's nothing more gratifying than in 2 clicks having a new Kernel flashed on your device, fuss-free. Glad you enjoyed.
 

franciscofranco

Recognized Developer
Dec 9, 2010
24,724
136,402
Carcavelos
I flashed...no options and my home and recents are missing

Sent from my Nexus 6 using XDA Free mobile app

Soooo... Just flashed and don't have home or recents button. Kinda weird. Will try a reboot in a bit.
Awesome work!!

Sent from my Nexus 6 using Tapatalk

Let me guess, you're using some weird random rom which made some changes that require some ramdisk changes. The Kernel has no part to play on the Navigation buttons. It really baffles me why roms change those things.
 
  • Like
Reactions: myepicyear

b.huss2

Senior Member
Dec 8, 2010
1,236
549
Greenville
Google Pixel 7 Pro
That's exactly the experience that I've worked SO hard to provide. That single click to auto-flash is magic, there's nothing more gratifying than in 2 clicks having a new Kernel flashed on your device, fuss-free. Glad you enjoyed.

I've been poking around the app. It's great. Tons of stuff in there. Haha and i love how you have it plugged into Google play games with achievements!
 

slickie88

Senior Member
Jan 30, 2008
143
65
Dallas
Its a four-core always on setup.
CPU Min: 300 | Max: 1.2GHz
GPU Freq: 389
CPU boost: 652

<snip>

^^ everything else is pretty similar. You'll have to do Per-App-Modes in the apps/games that require higher frequencies etc.
Me and Vomer are going to work on it to get a nicer balance but its a good "base" as it was used on the OPO and works quite nicely on the N6 in my opinion.

Thanks guys! Looking forward to these tweaks.
 

codygs83

Senior Member
Let me guess, you're using some weird random rom which made some changes that require some ramdisk changes. The Kernel has no part to play on the Navigation buttons. It really baffles me why roms change those things.

I guess you could call it random and weird. I'm on euphoria which is stock based. Has worked consistently well for me with Verizon data. Was using lean kernel and sensei with no problems. I will def come back to this kernel. Thank you for your hard work.

Sent from my Nexus 6 using Tapatalk
 

dsmitty166

Senior Member
Aug 31, 2010
3,952
5,989
Sioux Center, Iowa
I guess you could call it random and weird. I'm on euphoria which is stock based. Has worked consistently well for me with Verizon data. Was using lean kernel and sensei with no problems. I will def come back to this kernel. Thank you for your hard work.

Sent from my Nexus 6 using Tapatalk

What the **** is that?

Soooo... Just flashed and don't have home or recents button. Kinda weird. Will try a reboot in a bit.
Awesome work!!

Sent from my Nexus 6 using Tapatalk

Let me guess, you're using some weird random rom which made some changes that require some ramdisk changes. The Kernel has no part to play on the Navigation buttons. It really baffles me why roms change those things.
Franco will need to add this commit.

https://github.com/CyanogenMod/andr...mmit/287f796c58c77292b7911a3b73fa1a39bc95f24f

It's exactly what leankernel and elementalx had to do with the same issues.
 

Top Liked Posts

  • There are no posts matching your filters.
  • 367
    Hi all.

    Compatibility:
    It should work on any rom by following this logic:
    Builds (up to r19) are Android 5.0 Lollipop only.
    Builds (starting with r20) are Android 5.1 Lollipop only.
    Builds (starting with r32) are Android 6.0 Marshmallow only.
    Builds (starting with r53) are Android 7.0 Nougat only.
    Builds (starting with r60 up to r64) are Android 7.1.1 Nougat only.
    Builds (starting with r65 up to r75) are Android 7.1.1 Nougat March 2017 security patchset, or newer, only.
    Builds starting with r76 up to r77 are for Android Oreo and Pie custom roms.
    Builds starting with r78 are only for Android Pie.

    Download:
    https://francokernel.app

    Installation:
    Flash the zip in your recovery
    or
    Auto-flash from Franco Kernel Updater app

    Features:
    1 - Legendary battery life
    2 - Flash & forget
    3 - Typical interfaces like display adjustments, sound control, vibration control, and all that boring stuff
    4 - Bypasses the verified boot flag for Android Pay compatibility (root still breaks Android Pay but that's your own problem)
    5 - Idle power consumption reduced to the absolute minimum (if you have wakelocks from 3rd party apps you're obviously on your own)
    6 - Support for FKUpdater's Performance Profiles
    7 - Magical support, I'm here every day, checking posts almost hourly, ready to help anytime (well, unless you fail to read the OP, which contains most info you need)
    8 - Seemless integration with my app FKUpdater
    9 - No placebo patches, or "magical" optimizations
    10 - Probably more, check my github for all the details - the code speaks for itself

    Changelog:
    https://francokernel.app
    Scroll down, choose your device & select the latest release to see the changelog.

    Source:
    https://github.com/franciscofranco/shamu

    Follow me on the interwebs
    Google+
    Twitter

    FK Kernel Manager demo

    Disclaimer to moderators:
    Slight OT is fine, but when users decide to act stupid they should be dealt with with the appropriate means - its really annoying for me when OT turns crazy. Please put the warning/ban hammer anytime any of you think there's lack of respect and/or too much unwanted OT crap - but if it doesn't meet this criteria let the OT posts alone. Thank you.

    Cheers!
    96
    Change-log for r1 below.

    I haven't included UV interface for now. It's more a commodity than a necessity and, as usual, as soon as I push UV users start messing with it and **** their phones (I've done this countless times, I know how it goes). I'll push UV sometime later. Also I'm gonna see if we can get some Gamma adjustments (no promise, I haven't even looked). Let's see how this develops over time. I've put some real thought into this r1 release, no bull**** as always.
    59
    r6 is up for grabs!

    The big difference here is that we're now using Conservative governor instead of Interactive and I would like to explain you why. With this 3.10 branch guys over Linux foundation unified the cpufreq driver a little bit, so Ondemand and Conservative share the same core code. They behave differently, but the main code path is the same. There is also a new and improvement scaling calculation which I enjoy. Then I remembered that back in the old 2.6.35 branches we had a little tweak on Conservative that made it aware of micro idle accounting, which means that it sampled the load every 10ms, making it very aware of any change on the system that required fast response (this is what Ondemand does), but still maintaining it's "conservative" style. It changes very fast so there's a perception that all possible lag is absolutely gone without relying on extreme touchboost technics or overusage of extra CPU cores (like mpdecision does). But at the same time it scales down as fast as it goes up, so you'll be seeing an even usage of all steps as well. Interactive as we all know it's a very customizable governor, lots of options, but its a bit weird when deciding what freqs to use (I still like it very much).

    I think you'll enjoy this experience immensely. Zephik's been using this for the past days, and he got some amazing results. I've been impressed myself.

    Hope you like the change.
    51
    I'm glad I'm not the only one who feels this way and has noticed this. Very well put.

    On a side note Ive purchased fku app awhile back to support the dev. But no longer use it because of the problems I've seen with it and I personally get better results with a diff app. No biggie. But I'm not about to point out those issues because I know how hard dev works on this and I appreciate every second of it

    Sent from my Nexus 6 using Tapatalk

    Alright so what problems are you having with my app? I can't figure them out if I'm not having issues, so please let me know and I'll do my best, as usual, to improve the experience.

    Well said, and in addition: chastising those who support you and made you who you are is not good form. I think the term is "biting the hand that feeds you".

    I remember when you just got started. You were humble and kind. Don't let your ego get the best of you. You wouldn't be here right now if it wasn't for us.

    I mean this in all due respect. Sometimes people need a wake up call. I flashed lean kernel not because I was upset with your kernel, I did it because I was getting sick of the way you talk to people. I'm sure I'm not alone.

    Peace.

    Sent from my Nexus 6

    Ah comon cut the crap. I've always been like this, I write what I think, I don't hold back. I'm not biting any hands for ****s sake. Isn't the Kernel work that I do 100% for free? Don't you flash it for free? Don't I give you support for free? Sure we can talk about the app. Haven't I issued more than 200 updates since December 2012 (app release) 100% for free? Have I asked for anything more in return? Don't I give hourly support to all my users? I just frickin' rebuilt the app from scratch for 5 months. I slept through Christmas because I spent the week before having 1h sleep per-day to finish the app on time for Christmas so that users could enjoy it? Comon dude! Just because I'm direct and say what goes to my mind I'm already "biting on users hands" ?
    What I just wrote is a perfect example of writing what goes through my mind. From dealing with me this phrase says it all: "What you see is what you get".
    I'm sure LeanKernel will be awesome as well, Imoseyon's a great guy and knows his ****. Good luck!
    49
    Pushed r17 which fixes the cpu0 bug **** and fixes a performance regression on sequential read speed.