From 95c8b2f0d3b2711ca00116a46dbcd142b0003085 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Tue, 16 Jan 2024 23:07:36 -0500 Subject: [PATCH] odroidc4: Disable the GMS SetupWraith pairing wizard * Users can still send the keye vnet for, or press the upgrade key (treated as pairing button) on the deivce to open BT pairing - resolves all the complaints about not being able to use USB keyboards, etc because SetupWraith prevents moving past the pairing wizard screen without successfully pairing a remote. Change-Id: I23d5e455d52899aec069fa0897b684433566350c --- BoardConfig.mk | 1 + system_ext.prop | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 system_ext.prop diff --git a/BoardConfig.mk b/BoardConfig.mk index b53bbf8..6c42a44 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -16,6 +16,7 @@ TARGET_DTB_NAME := sm1_s905y3_odroidc4 BOARD_SUPER_PARTITION_SIZE := 2084569088 ## Properties +TARGET_SYSTEM_EXT_PROP += $(DEVICE_PATH)/system_ext.prop TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop ## Include the common tree BoardConfig makefile diff --git a/system_ext.prop b/system_ext.prop new file mode 100644 index 0000000..4d8940e --- /dev/null +++ b/system_ext.prop @@ -0,0 +1,2 @@ +# ATV SetupWraith +atv.setup.bt_remote_pairing=false -- 2.20.1