Adjusted the features detailed in the OP a bit and improved the instructions to clear up some steps regarding keeping root, the ak3 helper zip etc.
Next release is already under testing.
Next release is already under testing.
Hm I guess I should remove the sysfs node that exkm picks up, as it doesn't do anything with the current s2s implementation.@Freak07
Thank you very much for your excellent work!
There is just a tiny little thing I want to ask. I try to activate the s2s-gesture but it doesn't work at my device. Guess I do somthing worg, but dont no what.View attachment 5515155
Connection to my Chromecast works just fine.Anyone has any problem with screen cast on this kernel? It worked before I flashed this kernel now it does nothing.
I'm not talking about Chromecast it's work fine, just sending phone screen to TV without Chromecast doesn't workHm I guess I should remove the sysfs node that exkm picks up, as it doesn't do anything with the current s2s implementation.
Use the CleanSlate config app to set s2s to your desired configuration.
Here's my config. It's meant to be used with navigation gestures and it will turn the screen off when swiping from left or right bottom corner inwards (you'll have haptic feedback when successfully triggered) and lifting the finger up.
Keeping the corner pressed will pull down notification bar (make sure to install and set up the Cleanslate companion app as well).
Double tapping corner will shut down screen too.
![]()
2 new items by freak 07
photos.app.goo.gl
Connection to my Chromecast works just fine.
No you're not doing anything wrong. That happens if the phone takes a bit longer than usual to boot and the regular boot animation is not "long" enough.Hi Freak07. I'm having an issue when I restart my phone. Sometimes it randomly has a loading bar like it's trying to update the phone. Seems to do it every other reboot? Let me know if I'm doing something wrong. Thank you!
Which TV do you try to cast your screen to?I'm not talking about Chromecast it's work fine, just sending phone screen to TV without Chromecast doesn't work.
Lg65oled. It worked fine before but truly speaking it was on Dec software.No you're not doing anything wrong. That happens if the phone takes a bit longer than usual to boot and the regular boot animation is not "long" enough.
Can have various reasons:
Happens if you update the kernel and the f2fs fsck check runs to update the kernel version, some apex update in the background going on, after a firmware update is flashed and art cache is being optimized, using a few magisk modules prolonging the boot process.
Which TV do you try to cast your screen to?
Pixels don't support Miracast. You need to either use Google cast or a Chromecast with pixels.Lg65oled. It worked fine before but truly speaking it was on Dec software.
Hm..maybe I'm wrong but what is "Screen cast" tile in QS for? Should I install aby additional app to connect to my tv?Pixels don't support Miracast. You need to either use Google cast or a Chromecast with pixels.
I don't know why it would have worked on December firmware.
That cast your screen QS uses the Chromecast logo...Hm..maybe I'm wrong but what is "Screen cast" tile in QS for? Should I install aby additional app to connect to my tv?
Screen casting via Google Cast/Chromecast.Hm..maybe I'm wrong but what is "Screen cast" tile in QS for? Should I install aby additional app to connect to my tv?
I just tried 4 or 5 cinematic pans and all of them turned out smooth without any stutters.Hey there! Has anyone tested the video in cinematic panning from Google camera? I'm on January update with root and this kernel and it stutters a bit. Has anyone experienced anything similar?
Thanks for the feedback, I will revert to stock just to try it, the device is sleeping ok and cold. I've tried a couple times.Screen casting via Google Cast/Chromecast.
I don't know about your TV, but any screen mirroring function on a TV that's Miracast based won't work on pixels.
I just tried 4 or 5 cinematic pans and all of them turned out smooth without any stutters.
Maybe your device is thermally throttled or something is hogging resources in the background?
So, I've tested the stock kernel and the stutter of recorded videos by camera is gone... My device is the oriole, don't know if that helps in some way.Thanks for the feedback, I will revert to stock just to try it, the device is sleeping ok and cold. I've tried a couple times.
The issue is Magisk 24303+ no longer stripsNow to my question, if I am on June update, magisk 25 beta installed and rooted, should the 3.0.1 kernel install with FKM successfully even though I still have Verity and verification enabled?
avb
from fstab
, so when the phone boots, first stage mount looks at the fstab
entry for vendor_dlkm
, which references vbmeta
, so it looks at the hashtree descriptor for vendor_dlkm
in vbmeta
and tries to setup a verity device using those values, but vendor_dlkm
for the kernel is different from stock, so those values are incorrect, mounting fails, and the device bootloops.avb
in the fstab
entry and mounts the partition directly.vbmeta
, then AK3 will run Hashtree Patcher on your vbmeta
and vendor_dlkm
partitions, updating the hashtree descriptor in vbmeta
and appending the hashtree and FEC data to the vendor_dlkm
partition.