Pzqqt's News Channel
As of KernelSU v0.6.9, KernelSU is no longer compatible with Magisk (installing both will cause the device to fail to boot). Please note.🤔
KernelSU v0.7.0 has solved the incompatibility issue with Magisk. But I will not remove the restrictions made in Melt v2.2.9. There are several reasons:
1. I believe that 99% of Magisk users will not choose the combination of Magisk + KernelSU.
2. No one can guarantee whether KernelSU will encounter the same problem again in the future.
If you want to install the Melt kernel with KernelSU support, be sure to completely uninstall Magisk first.
1. I believe that 99% of Magisk users will not choose the combination of Magisk + KernelSU.
2. No one can guarantee whether KernelSU will encounter the same problem again in the future.
If you want to install the Melt kernel with KernelSU support, be sure to completely uninstall Magisk first.
Melt Kernel v2.3 for marble/marblein
By @pzqqt
Download
Support group
Source
XDA
Changelog & Note:
- Too long, see here.
About KernelSU:
- Select through the volume keys during the installation process to install the kernel that supports KernelSU (under the premise that Magisk is not installed).
- Install the KernelSU app
- If the installer detects that you already have Magisk installed, the option to install KernelSU support will not appear. If you want to install the Melt kernel with KernelSU support, be sure to completely uninstall Magisk first.
By @pzqqt
Download
Support group
Source
XDA
Changelog & Note:
- Too long, see here.
About KernelSU:
- Select through the volume keys during the installation process to install the kernel that supports KernelSU (under the premise that Magisk is not installed).
- Install the KernelSU app
v0.7.0
for use with KernelSU.- If the installer detects that you already have Magisk installed, the option to install KernelSU support will not appear. If you want to install the Melt kernel with KernelSU support, be sure to completely uninstall Magisk first.
Xiaomi has just open sourced part of the code for Redmi Note 13 Pro (
Of course, marble also gets some benefits.
garnet
) on MiCode. This time it is very rare to open source the kernel layer code of display and camera.Of course, marble also gets some benefits.
Pzqqt's News Channel
Xiaomi has just open sourced part of the code for Redmi Note 13 Pro (garnet) on MiCode. This time it is very rare to open source the kernel layer code of display and camera. Of course, marble also gets some benefits.
I compiled the display driver source code open sourced for garnet and it works fine on marble.
Do you know what this means? kcal will also have the opportunity to implement. It seems that no one has tried to add kcal support for waipio devices, and the existing kcal implementation does not work on waipio. I don't want to spend too much time on this, so I'll drop that idea for now.
Unfortunately, the camera driver open sourced by Xiaomi for garnet is not suitable for marble.
Unfortunately, the camera driver open sourced by Xiaomi for garnet is not suitable for marble.
Scrcpy (screen copy) Update
2023-11-02
#Scrcpy
Release tag:
scrcpy v2.2
Assets:
scrcpy-server-v2.2 (62.9 KB)
scrcpy-win32-v2.2.zip (5.6 MB)
scrcpy-win64-v2.2.zip (5.7 MB)
SHA256SUMS.txt (261 bytes)
SHA256SUMS.txt.asc (833 bytes)
2023-11-02
#Scrcpy
Release tag:
scrcpy v2.2
Assets:
scrcpy-server-v2.2 (62.9 KB)
scrcpy-win32-v2.2.zip (5.6 MB)
scrcpy-win64-v2.2.zip (5.7 MB)
SHA256SUMS.txt (261 bytes)
SHA256SUMS.txt.asc (833 bytes)
GitHub
Release scrcpy v2.2 · Genymobile/scrcpy
scrcpy v2.2
Changes since v2.1.1:
Add option to mirror camera (#241, #4213)
Add --pause-on-exit (#4130)
Rename --display (deprecated) to --display-id
Fix device disconnection detection with --no-v...
Changes since v2.1.1:
Add option to mirror camera (#241, #4213)
Add --pause-on-exit (#4130)
Rename --display (deprecated) to --display-id
Fix device disconnection detection with --no-v...
Magisk Canary Update
2023-11-06
#MagiskCanary
Build version:
Changelog:
https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@f589b09117d57d396d8c55d08974021b27030191/notes.md
Download:
app-release.apk
2023-11-06
#MagiskCanary
Build version:
26401
Changelog:
https://cdn.jsdelivr.net/gh/topjohnwu/magisk-files@f589b09117d57d396d8c55d08974021b27030191/notes.md
Download:
app-release.apk
Google Clang Prebuilt Update
#clang
Commit
Download tar.gz:
clang 17.0.4 (based on r498229b) from build 11039501
#clang
Commit
Download tar.gz:
clang 17.0.4 (based on r498229b) from build 11039501
Pzqqt's News Channel
FEAS4Marble_v1.1.zip
众所周知,diting使用的是骁龙8+gen1,marble使用的是7+gen2,两个soc的cpu核心组成的可以说完全一样,只是7+gen2相比于8+gen1各个cpu核心集群的最高频率有些许降低。
FEAS4Marble使用的是从diting提取的perfmgr模块。通过反编译该模块,并结合之前MiCode泄漏的代码,我们发现该模块中有两组频率表,一组用于中核(cpu4-cpu6,A710核心),一组用于大核(cpu7,X2核心)。这两组频率表被写死在模块内,不能通过常规手段修改。
因此,虽然我之前断定diting的perfmgr模块非常适合marble,但是由于8+gen1与7+gen2的cpu频率表仍然是有区别的,所以直接使用diting的perfmgr模块仍然会带来一些问题,比如:功耗偏高、大核频率居高不下、等等。
因此,我有一个大胆的想法。
敬请期待!
FEAS4Marble使用的是从diting提取的perfmgr模块。通过反编译该模块,并结合之前MiCode泄漏的代码,我们发现该模块中有两组频率表,一组用于中核(cpu4-cpu6,A710核心),一组用于大核(cpu7,X2核心)。这两组频率表被写死在模块内,不能通过常规手段修改。
因此,虽然我之前断定diting的perfmgr模块非常适合marble,但是由于8+gen1与7+gen2的cpu频率表仍然是有区别的,所以直接使用diting的perfmgr模块仍然会带来一些问题,比如:功耗偏高、大核频率居高不下、等等。
因此,我有一个大胆的想法。
敬请期待!
FEAS4Marble_v2.0.zip
18 KB
Description:
Enable FEAS support by installing diting's perfmgr.ko and "masquerading" the model as diting. Due to the limitation of Xiaomi's cloud control, please use it with the Feashelper module. Idea from Pandora kernel.
v2.0 Changelog (2023-11-09):
- Tweak the middle core scheduling frequency table (cpufreq_table4) to adapt to SM7475.
- Supports installation as KernelSU module.
- Optimized the installation logic.
- Patch sepolicy to avoid logspam.
描述:
通过安装 diting 的 perfmgr 模块并"伪装"机型为 diting 以启用 FEAS 支持. 由于小米的云控限制, 请搭配 Feashelper 模块使用. 来自 Pandora kernel 的主意.
v2.0 更新内容 (2023-11-09):
- 针对 7+GEN2 优化中核调度频率表 (cpufreq_table4).
- 支持作为 KernelSU 模块安装.
- 优化安装逻辑.
- 修补 sepolicy 以避免垃圾日志.
#feas
Enable FEAS support by installing diting's perfmgr.ko and "masquerading" the model as diting. Due to the limitation of Xiaomi's cloud control, please use it with the Feashelper module. Idea from Pandora kernel.
v2.0 Changelog (2023-11-09):
- Tweak the middle core scheduling frequency table (cpufreq_table4) to adapt to SM7475.
- Supports installation as KernelSU module.
- Optimized the installation logic.
- Patch sepolicy to avoid logspam.
描述:
通过安装 diting 的 perfmgr 模块并"伪装"机型为 diting 以启用 FEAS 支持. 由于小米的云控限制, 请搭配 Feashelper 模块使用. 来自 Pandora kernel 的主意.
v2.0 更新内容 (2023-11-09):
- 针对 7+GEN2 优化中核调度频率表 (cpufreq_table4).
- 支持作为 KernelSU 模块安装.
- 优化安装逻辑.
- 修补 sepolicy 以避免垃圾日志.
#feas