Skip to content

v5.26.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 17:24
· 65 commits to main since this release

Bug Fixes

  • Custom ROM version wiped by propcleanhexpatch_deleteprop was destroying all properties matching ROM fingerprint substrings (e.g. crdroid), including ro.crdroid.build.version which crDroid needs for its About screen and OTA updater. Now auto-detects the running ROM by checking for ro.<fingerprint>* properties before wiping — if the device owns those props, they're preserved. Generic fix that works for any ROM in the fingerprint list (LineageOS, EvolutionX, PixelOS, etc.)

Improvements

  • Debug build supportpackage.sh --debug produces unstripped binaries with full debuginfo symbols for crash diagnosis