- 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.
- Base extensions
cc: 1.1 (1115)
dd: 1.1 (1115)
gmsc: 1.1 (1115)
module: 1.8.2 (1115)
code: 182
- Command-line for check optimization (with add-on installed):
> su
> gmsc
- Command-line for check optimization (general):
There's a line writtenWhitelist (except idle) system apps:
and ifcom.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
- @topjohnwu / Magisk - Magisk Module Template
- @JumbomanXDA / Custom installation script
- Donation: PayPal
- Mirror Links: Telegram - Sourceforge
- Source Code: GitHub
- Support Thread: XDA-Developers