[WALLEYE] Flash Kernel -> Thread moved

Status
Not open for further replies.
Search This thread

canibuz

Member
Jul 25, 2007
33
18
I'll be flashing this the second I get home. Used the kernel on my 6P and it was rock solid. Looking forward to getting it on my device!
 

xda890

Senior Member
Oct 26, 2007
826
78
I see you mention that the kernel is based on 4.4.97 but I am running the latest build (025) and kernel version says 4.4.56, but I guess it is still ok to install?
Also, have anyone tried to patch the boot image with Magik?
 

nathanchance

Senior Recognized Developer / Contributor
Jul 22, 2015
13,760
50,106
29
Mesa, AZ
nathanchance.dev
I see you mention that the kernel is based on 4.4.97 but I am running the latest build (025) and kernel version says 4.4.56, but I guess it is still ok to install?
Also, have anyone tried to patch the boot image with Magik?

Were you flashing the boot image with fastboot? It should be 4.4.97.

Sent from my Pixel 2 XL using XDA Labs
 
  • Like
Reactions: countryteazer

xda890

Senior Member
Oct 26, 2007
826
78
Were you flashing the boot image with fastboot? It should be 4.4.97.

Sent from my Pixel 2 XL using XDA Labs

I actually downloaded the full ROM from Google and used the boot image from the zip file and tried to patch the boot image using Magisk but that did not work. So I am checking other methods.. :)
But strange that the version does not match...

---------- Post added at 11:08 PM ---------- Previous post was at 10:20 PM ----------

Found a newer version of Magisk Manager and patched your boot image and now I have root and running your kernel... :)
 
  • Like
Reactions: nathanchance

530farm

Senior Member
Aug 3, 2012
613
149
Oakland
I actually downloaded the full ROM from Google and used the boot image from the zip file and tried to patch the boot image using Magisk but that did not work. So I am checking other methods.. :)
But strange that the version does not match...

---------- Post added at 11:08 PM ---------- Previous post was at 10:20 PM ----------

Found a newer version of Magisk Manager and patched your boot image and now I have root and running your kernel... :)

So you have to have the boot.img on your phone for magisk to patch it, then do you need to transfer that boot.img to your computer where you can use fastboot to flash it while in the bootloader?
 

Natakranta

Senior Member
Mar 19, 2013
3,251
6,175
Dublin
Patched with Magisk 14.4 from Pixel 2 XL thread and fastboot flashed on November 8.0 stock
All good, SafetyNet passed. I'll be testing for stability and report back.
Thanks Nathan!
 

Attachments

  • Screenshot_20171108-230915.png
    Screenshot_20171108-230915.png
    118.1 KB · Views: 5,628
  • Screenshot_20171108-230935.png
    Screenshot_20171108-230935.png
    139 KB · Views: 5,609

cb474

Senior Member
Oct 25, 2010
1,051
392
The OP says:
Security and stability are paramount. Vulnerabilities are patched as soon as they are disclosed.
Does this mean, for example, that something like the Krack vulnerability would have been patched much sooner than with Google's montly security patch? Or is this kernel dependent on waiting for Google's monthly releases first?
 

nathanchance

Senior Recognized Developer / Contributor
Jul 22, 2015
13,760
50,106
29
Mesa, AZ
nathanchance.dev
The OP says:

Does this mean, for example, that something like the Krack vulnerability would have been patched much sooner than with Google's montly security patch? Or is this kernel dependent on waiting for Google's monthly releases first?

As @Natakranta said, the fact I have kernel source means I am free to update literally whenever I want. So as soon as I see a fix for a vulnerability available, I will queue it up and release it with the next kernel.

Sent from my Pixel 2 XL using XDA Labs
 
  • Like
Reactions: cb474 and -Michael_

xda890

Senior Member
Oct 26, 2007
826
78
Wakelock control? I have installed exkm and was wondering if every known wakelocks in the app can be blocked without consequences? Or is there some that should not be blocked?

Sent from my Nexus 7 using Tapatalk
 

nathanchance

Senior Recognized Developer / Contributor
Jul 22, 2015
13,760
50,106
29
Mesa, AZ
nathanchance.dev
Wakelock control? I have installed exkm and was wondering if every known wakelocks in the app can be blocked without consequences? Or is there some that should not be blocked?

Sent from my Nexus 7 using Tapatalk

I don't block any wakelocks by default on purpose; they shouldn't really be disabled because 1. they don't make that much of a difference and 2. they are usually needed for the device to function properly. But any of the ones that EXKM shows by default should be okay to disable.
 
  • Like
Reactions: xda890

xda890

Senior Member
Oct 26, 2007
826
78
Yes, I know they are needed but just thought I would try to disable those with most wakelocks and see if I noticed any difference.. :)
 
Status
Not open for further replies.

Top Liked Posts

  • There are no posts matching your filters.
  • 50
    All future discussion will happen in the Pixel 2 XL thread as the kernel is fully unified!
    18
    Update!

    This is probably one of the best tested releases ever because of how much time I've had to do so :) I'm pretty proud, it's a large update as I have brought in the latest EAS commits from kernel/common. I think they have improved battery slightly but Google Play Services decided to have a hay day so I clean flashed two days ago and haven't been able to run it enough to get solid numbers. Oh well, was good before that! Standard Linux version bump as well, lot of good security and stability improvements there. Enjoy :)

    Remember any and all bug reports need to include logs and clear steps to reproduce (see the info in the OP). You should also know what version it started with. If you want to be a tester and get builds before they are released here or just hangout, feel free to stop by Telegram!

    Short changelog

    • Linux 4.4.116
    • Latest EAS commits from kernel/common
    • Some small patches found by @MSF Jarvis

    Downloads

    Primary: http://nchancellor.net/downloads/kernels/walleye/8.1.0/stable/
    Mirror: https://github.com/nathanchance/fk-zips

    Commits

    Kernel: https://github.com/nathanchance/wahoo/commits/oreo-mr1
    17
    Update!

    Merry Christmas everyone! I'm going to do a full changelog here and skip the short changelog because each feature has their own notes :p

    - Linux 4.4.108: Self explanatory, latest stable release, latest update :p

    - Maple I/O scheduler: Yes, I caved an added another scheduler. This will be my ONLY exception to the rules in the OP. @frap129 has done a good job on it so I feel confident adding it to the kernel. CFQ is still default however.

    - USB fast charge: This allows you to draw 900 mA from something like a computer charger port rather than 500 mA. Beware though, this can cause damage depending on your cable and such. It is off by default.

    - Disable unsupported power HAL governors: Conservative, ondemand, and powersave have been disabled. You really shouldn't be using anything other than schedutil to take advantage of EAS but I left interactive in there.

    - Move to the latest Clang toolchain from Google: We get the latest fixes and improvements from the LLVM community. Only downside is the kernel version kind of looks like a mess now. Small price to pay for stability though.

    All in all, I'm very happy with this update and 2.06 will be even better thanks to @MSF Jarvis :highfive:

    Remember any and all bug reports need to include logs and clear steps to reproduce (see the info in the OP). You should also know what version it started with. If you want to be a tester and get builds before they are released here or just hangout, feel free to stop by Telegram!

    Downloads

    Primary: http://nchancellor.net/downloads/kernels/walleye/8.1.0/stable/
    Mirror: https://github.com/nathanchance/fk-zips

    Commits

    Kernel: https://github.com/nathanchance/wahoo/commits/oreo-mr1
    15
    Update!

    Linux 4.4.106 is out! I know there are a few CVE fixes in here, I certainly recommend upgrading. Trying my best to keep you all as secure as possible as fast as possible, enjoy! :highfive:

    Remember any and all bug reports need to include logs and clear steps to reproduce (see the info in the OP). You should also know what version it started with. If you want to be a tester and get builds before they are released here or just hangout, feel free to stop by Telegram!

    Short changelog

    • Linux 4.4.106

    Downloads

    Primary: http://nchancellor.net/downloads/kernels/walleye/8.1.0/stable/
    Mirror: https://github.com/nathanchance/fk-zips

    Commits

    Kernel: https://github.com/nathanchance/wahoo/commits/oreo-mr1
    15
    Update!

    Remember any and all bug reports need to include logs and clear steps to reproduce (see the info in the OP). You should also know what version it started with. If you want to be a tester and get builds before they are released here or just hangout, feel free to stop by Telegram!

    Short changelog

    • Linux 4.4.114
    • Upstream CAF patches
    • Other small updates
    • Compiled with a self built Clang toolchain with a local initialization sanitizer (more secure/stable)

    Downloads

    Primary: http://nchancellor.net/downloads/kernels/walleye/8.1.0/stable/
    Mirror: https://github.com/nathanchance/fk-zips

    Commits

    Kernel: https://github.com/nathanchance/wahoo/commits/oreo-mr1