Skip to content

Latest commit

Β 

History

History
115 lines (94 loc) Β· 4.78 KB

File metadata and controls

115 lines (94 loc) Β· 4.78 KB

LSPosed Module Compatibility Matrix

Which modules work on which Android versions and what they need.

Android 12 (S)

Module Status Notes
Hide My AppList βœ… Works Full support, no tweaks needed
TrickyStore βœ… Works Required for Play Integrity on newer builds
Shamiko βœ… Works Works with Zygisk, recommended for banking apps
CorePatch βœ… Works Signature verification bypass
DisableFlagSecure βœ… Works Force screenshots in apps that block them
XPrivacyLua βœ… Works Full permission control per-app
Location Privacy βœ… Works GPS spoofing per-app
BootloaderSpoofer βœ… Works Spoof locked bootloader status
Riru-LocationReporter ⚠️ Limited Requires Riru (incompatible with Zygisk)
ReVanced Extended βœ… Works YouTube patching (YouTube only, not system-wide)
Icon Pack Unlocker ⚠️ Issues Some icon packs still require overlays

Android 13 (T)

Module Status Notes
Hide My AppList βœ… Works Full support
TrickyStore βœ… Works Highly recommended β€” Play Integrity stricter on A13
Shamiko βœ… Works Best root hiding with Zygisk enabled
CorePatch βœ… Works Works as before
DisableFlagSecure βœ… Works Fully functional
XPrivacyLua βœ… Works All features work
Location Privacy βœ… Works Per-app GPS spoofing
BootloaderSpoofer ⚠️ Partial Works but newer apps may use other detection
Magisk Hide ❌ Removed Use DenyList + TrickyStore instead
UniversalGMS Doze βœ… Works Battery savings still effective
Iconify ⚠️ Needs Root Won't work on A13 without root β€” use custom launchers instead

Android 14 (U)

Module Status Notes
Hide My AppList βœ… Works Full support, mature
TrickyStore βœ… Required Play Integrity checks are aggressive on A14
Shamiko βœ… Works Paired with TrickyStore for maximum safety
CorePatch βœ… Works Signature verification bypass (use carefully)
DisableFlagSecure βœ… Works Screenshot blocker bypass
XPrivacyLua βœ… Works All permission controls functional
Location Privacy βœ… Works GPS spoofing reliable
BootloaderSpoofer ⚠️ Limited Works but not foolproof β€” better to use real unlock
Zygisk modules βœ… Best A14+ optimized for Zygisk
Riru modules ❌ Not compatible Use Zygisk equivalents instead
ReVanced βœ… Works Works on A14, but YouTube updates faster than patches

Android 15 (V)

Module Status Notes
Hide My AppList βœ… Works Fully compatible
TrickyStore βœ… Required Attestation is hardware-level on A15
Shamiko βœ… Works Enhanced root hiding
CorePatch βœ… Works No issues reported
DisableFlagSecure βœ… Works Screenshots functional
XPrivacyLua βœ… Works Permission grants all functional
Location Privacy βœ… Works GPS spoofing per-app
BootloaderSpoofer ⚠️ Weak A15 added stricter hardware checks
Zygisk βœ… Best Zygisk is the only hooking framework supported
Material You themes βœ… Works System theming stable
Clipboard managers ⚠️ Limited A15 restricts clipboard access more

Install priority order

For best stability and functionality, install modules in this order:

1. TrickyStore (required for Play Integrity)
2. Shamiko (for root hiding with Zygisk)
3. Hide My AppList (prevents app detection)
4. XPrivacyLua (fine-grained permission control)
5. DisableFlagSecure (screenshot bypass)
6. Location Privacy (GPS spoofing)
7. Additional modules as needed

Known issues by Android version

Android 12

  • Issue: Some banking apps crash even with TrickyStore
  • Workaround: Use alternative app or native hardware wallet

Android 13

  • Issue: Google Play detects root despite TrickyStore
  • Workaround: Use Play Store alternative (Aurora Store) or browser

Android 14

  • Issue: GPU attestation bypasses not perfect
  • Workaround: Only needed for payment apps β€” others generally work

Android 15

  • Issue: Hardware-backed attestation very strict
  • Workaround: Don't unlock bootloader on payment-critical devices, or use GrapheneOS

Deprecated modules (don't use)

  • ❌ Magisk Hide β€” Removed in Magisk v24+, use DenyList instead
  • ❌ Riru β€” Incompatible with Zygisk, framework abandoned
  • ❌ EdXposed β€” Dead project, no A13+ support
  • ❌ Xposed for Android 8–10 β€” Outdated, use LSPosed for A12+
  • ❌ GravityBox β€” Very outdated, broke on A12+

Check your module versions

Always keep modules updated:

adb shell "pm dump com.example.module | grep versionName"
# Or in LSPosed Manager: check "Updates" tab