Which device? Its not enough to just say "it doesnt work"
its highly likely the current official one hasnt been updated to include newer paths as mine has, i also submitted a request to have the paths added . You can see soem of the paths (/india /my_bigball) discussed on the prevuious page:
Universal GMS Doze Overview: - Optimized and adjusted Google Play services. - Support API 23 or later. - Support Magisk Live or Custom Recovery installations. Contents: - Base extensions module: 1.8.4 (0830) code: 184 Credits: - @topjohnwu /...
forum.xda-developers.com
here what you can try, in order of least fiddling to most:
1) Please feel free to try my simplified version (the original method - includes all known paths):
Universal GMS Doze Overview: - Optimized and adjusted Google Play services. - Support API 23 or later. - Support Magisk Live or Custom Recovery installations. Contents: - Base extensions module: 1.8.4 (0830) code: 184 Credits: - @topjohnwu /...
forum.xda-developers.com
OR
2) from a temrinal prompt (or adb shell conencted to PC):
Code:
su
find / -name google.xml -maxdepth 4 2> /dev/null
then go here:
Patches Google Play services app and its background processes to be able using battery optimization - universal-gms-doze/customize.sh at master · gloeyisk/universal-gms-doze
github.com
if none of the paths found appear in lines 40 or 41, unzip the module, and edit customize.sh to add the root path - the first folder in the return from the above find command - not the entire path found, anywhere before the -type, then zip the module back up, and try flashing via Magisk Manager again
Note: my module uses the MMT-EXT, so if you try and edit that one, the paths are in \common\install
line 1, anywhere before the -not (i exclude a path)