diff --git a/CHANGELOG b/CHANGELOG index 54a81dd..5e0b429 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1 +1 @@ -Update microG suite to 0.3.1 +Update microG suite to 0.3.2 diff --git a/README.md b/README.md index 658635b..0d0d59c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # microG Installer Revived -This is a Magisk module - originally based on Hieu Van's microG Installer - that installs microG GmsCore, GsfProxy and FakeStore (or Play Store if you want so) to `/system/priv-app`. +This is a Magisk module - originally based on Hieu Van's microG Installer - that installs microG GmsCore, GsfProxy and Companion (or Play Store if you want so) to `/system/priv-app`. There are two copies of this online: The [Magisk alt module repo](https://github.com/Magisk-Modules-Alt-Repo/microG_Installer) and the [personal](https://github.com/nift4/microg_installer) one. The personal one contains the latest development version and is used for pull requests and issues and the Magisk alt repo one is the stable code only. @@ -8,9 +8,9 @@ There are two copies of this online: The [Magisk alt module repo](https://github 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. +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. -Currently, GmsCore 0.3.1 (including Companion, previously known as FakeStore), GsfProxy 0.1.0 and MapsV1 0.1.0 are bundled in the module. +Currently, GmsCore 0.3.2 (including Companion, previously known as FakeStore), GsfProxy 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. diff --git a/module.prop b/module.prop index be672ec..feeb410 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=microg_installer name=microG Installer Revived -version=Revived 3.4.3-0 -versionCode=30430 +version=Revived 3.4.4-0 +versionCode=30440 author=nift4 description=Install microG GmsCore, Companion (or Play Store if you want so), GsfProxy and MapsV1 to /system/ updateJson=https://raw.github.com/nift4/microg_installer_revived/master/update.json diff --git a/system/priv-app/Phonesky/Phonesky.apk b/system/priv-app/Phonesky/Phonesky.apk index 412e739..08ab3f2 100644 Binary files a/system/priv-app/Phonesky/Phonesky.apk and b/system/priv-app/Phonesky/Phonesky.apk differ diff --git a/system/priv-app/microG/microG.apk b/system/priv-app/microG/microG.apk index 2fddd92..13a6382 100644 Binary files a/system/priv-app/microG/microG.apk and b/system/priv-app/microG/microG.apk differ diff --git a/system/product/priv-app/GmsCore/.replace b/system/product/priv-app/GmsCore/.replace new file mode 100644 index 0000000..e69de29 diff --git a/system/product/priv-app/Phonesky/.replace b/system/product/priv-app/Phonesky/.replace new file mode 100644 index 0000000..e69de29 diff --git a/update.json b/update.json index 95e8900..3d84f31 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 3.4.3-0", - "versionCode": 30430, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.4.3-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.4.3-0/CHANGELOG" + "version": "Revived 3.4.4-0", + "versionCode": 30440, + "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.4.4-0/microG_Installer_Revived.zip", + "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.4.4-0/CHANGELOG" }