Skip to content

Commit

Permalink
Release 3.4.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Nov 16, 2023
1 parent 1aec7ce commit 6b1b200
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
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.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.

Expand Down
2 changes: 1 addition & 1 deletion customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
Binary file modified system/priv-app/GmsCore/GmsCore.apk
Binary file not shown.
Binary file modified system/priv-app/Phonesky/Phonesky.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.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"
}

0 comments on commit 6b1b200

Please sign in to comment.