From b5fd7a677781ff25d1a4008009ccc6b27d45d848 Mon Sep 17 00:00:00 2001 From: Akshay Cadambi Date: Mon, 8 Apr 2024 04:09:04 +0000 Subject: [PATCH 1/3] Spatializer: Update configs with latest tunings. auxel commit hash: d91e502937 auxel change ID : I5d2fc037fb50aa8ebf4234dcf4f32a04ad46939f Bug: 333304143 Change-Id: Ie3b24a1881519c72243e9174fd5c9a22820e2f15 --- audio/comet/tuning/spatializer/mode_xaural | Bin 32 -> 884 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/audio/comet/tuning/spatializer/mode_xaural b/audio/comet/tuning/spatializer/mode_xaural index b3a3a962e37c8aca8a8d1710f622c24f28343c56..551959c200543540eabe0a7000e962b1c488a6aa 100644 GIT binary patch literal 884 zcmZ`%F;2uV5S&~RA`TE7x`F};o`9%m5DpE^Jp!6^{2?FU4_8rM!v_v3isKJF0#Te4 zi5YKBM7Cqe+4aoYp4oT?;Ec0?!~E&xjj11*g?7ex$eE!+PG0yBD-u|l!1fYYmB6M6 z>|lW1cs(^H#F%odJJY)ECVt&!xsUiQEOuodrF+hqqxN15{(Rqg+HvyKb9Knco4BTV zy$d;cw0+x;kdxP*yAL^?*=vo?RL|w-YqN+r=^W#9ruCtX_DQGh+uVj)q%-8Mc>k2| zvANCl4Wa&f81=_Y-nb vBK=z>XgQZ&@32O^#t)O#L(S|vsBxEsy!}cRk_{ZT)7w delta 15 RcmeyurZ7RAvw@KT0stKD0!#n^ From e6baf5571636ac90c0f12dba6c1d74b5d410f224 Mon Sep 17 00:00:00 2001 From: James Huang Date: Mon, 8 Apr 2024 14:55:33 +0800 Subject: [PATCH 2/3] gps: Update gnss config to disable L5 (L1 only) Bug: 333317187 Test: Verify if device only accquires L1 only GNSS. Change-Id: I7885696ec5f9991176954d764fa4fdaaf5886fd6 --- location/user/gps.cfg | 2 ++ location/userdebug/gps.cfg | 3 +++ 2 files changed, 5 insertions(+) diff --git a/location/user/gps.cfg b/location/user/gps.cfg index abda3b0..f25a969 100644 --- a/location/user/gps.cfg +++ b/location/user/gps.cfg @@ -23,6 +23,8 @@ ChipCfg_VDR_low_end_Time = 20 Chip_Configuration_AidingConfiguration=0x00020046 Chip_Configuration_RefClkControl=0x24 Chip_Configuration_DCXO_CrystalType=0x11 +# L1 only, TODO: should remove below line to enable L5 back once b/329003269 fixed. +LocTech_Constraints = 0x603F Chip_Configuration_RfMiscCtrl = 0x80008001 bdsUsedInUSPolicy=2 sbasUsedInUSPolicy=2 diff --git a/location/userdebug/gps.cfg b/location/userdebug/gps.cfg index ad41688..87fbcd4 100644 --- a/location/userdebug/gps.cfg +++ b/location/userdebug/gps.cfg @@ -86,6 +86,9 @@ Chip_Configuration_RefClkControl=0x24 ## LOOK! S5400 ERD's uses NDK(2), Phones use Kyocera(1). Default set to phone (1) Chip_Configuration_DCXO_CrystalType=0x11 +# L1 only, TODO: should remove below line to enable L5 back once b/329003269 fixed. +LocTech_Constraints = 0x603F + ## Optionally specify DXCO Inflection point temperature, #### # This will override any default value or value in Crystal type #### # Value is degrees C x 100 E.g. 2855 = 28.55 deg C From e6b1c8ecb2274ae53d98655aa1d1c3eb6c87cf9b Mon Sep 17 00:00:00 2001 From: Massimo Carli Date: Fri, 5 Apr 2024 15:36:03 +0000 Subject: [PATCH 3/3] Improve app rounded corner radius for thin letterboxed apps Change the default rounded corner radius to 88 pixels. Fix: 332563101 Test: adb shell wm get-letterbox-style Change-Id: If100dca10c919eb9732a3299bbce83d55577aad5 --- comet/overlay/frameworks/base/core/res/res/values/config.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/comet/overlay/frameworks/base/core/res/res/values/config.xml b/comet/overlay/frameworks/base/core/res/res/values/config.xml index 2aa58e4..ccf4a85 100644 --- a/comet/overlay/frameworks/base/core/res/res/values/config.xml +++ b/comet/overlay/frameworks/base/core/res/res/values/config.xml @@ -284,4 +284,9 @@ com.google.android.gms + + + 88