diff --git a/device-lynx.mk b/device-lynx.mk index 7a65cd1..5b4e060 100644 --- a/device-lynx.mk +++ b/device-lynx.mk @@ -246,6 +246,11 @@ PRODUCT_COPY_FILES += \ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ debug.sf.enable_adpf_cpu_hint=true +# The default value of this variable is false and should only be set to true when +# the device allows users to enable the seamless transfer feature. +PRODUCT_PRODUCT_PROPERTIES += \ + euicc.seamless_transfer_enabled_in_non_qs=true + ##Audio Vendor property PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.audio.cca.enabled=true diff --git a/lynx/overlay_packages/SettingsOverlayG82U8/res/drawable/regulatory_info.png b/lynx/overlay_packages/SettingsOverlayG82U8/res/drawable/regulatory_info.png index cfc010e..cb9d273 100644 Binary files a/lynx/overlay_packages/SettingsOverlayG82U8/res/drawable/regulatory_info.png and b/lynx/overlay_packages/SettingsOverlayG82U8/res/drawable/regulatory_info.png differ diff --git a/thermal_info_config_charge_lynx.json b/thermal_info_config_charge_lynx.json index c1c3240..63e35fb 100644 --- a/thermal_info_config_charge_lynx.json +++ b/thermal_info_config_charge_lynx.json @@ -114,7 +114,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-1", "VIRTUAL-QUT-SKIN2-USB-USB2-2", "VIRTUAL-QUT-SKIN2-USB-GNSS-3", "VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-4"], "Coefficient":[1.0, 1.0, 1.0, 1.0], - "HotThreshold":["NAN", 25.0, 39.0, 43.0, 45.0, 47.0, 55.0], + "HotThreshold":["NAN", 35.0, 39.0, 43.0, 45.0, 47.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000, diff --git a/thermal_info_config_lynx.json b/thermal_info_config_lynx.json index bcc3557..3b63011 100644 --- a/thermal_info_config_lynx.json +++ b/thermal_info_config_lynx.json @@ -275,7 +275,7 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-1", "VIRTUAL-QUT-SKIN2-USB-USB2-2", "VIRTUAL-QUT-SKIN2-USB-GNSS-3", "VIRTUAL-NEU-QUT-SKIN1-SKIN2-USB-USB2-GNSS-4"], "Coefficient":[1.0, 1.0, 1.0, 1.0], - "HotThreshold":["NAN", 25.0, 39.0, 43.0, 45.0, 47.0, 55.0], + "HotThreshold":["NAN", 35.0, 39.0, 43.0, 45.0, 47.0, 55.0], "HotHysteresis":[0.0, 1.9, 1.9, 1.9, 1.9, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000,