Skip to content

Commit

Permalink
Update Install-Launcher-and-Store.md
Browse files Browse the repository at this point in the history
  • Loading branch information
user0-07161 committed Oct 10, 2023
1 parent 7a3a90d commit 5ac577e
Showing 1 changed file with 11 additions and 42 deletions.
53 changes: 11 additions & 42 deletions wiki/Install-Launcher-and-Store.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down

0 comments on commit 5ac577e

Please sign in to comment.