Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files via upload #9853

Merged
merged 1 commit into from
Feb 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions 14/oddfever-A14.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
# NikGapps configuration file

# If you are not sure about the config, just skip making changes to it or comment it by adding # before it
# visit https://nikgapps.com/misc/2022/02/22/NikGapps-Config.html to read everything about nikgapps

AndroidVersion=14

Version=33

# set this to the directory you want to copy the logs to.
# for e.g. LogDirectory="/system/etc" will install the logs to /system/etc/nikgapps_logs directory
# by default it will install it to /sdcard/NikGapps/nikgapps_logs
LogDirectory=default

# set to /system, /product or /system_ext if you want to force the installation to aforementioned locations
InstallPartition=default

# set to uninstall if you want to uninstall any google app, also set the value of google app below to -1
mode=install

# set WipeDalvikCache=0 if you don't want the installer to wipe dalvik/cache after installing the gapps
WipeDalvikCache=1

# set WipeRuntimePermissions=1 if you want to wipe runtime permissions
WipeRuntimePermissions=0

# Addon.d config set it to 0 to skip the automatic backup/restore while flashing the rom
execute.d=1

# if you want to force the installer to use the config from gapps zip file, set below to 1
use_zip_config=0

# if you want to override the config located in /sdcard/NikGapps with gapps zip file, set below to 1. Applicable to decrypted storage only
override_with_zip_config=0

# set this to 1 if you want to enable gms optimization, careful while doing it, you may experience issues like delayed notification with some Roms
gms_optimization=0

# Following are the packages with default configuration

# Set Core=0 if you want to skip installing all packages belonging to Core Package
Core=1
>>ExtraFiles=1
>>GooglePlayStore=1
>>GoogleServicesFramework=1
>>GoogleContactsSyncAdapter=1
>>GoogleCalendarSyncAdapter=1
>>GmsCore=1

DigitalWellbeing=1
GoogleMessages=1
GoogleDialer=1
GoogleContacts=1
CarrierServices=0
GoogleClock=1

# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package
SetupWizard=0
>>SetupWizard=0
>>GoogleRestore=0
>>GoogleOneTimeInitializer=0

GoogleCalculator=1
Drive=0
GoogleMaps=0
GoogleLocationHistory=0
GooglePhotos=1
DeviceHealthServices=0
GBoard=1
GoogleCalendar=1
GoogleKeep=0
PlayGames=0

# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package
PixelSpecifics=1
>>PixelLauncher=1
>>DevicePersonalizationServices=1
>>QuickAccessWallet=0
>>GoogleWallpaper=1
>>SettingsServices=1
>>PrivateComputeServices=1
>>PixelThemes=1
>>EmojiWallpaper=1
>>PixelWeather=0

GoogleRecorder=1

# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package
GoogleFiles=1
>>GoogleFiles=1
>>StorageManager=1
>>DocumentsUIGoogle=1

MarkupGoogle=1
GoogleTTS=1

# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package
GoogleSearch=0
>>Velvet=0
>>Assistant=0

GoogleSounds=1

# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package
GoogleChrome=1
>>GoogleChrome=1
>>WebViewGoogle=1
>>TrichromeLibrary=1

Gmail=0
DeviceSetup=0
AndroidAuto=0
GoogleFeedback=0
GooglePartnerSetup=0
AndroidDevicePolicy=0

# Set CoreGo=0 if you want to skip installing all packages belonging to CoreGo Package
CoreGo=0

# Setting CoreGo=0 will not skip following packages, set them to 0 if you want to skip them
GoogleGo=0
AssistantGo=0
MapsGo=0
NavigationGo=0
GalleryGo=0
GmailGo=0

# Following are the Addon packages NikGapps supports
GoogleFi=0
GoogleDuo=0
GoogleDocs=0
GoogleSlides=0
GoogleSheets=0
YouTube=0
YouTubeMusic=0
Books=0
PixelSetupWizard=0
GoogleTalkback=0

# NikGapps debloater starts here, add all the stuff to add to debloater.config below (for elite and user builds only), check examples below
# YouTube
# /system/app/YouTube

Loading