niklas389 / UniversalGMSDoze

Prevent unnecessary GMS wakelocks running in the background, optimized and adjusted with additional modified services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Universal GMS Doze

Prevent unnecessary GMS wakelocks running in the background, optimized and adjusted with additional modified services

Installation Guides

  • API 23 or later is supported.
  • Avoid to use similar modules or tweaks at once.
  • Either install from Magisk Manager or any custom recoveries.

Troubleshooting

  • Does not guarantee for any Google apps (GApps) package which contains modified XML by default or by the author(s).
  • Need to wait 90 seconds or more to make sure the scripts executed well.
  • Quick guide for how to fix delayed incoming messages issue, execute the scripts in terminal then reboot:
> su
> cd /data/data
> find . -type f -name '*gms*' -delete

Development Supports

Credits

About

Prevent unnecessary GMS wakelocks running in the background, optimized and adjusted with additional modified services

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%