FriendlyNeighborhoodShane / MinMicroG

Sources and scripts for MinMicroG installers. You shall find no prebuilt releases here.
GNU General Public License v3.0
315 stars 33 forks source link

How do I add minmicroG to some store like Fdroid or Aurora droid for automatic updates? #61

Closed Mkcein closed 10 months ago

Mkcein commented 10 months ago

How can I add MinMicroG (I use NoGoolag) to any of these stores via the repository, for every time updates come out of either the MICROG modules or even the stores it does automatically? I didn't find a repository to add to the F-droid of this MinMicroG package so that it identifies and updates itself. There is a way to do this? I am a layman if you can explain in more detail how to put in order for updates to MinMicroG add-ons to be done automatically by any store, it can be F-droid or Aurora Droid, etc.

It has the address of the MinMicroG repository ?

FriendlyNeighborhoodShane commented 10 months ago

Hi @Mkcein,

minmicroG is just the installer script (in addition to the update addon.d script). It doesn't really need to be updated, unless there is a bugfix for those things, which is very rare.

Most of what it contains, that is the apps in it, can however be updated through their respective upstream sources:

The Google sync adapters come from the OpenGApps and MindTheGapps projects. Can't really be updated easily fom a repo, but they don't really need to be updated, I suppose.

The patched play store comes from the nanolx F-Droid repo too, but that hasn't been updated for quite a while and it probably won't be anytime soon. It's kind of up in the air what should be done about that.

Rafee-M commented 10 months ago

It says incompatible version

Untssitled

FriendlyNeighborhoodShane commented 10 months ago

What F-Droid client is that? try downloading the APK and manually installing the update from their GitHub: https://github.com/microg/GmsCore/releases/download/v0.3.0.233515/com.google.android.gms-233515000.apk

Rafee-M commented 10 months ago

Yeah that worked. And manually downloading the apk from f-droid (through the client) worked as well. Seems to be a issue with Neo Store

FriendlyNeighborhoodShane commented 10 months ago

Yes, microG fakes its app signature for its functionality, which means signature comparison in the naive way fails.

I'd open an issue in the Neo Store repo and ask them to reference what the official F-Droid client code is doing for this.