kernel: Bump susfs binary version to 1.5.12

- Removed functionally coupled versions 1.5.10-1.5.11

- Removed `statusMagicMount` status retrieval

- Use `getSuSFSFeatures` to replace `CMD_GET_SUSFS_FEATURE_STATUS` for obtaining SUSFS status.
This commit is contained in:
ShirkNeko
2025-10-13 17:40:33 +08:00
parent 85291de02a
commit b8eebcda5a
20 changed files with 135 additions and 148 deletions

View File

@@ -441,7 +441,6 @@
<string name="auto_bind_mount_feature_label">自动绑定挂载</string>
<string name="auto_try_umount_bind_feature_label">自动尝试卸载绑定挂载</string>
<string name="hide_symbols_feature_label">隐藏 KSU SuSFS 符号</string>
<string name="magic_mount_feature_label">魔法坐骑支持</string>
<string name="sus_kstat_feature_label">SuS Kstat 支持</string>
<string name="sus_su_feature_label">SuS SU 模式切换功能</string>
<!-- 可切换状态 -->
@@ -559,6 +558,8 @@
<string name="add_custom_path">其他</string>
<string name="add_app_path">应用</string>
<string name="susfs_add_app_path">添加应用路径</string>
<string name="susfs_version_mismatch">SuSFS 库版本不匹配,内核:%1$s vs 管理器:%2$s建议更新内核或管理器</string>
<string name="warning">警告</string>
<string name="search_apps">搜索应用</string>
<string name="selected_apps_count">%1$d 个已选应用</string>
<string name="already_added_apps_count">%1$d 个已添加应用</string>