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
9 additions
and
14 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
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 +1,2 @@ | ||
ls /data/adb/Phonesky.apk && { ui_print "- Installing real Play Store"; cp /data/adb/Phonesky.apk "$MODDIR/system/priv-app/Phonesky/Phonesky.apk" } || ui_print "- Real Play Store not found, installing Fake Store" | ||
ls /data/adb/Phonesky.apk >/dev/null && ui_print "- Installing real Play Store" | ||
ls /data/adb/Phonesky.apk >/dev/null && cp /data/adb/Phonesky.apk "$MODPATH/system/priv-app/Phonesky/Phonesky.apk" || ui_print "- Real Play Store not found, installing Fake Store" |
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 @@ | ||
id=microg_installer | ||
name=microG Installer Revived | ||
version=Revived 1.6.0-1 | ||
versionCode=1601 | ||
version=Revived 1.7.0-0 | ||
versionCode=1700 | ||
author=nift4 (prev. Hieu Van) | ||
description=Install microG GmsCore, GsfProxy, FakeStore & DroidGuard Helper to /system/priv-app |
File renamed without changes.