Skip to content

Patches Google Play Services, Google Play, Galaxy Store - apps and certain processes/services to be able to use battery optimization

License

Notifications You must be signed in to change notification settings

pumPCin/gms-gp-gs-doze

Repository files navigation

GMS-GP-GS Doze

Overview

  • Patches Google Play Services, Google Play, Galaxy Store - apps and certain processes/services to be able to use battery optimization
  • Support API 23 or later
  • Support Magisk, KernelSU, and APatch root implementations

Troubleshootings

  • Command-line for check optimization (in general):
    There's a line written Whitelist (except idle) system apps:
    • If com.google.android.gms line does not exist it means Google Play Services app is optimized.
    • If com.android.vending line does not exist it means Google Play app is optimized.
    • If com.sec.android.app.samsungapps line does not exist it means Galaxy Store app 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
  • gloeyisk / Universal Gms Doze
  • JumbomanXDA, MrCarb0n / Script fixer and helper

About

Patches Google Play Services, Google Play, Galaxy Store - apps and certain processes/services to be able to use battery optimization

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages