A Magisk module that allows you to uninstall the Android Runtime (ART) APEX package directly from the Magisk app (or other root app that supports this) using an Action button.
⚠ Warning: This module modifies a core system component. There is a real risk of bootloop after reboot.
-
Action button inside Magisk
-
Attempts to uninstall:
com.android.artcom.google.android.art
-
Automatically reboots only if uninstall was successful
-
Exits safely if package is not present
-
Live status shown in module description:
installeduninstallednot present
-
Visual example
When pressed:
- Runs:
pm uninstall com.android.art pm uninstall com.google.android.art - If uninstall succeeds → device reboots after 10 seconds.
- If not found or failed → exits without reboot.
A service.sh script:
- Waits for full Android boot
- Checks ART APEX state hourly using:
pm path <package> - Updates
module.propdescription with current status
APEX detection logic:
-
/data/apex/active/→ installed -
/data/apex/decompressed/→ uninstalled -
No output → not present
-
Visual example
This module requires that your phone is rooted. Root handler programs that this module is working on:
- Magisk 29+
- Kitsune
- Apatch
- KSU
- KSUWebUIStandaloneApp
Uninstalling ART may:
- Cause bootloop
- Break system runtime
- Prevent apps from launching
- Require full firmware restore
Use at your own risk.
- Download the latest release ZIP.
- Flash via Root handler → Modules → Install from storage.
- Reboot the phone.
- Open your Root handler (or KSUWebUIStandaloneApp)
- Navigate to Modules
- Press the Action button for ART Uninstall.
This module is intended for advanced users only.
The author is not responsible for:
- Bootloops
- Data loss
- Device damage