mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update custom GApps Tutorial (#99)
This commit is contained in:
parent
37b59237d7
commit
7ca0e65ff7
15
Custom-GApps.md
Normal file
15
Custom-GApps.md
Normal 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}`
|
@ -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}`
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user