KernelSU
40.6K subscribers
1 video
10 files
40 links
Download Telegram
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
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 /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
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. 修复大量模块兼容性问题
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
KernelSU now has a safe mode(kernel and manager version 10606+ required):

Press the volume down key more than three times when device boot (note that it is press-release, press-release, press-release, not keep pressing all the time)

All modules will be disabled in safe mode, you can fix problematic modules at this time.
v0.3.9 Changelog:

1. Fix incorrect file permission of modules.
2. Fix vendor/product overlay bootloop on some devices.
3. Fix common scripts are not executed properly.
4. Some UI fixes.

Both manager and kernel can be downloaded from release: https://github.com/tiann/KernelSU/releases/tag/v0.3.9

It is recommended to use KernelFlasher(or other Kernel Manager) to update KernelSU if you are on old version: https://github.com/capntrips/KernelFlasher/releases/tag/v1.0.0-alpha13
Forwarded from 𝔀𝓮𝓲𝓼𝓱𝓾
Add AppCenter to KernelSU manager to collect some anonymous information(such as kernel version, device model)?
Anonymous Poll
62%
Agree
20%
Disagree
18%
I don’t care
docs for KernelSU module is here: https://kernelsu.org/guide/module.html

Many thanks to Magisk’s great docs and ChatGPT!
v0.4.1 Changelog:

1. Module supports REPLACE and REMOVE now, check details here: https://kernelsu.org/guide/module.html#system-directory
2. Common scripts are moved to /data/adb/post-fs-data.d and /data/adb/service.d.

And we have a doc for Rescue from bootloop: https://kernelsu.org/guide/rescue-from-bootloop.html
Forwarded from KernelSU Bot
KernelSU_v0.4.1-release.apk
5.9 MB
Manager
#ci_498
website: Add docs for REPLACE variables

Commit
Workflow run
KernelSU_v0.5.0-release.apk
6 MB
Changelog for version 0.5.0:

1. The "su" command in KernelSU is now compatible with MagiskSU, supporting parameters such as -v, -V, --mount-master/-mm, --preserve-environment/-p, etc. Many root apps that depend on MagiskSU should now be able to run in KernelSU.
2. The mount point for module updates has been changed to be consistent with Magisk: /data/adb/modules_update.
3. Kernel 5.10 and above will by default unmount files mounted by modules for applications without authorized su permissions .
4. Fixed an issue with side-channel attacks detecting KernelSU.

Note: The Kernel and Manager must be upgraded together, otherwise "su" may not work properly.
If you're curious why KernelSU's CI and Release lack many kernel versions since v0.5.0, It is suggested to take a look at the official documentation about KMI: https://kernelsu.org/guide/installation.html#kmi. For example, android12-5.10.101 can be used directly with the android12-5.10.160 version.
Changelog for v0.5.2:

1. Fix the issue that the module system may conflict with the stock mounts of the system, causing the bootloop.
2. Fix the reboot issue that may be caused by using the manager on Meizu devices.
3. Fix the failure of the built-in sepolicy patch on some devices.

https://github.com/tiann/KernelSU/releases/tag/v0.5.2
Changelog for v0.5.3:

1. Refactored module mounting to fix several mounting issues. by @a13e300 .
2. Added support for granting root permissions to apps in work profile.
3. Added a confirmation dialog when granting root access.
4. Improved bugreport.

https://github.com/tiann/KernelSU/releases/tag/v0.5.3
Changelog for v0.5.7:

1. Translations for several languages.
2. Fixed a bug where REPLACE in modules may not take effect.
3. Fixed an issue where x86_64 devices may not work.
4. Fixed some issues with module mounting.

https://github.com/tiann/KernelSU/releases/tag/v0.5.7