Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Magisk-Modules-Alt-Repo/GMSDoze
GMS Doze
https://github.com/Magisk-Modules-Alt-Repo/GMSDoze
Last synced: about 2 months ago
JSON representation
GMS Doze
- Host: GitHub
- URL: https://github.com/Magisk-Modules-Alt-Repo/GMSDoze
- Owner: Magisk-Modules-Alt-Repo
- License: gpl-2.0
- Created: 2022-08-02T16:07:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T14:07:30.000Z (over 1 year ago)
- Last Synced: 2024-08-02T13:35:32.774Z (5 months ago)
- Language: Shell
- Homepage:
- Size: 40 KB
- Stars: 61
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# GMS Doze (Optimizado y mejorado, basado en GMS Universal Doze 1.8.6/1.8.5)
## Vista rápida
- Parchea la aplicación de servicios de Google Play y sus procesos en segundo plano para poder utilizar la optimización de la batería.
- Soporte API 23 o posterior.
- Admite instalaciones de Magisk Live o Custom Recovery.## Instrucciones
- Instalar el zip descargado desde el apartado Releases en Magisk y reiniciar.## Solución de problemas
- Línea de comandos para verificar la optimización (con el complemento instalado):
```
> su -c gmsc```
- Línea de comandos para verificar la optimización (en general):
Hay una línea escrita `Whitelist (except idle) system apps:` y si la línea `com.google.android.gms` no existe, significa que los servicios de Google Play están optimizados.
```
> su
> dumpsys deviceidle
```## Descarga
- https://github.com/CrazyBytesVE/GMS-Doze/releases
- https://github.com/Magisk-Modules-Alt-Repo/GMSDoze/releases## Créditos
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template.
- [@JumbomanXDA](https://github.com/JumbomanXDA) / Custom installation script.
- [@Gloeyisk] (https://github.com/gloeyisk/universal-gms-doze) / (GMS Universal Doze).
- CypherCloud (Por facilitar opciones avanzadas).
---
*ENGLISH VERSION*# GMS Doze (Optimized and improved, based on GMS Universal Doze 1.8.6/1.8.5)
## Quick View
- Patches Google Play services app and its background processes in order to use battery optimization.
- Support API 23 or later.
- Supports Magisk Live or Custom Recovery installations.## Instructions
- Install the zip downloaded from the Releases section in Magisk and reboot.## Troubleshooting
- Command line to verify optimization (with plugin installed):
```
> su -c gmsc```
- Command line to verify optimization (in general):
There is a line written `Whitelist (except idle) system apps:` and if the line `com.google.android.gms` does not exist, it means that Google Play services are optimized.
```
> su
> dumpsys deviceidle
```## Download
- https://github.com/CrazyBytesVE/GMS-Doze/releases
- https://github.com/Magisk-Modules-Alt-Repo/GMSDoze/releases## Credits
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template.
- [@JumbomanXDA](https://github.com/JumbomanXDA) / Custom installation script.
- [@Gloeyisk](https://github.com/gloeyisk/universal-gms-doze) / (GMS Universal Doze).
- CypherCloud (For providing advanced options).