diff --git a/CHANGELOG b/CHANGELOG index 80b875d..633bd4f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,2 +1 @@ -- Update microG to 0.2.29 & FakeStore to 0.2.1 -- Code cleanup & better workaround for framework shooting MagiskManager +Update microG (including Companion, previously known as FakeStore) to 0.3.0 diff --git a/README.md b/README.md index c5976c6..4591c89 100644 --- a/README.md +++ b/README.md @@ -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.29, GsfProxy 0.1.0, FakeStore 0.2.1 and MapsV1 0.1.0 are bundled in the module. +Currently, GmsCore 0.3.0 (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/customize.sh b/customize.sh index ee9dc92..3a51317 100644 --- a/customize.sh +++ b/customize.sh @@ -15,7 +15,7 @@ if [ -f /data/adb/Phonesky.apk ]; then ui_print "- Installing real Play Store" cp /data/adb/Phonesky.apk "$MODPATH/system/priv-app/Phonesky/Phonesky.apk" else - ui_print "- Real Play Store not found, installing Fake Store" + ui_print "- Real Play Store not found, installing Companion" fi # If the real Play Store is already installed, don't install it again since # it will result in an error if real Play Store is not patched and has diff --git a/module.prop b/module.prop index 0c42786..9ebff64 100644 --- a/module.prop +++ b/module.prop @@ -1,9 +1,9 @@ id=microg_installer name=microG Installer Revived -version=Revived 3.4.0-0 -versionCode=30400 +version=Revived 3.4.1-0 +versionCode=30410 author=nift4 -description=Install microG GmsCore, GsfProxy, FakeStore (or Play Store if you want so) and MapsV1 to /system/ +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 support=https://github.com/nift4/microg_installer_revived/issues minApi=14 diff --git a/system/priv-app/GmsCore/GmsCore.apk b/system/priv-app/GmsCore/GmsCore.apk index d76d963..81616b2 100644 Binary files a/system/priv-app/GmsCore/GmsCore.apk and b/system/priv-app/GmsCore/GmsCore.apk differ diff --git a/system/priv-app/Phonesky/Phonesky.apk b/system/priv-app/Phonesky/Phonesky.apk index ec14bae..97ed546 100644 Binary files a/system/priv-app/Phonesky/Phonesky.apk and b/system/priv-app/Phonesky/Phonesky.apk differ diff --git a/update.json b/update.json index 0f13953..3338fcc 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "Revived 3.4.0-0", - "versionCode": 30400, - "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.4.0-0/microG_Installer_Revived.zip", - "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.4.0-0/CHANGELOG" + "version": "Revived 3.4.1-0", + "versionCode": 30410, + "zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v3.4.1-0/microG_Installer_Revived.zip", + "changelog": "https://github.com/nift4/microg_installer_revived/raw/v3.4.1-0/CHANGELOG" }