From 5ac577e8a558fd81e01538f1bcf8f5baaed637f9 Mon Sep 17 00:00:00 2001 From: Test1524473 <104380885+user0-tb@users.noreply.github.com> Date: Tue, 10 Oct 2023 20:37:18 +0200 Subject: [PATCH] Update Install-Launcher-and-Store.md --- wiki/Install-Launcher-and-Store.md | 53 +++++++----------------------- 1 file changed, 11 insertions(+), 42 deletions(-) diff --git a/wiki/Install-Launcher-and-Store.md b/wiki/Install-Launcher-and-Store.md index b662128..2f9f261 100644 --- a/wiki/Install-Launcher-and-Store.md +++ b/wiki/Install-Launcher-and-Store.md @@ -264,51 +264,20 @@ that is explained within curly braces of the message above. ## Installing Play Store and microG Currently there is a way to install microG in this device, but Play Store isn´t working correctly. It´s opening, but sometimes it shows an Server Error. -To install the Services and Play Store, follow this instructions: -Download the GApps and microG package on Mega: [Click Here](https://mega.nz/file/muRX1ZZZ#ylsy6O2hNlcelcBXyGz3JzPjI0wbWNcV6ukmUBcXkuM) -After Downloading the File, unpack it and open a Terminal in the unpacked Directory. -Then type: +After installing F-Droid, add https://microg.org/fdroid/repo to the package repositories of F-Droid. +Run a Package-Source update and install the following apps: ``` -adb shell mkdir /sdcard/temp-priv-app -adb push priv-app/* /sdcard/temp-priv-app -``` -After doing this, the GApps are on the box. Now you need get _Root_: - -``` -adb shell -su -``` -Type now the following lines line-by-line to set attributes: +unifiedNlp +microG Service Core ``` -chmod 755 /system/app/Phonesky -chmod 644 /system/app/Phonesky/* +after installation, reboot. +Download APK from ApkMirror and install as system app +(PlayStore)[https://www.apkmirror.com/apk/google-inc/google-play-store/google-play-store-26-6-12-release/google-play-store-26-6-12-21-0-pr-389229320-2-android-apk-download/] +Download APK and install as normal app +(GSF)[https://www.apkmirror.com/apk/google-inc/google-services-framework/google-services-framework-5-1-1743759-release/google-services-framework-5-1-1743759-android-apk-download/] -chmod 755 /system/app/uNlp -chmod 644 /system/app/uNlp/* - -chmod 755 /system/app/uNlp2 -chmod 644 /system/app/uNlp2/* - -chmod 755 /system/app/PlaySrv -chmod 644 /system/app/PlaySrv/* - -chmod 755 /system/app/gsf -chmod 644 /system/app/gsf/* -``` -Then reboot the device by typing `reboot`. -After booting you will get a message like `Google services framework stopped working`. -Just click `OK` -If the message reopens, click `OK`. -Open now the Play Store, click `Log In` and Log In in your Google Account. -After logging in, you will get a server error. Now you need your Computer. -Type: -``` -adb shell -su -rm -rf /system/priv-app/gsf -reboot -``` -The device reboots, and you should get a (hopefully) working Play Store +Now open the Play Store and log in. +Then uninstall the google services framework and you'll get an working play store with microG.