From 2d180b81e714b14a04e97a20ed48a4ac3c95cea5 Mon Sep 17 00:00:00 2001 From: Arifin Hakim <120566823+arifinhakim87@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:10:03 +0800 Subject: [PATCH] Squash Merge pull request #9846 from @arifinhakim87 Merging automatically --- 10/AHGApps-Q-v33.config | 135 +++++++++++++++++++++++++++++++++++++ 14/AHGApps-U-v33.config | 143 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 278 insertions(+) create mode 100644 10/AHGApps-Q-v33.config create mode 100644 14/AHGApps-U-v33.config diff --git a/10/AHGApps-Q-v33.config b/10/AHGApps-Q-v33.config new file mode 100644 index 0000000000000..9b75f65ac16a7 --- /dev/null +++ b/10/AHGApps-Q-v33.config @@ -0,0 +1,135 @@ +# 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=10 + +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=0 +GoogleDialer=0 +GoogleContacts=0 +CarrierServices=0 +GoogleClock=0 + +# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package +SetupWizard=0 +>>SetupWizard=0 +>>GoogleRestore=0 +>>GoogleOneTimeInitializer=0 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GooglePhotos=1 +DeviceHealthServices=1 +GBoard=0 +GoogleCalendar=0 +GoogleKeep=1 +PlayGames=1 + +# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package +PixelSpecifics=0 +>>PixelLauncher=0 +>>DevicePersonalizationServices=0 +>>GoogleWallpaper=0 + +GoogleRecorder=0 + +# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package +GoogleFiles=1 +>>GoogleFiles=1 +>>StorageManager=1 + +MarkupGoogle=0 +GoogleTTS=0 + +# 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=0 +>>GoogleChrome=0 +>>WebViewGoogle=0 +>>TrichromeLibrary=0 + +Gmail=1 +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=1 +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 + diff --git a/14/AHGApps-U-v33.config b/14/AHGApps-U-v33.config new file mode 100644 index 0000000000000..f86cd66a8ffb8 --- /dev/null +++ b/14/AHGApps-U-v33.config @@ -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=0 +GoogleDialer=0 +GoogleContacts=0 +CarrierServices=0 +GoogleClock=0 + +# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package +SetupWizard=0 +>>SetupWizard=0 +>>GoogleRestore=0 +>>GoogleOneTimeInitializer=0 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GoogleLocationHistory=1 +GooglePhotos=1 +DeviceHealthServices=1 +GBoard=0 +GoogleCalendar=0 +GoogleKeep=1 +PlayGames=1 + +# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package +PixelSpecifics=0 +>>PixelLauncher=0 +>>DevicePersonalizationServices=0 +>>QuickAccessWallet=0 +>>GoogleWallpaper=0 +>>SettingsServices=0 +>>PrivateComputeServices=0 +>>PixelThemes=0 +>>EmojiWallpaper=0 +>>PixelWeather=0 + +GoogleRecorder=0 + +# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package +GoogleFiles=1 +>>GoogleFiles=1 +>>StorageManager=1 +>>DocumentsUIGoogle=1 + +MarkupGoogle=0 +GoogleTTS=0 + +# 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=0 +>>GoogleChrome=0 +>>WebViewGoogle=0 +>>TrichromeLibrary=0 + +Gmail=1 +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=1 +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 +