Skip to content

Latest commit

Β 

History

History
74 lines (53 loc) Β· 2.32 KB

File metadata and controls

74 lines (53 loc) Β· 2.32 KB

Complete LSPosed + Module Installation Guide

Step 1: Install Magisk (if not already done)

# Download Magisk APK from: https://github.com/topjohnwu/Magisk/releases
adb install Magisk-v27.0.apk

# In Magisk app: Install β†’ Select and Patch a File β†’ pick boot.img
# Flash the patched boot.img via fastboot
adb reboot bootloader
fastboot flash boot magisk_patched_xxx.img
fastboot reboot

Step 2: Enable Zygisk

In Magisk app:

  • Settings β†’ Zygisk β†’ On
  • Reboot device

Step 3: Install LSPosed

  1. Download LSPosed for your Android version: https://github.com/LSPosed/LSPosed/releases
  2. In Magisk app: Modules β†’ Install from storage β†’ select LSPosed zip
  3. Reboot
  4. Open LSPosed Manager (should appear in notification after reboot)

Step 4: Install Modules

In LSPosed Manager:

  1. Hide My AppList β€” prevent apps from detecting other installed apps

    • Scope: System + all apps
    • Reboot
    • Verify: open any app that checks app list β€” it won't see your hidden apps
  2. TrickyStore β€” pass Play Integrity check for banking apps

    • Scope: System (apply to whole device)
    • Reboot
    • Test with Play Store β†’ My Apps & games β†’ should pass
  3. PlayIntegrityFix (if TrickyStore alone doesn't work)

    • Scope: System
    • Reboot

Step 5: Configure DenyList (Root Hiding)

If you want to hide root from an app:

  1. In Magisk app: Settings β†’ Configure DenyList
  2. Check the apps that should NOT see root
  3. Reboot

This works best with Shamiko module installed (automatic with Zygisk).

Troubleshooting

Problem Fix
LSPosed Manager won't open LSPosed not properly installed. Reinstall from Magisk β†’ Modules
Module not applying Module not scoped to correct app. Re-check scope in LSPosed.
App detects root despite DenyList Install Shamiko module in Magisk
Banking app crashes Install TrickyStore + PlayIntegrityFix, make sure both scoped to System
System unstable after module Uninstall module in LSPosed Manager, clear cache

Module recommendations by use case:

  • Privacy β€” Hide My AppList, TrickyStore, XPrivacyLua
  • UI β€” Iconify, GravityBox, QuickSwitch
  • Banking β€” TrickyStore, PlayIntegrityFix, BootloaderSpoofer
  • Games β€” CorePatch (no APK sig check), disable app detection modules in games