KernelSU_0.3.0-release.apk
3 MB
Changelog: Initial support for module
WARNNING: May be buggy, Be careful!
PS. CI is broken with module(becuase of the Rust), please use the manager above(kernel CI is OK)
更新日志:初步支持模块功能。
注意:可能充满了 bug,请小心尝试!
PS. CI 目前无法编译模块功能(因为引入了 Rust),请暂时使用我本地编译的 manager(kernel 不受影响)
WARNNING: May be buggy, Be careful!
PS. CI is broken with module(becuase of the Rust), please use the manager above(kernel CI is OK)
更新日志:初步支持模块功能。
注意:可能充满了 bug,请小心尝试!
PS. CI 目前无法编译模块功能(因为引入了 Rust),请暂时使用我本地编译的 manager(kernel 不受影响)
KernelSU_0.3.2-release.apk
3.2 MB
Changelog:
1. Module support
2. Fix module install failure in some cases
更新日志:
1. 模块支持
2. 修复某些情况下模块安装失败的问题
1. Module support
post-fs-data.sh
and system.prop
2. Fix module install failure in some cases
更新日志:
1. 模块支持
post-fs-data.sh
和 system.prop
2. 修复某些情况下模块安装失败的问题
thanks to @Ylarod, we can download CI build from telegram now: https://t.me/KernelSU_group/3234
Forwarded from KernelSU Bot
KernelSU_v0.3.2-35-ga748bed-release.apk
3.2 MB
KernelSU_v0.3.3-30-g00630cb-release.apk
3.2 MB
Changelog:
1. More fixes for module system.
2. Fix themed icon. thanks to AngelaCooljx @ github.
更新日志:
1. 修复若干模块问题。
2. 图标改进,感谢 AngelaCooljx @ github
1. More fixes for module system.
2. Fix themed icon. thanks to AngelaCooljx @ github.
更新日志:
1. 修复若干模块问题。
2. 图标改进,感谢 AngelaCooljx @ github
About KernelSU module:
1. It was compatable with Magisk's module format, there isn't a "KernelSU module format".
2. Systemless should work now, including
3. No support for Modules in Recovery, which means you can not install any module in Recovery, you can only install it in Manager or cli.
4. These Magisk's module feature is supported:
-
-
-
- Systemless
And these features are unsupported and will be supported in the future:
-
- common post-fs-data.sh and common service.sh
5. KernelSU's module use a mechanism like "AB update", the updated module will be installed only if it can boot system successfully, if device cannot boot, it will be reverted and won't be installed. So if you encounter a bootloop after install a module, just reboot the phone should be OK. If it still doesn't work, delete
1. It was compatable with Magisk's module format, there isn't a "KernelSU module format".
2. Systemless should work now, including
/system
, /product
, /vendor
, /system_ext
, /odm
, /oem
partitions. Write a module and put files in module's /system
directory and it should work.3. No support for Modules in Recovery, which means you can not install any module in Recovery, you can only install it in Manager or cli.
4. These Magisk's module feature is supported:
-
post-fs-data.sh
-
service.sh
-
system.prop
- Systemless
And these features are unsupported and will be supported in the future:
-
sepolicy.rule
- common post-fs-data.sh and common service.sh
5. KernelSU's module use a mechanism like "AB update", the updated module will be installed only if it can boot system successfully, if device cannot boot, it will be reverted and won't be installed. So if you encounter a bootloop after install a module, just reboot the phone should be OK. If it still doesn't work, delete
/data/adb/ksu
must work.About KernelSU for non GKI devices
To kernel developers/maintainers:
KernelSU has a list for non GKI devices now, if you'd like to add it to the list, please submit it at: https://github.com/tiann/KernelSU/issues/89
To users:
You can find the list here: https://kernelsu.org/guide/unofficially-support-devices.html
关于非 GKI 设备的 KernelSU
致内核开发者/维护者:
KernelSU 现在有一个非 GKI 设备的列表,如果你想将它添加到列表中,请在以下位置提交:https://github.com/tiann/KernelSU/issues/89
致用户:
您可以在此处找到该列表:https://kernelsu.org/guide/unofficially-support-devices.html
To kernel developers/maintainers:
KernelSU has a list for non GKI devices now, if you'd like to add it to the list, please submit it at: https://github.com/tiann/KernelSU/issues/89
To users:
You can find the list here: https://kernelsu.org/guide/unofficially-support-devices.html
关于非 GKI 设备的 KernelSU
致内核开发者/维护者:
KernelSU 现在有一个非 GKI 设备的列表,如果你想将它添加到列表中,请在以下位置提交:https://github.com/tiann/KernelSU/issues/89
致用户:
您可以在此处找到该列表:https://kernelsu.org/guide/unofficially-support-devices.html
GitHub
repo list for non-GKI devices · Issue #89 · tiann/KernelSU
KernelSU unofficially supports non-GKI devices, maybe we can create a repo list for non-GKI devices maintained by other developers. This makes it easier for user to find proper boot.img to use Kern...
KernelSU_v0.3.6-release.apk
5.6 MB
Changelog:
1. Support module sepolicy.rule
2. Support common post-fs-data.d and service.d scripts (Put them to /data/adb/ksu/post-fs-data.d(service.d))
3. SuperUser UI of manager supports refresh and filter system apps.
4. Fix lots of module compatibility issues.
更新日志:
1. 支持模块的 sepolicy.rule
2. 支持 common post-fs-data.d 和 service.d 脚本(目录 /data/adb/ksu/post-fs-data.d(service.d)
3. 管理器超级用户界面支持手动刷新和过滤系统应用
4. 修复大量模块兼容性问题
1. Support module sepolicy.rule
2. Support common post-fs-data.d and service.d scripts (Put them to /data/adb/ksu/post-fs-data.d(service.d))
3. SuperUser UI of manager supports refresh and filter system apps.
4. Fix lots of module compatibility issues.
更新日志:
1. 支持模块的 sepolicy.rule
2. 支持 common post-fs-data.d 和 service.d 脚本(目录 /data/adb/ksu/post-fs-data.d(service.d)
3. 管理器超级用户界面支持手动刷新和过滤系统应用
4. 修复大量模块兼容性问题
Forwarded from 𝖓𝖚𝖑𝖑𝖕𝖙𝖗
Zygisk-on-KernelSU-v4-0.1.0-28-release.zip
1.3 MB
Warning: The current version of Zygisksu is UNSTABLE. You may suffer boot loop or even data loss so use with caution.
Requirements
Minimal KernelSU version: 15
Minimal ksud version: 7b32c0e
Compatibility
🟩 LSPosed
🟩 Storage Isolation
🟥 IFW Enhance
🟥 Universal SafetyNet Fix
🟥 Shamiko
Requirements
Minimal KernelSU version: 15
Minimal ksud version: 7b32c0e
Compatibility
🟩 LSPosed
🟩 Storage Isolation
🟥 IFW Enhance
🟥 Universal SafetyNet Fix
🟥 Shamiko