diff --git a/device-caiman.mk b/device-caiman.mk index cf922929..436939eb 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -403,7 +403,7 @@ endif # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-komodo.mk b/device-komodo.mk index b1ccb930..26b45831 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -399,7 +399,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/device-tokay.mk b/device-tokay.mk index e490425f..6c622dc4 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -362,7 +362,7 @@ PRODUCT_PRODUCT_PROPERTIES += \ # Enable Bluetooth AutoOn feature PRODUCT_PRODUCT_PROPERTIES += \ - bluetooth.server.automatic_turn_on=true + bluetooth.server.automatic_turn_on=false # Window Extensions $(call inherit-product, $(SRC_TARGET_DIR)/product/window_extensions.mk) diff --git a/thermal/thermal_info_config_caiman.json b/thermal/thermal_info_config_caiman.json index b585e7f5..f9a4cd05 100644 --- a/thermal/thermal_info_config_caiman.json +++ b/thermal/thermal_info_config_caiman.json @@ -1105,7 +1105,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } diff --git a/thermal/thermal_info_config_komodo.json b/thermal/thermal_info_config_komodo.json index f9e88d95..fd190489 100644 --- a/thermal/thermal_info_config_komodo.json +++ b/thermal/thermal_info_config_komodo.json @@ -1111,7 +1111,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-10000, 10000] } ] } diff --git a/thermal/thermal_info_config_tokay.json b/thermal/thermal_info_config_tokay.json index 816340d9..9f954766 100644 --- a/thermal/thermal_info_config_tokay.json +++ b/thermal/thermal_info_config_tokay.json @@ -1159,7 +1159,7 @@ }, { "Monitor": ["VIRTUAL-SKIN-MODEL-LEGACY-DIFF"], - "TempRange": [-12000, 12000] + "TempRange": [-10000, 10000] } ] }