forked from lonsagisawa/microg_installer
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |