nift4 / microg_installer_revived

Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/
GNU General Public License v3.0
760 stars 41 forks source link

Fake Play Store not being installed #133

Closed Lost-Entrepreneur439 closed 5 months ago

Lost-Entrepreneur439 commented 5 months ago

On a Nuu A1+ (MT6580, Android 6.0 stock ROM, rooted with Magisk 27.0, original gms and play store uninstalled with UAD-NG), the "Play Store (Phonesky) installed" is not checked in the microG Self-Check after installing microG with this module.

nift4 commented 5 months ago

https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/blob/ad9297dca05053490860f1995d9c14b1828aa54b/src/core/sync.rs#L199

pm commands are not sufficient to debloat system apps if you plan to install another one with the same package name. I recommend you to use a systemful (not Magisk) and non-ADB debloater to delete the .apk files from the /system partition.

Lost-Entrepreneur439 commented 5 months ago

https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/blob/ad9297dca05053490860f1995d9c14b1828aa54b/src/core/sync.rs#L199

pm commands are not sufficient to debloat system apps if you plan to install another one with the same package name. I recommend you to use a systemful (not Magisk) and non-ADB debloater to delete the .apk files from the /system partition.

I tried finding a non-ADB debloater, but couldn't.

nift4 commented 5 months ago

One simple example would be TWRP file manager, where you can delete the relevant APK files, but I'm sure there's more automated tools that do essentially the same thing.

Lost-Entrepreneur439 commented 5 months ago

One simple example would be TWRP file manager, where you can delete the relevant APK files, but I'm sure there's more automated tools that do essentially the same thing.

I don't know what the play store is in TWRP, and nothing in the file manager was called "play store" or "vending"

nift4 commented 5 months ago

Phonesky maybe?