Universal GMS Doze
Overview
- Patches Google Play services app and certain processes/services to be able to use battery optimization
- Support API 23 or later
- Support Magisk, KernelSU, and APatch root implementations
Download Links (Archive)
Troubleshootings
- Command-line for check optimization (with module installed):
> su
> gmsc
- Command-line for check optimization (in general):
There’s a line writtenWhitelist (except idle) system apps:
and ifcom.google.android.gms
line does not exist it means Google Play services is optimized).
> su
> dumpsys deviceidle
- Command-line for fix delayed incoming messages issue:
If the issue still persist, move the app to Not Optimized battery usage.
> su
> cd /data/data
> find . -type f -name '*gms*' -delete
- Command-line for disable Find My Device (optional):
> su
> pm disable com.google.android.gms/com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver
Credits
- topjohnwu / Magisk - Magisk Module Template
- JumbomanXDA, MrCarb0n / Script fixer and helper
Extras
- Donations: PayPal - LiberaPay - Ko-fi
- Source Code: GitHub
- Support Thread: XDA Developers
Download Link
Module Info
Other modules
Arkamys Audio BLU BOLD N1 Magisk Module
DISCLAIMER Arkamys apps and blobs are owned by Arkamys�. The MIT license specified here is for the Magisk Module only, not for Arkamys apps and blobs. Descriptions Audio service soundfx ported from BLU BOLD N1 (n0030ww) and integrated as a Magisk Module for all supported and rooted devices with …...
Youtube Revanced Premium Magisk Kernelsu Module
YouTube ReVanced is a modified version of YouTube that offers a range of additional features and benefits. It aims to provide users with an enhanced video streaming experience while giving content creators more opportunities to engage with their audience. What is YouTube ReVanced? YouTube ReVanced …...
Cross Compiled Binaries (ccbins) Magisk kernelsu Module
In the dynamic world of Android customization, Magisk has emerged as a powerful tool for gaining root access and modifying your device without permanently altering the system partition. One of the many modules available for Magisk is the Cross Compiled Binaries (ccbins) module, which brings the …...
Dolby Atmos Magic Revision Magisk Kernelsu Module
Dolby Atmos Magic Revision Magisk Module DISCLAIMER Dolby apps and blobs are owned by Dolby™. The MIT license specified here is for the Magisk Module only, not for Dolby apps and blobs. Descriptions Dolby Surround soundfx equalizer ported and integrated as a Magisk Module for all supported and …...
Universal SafetyNet Fix Magisk KSU Module
Magisk module to work around Google’s SafetyNet and Play Integrity attestation. This module works around hardware attestation and updates to SafetyNet and Play Integrity CTS profile checks. You must already be able to pass basic CTS profile attestation, which requires a valid combination of …...
Play Integrity Fix
This module tries to fix Play Integrity and SafetyNet verdicts to get a valid attestation. NOTE This module is not made to hide root, nor to avoid detections in other apps. It only serves to pass Device verdict in the Play Integrity tests and certify your device. All issues created to report a …...
Ainur James Dsp
This is a reformed audio effect digital signal processing engine for Android. The GUI is copy from Omnirom DSPManager, but the internal audio engine is enhanced and reformed! Features Pro dynamic range compression Bass Boost –> 1023/4095/8191 order FIR linear phase low pass bass boost …...
Shamiko - Hide Root Android
Shamiko is a Zygisk module to hide Magisk root, Zygisk itself and Zygisk modules. Shamiko read the denylist from Magisk for simplicity but it requires denylist enforcement to be disabled first. Usage Install Shamiko and enable Zygisk and reboot Configure denylist to add processes for hiding DO NOT …...
Disable high volume warning
The European Committee for Electrotechnical Standarisation regulates all media playback devices sold in the European Union to have an output volume warning at 85dB: Users can increase the volume to a maximum of 100dB by accepting the warning, yet the warning reappears after 20hours of music …...
Android Logger Booting
This module functions to record logs when booting Android and will be saved in /data/local/logger. This module is suitable for developers to find bootloop problems on ROM. Tips combine with Bootloop saver module Link Download ...