Currently the speed is 1,1 MB/s
F-droid issue should be fixed
DroidGuard Helper is outdated and no longer used, it is now integrated inside microG GmsCore.I'm wondering whether the droidguard helper APKs are still needed to pass SN. Or are they outdated and superceded by the newer gms core versions?
Nice to see you here my friendDroidGuard Helper is outdated and no longer used, it is now integrated inside microG GmsCore.
Yes, but it will work correctly only if the ROM support signature spoofing,I have installed an AOSP rom on my google pixel 6 pro. Is it possible to install microg to fake GSF? That is the only thing I need from Google.
Yes the ROM support it. What is the best way to install microg?Yes, but it will work correctly only if the ROM support signature spoofing,
To learn it, you can start with installing it from f-droid. Make sure no GApps is installedYes the ROM support it. What is the best way to install microg?
Okay it works. But some apps telling the play services are too old.To learn it, you can start with installing it from f-droid. Make sure no GApps is installed
You need both microG GmsCore (at least v0.2.25.223616) and FakeStore (at least v0.1.0).Okay it works. But some apps telling the play services are too old.
Already installedYou need both microG GmsCore (at least v0.2.25.223616) and FakeStore (at least v0.1.0).
Okay it works. But some apps telling the play services are too old.
Could you please open an issue here: https://github.com/microg/GmsCore/issues
Not my problem, but I don't really think this user has anything to worry about. Some apps check the version of GmsCore, and because MicroG doesn't use the same versions that official Play Services use, this will naturally occur from time to time. I see it every so often (rarely), and just ignore it if the app is usable. And oftentimes they aren't really checking GmsCore version, they're actually checking Play Store. "Too old" or "missing play services" is just a generic message that has been coded in by the apps.Could you please open an issue here: https://github.com/microg/GmsCore/issues
and post a logcat.
Are you completely sure?Not my problem, but I don't really think this user has anything to worry about. Some apps check the version of GmsCore, and because MicroG doesn't use the same versions that official Play Services use, this will naturally occur from time to time. I see it every so often (rarely), and just ignore it if the app is usable. And oftentimes they aren't really checking GmsCore version, they're actually checking Play Store. "Too old" or "missing play services" is just a generic message that has been coded in by the apps.
Now I'm not. As of today, I noticed that Ampere will say that Google Play Services is missing *IF* I sideload the APK (legit version, not cracked or anything, I just made a local copy of it). But if I uninstall it and then reinstall from Play Store, the message doesn't appear. It also recognizes my in-app purchase. I'm using the latest official Play Store with MicroG.Are you completely sure?
Recently I have seen that some apps just check that if some features are present and if not they incorrectly presume that Google Play Services is outdated.
With the logcat we can see what features are missing and advertise them.
This is an example: https://github.com/microg/GmsCore/commit/f4c9ecf1f6fc86101fdd19dbbaa10fb873efffbb
This case is simply the install source detection (possibly different from the problem of the other user).Now I'm not. As of today, I noticed that Ampere will say that Google Play Services is missing *IF* I sideload the APK (legit version, not cracked or anything, I just made a local copy of it). But if I uninstall it and then reinstall from Play Store, the message doesn't appear. It also recognizes my in-app purchase. I'm using the latest official Play Store with MicroG.
I encountered another app yesterday that gave a similar message, but I can't remember the name of the app. And it wasn't the same circumstance as above.
I know how to make an app think it's been installed by play store instead of package installer:This case is simply the install source detection (possibly different from the problem of the other user).
I have made a script that allow to reinstall apps as if they were installed from Play Store without the need to download them again:
![]()
microg-unofficial-installer/minutil.sh at main · micro5k/microg-unofficial-installer
microG unofficial installer - flashable zip for installing microG on Android - microg-unofficial-installer/minutil.sh at main · micro5k/microg-unofficial-installergithub.com
MinUtil help:
View attachment 5775657
My script doesn't need an apk (it reuse the installed one without the need to redownload or copy) and works also for split packages.I know how to make an app think it's been installed by play store instead of package installer:
pm install -i 'com.android.vending' /path/to/apk/here.apk
It makes the installer source appear to be play store, can be used with any APK.
Not sure how to do this with split APKs though, just non-split ones.
They are a whole load of other needed things (in most cases).A proper sysconfig file? where is this documented?
Why would I want to use an installer that does a whole load of other things?
also I see that this patch "https://github.com/lineageos4microg...es/packages_apps_PermissionController-R.patch" exists too, do I need that as well?
what is the best way to download this these days? little confused by all the different updates and forks.
is f droid repo a good place to install from still?