From 40f1e8d69e8edc82b542934deb78814c1ab26ae9 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Mon, 18 Nov 2024 21:59:17 +0800 Subject: [PATCH] v2.3 --- README.md | 15 +++++++-------- update.json | 6 +++--- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 92bea70..33a3dec 100755 --- a/README.md +++ b/README.md @@ -11,19 +11,18 @@ A **KSU WebUI** to configure tricky store target.txt - [Tricky store](https://github.com/5ec1cff/TrickyStore) module installed ## Custom Configuration -- ADDITION and EXCLUDE in `/data/adb/tricky_store/target_list_config` -- EXCLUDE for removing unnecessary apps -- ADDITION for adding back system app excluded by default -- Configuration list with **KSU WebUI** (KernelSU & Apatch, For Magisk users: [KSU WebUI standalone](https://github.com/5ec1cff/KsuWebUIStandalone)) +- Configuration target list with **KSU WebUI** +- For Magisk users, first attempt perform action button can install KSU WebUI (optional). +- Advance configure: ADDITION and EXCLUDE in `/data/adb/tricky_store/target_list_config` ## Instructions ### Automatic update - On boot ### Manually update -**Action button method** -- Use action button to update tricky store target list. -- Available for Magisk 27008+, KernelSU 11981+, Apatch 10927+ +**KSU WebUI** +- Configure target list +- Save and Update **Manual script method** - Run `UpdateTargetList.sh` under `/data/adb/tricky_store` manually. @@ -31,7 +30,7 @@ A **KSU WebUI** to configure tricky store target.txt ## More **Support to pass abnormal boot state** -- Put Verfied Boot Hash to `boot_hash` in `/data/adb/modules/TA_utl`, reboot. +- Paste Verfied Boot Hash to `boot_hash` in `/data/adb/`, reboot. ## Acknowledgement - [j-hc/zygisk-detach](https://github.com/j-hc/zygisk-detach) - KSU WebUI template diff --git a/update.json b/update.json index d4cac85..59a247d 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 220, - "version": "v2.2", - "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.2/TrickyAddonModule-v2.2.zip", + "versionCode": 230, + "version": "v2.3", + "zipUrl": "https://github.com/KOWX712/Tricky-Addon-Update-Target-List/releases/download/v2.3/TrickyAddonModule-v2.3.zip", "changelog": "https://raw.githubusercontent.com/KOWX712/Tricky-Addon-Update-Target-List/refs/heads/master/changelog.md" } \ No newline at end of file