gloeyisk / universal-gms-doze

Patches Google Play services app and certain processes/services to be able to use battery optimization
GNU General Public License v2.0
1.43k stars 36 forks source link

Patching xml files fails when Gapps is installed in system_ext partition #10

Closed alphajoza closed 2 years ago

alphajoza commented 2 years ago

A number of Gapps flashable zip packages (such as Flamegapps), install Google Apps on system_ext partition and based on the code in customize.sh file, patching is checked only in system, product and vendor partitions. I had to manually patch mine which was located in:

/system_ext/etc/sysconfig/google.xml

Fenyx93 commented 2 years ago

Same issue here with FlameGapps on AOSPExtended A11 with Magisk 24.3.

gloeyisk commented 2 years ago

/system_ext is now added. Closing.