- **Custom ROM version wiped by propclean** — `hexpatch_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.)
0 commit comments