KernelSU
📈 Analytical overview of Telegram channel KernelSU
Channel KernelSU (@kernelsu) in the English language segment is an active participant. Currently, the community unites 37 246 subscribers, ranking 2 634 in the Technologies & Applications category.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 37 246 subscribers.
According to the latest data from 02 December, 2024, the channel demonstrates stable activity. Although there has been a change in the number of participants by 762 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
📝 Description and content policy
Channel description not provided.
Thanks to the high frequency of updates (latest data received on 03 December, 2024), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
/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.ci: opt manager (#55) * ci: opt manager * lint: don't check release buildCommit Workflow run
post-fs-data.sh and system.prop
2. Fix module install failure in some cases
更新日志:
1. 模块支持 post-fs-data.sh 和 system.prop
2. 修复某些情况下模块安装失败的问题