mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Add tutorial for how to install Mindthegapps (#82)
This commit is contained in:
parent
6d9f1e8754
commit
13b99d485f
21
README.md
21
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
|
||||
|
Loading…
Reference in New Issue
Block a user