You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29a22a461c | ||
|
|
df6d697e0f | ||
|
|
edc6cdab08 |
@@ -1,6 +1,6 @@
|
||||
# Tricky Store
|
||||
|
||||
A trick of keystore. **Android 12 or above is required**.
|
||||
A trick of keystore. **Android 10 or above is required**.
|
||||
|
||||
This module is used for modifying the certificate chain generated for android key attestation.
|
||||
|
||||
|
||||
37
changelog.md
37
changelog.md
@@ -1,18 +1,35 @@
|
||||
# 1.1.1
|
||||
# 1.2.0
|
||||
|
||||
修复自动模式与生成模式下的多个 bug
|
||||
|
||||
支持在 root 管理器内更新
|
||||
|
||||
|
||||
注:Magisk 用户从 1.1.0 版本升级时可能出现模块被自动禁用的现象。此为旧版问题,重新启用并重启即可。
|
||||
修复注入失败的问题
|
||||
修复安装失败的问题
|
||||
修复 cert hack 下报错的问题
|
||||
|
||||
---
|
||||
|
||||
Fix some bugs in auto and generated modes.
|
||||
Fixed the injection failure issue
|
||||
Fixed the installation failure issue
|
||||
Fixed the error issue under cert hack
|
||||
|
||||
Support update in root manager.
|
||||
# 1.2.0-RC2
|
||||
|
||||
修改叶证书模式同时会修改安全等级与信任根为非软件
|
||||
修复缺失的 osVersion 字段
|
||||
|
||||
Note: Magisk users may experience the module being automatically disabled when upgrading from version 1.1.0. This is an issue in old version, simply re-enable the module and reboot.
|
||||
---
|
||||
|
||||
Leaf hack mode will also change the security level and root of trust to non-software based
|
||||
Fix missing osVersion field
|
||||
|
||||
# 1.2.0-RC1
|
||||
|
||||
初步支持 Android 10-11 (感谢 @N-X-T )
|
||||
自动模式会检测是否支持硬件加密
|
||||
修复模块损坏问题
|
||||
修复证书签名算法选择的问题
|
||||
|
||||
---
|
||||
|
||||
Add initial support for Android 10-11 (Thanks @N-X-T )
|
||||
Auto mode will detect if hardware encryption is supported
|
||||
Fix issue that module may be corrupted
|
||||
Fix issue with certificate signature algorithm selection
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"versionCode": 118,
|
||||
"version": "v1.1.1",
|
||||
"zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.1.1/Tricky-Store-v1.1.1-118-7c164d3-release.zip",
|
||||
"versionCode": 155,
|
||||
"version": "v1.2.0",
|
||||
"zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.2.0/Tricky-Store-v1.2.0-155-331f6fe-release",
|
||||
"changelog": "https://github.com/5ec1cff/TrickyStore/raw/release/changelog.md"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user