Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gloeyisk/universal-gms-doze
Patches Google Play services app and certain processes/services to be able to use battery optimization
https://github.com/gloeyisk/universal-gms-doze
Last synced: 27 days ago
JSON representation
Patches Google Play services app and certain processes/services to be able to use battery optimization
- Host: GitHub
- URL: https://github.com/gloeyisk/universal-gms-doze
- Owner: gloeyisk
- License: gpl-2.0
- Created: 2020-09-03T10:46:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T09:38:14.000Z (12 months ago)
- Last Synced: 2024-10-02T00:21:17.624Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 1,408
- Watchers: 25
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Universal GMS Doze
## Overview
- Patches Google Play services app and certain processes/services to be able to use battery optimization
- Support API 23 or later
- Support Magisk and KernelSU## Download Links (Archive)
- [GitHub Releases](https://kutt.it/3FfNzX)
- [Mediafire](https://app.mediafire.com/16j39nr5uxi4l)
- [MEGA](https://kutt.it/bE35Ld)
- [SourceForge](https://kutt.it/69oMi9)## Troubleshootings
- Command-line for check optimization (with module 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:
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
- JumbomanXDA, MrCarb0n / Script fixer and helper## Extras
- Donations: [PayPal](https://paypal.me/gloeyisk) - [LiberaPay](https://liberapay.com/gloeyisk) - [Ko-fi](https://ko-fi.com/gloeyisk)
- Source Code: [GitHub](https://github.com/gloeyisk/universal-gms-doze)
- Support Thread: [XDA Developers](https://forum.xda-developers.com/apps/magisk/module-universal-gms-doze-t3853710)