Commit graph

62 commits

Author SHA1 Message Date
Anand S
673c085135
bangkk: Bring back custom sensors HAL
Change-Id: Ie6092d1a492e3f8e94ecb8e82a0ebb5b01ae829f
2024-09-19 12:24:14 +05:30
LuK1337
cd1437357a
bangkk: overlay: Declare eUICC device capabilities
From product/overlay/framework-res__auto_generated_rro_product.apk

Change-Id: Ia0a23bbacd4d5e89fac4f784719a52f60d5ceeb5
2024-08-26 00:38:10 +05:30
razorloves
c705cf318d
bangkk: Set slotId# of non-removable esim
This is needed for esim to function properly.
Without it the EID value could not be read.

Change-Id: I414a7c98362523c5880cfa90b6ce9c0ce92e9c32
2024-08-26 00:38:10 +05:30
Anand S
244b6ee0e3
bangkk: Update from MMI-U1TCS34M.22-64-18-2
Co-authored-by: BarryBlackCat <silva.tiago0910@gmail.com>
Change-Id: Ief62b593085cc19da7e57eb3013e41bdc680615c
2024-08-06 23:43:30 +05:30
Anand S
fda6878d84
bangkk: Fix UDFPS enrollment radius
Change-Id: Ifa1c2a8fa44504412cbcb771a4b5227fcb1d4f56
2024-07-28 23:43:30 +05:30
Anand S
014d4c572d
bangkk: Remove double tap support from sensors hal
* It's handled by power-libpermgr in common tree.

Change-Id: I57b0a0cfdd9981bf09e6386689b7963515432dec
2024-07-18 12:56:42 +05:30
Anand S
ca38f9abba
bangkk: Initial tree conversion from dubai
* Remove regulatory info overlays.
* Drop dubai camera.
* All configs updated from bangkk MMI-U1TC34M.22-64-18 build.

Change-Id: I1fa8c8d6adb783dad7176a168fed6117211f4899
2024-07-03 12:56:42 +05:30
Omkar Chandorkar
404e3fd07f dubai: overlay: Move UDFPS enroll radius to settings
- required after LineageOS/android_packages_apps_Settings@af35c7c

Change-Id: I79ecd91513df0d195e1d15d20b4438d1b283743f
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
2024-01-22 20:10:46 -07:00
Bruno Martins
5942e57f41 dubai: overlay: Remove obsolete config_keyboardTapVibePattern
Change-Id: Ic89566183d2cdc4a20ea83f462c56a14184621ae
2023-12-18 23:39:59 -05:00
Glen Kuhne
1667e147d3 dubai: overlay: Set default hotspot SSID prefix
Added a device specific overlay that changes the default name
from "AndroidAp" to customized name

Test: Builds, manually verified name change
Bug: 36368950
Change-Id: I38a5f6fb950d6a45342080bae186a8ed276d94bf
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
2023-06-14 17:54:01 -06:00
Adithya R
6b860264f2 dubai: overlay: Add regulatory labels
Change-Id: I5298dd027464b13f4f406c051aacbe558f4da2ff
2023-06-09 22:42:32 -06:00
Marc Bourgoin
ccc54417a2 Revert "dubai: Modify automatic brightness values"
This reverts commit 4a3a76f061.

Ghostrider_reborn fixed the brightness LUT via the kernel, so we can go back
to the stock ROM overlay values for brightness too

Change-Id: Ic41e70c7730ead1882263a89e31ca3d2438784fc
2023-04-09 20:21:11 -06:00
Georg Veichtlbauer
c007d27117 dubai: overlay: Update deprecated screen power items
* screen.on -> screen.on.display0
* screen.full -> screen.full.display0

AOSP frameworks/base: 8ac63071a4e6da7e0740f5eb6c6753218efcfd3a

Change-Id: Iad50e6cb63368e2d71e6fa1dbb6997c0f95d321e
2023-03-10 02:32:02 -07:00
Marc Bourgoin
4a3a76f061 dubai: Modify automatic brightness values
The values extracted from Stock ROM are quite dim on average and the minimum brightness is low,
So let's remove the three minimum light sensor values on config_autoBrightnessLevels and the
bottom four values and then add another value near max on config_autoBrightnessDisplayValuesNits
to help increase the minimum brightness and also bump up the values for the other automatic
brightness values.

While we're at it, we shall also raise the values for DarkeningLightDebounce and
BrighteningDebounce overlays so that it takes a lot longer before our device decides to actually
lower the brightness to prevent super jarring brightness changes.

Change-Id: Iacafa69d1e27b5201d98a832305c9afc5f228dd3
2023-01-05 21:42:23 -07:00
AdarshGrewal
a664d326c3 dubai: Modify keyguard margin bottom overlay
Change-Id: I1c2211666587312e99f4c9c4db13d5cca69df505
2023-01-05 21:41:16 -07:00
AdarshGrewal
b5e47d603c dubai: Modify button locations overlay
Change-Id: I7ac25beec4da07641eed0633631debbf6d066787
2023-01-05 21:40:49 -07:00
Marc Bourgoin
d2673cf078 dubai: Remove UDFPS illumination overlay
Change-Id: Ic565b1ecc070f798bda4743c5045dcd0ba108d36
2023-01-04 10:37:59 +02:00
Cosmin Tanislav
5e81ea26d4 dubai: enable long press sensor proximity check
Change-Id: Ie10fd3561ad4acd3fc150e6ac9997653693012c2
2023-01-04 10:28:31 +02:00
Cosmin Tanislav
ec3f93036c dubai: sensors: Implement UDFPS sensor
Change-Id: I8b65e3196a7d6f158f4ff589b9755cf7c7e51c92
2023-01-04 10:28:31 +02:00
Michael Bestas
2b735fffbc dubai: overlay: Drop deprecated config_udfpsHbmType
Change-Id: Ie5aec6f2046a8eb9f0abb0913b675d291a242c1a
2023-01-03 20:18:33 +00:00
Marc Bourgoin
c3afbb1902 dubai: Use default refresh rate overlays
In the berlin/dubai trees we have overriding values that use the same as
the default values, so let's just revert to that.

Change-Id: I5e4ee2d89fb6c9e058db4395e50d7891c69f85d3
2022-12-27 19:18:38 -07:00
Marc Bourgoin
21eecfd901 dubai: Commonize color modes overlay
Change-Id: I1a7bfae03ac68e2ca61b8b6889a687c392375f27
2022-12-27 19:15:58 -07:00
SGCMarkus
8542dbbb37 dubai: overlays: enable 5G SA and NSA
Change-Id: Icf55910aebae8d0ae519f0a0c20708aa81ae0bfc
2022-12-11 10:00:18 -07:00
Cosmin Tanislav
87c1990193 dubai: remove the swipe fingerprint for notifications setting
Change-Id: I5628bfff83b4ad546bb47c89b2d01c4b99de947a
2022-10-06 18:11:50 +03:00
Cosmin Tanislav
0444a7ddea dubai: remove old dt2w overlay
Dubai is now using a custom sensors lib for it, remove the old overlay.

Change-Id: Ie3388571ef6e7ac47cf14b1159635354f7daf276
2022-10-06 18:04:52 +03:00
LuK1337
4f2738dbdf dubai: Set a default Settings.Global.DEVICE_NAME
Change-Id: I310c1ffc581b72653783d1093d9e7ebde544bb16
2022-09-30 04:27:24 +02:00
sb6596
2725015b49 dubai: Import more overlays from stock
Signed-off-by: sb6596 <shubhamprince111@gmail.com>
Change-Id: Id8606ab4869634ca6347d52a1d6ea92ef66ecb89
2022-09-29 19:57:45 -06:00
sb6596
5d9c869744 dubai: Decommize hardware keys config
Signed-off-by: sb6596 <shubhamprince111@gmail.com>
Change-Id: I265165c2fc373b15acfb4dbe4bd203a7247389e4
2022-09-29 19:57:44 -06:00
sb6596
d48f459695 dubai: Add more udfps overlays
Signed-off-by: sb6596 <shubhamprince111@gmail.com>
Change-Id: I21ac1d5711dc6f2497a69ee51b7c556c6525a1f3
2022-09-29 19:57:22 -06:00
Marc Bourgoin
2a10bfad5a dubai: Add system_icons_keyguard_padding_end overlay entry
Change-Id: Ifc711248fcda1c12bfef3abdb0b6fc40383a7a63
2022-09-29 19:56:25 -06:00
Cosmin Tanislav
aa21cacb39 dubai: enable double tap sensor proximity check
Change-Id: I4b800d9d9b8aefbee38c287ae72828b67e8d46ca
2022-09-29 19:56:25 -06:00
Cosmin Tanislav
fd996ce433 dubai: sensors: Implement double tap sensor
Change-Id: I6c217c994d6e4d5ae062a31a44fffc9f097a7f6f
2022-09-29 19:56:25 -06:00
Ayush Dubey
e96c195166 dubai: overlay: Set keyguard bottom margin
Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com>
Change-Id: Ia5991b3f729fcb027e9ec13bda8057f04ef0aa25
2022-09-29 19:55:40 -06:00
AdarshGrewal
26e7d71e12 dubai: Setup UDFPS overlay
Change-Id: I230cbdf0f72ff98684b2411c6343307a296d5b08
2022-09-29 19:55:01 -06:00
sb6596
b0ae4e8029 dubai: Add config_biometric_sensors to Framework
This was accidentally deleted when we converted the tree from berlin

Change-Id: Id1d3bf135b2dde6f60f050e6a4869767acb14efa
2022-09-23 16:17:41 -06:00
Marc Bourgoin
00e4e2ed0c dubai: Import SystemUI changes from stock
Change-Id: I888201bf5d22615b7905d8401ca2544a54abefa7
2022-09-04 17:54:20 -06:00
Marc Bourgoin
17c867d4fe dubai: Import framework values from stock vendor
Also rename all entries of interger-array to just array

Change-Id: If12ecb6b0b4344ec491d15480a741d527c692e6c
2022-09-04 17:54:12 -06:00
Marc Bourgoin
4883f53208 dubai: Import power_profile from vendor framework
The one from system isn't providing battery usage stats

Change-Id: I8aace02c046f42de3de9e05b28a06425aab24786
2022-09-04 03:11:06 -06:00
Marc Bourgoin
773a3df538 dubai: Convert the tree from berlin
The partition reserved sizes were taking from stock ROM

IE, blockdev --getsize64 /dev/block/mapper/system_a

Change-Id: I7e9ba2b8f732c6ad16d45d78f577f1ac4644713d
2022-08-29 22:53:26 -06:00
Nolen Johnson
a35cea1754 berlin: We don't support AOSP fingerprint gestures 2022-08-07 20:29:23 -04:00
Nolen Johnson
2752bfd244 berlin: rro: Fix formatting 2022-08-07 19:00:15 -04:00
dianlujitao
49a98f304d berlin: Fix status bar height for certain apps on 12L
* 12L introduced new API to fetch status bar height based on cutout, to
  handle multi-display devices. However, some apps directly read the
  height from overlay so the layout is broken for them.
* Since our device is not a multi-display one, set the expected height
  in overlay directly as the old way to make these apps look good.
* Reduce status bar height to exactly match the cutout height.

Change-Id: I38fae2cdd20b947998766b35920d28bebcf547cf
2022-08-06 22:04:21 +02:00
SGCMarkus
942417b1df berlin: use berlins display id for side fps location
Change-Id: Idd8a0f19c52d6ce33955adc528e8dcd37a37ef8b
2022-08-04 08:48:42 +02:00
SGCMarkus
0b269c9a8e pstar -> berlin 2022-03-26 17:01:30 +01:00
SGCMarkus
8ac7410560 Revert "pstar: enable WFD"
This reverts commit 097e5c0fa9.

moving to sm8250-common

Change-Id: I9f614e16e97c96f5327a528f876eabd2977f9e2f
2022-03-24 22:10:24 +01:00
dianlujitao
1e11170006 pstar: Set fps location on x-axis for proper animation
Change-Id: I29b62ed7a95a235d7ec5443acfa370ad6921d3f7
2022-03-23 19:59:56 +01:00
dianlujitao
b9444d2acd pstar: Tweak display color compositions
* Enable COLOR_MODE_SATURATED (native) and drop unsupported render
   intents. Set from pstar rro to avoid touching QC defaults.
 * Don't enforce Display P3 for all modes, let the system decide which
   to take (sRGB in most cases).
 * Set default mode to "Adaptive" (in fact "srgb-enhance") which is not
   too yellowish or vivid.

Change-Id: I17169a3a5a27a44c1991460c18f79668c9669713
2022-03-23 19:59:56 +01:00
LuK1337
5b2c367144 pstar: Configure side fingerprint sensor properties
Change-Id: I75ba312895d18eae8c89db4dbb24a6945bad9860
2022-03-23 19:59:55 +01:00
SGCMarkus
097e5c0fa9 pstar: enable WFD 2022-02-22 16:57:03 +01:00
SGCMarkus
907a285b1f pstar: overlay: set left statusbar padding symmetric to right one 2022-02-22 00:16:29 +01:00