Skip to content

Specter v1.3.3

Choose a tag to compare

@github-actions github-actions released this 16 May 11:26
· 252 commits to main since this release

Features

  • Dynamic module description: priority-based status line (keybox, revocation, apps, patch)
  • One-time TEE check: APK downloaded, run, self-deletes after caching result
  • "Fix PIF Detection" button restored: boot function only set guard props — block_rom_spoof_engines() now actively removes pihook/pixelprops

Boot Refactor

  • apply_boot_props(): early boot only, no AVB override, Magisk-only
  • Unified boot logic: lib/boot_core.sh for both service.sh and boot-completed.sh
  • _feature_should_run(): single toggle+conflict gate
  • Feature scripts extracted: boot_hardening.sh, bootloader_spoofer.sh, rom_spoof.sh
  • Toggle/LSPosed/recovery/hardening fixes for KSU and Magisk parity

Installer

  • Module detection: reads module.prop for variant; consolidated detect_root_solution()
  • Conflict registry: extracted to config/conflicts.txt

Other

  • 14 conflict tests; twrp.shrecovery.sh; dead code removed