A **Magisk / KernelSU module** that converts your installed microG GmsCore from a user app into a **system-level app** to improve **Play Integrity behavior** and testing on custom or rooted devices.
**Forked from nift4's microG Installer Revived** — updated to support **microG 0.3.10.250932**.
> **Note:** This module does not bundle or install microG. It promotes your already-installed microG to the system layer with proper privileges. Think of it as a **converter**, not a traditional installer.
---
## ⚠ Personal Project Notice
This is a personal side project maintained for testing and research. Current support focuses on **microG 0.3.10.250932**.
If you want to participate in testing or share results, join the Telegram testing group:
This module allows your **user-installed microG apps** to operate at the system level by promoting them into `/system/priv-app/` using Magisk/KernelSU overlay mechanisms. By doing so, microG:
- Gains system-level privileges required for testing Play Integrity
- Is treated by Android as a system component without modifying `/system` permanently
- Allows apps to interact with microG in a closer-to-native environment
- Leaves your original user-installed apps untouched; the system prioritizes the overlayed copies
This approach provides a safe, reversible way to **evaluate Play Integrity responses** and improve compatibility in rooted or custom ROM environments.
---
## Features
- Detects installed microG GmsCore and Companion apps
- Converts them into **system-level apps** using overlay mechanisms
- Grants necessary **system permissions** and enables features like **signature spoofing**
- Reversible: removing the module restores the system to its original state
- Tested with latest microG releases while remaining compatible with prior 0.3.5+ versions (untested)