Update custom GApps Tutorial (#99)

This commit is contained in:
Howard Wu 2022-09-10 14:47:48 +08:00 committed by GitHub
parent 37b59237d7
commit 7ca0e65ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 13 deletions

15
Custom-GApps.md Normal file
View File

@ -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}`

View File

@ -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}`

View File

@ -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))