From 30d65b9bf1cdde6ccc2710c9cb6afbef28547508 Mon Sep 17 00:00:00 2001 From: nift4 Date: Sat, 14 Nov 2020 13:01:35 +0100 Subject: [PATCH] Allow real Play Store installing --- customize.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 customize.sh diff --git a/customize.sh b/customize.sh new file mode 100644 index 0000000..cd8424d --- /dev/null +++ b/customize.sh @@ -0,0 +1 @@ +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"