From 7ca0e65ff705e565aee043ab15229dc417351463 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sat, 10 Sep 2022 14:47:48 +0800 Subject: [PATCH] Update custom GApps Tutorial (#99) --- Custom-GApps.md | 15 +++++++++++++++ Custom-OpenGApps.md | 9 --------- README.md | 7 +++---- 3 files changed, 18 insertions(+), 13 deletions(-) create mode 100644 Custom-GApps.md delete mode 100644 Custom-OpenGApps.md diff --git a/Custom-GApps.md b/Custom-GApps.md new file mode 100644 index 0000000..d3b1bfe --- /dev/null +++ b/Custom-GApps.md @@ -0,0 +1,15 @@ +# How to install custom GApps + +1. Build WSA without gapps to let the script download needed files + + `./build.sh --gapps-brand none` +1. + - For OpenGApps + + Place custom OpenGApps to `download` folder and rename to `OpenGApps-{arch}-{variant}.zip` (e.g. `OpenGApps-x64-pico.zip`) + - For MindTheGapps + + Place custom MindTheGapps to `download` folder and rename to `MindTheGapps-{arch}.zip` (e.g. `MindTheGapps-x64.zip`) +1. Build WSA offline + + `./build.sh --offline --gapps-variant {variant}` diff --git a/Custom-OpenGApps.md b/Custom-OpenGApps.md deleted file mode 100644 index 8a42afe..0000000 --- a/Custom-OpenGApps.md +++ /dev/null @@ -1,9 +0,0 @@ -# How to install custom OpenGApps - -1. Build WSA without gapps to let the script download needed files - - `./build.sh --gapps-brand none` -1. Place custom OpenGApps to `download` folder and rename to `OpenGApps-{arch}-{variant}.zip` (e.g. `OpenGApps-x64-pico.zip`) -1. Build WSA offline - - `./build.sh --offline --gapps-variant {variant}` diff --git a/README.md b/README.md index c859538..0538521 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,11 @@ 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 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). +1. Choose which brand of GApps you want to install - OpenGApps Select the [OpenGApps variant](https://github.com/opengapps/opengapps/wiki#variants) you like. @@ -102,9 +101,9 @@ - How can I get rid of Magisk? Choose `none` as the root solution. -- How to install custom OpenGApps? +- How to install custom GApps? - [Tutorial](./Custom-OpenGApps.md) + [Tutorial](./Custom-GApps.md) - Where can I download MindtheGapps? You can download from here [MindtheGapps](https://androidfilehost.com/?w=files&flid=322935) ([mirror](http://downloads.codefi.re/jdcteam/javelinanddart/gapps))