manager: Updated the susfs binary file

- made the umount manager publicly
available

- and removed the “try umount” functionality

- susfs interface and fixed path issues (on Android 16).
This commit is contained in:
ShirkNeko
2025-11-23 23:51:40 +08:00
parent 84be28708e
commit 2c1beac1ca
19 changed files with 118 additions and 618 deletions

View File

@@ -380,33 +380,20 @@
<!-- SuSFS Tab Titles -->
<string name="susfs_tab_basic_settings">基本設定</string>
<string name="susfs_tab_sus_paths">SUS のパス</string>
<string name="susfs_tab_try_umount">アンマウントを試す</string>
<string name="susfs_tab_path_settings">パスの設定</string>
<string name="susfs_tab_enabled_features">有効な機能のステータス</string>
<!-- SuSFS Path Management -->
<string name="susfs_add_sus_path">SUS パスを追加</string>
<string name="susfs_add_try_umount">アンマウントを試すを追加</string>
<string name="susfs_sus_path_added_success">SUS パスが正常に追加されました</string>
<string name="susfs_path_not_found_error">パスが見つかりません</string>
<string name="susfs_path_label">パス</string>
<string name="susfs_path_placeholder">例: /system/addon.d</string>
<string name="susfs_no_paths_configured">SUS パスが未構成です</string>
<string name="susfs_no_umounts_configured">アンマウントを試すが未構成です</string>
<!-- SuSFS Umount Mode -->
<string name="susfs_umount_mode_label">アンマウントモード</string>
<string name="susfs_umount_mode_normal">通常のアンマウント (0)</string>
<string name="susfs_umount_mode_detach">アンマウントを分離 (1)</string>
<string name="susfs_umount_mode_normal_short">通常</string>
<string name="susfs_umount_mode_detach_short">分離</string>
<string name="susfs_umount_mode_display">モード: %1$s (%2$s)</string>
<string name="susfs_try_umount_added_success">追加されたパスのアンマウントに成功しました: %s</string>
<string name="susfs_try_umount_added_saved">アンマウントのパスの保存に成功しました: %s</string>
<!-- SuSFS Run Umount -->
<!-- SuSFS Reset Categories -->
<string name="susfs_reset_paths_title">SUS パスをリセット</string>
<string name="susfs_reset_paths_message">すべての SUS パスの構成が消去されます。続行してもよろしいですか?</string>
<string name="susfs_reset_umounts_title">リセットしてアンマウントを試す</string>
<string name="susfs_reset_umounts_message">すべてのアンマウント構成がリセットされます。続行してもよろしいですか?</string>
<string name="susfs_reset_path_title">パスの設定をリセット</string>
<!-- SuSFS Path Settings -->
<string name="susfs_android_data_path_label">Android データパス</string>
@@ -420,7 +407,6 @@
<string name="susfs_feature_disabled">無効</string>
<!-- Feature Labels -->
<string name="sus_path_feature_label">SUS パスの対応</string>
<string name="try_umount_feature_label">アンマウントを試すの対応</string>
<string name="spoof_uname_feature_label">uname 偽装の対応</string>
<string name="spoof_cmdline_feature_label">Cmdline/Bootconfig を偽装</string>
<string name="open_redirect_feature_label">オープンリダイレクトの対応</string>
@@ -522,7 +508,6 @@
<string name="cleanup_residue">残骸をクリーンアップ</string>
<string name="cleanup_residue_description">様々なモジュールや残骸となったツールのファイルとディレクトリをクリーンアップします (誤って削除すると損失や起動の失敗に繋がる可能性があるため、注意して使用してください)</string>
<string name="susfs_edit_sus_path">SUS のパスを編集</string>
<string name="susfs_edit_try_umount">アンマウントを試すを編集</string>
<string name="edit_kstat_statically_title">Kstat 静的構成を編集</string>
<string name="edit_kstat_path_title">Kstat のパスを編集</string>
<string name="susfs_save">保存</string>