From 82d2066021f13d2917ac65b009886051227967aa Mon Sep 17 00:00:00 2001 From: Tad Date: Sun, 18 Dec 2022 21:47:25 -0500 Subject: [PATCH] Disable removal of aptX Bluetooth audio is already awful enough, let's not make it worse Signed-off-by: Tad --- Scripts/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/init.sh b/Scripts/init.sh index 8b334997..90867945 100644 --- a/Scripts/init.sh +++ b/Scripts/init.sh @@ -42,7 +42,7 @@ export DOS_REFRESH_PATCHES=true; #Set true to refresh branch-specific patches on export DOS_DEBLOBBER_REMOVE_ACCESSORIES=true; #Set false to allow use of external accessories that depend on blobs export DOS_DEBLOBBER_REMOVE_ATFWD=true; #Set true to remove basic ATFWD blobs export DOS_DEBLOBBER_REMOVE_AUDIOFX=true; #Set true to remove AudioFX -export DOS_DEBLOBBER_REMOVE_APTX=true; #Set true to remove aptX Bluetooth codec +export DOS_DEBLOBBER_REMOVE_APTX=false; #Set true to remove aptX Bluetooth codec export DOS_DEBLOBBER_REMOVE_CNE=true; #Set true to remove all CNE blobs #XXX: Breaks Wi-Fi calling export DOS_DEBLOBBER_REMOVE_DPM=true; #Set true to remove all DPM blobs #XXX: Breaks multi-sim and link aggregation (LTE+) export DOS_DEBLOBBER_REMOVE_DPP=false; #Set true to remove all Display Post Processing blobs #XXX: Breaks boot on select devices