AlwaysStrong
Always Strong: Strong Play Integrity in one drop in module TEESimulator-RS + PlayIntegrityFork bundled.
File Explorer
Download Latest Version (.zip)- release.yml
- upstream-update.yml
- update-binary
- updater-script
- index.html
- action.sh
- build_target_txt.sh
- collect_logs.sh
- common_func.sh
- conflict_scan.sh
- customize.sh
- daemon
- description.txt
- keybox_fetch.sh
- logcat_cleanup.sh
- module.prop
- pif_fallback_1.prop
- pif_fallback_2.prop
- pif_native_fetch.sh
- post-fs-data.sh
- prop_unify.sh
- rom_spoof_block.sh
- sepolicy.rule
- service.sh
- status_fetch.sh
- sync_patch.sh
- target.txt
- uninstall.sh
- description.txt
- engine.sh
- build.conf
- description.txt
- engine.sh
- build.conf
- module.prop.override
- asfetch
- asfetch
- autopif.rs
- main.rs
- Cargo.lock
- Cargo.toml
- aswatcher
- aswatcher
- aswatcher
- aswatcher
- main.rs
- Cargo.lock
- Cargo.toml
- built-on.png
- languages.jpg
- webui.jpg
- build-asfetch.sh
- build-watcher.sh
- update-upstream.sh
- .gitattributes
- .gitignore
- banner.png
- build.sh
- CHANGELOG.md
- LICENSE
- README.md
- update-inject.json
- update.json
# Installation Guide
1. Get the code
git clone https://github.com/evoker0/AlwaysStrong
Downloads the entire project code from GitHub to your computer.
cd AlwaysStrong
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd native/asfetch
This project's files live in a subfolder, so move into it first.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
