Universal GMS Doze - Magisk Module
What Is Universal GMS Doze?
Universal GMS Doze is a Magisk module that patches Google Play services and specific processes/services to enhance battery optimization. It’s designed to work with Android API 23 or later.
Module Information
- Name: Universal gms doze
- Format: zip
- Size: 500 kb
- Version: latest
- Web link: https://magiskmodule.gitlab.io/magisk-modules-repo/universal-gms-doze/
- Donate:
- Support:
- Minimum Magisk Version: Not specified
- Last Update: 2024-07-08
- Total Download: 2.5M
- Average Rating:
Download link: Universal gms doze.zip
Purpose: The module ensures that Google Play services run efficiently in the background, minimizing unnecessary battery drain.
Compatibility: It supports both Magisk and KernelSU.
Installation: You can find the module on GitHub, Mediafire, MEGA, or SourceForge.
Troubleshooting:
To check optimization (with the module installed), use the command:
su > gmsc
.For general optimization status, run:
su > dumpsys deviceidle
.To fix delayed incoming messages, move the app to “Not Optimized” battery usage:
su > cd /data/data > find . -type f -name '*gms*' -delete
.Optionally, disable “Find My Device”:
su > pm disable com.google.android.gms/com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver
.
Recent Updates (as of June 4, 2023)
The latest release (version 1.9.1) includes the following improvements:
Added GMS to battery optimization and disabled other components.
Fixed broken API checking and Multi-User support.
Moved to inbuilt (Magisk) BusyBox.
Improved pre-boot conflict fixer and proper boot script execution.