Skip to content

Rdhidayat/UniversalGMSDoze

This branch is 9 commits behind gloeyisk/universal-gms-doze:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 15, 2020
22bb767 · Nov 15, 2020

History

3 Commits
Nov 15, 2020
Sep 3, 2020
Nov 15, 2020
Nov 15, 2020
Nov 15, 2020
Nov 15, 2020
Nov 15, 2020
Nov 15, 2020

Repository files navigation

Universal GMS Doze

Overview:

  • Optimized and adjusted Google Play services.
  • Patching process is handled by a command script, which detects default file location and any conflicting modules.
  • Support API 23 or later.
  • Support Magisk Live or Custom Recovery installations.

Contents:

  • Base extensions
    cc: 1.1 (1115)
    dd: 1.1 (1115)
    gmsc: 1.1 (1115)
    module: 1.8.2 (1115)
    code: 182

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%