Skip to content

kolakid11/universal-gms-doze

 
 

Repository files navigation

Universal GMS Doze

Overview:

  • Optimized and adjusted Google Play services.
  • Support API 23 or later.
  • Support Magisk Live or Custom Recovery installations.

Contents:

  • Base extensions
    module: 1.8.4 (0830)
    code: 184

Troubleshooting:

  • Command-line for check optimization (with add-on installed):
> su
> gmsc
  • Command-line for check optimization (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

Optimized and adjusted Google Play services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%