Bug Fixes
- Custom ROM version wiped by propclean —
hexpatch_deletepropwas destroying all properties matching ROM fingerprint substrings (e.g.crdroid), includingro.crdroid.build.versionwhich crDroid needs for its About screen and OTA updater. Now auto-detects the running ROM by checking forro.<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 support —
package.sh --debugproduces unstripped binaries with full debuginfo symbols for crash diagnosis