Skip to content

Patches Google Play services app and its background processes to be able using battery optimization

License

Notifications You must be signed in to change notification settings

BenjaminEngle13522/universal-gms-doze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Universal GMS Doze


Overview

  • Patches Google Play services app and its background processes to be able using battery optimization
  • Support API 23 or later
  • Support Magisk Live or Custom Recovery installations

Download Links (Archive)


Troubleshootings

  • Command-line for check optimization (with add-on installed):
> su
> gmsc
  • Command-line for check optimization (in general):
    There's a line written Whitelist (except idle) system apps: and if com.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:
> su
> cd /data/data
> find . -type f -name '*gms*' -delete
  • Command-line for disable Find My Device:
> su
> pm disable com.google.android.gms/com.google.android.gms.mdm.receivers.MdmDeviceAdminReceiver

Credits


Extras

About

Patches Google Play services app and its background processes to be able using battery optimization

Resources

License

Stars

Watchers

Forks

Packages

No packages published