Releases: mytja/treble_pixelos
Releases · mytja/treble_pixelos
PixelOS May release - 2025-05-17
Quite a lot going on this release...
Changelog
- Synced with latest PixelOS May sources (QPR2)
- Fully reverted PixelOS's PIF and replaced it with crDroid's (actually doesn't solve much after testing, so I'll likely revert it back on next release)
- Added FOD TD patches and several useful patches by @cawilliamson (thank you so much) – FOD is still broken
- Added a 5G restoration fix for Samsung devices – find it in Treble App -> Samsung features -> Workarounds (if your device didn't have 5G on first boot, it won't suddenly have it now)
- Inverted colors on Treble App's icon – it's now white on dark mode
- Added a potential rounded corners fix – #2
Build sizes
- EXT4: 4.4GB uncompressed (1.6GB compressed)
- EROFS: 3.0GB uncompressed (1.9GB compressed)
Known issues
- Integrated PIF still causes problems on A13+ verdicts. I'm not sure why. If you desperately need A13+ verdicts, disable integrated PIF using
setprop persist.sys.pixelprops.pi false
and install chiteroman's PIF. - FOD is broken on all (most?) devices
- Some older devices don't have internet access
- Some older devices won't boot this GSI
Notes
- Report issues only on GitHub
- EROFS version doesn't include 28 & 29 APEX, which means that your device won't boot if you're using an A9 or A10 vendor. You must have a 5.x kernel (or later) to boot EROFS variant. Some 4.19 kernels might boot the EROFS variant - no support for EROFS will be provided if EROFS won't boot these devices.
- If you like this GSI, consider donating to phhusson or ponces
PixelOS April release - 2025-04-27
Changelog
- Added a modified Play Integrity Fix from crDroid. Legacy DEVICE verdict now passes by default (new/A13+ response is still broken).
- Forced the fingerprint option in settings
Build sizes
- EXT4: 4.4GB uncompressed (1.6GB compressed)
- EROFS: 3.0GB uncompressed (1.9GB compressed)
How to temporarily fix the A13+ response on Play Integrity?
Disable integrated PIF and use chiteroman's PIF module:
adb shell setprop persist.sys.pihooks.disable.gms_props true
adb shell setprop persist.sys.pihooks.disable.gms_key_attestation_block true
Or through Termux:
setprop persist.sys.pihooks.disable.gms_props true
setprop persist.sys.pihooks.disable.gms_key_attestation_block true
Known issues
- Integrated PIF still causes problems. (I'll fix it in the next release)
- FOD is broken on all devices
- Some older devices don't have internet access
- Some older devices won't boot this GSI
Notes
- EROFS version doesn't include 28 & 29 APEX, which means that your device won't boot if you're using an A9 or A10 vendor. You must have a 5.x kernel (or later) to boot EROFS variant. Some 4.19 kernels might boot the EROFS variant - no support for EROFS will be provided if EROFS won't boot these devices.
- If you like this GSI, consider donating to phhusson or ponces
PixelOS April release
Changelog
- Synced with latest PixelOS April release (QPR2)
- Synced with latest TrebleDroid patches
- Most personal patches carried over from Evolution X GSI. Thanks to all respective authors.
- Additionally, some further patches were used from @MisterZtr. Thank you so much. (EDIT: corrected for -> from)
Build sizes
- EXT4: 4.4GB uncompressed (1.6GB compressed)
- EROFS: 3.0GB uncompressed (1.9GB compressed)
Known issues
- Integrated PIF seems to be broken - disable it using
adb shell setprop persist.sys.pihooks.disable.gms_props true
andadb shell setprop persist.sys.pihooks.disable.gms_key_attestation_block true
and use chiteroman's Play Integrity Fix module. - FOD is broken on all devices
- Some older devices don't have internet access
- Some older devices won't boot this GSI
Notes
- If all Google apps suddenly start crashing, force close Google Play Services
- EROFS version doesn't include 28 & 29 APEX, which means that your device won't boot if you're using an A9 or A10 vendor. You must have a 5.x kernel (or later) to boot EROFS variant.
- If you like this GSI, consider donating to phhusson or ponces