Curated list of the best Xposed modules for Android 12β15. Requires LSPosed framework (via Magisk/KernelSU).
LSPosed: https://github.com/LSPosed/LSPosed
# 1. Install Magisk with Zygisk enabled
# 2. Install LSPosed via Magisk Modules
# 3. Reboot
# 4. LSPosed Manager shortcut appears
# 5. Install modules from within LSPosed| Module | Scope | Purpose | Link |
|---|---|---|---|
| Shamiko | System | Advanced root hiding (requires Zygisk) | GitHub |
| Hide My AppList | Apps | Hide installed apps from detection | GitHub |
| PlayIntegrityFix | System | Pass Google Play Integrity API | GitHub |
| TrickyStore | System | Hardware attestation spoofing | GitHub |
| Module | Scope | What it does |
|---|---|---|
| XPrivacyLua | Apps | Restrict any permission beyond defaults |
| Location Privacy | Apps | Fake GPS per-app |
| Riru-LocationReporter | System | Block real location, spoof coordinates |
| CorePatch | System | Disable APK signature verification |
| BootloaderSpoofer | Apps | Report locked bootloader status |
| No Storage Restrict | System | Remove storage access restrictions |
| DisableFlagSecure | System | Allow screenshots in restricted apps |
| FakeWifi | System | Report connected WiFi to restricted apps |
| Clipboard Purger | System | Auto-clear clipboard periodically |
| UID Spoofer | Apps | Fake UID per-app |
| Module | Scope | What it does |
|---|---|---|
| Iconify | System | Full Android UI theming |
| GravityBox | System | Classic system tweaks (legacy) |
| QuickSwitch | System | Alt recent apps provider |
| Cemiuiler | System | MIUI tweaks (Xiaomi) |
| Statusbar Customizer | System | Control status bar icons & colors |
| Volume Steps | System | Increase volume button granularity |
| SystemUI Tuner | System | Unlock hidden system settings |
| Module | Scope | What it does |
|---|---|---|
| Cleaner | Apps | Auto app cache cleaner |
| Memory Booster | System | Memory optimization background |
| Battery Limiter | System | Stop charging at threshold |
| Network Limiter | Apps | Per-app bandwidth limits |
- Install module in LSPosed Manager
- Set scope = which apps it affects
- Reboot (most system-scope modules require it)
- Done
Common scopes:
android= system-wide effectcom.example.app= single app only- Multiple packages = use commas
- PlayIntegrityFix + TrickyStore = TrickyStore does stronger attestation spoofing (use instead of PlayIntegrityFix for banking)
- Shamiko + Hide My AppList = use together for maximum root hiding
- Iconify conflicts with system UI changes β disable other theme mods if installing
- Always test modules one at a time β if bootloop, go to recovery and uninstall last module
See also: frida-scripts-android for runtime hooking alternatives