From 032ae8bf1c7ab21afb3f350f224a2b58d052f029 Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Sat, 6 Jul 2019 20:31:57 +0200 Subject: [PATCH] update default configuration --- doc/.nanodroid-setup | 1 - doc/AlterInstallation.md | 9 --------- 2 files changed, 10 deletions(-) diff --git a/doc/.nanodroid-setup b/doc/.nanodroid-setup index 48cf538..4557670 100644 --- a/doc/.nanodroid-setup +++ b/doc/.nanodroid-setup @@ -1,5 +1,4 @@ nanodroid_microg=1 -nanodroid_gmscore=1 nanodroid_fdroid=1 nanodroid_apps=1 nanodroid_play=31 diff --git a/doc/AlterInstallation.md b/doc/AlterInstallation.md index c502076..962a9b0 100644 --- a/doc/AlterInstallation.md +++ b/doc/AlterInstallation.md @@ -18,7 +18,6 @@ create it manually with the following content for the **full** package ``` nanodroid_microg=1 -nanodroid_gmscore=1 nanodroid_fdroid=1 nanodroid_apps=1 nanodroid_play=31 @@ -39,7 +38,6 @@ nanodroid_fonts=1 the **microG** package supports the following options (nanodroid_microg is always 1) ``` -nanodroid_gmscore=1 nanodroid_play=10 nanodroid_overlay=0 nanodroid_mapsv1=1 @@ -72,13 +70,6 @@ whether to provide **microG** * without Push Messaging support through GCM * without the ability to pass SafetyNet attestation -`nanodroid_gmscore=[0|1]` - -which microG GmsCore to install - -* 0 = install NanoDroid's [custom microG GmsCore](https://github.com/Nanolx/android_packages_apps_GmsCore) -* 1 = install [official microG GmsCore](https://github.com/microg/android_packages_apps_GmsCore) - `nanodroid_fdroid=[0|1]` whether to provide **F-Droid**