This commit is contained in:
KOWX712
2024-11-18 21:59:17 +08:00
parent 82d803c2db
commit 40f1e8d69e
2 changed files with 10 additions and 11 deletions

View File

@@ -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

View File

@@ -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"
}