From c8aa8744e5e3b780455a240f578c9ae8bc675002 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Thu, 1 Feb 2024 01:53:54 +0530 Subject: [PATCH 01/16] NSC_A14Basic T --- 14/NSC_A14Basic.config | 140 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 14/NSC_A14Basic.config diff --git a/14/NSC_A14Basic.config b/14/NSC_A14Basic.config new file mode 100644 index 0000000000000..771d02388c86b --- /dev/null +++ b/14/NSC_A14Basic.config @@ -0,0 +1,140 @@ +# 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=32 + +# 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 + +# 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=0 +GoogleMessages=0 +GoogleDialer=0 +GoogleContacts=0 +CarrierServices=1 +GoogleClock=0 + +# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package +SetupWizard=1 +>>SetupWizard=1 +>>GoogleRestore=1 +>>GoogleOneTimeInitializer=1 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GoogleLocationHistory=0 +GooglePhotos=0 +DeviceHealthServices=1 +GBoard=1 +GoogleCalendar=0 +GoogleKeep=0 +PlayGames=0 + +# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package +PixelSpecifics=1 +>>PixelLauncher=0 +>>DevicePersonalizationServices=1 +>>QuickAccessWallet=0 +>>GoogleWallpaper=0 +>>SettingsServices=1 +>>PrivateComputeServices=1 +>>PixelThemes=0 +>>EmojiWallpaper=0 +>>PixelWeather=0 + +GoogleRecorder=0 + +# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package +GoogleFiles=0 +>>GoogleFiles=1 +>>StorageManager=1 +>>DocumentsUIGoogle=1 + +MarkupGoogle=1 +GoogleTTS=0 + +# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package +GoogleSearch=1 +>>Velvet=1 +>>Assistant=0 + +GoogleSounds=0 + +# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package +GoogleChrome=0 +>>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 + From 09d3c8aefb35d86655fd14da528af5dff46c7a44 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:41:58 +0530 Subject: [PATCH 02/16] Delete 14/NSC_A14Basic.config --- 14/NSC_A14Basic.config | 140 ----------------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 14/NSC_A14Basic.config diff --git a/14/NSC_A14Basic.config b/14/NSC_A14Basic.config deleted file mode 100644 index 771d02388c86b..0000000000000 --- a/14/NSC_A14Basic.config +++ /dev/null @@ -1,140 +0,0 @@ -# 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=32 - -# 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 - -# 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=0 -GoogleMessages=0 -GoogleDialer=0 -GoogleContacts=0 -CarrierServices=1 -GoogleClock=0 - -# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package -SetupWizard=1 ->>SetupWizard=1 ->>GoogleRestore=1 ->>GoogleOneTimeInitializer=1 - -GoogleCalculator=0 -Drive=0 -GoogleMaps=0 -GoogleLocationHistory=0 -GooglePhotos=0 -DeviceHealthServices=1 -GBoard=1 -GoogleCalendar=0 -GoogleKeep=0 -PlayGames=0 - -# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package -PixelSpecifics=1 ->>PixelLauncher=0 ->>DevicePersonalizationServices=1 ->>QuickAccessWallet=0 ->>GoogleWallpaper=0 ->>SettingsServices=1 ->>PrivateComputeServices=1 ->>PixelThemes=0 ->>EmojiWallpaper=0 ->>PixelWeather=0 - -GoogleRecorder=0 - -# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package -GoogleFiles=0 ->>GoogleFiles=1 ->>StorageManager=1 ->>DocumentsUIGoogle=1 - -MarkupGoogle=1 -GoogleTTS=0 - -# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package -GoogleSearch=1 ->>Velvet=1 ->>Assistant=0 - -GoogleSounds=0 - -# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package -GoogleChrome=0 ->>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 - From 4366c764e9dbc70e1bebe9601cf49b52567379d0 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sun, 4 Feb 2024 17:42:23 +0530 Subject: [PATCH 03/16] Add files via upload --- 14/NSC.config | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 14/NSC.config diff --git a/14/NSC.config b/14/NSC.config new file mode 100644 index 0000000000000..1a0588cd0f4a8 --- /dev/null +++ b/14/NSC.config @@ -0,0 +1,140 @@ +# 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=32 + +# 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 + +# 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=0 +GoogleMessages=0 +GoogleDialer=0 +GoogleContacts=0 +CarrierServices=1 +GoogleClock=0 + +# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package +SetupWizard=1 +>>SetupWizard=1 +>>GoogleRestore=1 +>>GoogleOneTimeInitializer=1 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GoogleLocationHistory=0 +GooglePhotos=0 +DeviceHealthServices=1 +GBoard=0 +GoogleCalendar=0 +GoogleKeep=0 +PlayGames=0 + +# 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=0 +>>GoogleFiles=0 +>>StorageManager=0 +>>DocumentsUIGoogle=0 + +MarkupGoogle=1 +GoogleTTS=0 + +# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package +GoogleSearch=1 +>>Velvet=1 +>>Assistant=0 + +GoogleSounds=0 + +# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package +GoogleChrome=0 +>>GoogleChrome=0 +>>WebViewGoogle=0 +>>TrichromeLibrary=0 + +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 + From cd6d8ad54bfc3c9dde0927aaf1ed9c7e3cde20bf Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:17:57 +0530 Subject: [PATCH 04/16] Delete 14/NSC.config --- 14/NSC.config | 140 -------------------------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 14/NSC.config diff --git a/14/NSC.config b/14/NSC.config deleted file mode 100644 index 1a0588cd0f4a8..0000000000000 --- a/14/NSC.config +++ /dev/null @@ -1,140 +0,0 @@ -# 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=32 - -# 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 - -# 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=0 -GoogleMessages=0 -GoogleDialer=0 -GoogleContacts=0 -CarrierServices=1 -GoogleClock=0 - -# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package -SetupWizard=1 ->>SetupWizard=1 ->>GoogleRestore=1 ->>GoogleOneTimeInitializer=1 - -GoogleCalculator=0 -Drive=0 -GoogleMaps=0 -GoogleLocationHistory=0 -GooglePhotos=0 -DeviceHealthServices=1 -GBoard=0 -GoogleCalendar=0 -GoogleKeep=0 -PlayGames=0 - -# 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=0 ->>GoogleFiles=0 ->>StorageManager=0 ->>DocumentsUIGoogle=0 - -MarkupGoogle=1 -GoogleTTS=0 - -# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package -GoogleSearch=1 ->>Velvet=1 ->>Assistant=0 - -GoogleSounds=0 - -# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package -GoogleChrome=0 ->>GoogleChrome=0 ->>WebViewGoogle=0 ->>TrichromeLibrary=0 - -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 - From 9602942ba099b487193e5227caef90214d34ffaf Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:21:26 +0530 Subject: [PATCH 05/16] NSC Following Apps will be installed: -> Core - ExtraFiles - GooglePlayStore - GoogleServicesFramework - GoogleContactsSyncAdapter - GoogleCalendarSyncAdapter - GmsCore -> SetupWizard - SetupWizard - GoogleRestore - GoogleOneTimeInitializer -> PixelSpecifics - DevicePersonalizationServices - SettingsServices - PrivateComputeServices -> MarkupGoogle - MarkupGoogle -> GoogleSearch - Velvet --- 14/NSC.config | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 14/NSC.config diff --git a/14/NSC.config b/14/NSC.config new file mode 100644 index 0000000000000..75c4a325fdf44 --- /dev/null +++ b/14/NSC.config @@ -0,0 +1,140 @@ +# 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=32 + +# 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 + +# 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=0 +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=1 +>>SetupWizard=1 +>>GoogleRestore=1 +>>GoogleOneTimeInitializer=1 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GoogleLocationHistory=0 +GooglePhotos=0 +DeviceHealthServices=0 +GBoard=0 +GoogleCalendar=0 +GoogleKeep=0 +PlayGames=0 + +# Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package +PixelSpecifics=1 +>>PixelLauncher=0 +>>DevicePersonalizationServices=1 +>>QuickAccessWallet=0 +>>GoogleWallpaper=0 +>>SettingsServices=1 +>>PrivateComputeServices=1 +>>PixelThemes=0 +>>EmojiWallpaper=0 +>>PixelWeather=0 + +GoogleRecorder=0 + +# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package +GoogleFiles=0 +>>GoogleFiles=0 +>>StorageManager=0 +>>DocumentsUIGoogle=0 + +MarkupGoogle=1 +GoogleTTS=0 + +# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package +GoogleSearch=1 +>>Velvet=1 +>>Assistant=0 + +GoogleSounds=0 + +# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package +GoogleChrome=0 +>>GoogleChrome=0 +>>WebViewGoogle=0 +>>TrichromeLibrary=0 + +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 + From dc34830e41edc2c6d74db6736758555d632f13bc Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:56:46 +0530 Subject: [PATCH 06/16] NSC_Essentials Following Apps will be installed: -> Core - ExtraFiles - GooglePlayStore - GoogleServicesFramework - GoogleContactsSyncAdapter - GoogleCalendarSyncAdapter - GmsCore -> CarrierServices - CarrierServices -> SetupWizard - SetupWizard - GoogleRestore - GoogleOneTimeInitializer -> DeviceHealthServices - DeviceHealthServices -> PixelSpecifics - PixelLauncher - DevicePersonalizationServices - SettingsServices - PrivateComputeServices - PixelThemes - EmojiWallpaper -> MarkupGoogle - MarkupGoogle --- 14/NSC_Essentials.config | 140 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 14/NSC_Essentials.config diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config new file mode 100644 index 0000000000000..0f7d6493e7867 --- /dev/null +++ b/14/NSC_Essentials.config @@ -0,0 +1,140 @@ +# 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=32 + +# 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 + +# 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=0 +GoogleMessages=0 +GoogleDialer=0 +GoogleContacts=0 +CarrierServices=1 +GoogleClock=0 + +# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package +SetupWizard=1 +>>SetupWizard=1 +>>GoogleRestore=1 +>>GoogleOneTimeInitializer=1 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GoogleLocationHistory=0 +GooglePhotos=0 +DeviceHealthServices=1 +GBoard=0 +GoogleCalendar=0 +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=0 +>>SettingsServices=1 +>>PrivateComputeServices=1 +>>PixelThemes=1 +>>EmojiWallpaper=1 +>>PixelWeather=0 + +GoogleRecorder=0 + +# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package +GoogleFiles=0 +>>GoogleFiles=0 +>>StorageManager=0 +>>DocumentsUIGoogle=0 + +MarkupGoogle=1 +GoogleTTS=0 + +# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package +GoogleSearch=1 +>>Velvet=0 +>>Assistant=0 + +GoogleSounds=0 + +# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package +GoogleChrome=0 +>>GoogleChrome=0 +>>WebViewGoogle=0 +>>TrichromeLibrary=0 + +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 + From 819cc0f3a8a9c9af90bcc62852e83b33b269af86 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:10:51 +0530 Subject: [PATCH 07/16] Update NSC.config Following Apps will be installed: -> Core - ExtraFiles - GooglePlayStore - GoogleServicesFramework - GoogleContactsSyncAdapter - GoogleCalendarSyncAdapter - GmsCore -> CarrierServices - CarrierServices -> SetupWizard - SetupWizard - GoogleRestore - GoogleOneTimeInitializer -> DeviceHealthServices - DeviceHealthServices -> PixelSpecifics - PixelLauncher - DevicePersonalizationServices - SettingsServices - PrivateComputeServices - PixelThemes - EmojiWallpaper -> MarkupGoogle - MarkupGoogle --- 14/NSC.config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/14/NSC.config b/14/NSC.config index 75c4a325fdf44..0f7d6493e7867 100644 --- a/14/NSC.config +++ b/14/NSC.config @@ -48,7 +48,7 @@ DigitalWellbeing=0 GoogleMessages=0 GoogleDialer=0 GoogleContacts=0 -CarrierServices=0 +CarrierServices=1 GoogleClock=0 # Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package @@ -62,7 +62,7 @@ Drive=0 GoogleMaps=0 GoogleLocationHistory=0 GooglePhotos=0 -DeviceHealthServices=0 +DeviceHealthServices=1 GBoard=0 GoogleCalendar=0 GoogleKeep=0 @@ -70,14 +70,14 @@ PlayGames=0 # Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package PixelSpecifics=1 ->>PixelLauncher=0 +>>PixelLauncher=1 >>DevicePersonalizationServices=1 >>QuickAccessWallet=0 >>GoogleWallpaper=0 >>SettingsServices=1 >>PrivateComputeServices=1 ->>PixelThemes=0 ->>EmojiWallpaper=0 +>>PixelThemes=1 +>>EmojiWallpaper=1 >>PixelWeather=0 GoogleRecorder=0 @@ -93,7 +93,7 @@ GoogleTTS=0 # Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package GoogleSearch=1 ->>Velvet=1 +>>Velvet=0 >>Assistant=0 GoogleSounds=0 From 2d662cad92368ef58d6fb405ffb23f1c3464cd8d Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Fri, 9 Feb 2024 17:14:51 +0530 Subject: [PATCH 08/16] Delete 14/NSC.config --- 14/NSC.config | 140 -------------------------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 14/NSC.config diff --git a/14/NSC.config b/14/NSC.config deleted file mode 100644 index 0f7d6493e7867..0000000000000 --- a/14/NSC.config +++ /dev/null @@ -1,140 +0,0 @@ -# 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=32 - -# 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 - -# 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=0 -GoogleMessages=0 -GoogleDialer=0 -GoogleContacts=0 -CarrierServices=1 -GoogleClock=0 - -# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package -SetupWizard=1 ->>SetupWizard=1 ->>GoogleRestore=1 ->>GoogleOneTimeInitializer=1 - -GoogleCalculator=0 -Drive=0 -GoogleMaps=0 -GoogleLocationHistory=0 -GooglePhotos=0 -DeviceHealthServices=1 -GBoard=0 -GoogleCalendar=0 -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=0 ->>SettingsServices=1 ->>PrivateComputeServices=1 ->>PixelThemes=1 ->>EmojiWallpaper=1 ->>PixelWeather=0 - -GoogleRecorder=0 - -# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package -GoogleFiles=0 ->>GoogleFiles=0 ->>StorageManager=0 ->>DocumentsUIGoogle=0 - -MarkupGoogle=1 -GoogleTTS=0 - -# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package -GoogleSearch=1 ->>Velvet=0 ->>Assistant=0 - -GoogleSounds=0 - -# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package -GoogleChrome=0 ->>GoogleChrome=0 ->>WebViewGoogle=0 ->>TrichromeLibrary=0 - -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 - From 8c5f0b29ae82f31abd9f41538d7ef799c94f03ec Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Fri, 9 Feb 2024 20:35:10 +0530 Subject: [PATCH 09/16] Update NSC_Essentials.config --- 14/NSC_Essentials.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config index 0f7d6493e7867..dbf53d349fc1d 100644 --- a/14/NSC_Essentials.config +++ b/14/NSC_Essentials.config @@ -73,7 +73,7 @@ PixelSpecifics=1 >>PixelLauncher=1 >>DevicePersonalizationServices=1 >>QuickAccessWallet=0 ->>GoogleWallpaper=0 +>>GoogleWallpaper=1 >>SettingsServices=1 >>PrivateComputeServices=1 >>PixelThemes=1 @@ -94,7 +94,7 @@ GoogleTTS=0 # Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package GoogleSearch=1 >>Velvet=0 ->>Assistant=0 +>>Assistant=1 GoogleSounds=0 From 7757346125c09133ac6b9e36d91871c60786a524 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sat, 10 Feb 2024 00:52:48 +0530 Subject: [PATCH 10/16] Update NSC_Essentials.config --- 14/NSC_Essentials.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config index dbf53d349fc1d..dc6cce1385da7 100644 --- a/14/NSC_Essentials.config +++ b/14/NSC_Essentials.config @@ -63,7 +63,7 @@ GoogleMaps=0 GoogleLocationHistory=0 GooglePhotos=0 DeviceHealthServices=1 -GBoard=0 +GBoard=1 GoogleCalendar=0 GoogleKeep=0 PlayGames=0 @@ -73,11 +73,11 @@ PixelSpecifics=1 >>PixelLauncher=1 >>DevicePersonalizationServices=1 >>QuickAccessWallet=0 ->>GoogleWallpaper=1 +>>GoogleWallpaper=0 >>SettingsServices=1 >>PrivateComputeServices=1 ->>PixelThemes=1 ->>EmojiWallpaper=1 +>>PixelThemes=0 +>>EmojiWallpaper=0 >>PixelWeather=0 GoogleRecorder=0 From 6c6cb611a3718804ec2aa2aed0bc870bbb890ce4 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sat, 10 Feb 2024 13:58:58 +0530 Subject: [PATCH 11/16] Update NSC_Essentials.config --- 14/NSC_Essentials.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config index dc6cce1385da7..cafbbbcc17e1f 100644 --- a/14/NSC_Essentials.config +++ b/14/NSC_Essentials.config @@ -73,7 +73,7 @@ PixelSpecifics=1 >>PixelLauncher=1 >>DevicePersonalizationServices=1 >>QuickAccessWallet=0 ->>GoogleWallpaper=0 +>>GoogleWallpaper=1 >>SettingsServices=1 >>PrivateComputeServices=1 >>PixelThemes=0 From 8c938a6017fabbb639ee13a08d5436fd67db3c51 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sat, 10 Feb 2024 14:13:33 +0530 Subject: [PATCH 12/16] Update NSC_Essentials.config --- 14/NSC_Essentials.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config index cafbbbcc17e1f..c6a29987b7a11 100644 --- a/14/NSC_Essentials.config +++ b/14/NSC_Essentials.config @@ -70,14 +70,14 @@ PlayGames=0 # Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package PixelSpecifics=1 ->>PixelLauncher=1 +>>PixelLauncher=2 >>DevicePersonalizationServices=1 >>QuickAccessWallet=0 ->>GoogleWallpaper=1 +>>GoogleWallpaper=2 >>SettingsServices=1 >>PrivateComputeServices=1 ->>PixelThemes=0 ->>EmojiWallpaper=0 +>>PixelThemes=1 +>>EmojiWallpaper=1 >>PixelWeather=0 GoogleRecorder=0 From 17ab81471098222ece27fc87518873f65ce5ef58 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:20:38 +0530 Subject: [PATCH 13/16] Update NSC_Essentials.config --- 14/NSC_Essentials.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config index c6a29987b7a11..ca8ecaf1d0236 100644 --- a/14/NSC_Essentials.config +++ b/14/NSC_Essentials.config @@ -63,7 +63,7 @@ GoogleMaps=0 GoogleLocationHistory=0 GooglePhotos=0 DeviceHealthServices=1 -GBoard=1 +GBoard=0 GoogleCalendar=0 GoogleKeep=0 PlayGames=0 @@ -94,7 +94,7 @@ GoogleTTS=0 # Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package GoogleSearch=1 >>Velvet=0 ->>Assistant=1 +>>Assistant=0 GoogleSounds=0 From 1e1585eda992a2819d4e8f3381df7a9ddd50c4a9 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:15:22 +0530 Subject: [PATCH 14/16] Update NSC_Essentials.config --- 14/NSC_Essentials.config | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config index ca8ecaf1d0236..44333205db1b8 100644 --- a/14/NSC_Essentials.config +++ b/14/NSC_Essentials.config @@ -5,7 +5,7 @@ AndroidVersion=14 -Version=32 +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 @@ -30,8 +30,11 @@ 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 +gms_optimization=1 # Following are the packages with default configuration @@ -62,7 +65,7 @@ Drive=0 GoogleMaps=0 GoogleLocationHistory=0 GooglePhotos=0 -DeviceHealthServices=1 +DeviceHealthServices=0 GBoard=0 GoogleCalendar=0 GoogleKeep=0 @@ -70,23 +73,23 @@ PlayGames=0 # Set PixelSpecifics=0 if you want to skip installing all packages belonging to PixelSpecifics Package PixelSpecifics=1 ->>PixelLauncher=2 +>>PixelLauncher=1 >>DevicePersonalizationServices=1 ->>QuickAccessWallet=0 ->>GoogleWallpaper=2 +>>QuickAccessWallet=1 +>>GoogleWallpaper=1 >>SettingsServices=1 >>PrivateComputeServices=1 ->>PixelThemes=1 ->>EmojiWallpaper=1 +>>PixelThemes=0 +>>EmojiWallpaper=0 >>PixelWeather=0 GoogleRecorder=0 # Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package GoogleFiles=0 ->>GoogleFiles=0 ->>StorageManager=0 ->>DocumentsUIGoogle=0 +>>GoogleFiles=1 +>>StorageManager=1 +>>DocumentsUIGoogle=1 MarkupGoogle=1 GoogleTTS=0 @@ -94,15 +97,15 @@ GoogleTTS=0 # Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package GoogleSearch=1 >>Velvet=0 ->>Assistant=0 +>>Assistant=1 GoogleSounds=0 # Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package GoogleChrome=0 ->>GoogleChrome=0 ->>WebViewGoogle=0 ->>TrichromeLibrary=0 +>>GoogleChrome=1 +>>WebViewGoogle=1 +>>TrichromeLibrary=1 Gmail=0 DeviceSetup=0 @@ -137,4 +140,3 @@ 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 - From 422bf3f7d1e921615ec7e0f973a904e46f8e13b0 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:27:24 +0530 Subject: [PATCH 15/16] Delete 14/NSC_Essentials.config --- 14/NSC_Essentials.config | 142 --------------------------------------- 1 file changed, 142 deletions(-) delete mode 100644 14/NSC_Essentials.config diff --git a/14/NSC_Essentials.config b/14/NSC_Essentials.config deleted file mode 100644 index 44333205db1b8..0000000000000 --- a/14/NSC_Essentials.config +++ /dev/null @@ -1,142 +0,0 @@ -# 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=1 - -# 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=0 -GoogleMessages=0 -GoogleDialer=0 -GoogleContacts=0 -CarrierServices=1 -GoogleClock=0 - -# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package -SetupWizard=1 ->>SetupWizard=1 ->>GoogleRestore=1 ->>GoogleOneTimeInitializer=1 - -GoogleCalculator=0 -Drive=0 -GoogleMaps=0 -GoogleLocationHistory=0 -GooglePhotos=0 -DeviceHealthServices=0 -GBoard=0 -GoogleCalendar=0 -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=1 ->>GoogleWallpaper=1 ->>SettingsServices=1 ->>PrivateComputeServices=1 ->>PixelThemes=0 ->>EmojiWallpaper=0 ->>PixelWeather=0 - -GoogleRecorder=0 - -# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package -GoogleFiles=0 ->>GoogleFiles=1 ->>StorageManager=1 ->>DocumentsUIGoogle=1 - -MarkupGoogle=1 -GoogleTTS=0 - -# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package -GoogleSearch=1 ->>Velvet=0 ->>Assistant=1 - -GoogleSounds=0 - -# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package -GoogleChrome=0 ->>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 From 379f1e4ac2c96134aa0337d9e4e25be5dc57bdd3 Mon Sep 17 00:00:00 2001 From: NikhilSChouhan <158273579+NikhilSChouhan@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:35:25 +0530 Subject: [PATCH 16/16] NSC_Essentials Following Apps will be installed: -> Core - ExtraFiles - GooglePlayStore - GoogleServicesFramework - GoogleContactsSyncAdapter - GoogleCalendarSyncAdapter - GmsCore -> CarrierServices - CarrierServices -> SetupWizard - SetupWizard - GoogleRestore - GoogleOneTimeInitializer -> PixelSpecifics - PixelLauncher - DevicePersonalizationServices - QuickAccessWallet - GoogleWallpaper - SettingsServices - PrivateComputeServices -> MarkupGoogle - MarkupGoogle -> GoogleSearch - Assistant --- 14/NSC-v33.config | 143 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 14/NSC-v33.config diff --git a/14/NSC-v33.config b/14/NSC-v33.config new file mode 100644 index 0000000000000..9a4d7839b9e62 --- /dev/null +++ b/14/NSC-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=1 + +# 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=0 +GoogleMessages=0 +GoogleDialer=0 +GoogleContacts=0 +CarrierServices=1 +GoogleClock=0 + +# Set SetupWizard=0 if you want to skip installing all packages belonging to SetupWizard Package +SetupWizard=1 +>>SetupWizard=1 +>>GoogleRestore=1 +>>GoogleOneTimeInitializer=1 + +GoogleCalculator=0 +Drive=0 +GoogleMaps=0 +GoogleLocationHistory=0 +GooglePhotos=0 +DeviceHealthServices=0 +GBoard=0 +GoogleCalendar=0 +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=1 +>>GoogleWallpaper=1 +>>SettingsServices=1 +>>PrivateComputeServices=1 +>>PixelThemes=0 +>>EmojiWallpaper=0 +>>PixelWeather=0 + +GoogleRecorder=0 + +# Set GoogleFiles=0 if you want to skip installing all packages belonging to GoogleFiles Package +GoogleFiles=0 +>>GoogleFiles=1 +>>StorageManager=1 +>>DocumentsUIGoogle=1 + +MarkupGoogle=1 +GoogleTTS=0 + +# Set GoogleSearch=0 if you want to skip installing all packages belonging to GoogleSearch Package +GoogleSearch=1 +>>Velvet=0 +>>Assistant=1 + +GoogleSounds=0 + +# Set GoogleChrome=0 if you want to skip installing all packages belonging to GoogleChrome Package +GoogleChrome=0 +>>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 +