Skip to content

Latest commit

Β 

History

History
50 lines (37 loc) Β· 1.54 KB

File metadata and controls

50 lines (37 loc) Β· 1.54 KB

LSPosed Setup Complete Guide

Pre-requisites

  • Device running Android 8+
  • Magisk installed with Zygisk enabled
  • USB debugging enabled

Installation

Step 1: Enable Zygisk in Magisk

  1. Open Magisk Manager app
  2. Settings β†’ Zygisk β†’ Enable
  3. Reboot device

Step 2: Flash LSPosed

  1. Download from https://github.com/LSPosed/LSPosed/releases
  2. In Magisk β†’ Modules β†’ Install from storage β†’ select LSPosed zip
  3. Reboot

Step 3: Verify Installation

  1. After reboot, open LSPosed Manager
  2. Go to Modules tab β€” should be empty
  3. Logs tab should show "LSPosed service is running"

Installing Modules

  1. Open LSPosed Manager
  2. Tap search icon β†’ browse or search module name
  3. Tap module β†’ Install
  4. Confirm scope (which apps it applies to)
  5. Reboot or kill the target app

Important: Scope controls where the module hooks. Scope to just your target app for less overhead.

Common Issues

Issue Fix
"LSPosed service not running" Reboot, check Zygisk is enabled in Magisk
Module installed but not working Check scope is correct, kill target app
Device boot loops Boot to recovery, uninstall LSPosed from Magisk
Need Zygisk modules (Shamiko, etc.) Install ZygiskNext first, then module

Best Modules to Start With

  • Hide My AppList β€” prevent apps detecting other installs
  • PlayIntegrityFix β€” pass Google attestation on rooted devices
  • DisableFlagSecure β€” allow screenshots everywhere
  • CorePatch β€” disable APK signature verification (for testing)