Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@

### Changelog:
- Fix spoofing in Infinity suite
- More tweaks
- Fingerprint fix on some devices
- patch incoming call(but depend you devices)
- Sync latest source of Infinity X
- "Securize" rework thanks @cawilliamson
- Added some options on treble app
- Fixed lmk tweaks in treble app
- Fully user build for security and app detection
- Added codecs fixes thanks @cawilliamson
- Added bluetooth fix in treble app

### Note
The OTA will depend a lot on your device's support, it may work correctly on some and not on others, I have no control over that.
### Notes:
- Some kernels may fail to boot correctly.
- Once again, trying to get bpf to work on older kernels without built-in bpfs.
- Kernels 5.10 may get stuck on the manufacturer's screen.
- The OTA will depend a lot on your device's support, it may work correctly on some and not on others, I have no control over that.
19 changes: 7 additions & 12 deletions ota.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,19 @@
{
"version": "2025-08-12",
"date": "1754978783",
"version": "2026-04-05",
"date": "1775365067",
"gsi": "Infinity X Official | by Doze-off",
"security_patch": "2025-08-01",
"security_patch": "2026-04-01",
"changelog": "https://raw.githubusercontent.com/Doze-off/ProjectInfinity-X_gsi/16/changelog.txt",
"variants": [
{
"name": "infinity_gsi_gapps",
"size": "1477665620",
"url": "https://github.com/Doze-off/ProjectInfinity-X_gsi/releases/download/2025-08-12/Infinity-X-3.1_GSI_treble_arm64-ab_GAPPS-Official-20250812.img.xz"
"size": "1507224144",
"url": "https://github.com/Doze-off/ProjectInfinity-X_gsi/releases/download/2026-04-05/Infinity-X-3.9_GSI_treble_arm64-ab_GAPPS-Official-20260405.img.xz"
},
{
"name": "infinity_gsi_vanilla",
"size": "982006688",
"url": "https://github.com/Doze-off/ProjectInfinity-X_gsi/releases/download/2025-08-12/Infinity-X-3.1_GSI_treble_arm64-ab_VANILLA-Official-20250812.img.xz"
},
{
"name": "infinity_a64_vanilla",
"size": "780105616",
"url": "https://github.com/Doze-off/ProjectInfinity-X_gsi/releases/download/2025-08-12/Infinity-X-3.1_GSI_treble_arm32_binder64-ab_VANILLA-Official-20250812.img.xz"
"size": "1164792724",
"url": "https://github.com/Doze-off/ProjectInfinity-X_gsi/releases/download/2026-04-05/Infinity-X-3.9_GSI_treble_arm64-ab_VANILLA-Official-20260405.img.xz"
}
]
}