From 59ec04b2c373d6c017f1c64fa0e84ba793ca5250 Mon Sep 17 00:00:00 2001 From: Howard Wu <40033067+Howard20181@users.noreply.github.com> Date: Sat, 3 Sep 2022 11:56:58 +0800 Subject: [PATCH] Add tutorial for installing custom OpenGApps --- Custom-OpenGApps.md | 7 +++++++ README.md | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 Custom-OpenGApps.md diff --git a/Custom-OpenGApps.md b/Custom-OpenGApps.md new file mode 100644 index 0000000..0909484 --- /dev/null +++ b/Custom-OpenGApps.md @@ -0,0 +1,7 @@ +# How to install custom OpenGApps + +1. Build WSA without gapps to let the script download needed files + `./build --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 --offline --gapps-variant {variant}` diff --git a/README.md b/README.md index 79771ad..8213007 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ - How can I get rid of Magisk? Choose `none` as the root solution. +- How to install custom OpenGApps? + + [Tutorial](./Custom-OpenGApps.md) ## Credits