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
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.
Pzqqt's News Channel
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.…
简中:
我花了一些时间研究它:
通过开发者工具的“显示布局边界”功能,我们可以看到状态栏中间有一块空白区域。这是一个界限,它的宽度与我们设备切口的宽度一致。
它存在的意义是为了防止左侧过多的通知图标或右侧过多的系统图标(WiFi、信号、电量等)显示到设备的切口区域内。
很显然,我们设备的切口不在通知栏的中央,所以这个空白区域完全没必要存在。
我将在我的下一个 Crdroid 非官方版本中添加一个开关,以阻止 SystemUI 绘制这个多余的空白区域。这样就完全解决了图标折叠问题。
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…
AOSPMod's method is to increase or decrease the width of the left and right icon areas by a certain percentage (left plus right minus, or left minus right plus). So it doesn't completely solve our problem.

AOSPMod的方法是按照一定百分比增加或缩减左右两侧的图标区域宽度(左加右减,或者左减右加)。所以并不能完全解决我们的问题。
Pzqqt's News Channel
Done
Now the status bar can display more system icons, so you don't have to worry about the icons collapsing anymore.😋