From 13b99d485f2cb0cb22191f8ad56cf488a8492680 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Wed, 7 Sep 2022 15:13:23 +0800 Subject: [PATCH] Add tutorial for how to install Mindthegapps (#82) --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7f50cb..a2d72e4 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Features -- Integrate Magisk and OpenGApps in a few clicks within minutes +- Integrate Magisk and GApps in a few clicks within minutes - Keep each build up to date - Support both ARM64 and x64 - Support all OpenGApps variants except for aroma (aroma does not support x86_64, please use super instead) @@ -24,8 +24,18 @@ 1. Star (if you like) 1. Clone the repo to local + - If you want to install MindtheGapps, place `MindtheGapps-{arch}.zip` in the `download` folder. {arch} can be `x64` or `arm64`. + - Run `build.sh --help` to get the usage if you want to use CLI. 1. Run `scripts/run.sh` -1. Select the version of Magisk and select the [OpenGApps variant](https://github.com/opengapps/opengapps/wiki#variants) you like, select the root solution (none means no root), select the WSA version and its architecture (mostly x64) +1. Select the version of Magisk +1. Choose which brand of GApps you want to install (If the package of Mindthegapps does not exist, you will not be asking for this). + - OpenGApps + + Select the [OpenGApps variant](https://github.com/opengapps/opengapps/wiki#variants) you like, select the root solution (none means no root), select the WSA version and its architecture (mostly x64) + + - MindtheGapps + + There is no other variant we can choose. 1. Wait for the script to complete and the artifact will be in the `output` folder 1. Move the artifact to a place you like @@ -79,7 +89,14 @@ - How to install custom OpenGApps? [Tutorial](./Custom-OpenGApps.md) +- Where can I download MindtheGapps? + You can download in here [MindtheGapps](https://androidfilehost.com/?w=files&flid=322935) ([mirror](http://downloads.codefi.re/jdcteam/javelinanddart/gapps)) + + Note that there is no x86_64 pre-build, so you need to build it by yourself ([Repo](https://gitlab.com/MindTheGapps)). +- Can I switch OpenGApps to MindTheGapps and keep user data in a previous build? + + No, you shoud wipe data after change GApps brand. Or you will find there no GApps have been recognized. ## Credits - [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA