Skip to content

Commit

Permalink
bump to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
5ec1cff committed Jul 28, 2024
1 parent 479459d commit 7e91085
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ A trick of keystore. **Android 12 or above is required**.
3. Customize target packages at `/data/adb/tricky_store/target.txt` (Optional).
4. Enjoy!

**All configuration files will take effect immediately.**

## keybox.xml

format:
Expand Down Expand Up @@ -63,6 +65,9 @@ TAGS=release-keys
SECURITY_PATCH=2024-07-05
```

For Magisk users: if you don't need this feature and disabled zygisk, please remove the folder
`/data/adb/modules/tricky_store/zygisk` manually.

## Support TEE broken devices

Tricky Store will hack the leaf certificate by default. On TEE broken devices, this will not work because we can't retrieve the leaf certificate from TEE. You can add a `!` after a package name to enable generate certificate support for this package.
Expand All @@ -77,10 +82,13 @@ io.github.vvb2060.keyattestation
com.google.android.gms!
```

## Known issues
## TODO

- Support App Attest Key.
- [Support Android 11 and below.](https://github.com/5ec1cff/TrickyStore/issues/25#issuecomment-2250588463)
- Support automatic selection mode.

- App Attest Key is not supported.
- StrongBox is not supported.
PR is welcomed.

## Acknowledgement

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ val gitCommitHash = "git rev-parse --verify --short HEAD".execute()
// also the soname
val moduleId by extra("tricky_store")
val moduleName by extra("Tricky Store")
val verName by extra("v1.0.2")
val verName by extra("v1.0.3")
val verCode by extra(gitCommitCount)
val commitHash by extra(gitCommitHash)
val abiList by extra(listOf("arm64-v8a", "x86_64"))
Expand Down

0 comments on commit 7e91085

Please sign in to comment.