{"id":13683463,"url":"https://github.com/Magisk-Modules-Alt-Repo/GMSDoze","last_synced_at":"2025-04-30T13:30:52.543Z","repository":{"id":61717907,"uuid":"520565182","full_name":"Magisk-Modules-Alt-Repo/GMSDoze","owner":"Magisk-Modules-Alt-Repo","description":"GMS Doze","archived":false,"fork":false,"pushed_at":"2023-05-07T14:07:30.000Z","size":41,"stargazers_count":64,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T00:46:30.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Magisk-Modules-Alt-Repo.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-02T16:07:27.000Z","updated_at":"2024-11-17T05:00:10.000Z","dependencies_parsed_at":"2024-08-02T13:24:08.340Z","dependency_job_id":"7df99404-01ee-4da3-8005-57ba71d6ebb0","html_url":"https://github.com/Magisk-Modules-Alt-Repo/GMSDoze","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2FGMSDoze","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2FGMSDoze/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2FGMSDoze/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Magisk-Modules-Alt-Repo%2FGMSDoze/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Magisk-Modules-Alt-Repo","download_url":"https://codeload.github.com/Magisk-Modules-Alt-Repo/GMSDoze/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251712835,"owners_count":21631447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T13:02:12.215Z","updated_at":"2025-04-30T13:30:48.797Z","avatar_url":"https://github.com/Magisk-Modules-Alt-Repo.png","language":"Shell","funding_links":[],"categories":["Uncategorized","Shell"],"sub_categories":[],"readme":"# GMS Doze (Optimizado y mejorado, basado en GMS Universal Doze 1.8.6/1.8.5)\r\n\r\n## Vista rápida\r\n- 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.\r\n- Soporte API 23 o posterior.\r\n- Admite instalaciones de Magisk Live o Custom Recovery.\r\n\r\n## Instrucciones\r\n- Instalar el zip descargado desde el apartado Releases en Magisk y reiniciar.\r\n\r\n## Solución de problemas\r\n- Línea de comandos para verificar la optimización (con el complemento instalado):\r\n```\r\n\u003e su -c gmsc\r\n\r\n```\r\n- Línea de comandos para verificar la optimización (en general):\r\nHay 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.\r\n```\r\n\u003e su\r\n\u003e dumpsys deviceidle\r\n```\r\n\r\n## Descarga\r\n- https://github.com/CrazyBytesVE/GMS-Doze/releases\r\n- https://github.com/Magisk-Modules-Alt-Repo/GMSDoze/releases\r\n\r\n## Créditos\r\n- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template.\r\n- [@JumbomanXDA](https://github.com/JumbomanXDA) / Custom installation script.\r\n- [@Gloeyisk] (https://github.com/gloeyisk/universal-gms-doze) / (GMS Universal Doze).\r\n- CypherCloud (Por facilitar opciones avanzadas).\r\n---\r\n*ENGLISH VERSION*\r\n\r\n# GMS Doze (Optimized and improved, based on GMS Universal Doze 1.8.6/1.8.5)\r\n\r\n## Quick View\r\n- Patches Google Play services app and its background processes in order to use battery optimization.\r\n- Support API 23 or later.\r\n- Supports Magisk Live or Custom Recovery installations.\r\n\r\n## Instructions\r\n- Install the zip downloaded from the Releases section in Magisk and reboot.\r\n\r\n## Troubleshooting\r\n- Command line to verify optimization (with plugin installed):\r\n```\r\n\u003e su -c gmsc\r\n\r\n```\r\n- Command line to verify optimization (in general):\r\nThere 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.\r\n```\r\n\u003e su\r\n\u003e dumpsys deviceidle\r\n```\r\n\r\n## Download\r\n- https://github.com/CrazyBytesVE/GMS-Doze/releases\r\n- https://github.com/Magisk-Modules-Alt-Repo/GMSDoze/releases\r\n\r\n## Credits\r\n- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template.\r\n- [@JumbomanXDA](https://github.com/JumbomanXDA) / Custom installation script.\r\n- [@Gloeyisk](https://github.com/gloeyisk/universal-gms-doze) / (GMS Universal Doze).\r\n- CypherCloud (For providing advanced options).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMagisk-Modules-Alt-Repo%2FGMSDoze","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMagisk-Modules-Alt-Repo%2FGMSDoze","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMagisk-Modules-Alt-Repo%2FGMSDoze/lists"}