Skip to content

Instantly share code, notes, and snippets.

@dev-harsh1998
Created August 17, 2023 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dev-harsh1998/04376b60ecbdd737e90c37568e1234a1 to your computer and use it in GitHub Desktop.
Save dev-harsh1998/04376b60ecbdd737e90c37568e1234a1 to your computer and use it in GitHub Desktop.
kickout-google-communicagion
From d9cd359e345aa0472ec35c723f38e35df08d95fd Mon Sep 17 00:00:00 2001
From: Rohan Hasabe <rohanhasabe8@gmail.com>
Date: Thu, 17 Aug 2023 20:08:33 +0000
Subject: [PATCH] gms: disable communication suit for nabu
---
apps/SearchLauncher/Android.mk | 2 +-
products/gms.mk | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/apps/SearchLauncher/Android.mk b/apps/SearchLauncher/Android.mk
index af561d1..b769991 100644
--- a/apps/SearchLauncher/Android.mk
+++ b/apps/SearchLauncher/Android.mk
@@ -20,7 +20,7 @@ include $(BUILD_PREBUILT)
include $(CLEAR_VARS)
# Relative path for Launcher3 directory
-LAUNCHER_PATH := ../../../../packages/apps/Launcher3
+LAUNCHER_PATH := ../../../../packages/apps/Trebuchet
LOCAL_STATIC_ANDROID_LIBRARIES := Launcher3CommonDepsLib
LOCAL_STATIC_JAVA_LIBRARIES := lib_launcherClient
diff --git a/products/gms.mk b/products/gms.mk
index b487870..11b2bd7 100644
--- a/products/gms.mk
+++ b/products/gms.mk
@@ -69,7 +69,7 @@ PRODUCT_PACKAGES += \
Velvet
# GMS comms suite
-$(call inherit-product, $(ANDROID_PARTNER_GMS_HOME)/products/google_comms_suite.mk)
+# $(call inherit-product, $(ANDROID_PARTNER_GMS_HOME)/products/google_comms_suite.mk)
# Personal Safety
$(call inherit-product, $(ANDROID_PARTNER_GMS_HOME)/products/personal_safety.mk)
@@ -90,7 +90,8 @@ $(call inherit-product, $(ANDROID_PARTNER_GMS_HOME)/products/turbo.mk)
include $(ANDROID_PARTNER_GMS_HOME)/products/gms_package_version.mk
PRODUCT_PRODUCT_PROPERTIES += \
- ro.setupwizard.rotation_locked=true \
+ ro.setupwizard.rotation_locked=false \
setupwizard.theme=glif_v3_light \
+ ro.setupwizard.mode=OPTIONAL \
ro.opa.eligible_device=true \
ro.com.google.gmsversion=$(GMS_PACKAGE_VERSION_ID)
--
2.34.1
─╯
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment