Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Dec 23, 2022
1 parent cf5562e commit 9c311c2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
11 changes: 5 additions & 6 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
- Fix minimum android version check (thanks ale5000)
- Uninstall microG and Play Store when uninstalling the module
- Update microG to v0.2.25
- Fix network location for many devices by forcing microG as NLP provider
- Should significantly improve apps' time required to find location
- Support VollaOS OEM firmware (replace VollaNlp with microG NLP)
Merry christmas to everyone who celebrates it! Here's my gift:

Update microG to 0.2.26

Happy new year!
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In short: this is the cleanest option to install microG and just be done with it

UnifiedNlp, which is bundled with GmsCore, if installed as an user app doesn't work on Android 7 and newer without [an additional patch](https://github.com/microg/android_packages_apps_UnifiedNlp/blob/master/patches/android_frameworks_base-N.patch). An another solution to the above problem is to install the app as a privileged system app. However, this way is not perfect, due to those kind of apps being wiped after an OTA update. Therefore, I'm creating this module to help simplify the installation of microG with working network-based location. Aditionally, this module forces UnifiedNlp support even when no NLP provider is configured in your ROM. And GsfProxy needs to be an system app for some third-party apps.

Currently, GmsCore 0.2.25, GsfProxy 0.1.0, FakeStore 0.1.0 and MapsV1 0.1.0 are bundled in the module.
Currently, GmsCore 0.2.26, GsfProxy 0.1.0, FakeStore 0.1.0 and MapsV1 0.1.0 are bundled in the module.

**Note**: Install this module before installing any GMS-dependent apps, as well as do not disable it after installing such apps, unless you know what you're doing.

Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=microg_installer
name=microG Installer Revived
version=Revived 3.0.0-0
versionCode=30000
version=Revived 3.1.0-0
versionCode=30100
author=nift4
description=Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/
updateJson=https://raw.github.com/nift4/microg_installer_revived/master/update.json
Expand Down
Binary file modified system/priv-app/GmsCore/GmsCore.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Revived 3.0.0-0",
"versionCode": 30000,
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.0.0-0/microG_Installer_Revived.zip",
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.0.0-0/CHANGELOG"
"version": "Revived 3.1.0-0",
"versionCode": 30100,
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.1.0-0/microG_Installer_Revived.zip",
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.1.0-0/CHANGELOG"
}

0 comments on commit 9c311c2

Please sign in to comment.