Skip to content

Commit

Permalink
ver 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Dec 6, 2024
1 parent c6b765d commit 240f20d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 16 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
Improve compatibility with stock ROMs.
Please note that microg_installer_revived is in reduced maintenance / no support mode. See README for more information.

To install this module on a stock ROM:
1. Install gms_delete.zip from https://github.com/user-attachments/files/16912362/gms_delete.zip
2. Reboot
3. Uninstall Google Play Services using Settings or `pm uninstall`
4. Install microG APK (must succeed) and Companion / Play Store APK
5. Install microG Installer Revived
6. Reboot
- Support microG v0.3.4
- fix Play Store mkdir path (thanks to @MugoSquero), may fix #171
4 changes: 2 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if ! $BOOTMODE; then
fi
mmm_exec setSupportLink "https://github.com/nift4/microg_installer_revived/issues"

MAX_VER="240913004"
MAX_VERN="0.3.2.240913"
MAX_VER="240913008"
MAX_VERN="0.3.4.240913"

if [ -f /data/adb/Phonesky.apk ]; then
ui_print "- INFO: Phonesky.apk is found in /data/adb, but this module no longer uses this file."
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 4.1.0-0
versionCode=40100
version=Revived 4.2.0-0
versionCode=40200
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
Expand Down
8 changes: 4 additions & 4 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "Revived 4.1.0-0",
"versionCode": 40100,
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.1.0-0/microG_Installer_Revived.zip",
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.1.0-0/CHANGELOG"
"version": "Revived 4.2.0-0",
"versionCode": 40200,
"zipUrl": "https://github.com/nift4/microg_installer_revived/releases/download/v4.2.0-0/microG_Installer_Revived.zip",
"changelog": "https://github.com/nift4/microg_installer_revived/raw/v4.2.0-0/CHANGELOG"
}

0 comments on commit 240f20d

Please sign in to comment.