Pzqqt's News Channel
3.22K subscribers
687 photos
26 videos
411 files
4.46K links
Managed by @pzqqt and @pzqqt_bot

This channel will also push some updates news about things that I'm interested in.
Download Telegram
This media is not supported in your browser
VIEW IN TELEGRAM
Paradox Kernel v6.1 for phoenix/phoenixin
By @pzqqt

Download
Support group
Source

Changelog:
- Merge v4.14.312
- Merge LA.UM.9.1.r1-13400-SMxxx0.QSSI12.0 (base)
- Some other fixes and optimizations
Pzqqt's News Channel
Shamiko-v0.7-161-release.zip
Changlog:

Requires Magisk 26000+

1. Support Magisk 26.0
2. Fix font loading
3. Hide more traces of Magisk
4. Support zygisk loaded by native bridge
For Magisk users:

Please do not upgrade to v26.0. Otherwise the device may fail to boot after installing any kernel in recovery. At this point you can only reinstall Magisk in recovery mode, or uninstall Magisk.

After testing, it's found that just simply entering the recovery mode and then booting normally will cause the device to fail to boot. This seems to only happen when the data partition is f2fs and not encrypted.

Edited: v26.1 fixed this problem.
Lineage official merged the April security patch for the Android 12.1 branch. My crDroid unofficial build will be updated in the last two days.
CrDroid v8.14 for Phoenix(in)
Unofficial By @pzqqt
Android 12.1

Changelog:
- Synchronized official repository
- April Security Patch
- Added some icon shapes
- Correctly set the soc model props
- Some other fixes and optimizations

SHA1:
3E0AC4338EF4FDAEF66D677D1D4996DDFDF6BDBB

Download:
https://drive.google.com/file/d/1IXJ87hMSzCi-4xOZJXUWBnuviumsRRZC/view
Linux Kernel stable v4.14.313 update
#Linux #Kernel

Commits
I guess many Phoenix users have been troubled by the status bar WiFi/signal icon being collapsed.
Today I found out that this option of the AOSPMod module can fine-tune the invisible area in the middle of status bar, which provides more display space on the right side of status bar and solves the problem that the WiFi/signal icon is collapsed.

I'll try to port it to my CrDroid unofficial rom, since not everyone needs Magisk and Xposed.
Pzqqt's News Channel
I guess many Phoenix users have been troubled by the status bar WiFi/signal icon being collapsed. Today I found out that this option of the AOSPMod module can fine-tune the invisible area in the middle of status bar, which provides more display space on the…
I spent some time researching it:
Through the "Display Layout Boundary" function of the developer tool, we can see that there is a space area in the middle of the status bar. This is a limitation, and its width is consistent with the width of our device cutout.
It exists to prevent too many notification icons on the left or too many system icons (WiFi, signal, battery, etc.) on the right from being displayed in the cutout area of ​​the device.
Obviously, our device's cutout is not in the center of the notification bar, so its existence is unnecessary.
I'll add a switch in my next Crdroid unofficial build to stop SystemUI from drawing this extra white space. This completely solves the icon collapsing problem.