This branch is14 commits behind5ec1cff/TrickyStore:master. Folders and files Name Last commit message Last commit date Latest commit 5ec1cff update glaze Jul 20, 2024 3ff2c3f·Jul 20, 2024 History 60 Commits .github/workflows gradle
.run { namespace = "io.github.a13e300.tricky_store" compileSdk = androidCompileSdkVersion ndkVersion = androidCompileNdkVersion buildToolsVersion = androidBuildToolsVersion defaultConfig { minSdk = androidMinSdkVersion } lint { checkReleaseBuilds = false abortOnError = true } compileOptions { ...
A trick of keystore. Android 12 or above is required. Usage Flash this module and reboot. For more than DEVICE integrity, put an unrevoked hardware keybox.xml at /data/adb/tricky_store/keybox.xml (Optional). Customize target packages at /data/adb/tricky_store/target.txt (Optional). Enjo...
pluginManagement { repositories { google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() } } rootProject.name = "TrickyStore" include(":module") include(":service") include...
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. In this case, we fallback to use generate key mode automatically.You can add a ! after a package name to force use generate ...
Tricky Store will automatically generate example config props inside /data/adb/tricky_store/spoof_build_vars once created, on next reboot, then you may manually edit your spoof config. Here is an example of a spoof config: MANUFACTURER=Google MODEL=Pixel 8 Pro FINGERPRINT=google/husky_beta/husky...
注:Magisk 用户从 1.1.0 版本升级时可能出现模块被自动禁用的现象。此为旧版问题,重新启用并重启即可。 Fix some bugs in auto and generated modes. Support update in root manager. Note: Magisk users may experience the module being automatically disabled when upgrading from version 1.1.0. This is an...
Actions: 5ec1cff/TrickyStoreActions All workflows Build pages-build-deployment Management Caches Deployments Attestations Build 53 workflow runs Event Status Branch Actor Do not hack certificate chain for Samsung certs Build #70: Pull request #40 opened by salvogiangri salvogiangri:master ...
优化spoof build vars,新的配置格式请参阅 README (@yujincheng08@osm0sis) 自带AOSP 软 keybox 并默认启用 spoof build vars 支持在生成密钥对模式下启用设备属性认证 生成密钥支持 Strongbox Refine spoof build vars, please refer to README for new config format ...
"zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.1.1/Tricky-Store-v1.1.1-118-7c164d3-release.zip", "versionCode": 123, "version": "v1.1.2", "zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.1.2/Tricky-Store-v1.1.2-123-94176b9-release....