Install System Module App

Install System Module App


Notes
For easiest and fastest installation, we recommend using our installation service to install System Module for you

Install System Module to Suppress Android 12-15 Indicators and enable Enhanced Call Recording.

Before You Start

  1. Your device must be rooted with Magisk v23 onwards
    1. For devices with Android OS 13 and above, root using Magisk v28 onwards
    2. For devices with Android OS 12 and below, root using Magisk v23 onwards
  2. You must have your device in hand as well as a computer, and a cable to make the computer to device connection

What We'll Be Doing

  1. Installing Android Hooking Framework
    There are two hooking frameworks available: Zygisk and Riru. The framework you install will depend on the Android OS version of your device.
    1. For devices with Android OS 13 and above, we will be installing Zygisk framework
    2. For devices with Android OS 12 and below, we will be installing Riru v25 onwards
  2. Installing the latest version of LSPosed framework onto the device in Magisk
  3. Installing LSPosed Manager onto the device
  4. Installing System Module onto the device
  5. Cleanup

Installation Steps

For devices with Android OS 13 and above

1. Enable Zygisk

  1. Open the Magisk app
  2. Go to Settings (gear icon)
  3. Toggle Zygisk to enable

2. Install and Configure LSPosed

  1. Download the latest version of the LSPosed (1.9.3) installation file for Zygisk onto the device storage here
  2. Open Magisk
  3. Select “Modules” tab
  4. Select “Install from storage”
  5. Select saved LSPosed installation file and install
  6. Restart device
  7. After restart, "LSPosed loaded" notification must appear in the notification center

  8. Tap "LSPosed loaded" notification to open LSPosed Manager
  9. Go to Settings (gear icon)
  10. Create shortcut and "Add"



  11. Next, disable Status Notification in the same LSPosed Manager settings.
    The "LSPosed loaded" notification in the notification center should disappear. (From now on, use the LSPosed shortcut icon to access LSPosed Manager).

3. Install System Module

  1. Visit
  2. Tap System Module to Download the system Module APK onto device storage
  3. Install System Module APK like any normal app
  4. Enable System Module
    1. Open LSPosed manager app
    2. Select “Modules”
    3. Select “System Module”
    4. Turn "Enable module" to ON
  5. Restart device

4. Cleanup

Remove unwanted created as part of the installation process
  1. Delete LSPosed framework installation file (Don’t delete files in /data/adb/lspd)
  2. Delete System Module installation file (system_module.apk)
  3. Delete LSPosed Manager shortcut - on device home screen, long tap on LSPosed shortcut and remove
Done!

For devices with Android OS 12 and below

1. Install Riru and LSPosed

  1. Download the latest version of the Riru installation file onto the device storage here
  2. Download the LSPosed (1.8.6) installation file onto the device storage here
  3. Open Magisk
  4. Select “Modules” tab
  5. Select “Install from storage”
  6. Select the location you downloaded Riru and LSPosed installation files, then install each file respectively
  7. Check the Modules page to verify both packages are installed as shown below
  8. Restart Device
  9. After restart, if LSPosed framework asks to create shortcut, select “Cancel”

2. Install LSPosed Manager

We will be using an adb command to login to the device and
  1. Install LSPosed Manager at location /data/adb/lspd/manager.apk
  2. Adjust LSPosed framework settings
Instructions
  1. Connect the Device to your Computer with its original cable
  2. Open Terminal on Mac or Command Prompt on Windows
  3. Type “adb shell”
  4. Type “su”
  5. Type “cd /data/adb/lspd”
  6. Install manager.apk
    1. Method 1: 
      1. Type “pm install manager.apk”
      2. if an error is found use Method 2
    2. Method 2:
      1. Type “cp manager.apk /sdcard/Download/”
      2. Use any file explorer app e.g: Files, My Files then go to “Download” folder
      3. Open manager.apk to install like normal app
  7. The LSPosed Manager App Icon will appear in Launcher

  8. Open LSPosed Manager
  9. Select “Settings”
  10. Turn "Status Notification" to OFF

  11. Scroll to “System” section and turn off “Force apps to show launcher icons”

3. Install System Module

  1. Visit
  2. Tap System Module to Download the system Module APK onto device storage
  3. Install System Module APK like any normal app
  4. Enable System Module
    1. Open LSPosed manager app
    2. Select “Modules”
    3. Select “System Module”
    4. Turn "Enable module" to ON

    5. Restart device

4. Cleanup

Remove unwanted created as part of the installation process
  1. Uninstall the LSPosed Manager App (If asked, choose Don’t keep app data)
  2. Delete the Riru installation file
  3. Delete LSPosed framework installation file (Don’t delete files in /data/adb/lspd)
  4. Delete System Module installation file (system_module.apk)
  5. If you downloaded 'manager.apk' using Method 2, delete it from the Downloads Folder
Done!