Skip to content

Commit

Permalink
Update by CLI (2024-12-08 10:03:21.622154)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 8, 2024
1 parent 0d3e3c1 commit 7040fc6
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 12 deletions.
42 changes: 41 additions & 1 deletion json/modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"submission": "https://github.com/Googlers-Repo/gmr/issues/new?assignees=&labels=module&projects=&template=submission.yml&title=%5BModule%5D%3A+",
"metadata": {
"version": 1,
"timestamp": 1733639380.049822
"timestamp": 1733652201.622154
},
"modules": [
{
Expand Down Expand Up @@ -1156,6 +1156,46 @@
}
]
},
{
"id": "tricky_store",
"name": "Tricky Store",
"version": "v1.2.0 (155-331f6fe-release)",
"versionCode": 155,
"author": "5ec1cff",
"description": "A trick of keystore",
"added": 1723905223.0,
"categories": [
"System"
],
"readme": "https://raw.githubusercontent.com/5ec1cff/TrickyStore/refs/heads/release/README.md",
"verified": false,
"timestamp": 1730124120.0,
"size": 2277483,
"features": {
"service": true,
"post_fs_data": true,
"sepolicy": true,
"apks": true
},
"track": {
"type": "ONLINE_JSON",
"added": 1723905223.0,
"source": "https://github.com/5ec1cff/TrickyStore",
"antifeatures": [
"NoSourceSince"
]
},
"versions": [
{
"timestamp": 1730124120.0,
"version": "v1.2.0 (155-331f6fe-release)",
"versionCode": 155,
"zipUrl": "https://gr.dergoogler.com/gmr/modules/tricky_store/v1.2.0_155-331f6fe-release.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/tricky_store/v1.2.0_155-331f6fe-release.md",
"size": 2277483
}
]
},
{
"id": "usb-samplerate-unlocker",
"name": "USB Samplerate Unlocker",
Expand Down
27 changes: 16 additions & 11 deletions modules/tricky_store/track.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"id": "tricky_store",
"enable": true,
"verified": false,
"update_to": "https://raw.githubusercontent.com/5ec1cff/TrickyStore/refs/heads/release/update.json",
"source": "https://github.com/5ec1cff/TrickyStore",
"antifeatures": ["NoSourceSince"],
"readme": "https://raw.githubusercontent.com/5ec1cff/TrickyStore/refs/heads/release/README.md",
"minApi": 29,
"categories": ["System"],
"added": 1723905223.0
}
"id": "tricky_store",
"enable": true,
"verified": false,
"update_to": "https://raw.githubusercontent.com/5ec1cff/TrickyStore/refs/heads/release/update.json",
"source": "https://github.com/5ec1cff/TrickyStore",
"categories": [
"System"
],
"readme": "https://raw.githubusercontent.com/5ec1cff/TrickyStore/refs/heads/release/README.md",
"antifeatures": [
"NoSourceSince"
],
"added": 1723905223.0,
"last_update": 1730124120.0,
"versions": 1
}
14 changes: 14 additions & 0 deletions modules/tricky_store/update.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"id": "tricky_store",
"timestamp": 1730124120.0,
"versions": [
{
"timestamp": 1730124120.0,
"version": "v1.2.0 (155-331f6fe-release)",
"versionCode": 155,
"zipUrl": "https://gr.dergoogler.com/gmr/modules/tricky_store/v1.2.0_155-331f6fe-release.zip",
"changelog": "https://gr.dergoogler.com/gmr/modules/tricky_store/v1.2.0_155-331f6fe-release.md",
"size": 2277483
}
]
}
35 changes: 35 additions & 0 deletions modules/tricky_store/v1.2.0_155-331f6fe-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 1.2.0

修复注入失败的问题
修复安装失败的问题
修复 cert hack 下报错的问题

---

Fixed the injection failure issue
Fixed the installation failure issue
Fixed the error issue under cert hack

# 1.2.0-RC2

修改叶证书模式同时会修改安全等级与信任根为非软件
修复缺失的 osVersion 字段

---

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
Binary file not shown.

0 comments on commit 7040fc6

Please sign in to comment.