FriendlyNeighborhoodShane / MinMicroG-abuse-CI

Automatic MinMicroG builder for updatelys. DO NOT STAR. You will find constant unneccessary notifications in your mail whenever I play around with it.
83 stars 8 forks source link

Playstore app not installed #7

Closed mfulz closed 1 year ago

mfulz commented 1 year ago

Am I doing something wrong or is the Playstore app not compatible with A13? I've tried the standard release and also the MinAddon for playstore but it isn't available.

mfulz commented 1 year ago

Ok got it working by using sideload instead of magisk

mfulz commented 1 year ago

Ok sorry I've to reopen this issue. I don't know why but after the OTA Update of lineageos I'm unable to get the playstore back. I've tried flashing via magisk (magisk & system) as well as via lineagerecovery and adb sideload with no luck.

Tried all variants of minmicrog: standard, iap and playstore addon

mfulz commented 1 year ago

I found a reproducable way to install it on my pixel 7 (lineageos):

Via Magisk:

  1. install microg_installer_revived
  2. install MinMicroG-Standard-UPDATELY-20230116004455.zip via system-
  3. install MinAddon-Playstore-Playstore-UPDATELY-20230116004445.zip via system-

Important point is to NOT reboot between the installs just go through all three and reboot afterwards. By using this procedure everything - including Play Store - is working fine.

I'm not sure what is happening but would be happy to help out with logs or anything to resolve it.

FriendlyNeighborhoodShane commented 1 year ago

Hi,

Sorry for the late reply. Are you still facing this issue? Please try this build with a different Playstore build: https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI/releases/tag/2023.07.29

FriendlyNeighborhoodShane commented 1 year ago

Closing for inactivity, feel free to reopen.

flortsch commented 1 year ago

I am having the same issue when installing the PlayStore zip from 2023.08.13 via Magisk. In the app settings, I can see the play store app, but it says "Not installed for users".

FriendlyNeighborhoodShane commented 1 year ago

npem won't work as it's not included in the playstore zip.

You will need to use this snippet instead:

pm install -r "$(pm list packages -f com.android.vending | sed 's|package:\(.*\)=[^=]*|\1|g')"