Up-to-date Nikgapps config file with full configuration/app descriptions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NikGapps configuration file | |
# What is nikgapps.config? | |
# nikgapps.config is a configuration file which allows you to configure your installation the way you like. | |
# You can choose the partition to install and You can also skip any Package that you don't want to be part of your installation | |
# Where can I find nikgapps.config? | |
# nikgapps.config is placed in /sdcard/NikGapps folder automatically after first install with all the packages enabled for installation | |
# If you want to configure the installation with your very first installation, extract nikgapps.config from the gapps zip and place it to /sdcard/NikGapps folder | |
# How to configure nikgapps.config? | |
# Edit the file and set 0,1,2 against the package that you want to configure, save the file, flash the gapps. | |
# NikGapps installer recognizes 3 config values | |
# -> 0 (Skip the package) | |
# -> 1 (install the package and delete corresponding aosp app) | |
# -> 2 (install the package and do not delete corresponding aosp app) | |
# For e.g. if you want to skip GoogleContacts during the installation, the config should read GoogleContacts=0. | |
# if you want to install GoogleContacts and remove Aosp Contacts, config should read GoogleContacts=1. | |
# if you want to install GoogleContacts and keep Aosp Contacts, config should read GoogleContacts=2. | |
# All the lines starting # in config file are comments. Adding comments (#) in front of Package name will not skip it's installation. i.e. # YouTube=0 will not skip the installation. | |
# How to configure nikgapps.config to install it to /system partition or /system/product? | |
# Update below config to install it to a dedicated partition | |
# set InstallPartition=system for /system and InstallPartition=product for /system/product partition | |
# If you are not sure about the config, just skip making changes to it or comment it by adding # before it | |
# InstallPartition=system | |
WipeDalvikCache=1 | |
#-------------------------------------------------------# | |
# Core Package # | |
#-------------------------------------------------------# | |
# core packages are important and must be present, files package is important gapps files (not Google Files application) | |
# uncomment them and set it to zero only when the gapps are installed | |
# remove # to uncomment the line (do not uncomment below 3 lines if you don't understand this configuration) | |
GooglePlayStore=1 | |
GmsCore=1 | |
ExtraFiles=1 | |
GoogleCalendarSyncAdapter=1 | |
GoogleContactsSyncAdapter=1 | |
GoogleServicesFramework=1 | |
#-------------------------------------------------------# | |
## Basic Package ## - Everything from the Core Package | |
#-------------------------------------------------------# | |
DigitalWellbeing=0 | |
# YouTube Vanced | |
YouTube=1 | |
#-------------------------------------------------------# | |
## Omni Package ## - Everything from the Basic Package | |
#-------------------------------------------------------# | |
# Google Message | |
GoogleMessages=1 | |
# Google Dialer | |
GoogleDialer=1 | |
# Google Contacts | |
GoogleContacts=1 | |
# Google Carrier Services - Required for Rich Communication Services | |
CarrierServices=1 | |
#-------------------------------------------------------# | |
## Macro Package ## - Everything from the Omni Package | |
#-------------------------------------------------------# | |
# Setup Wizard Files - set all to 0 if you want to skip SetupWizard | |
SetupWizard=0 | |
GoogleOneTimeInitializer=0 | |
AndroidMigratePrebuilt=0 | |
PixelSetupWizardOverlay=0 | |
PixelSetupWizard=0 | |
PixelTips=0 | |
GoogleBackupTransport=0 | |
GoogleCalculator=1 | |
GoogleClock=0 | |
# Google Drive | |
Drive=0 | |
# Google - to enable voice unlock | |
Velvet=0 | |
GoogleMaps=0 | |
Gmail=0 | |
GooglePhotos=0 | |
PlayGames=0 | |
# Launcher | |
Lawnchair=0 | |
LawnchairRecentsProvider=0 | |
Lawnfeed=0 | |
DeviceHealthServices=0 | |
#-------------------------------------------------------# | |
## Stock Package ## - Everything from the Macro Package | |
#-------------------------------------------------------# | |
GBoard=1 | |
GoogleCalendar=1 | |
MarkupGoogle=1 | |
GoogleWallpaper=0 | |
GoogleFeedback=0 | |
GooglePartnerSetup=0 | |
GoogleSounds=0 | |
AndroidDevicePolicy=0 | |
#-------------------------------------------------------# | |
## Full Package ## - Everything from the Stock Package | |
#-------------------------------------------------------# | |
GoogleKeep=0 | |
# Google Play Books | |
Books=0 | |
Assistant=0 | |
GooglePlayMusic=0 | |
GoogleRecorder=0 | |
# Google Chrome | |
GoogleChrome=0 | |
DevicePersonalizationServices=0 | |
#-------------------------------------------------------# | |
## Go Package ## - Google Go Package | |
#-------------------------------------------------------# | |
GoogleGo=0 | |
AssistantGo=0 | |
MapsGo=1 | |
NavigationGo=1 | |
GalleryGo=1 | |
GmailGo=0 | |
ExtraFilesGo=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment