Commit Graph

25 Commits

Author SHA1 Message Date
mikairyuu
edba3e5bfb sm7250-common: Pin SystemUIGoogle 2022-10-28 15:52:23 +10:00
UtsavBalar1231
afdb27fdd8 sm7250-common: overlay: Update multiple vibration intensity levels config for T
Since commit: eaaf5331d6
multiple intensities configuration flag has been changed to an interger
reflect that change in here to allow multiple intensity vibration pattern in settings.

Change-Id: I13f9dbf6280623ad1c954ce96ceecbe363140062
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2022-09-14 13:33:07 +03:00
mikairyuu
ad4c09fa85 sm7250-common: overlays: Enable new network UI 2022-08-19 20:54:55 +03:00
mikairyuu
beba601e2f sm7250-common: overlays: Remove obsolete overlays 2022-08-19 20:53:25 +03:00
mikairyuu
2ba766af98 sm7250-common: overlay: add missing data service config 2022-08-15 15:56:46 +03:00
mikairyuu
b8ced30a0d sm7250-common: overlay: update pinner values from redbull 2022-08-15 15:56:46 +03:00
James.cf Lin
4c11fbd318 sm7250-common: Set the device does not support RCS User Capability Exchange
Bug: 178239287
Test: build
Change-Id: I595cb214eae7ab1a5e5b861283b80ab447e81b9d
2022-08-15 15:24:36 +03:00
naveenjohnsonv
cae07f6dd3 sm7250-common: overlay: add config and nodes for Smart charging 2022-07-23 18:27:51 +03:00
mikairyuu
9cd3d50e98 sm7250-common: Further decrease doze brightness
You do not need that bright of a screen most of the time
2022-06-17 18:49:41 +10:00
Kevin Jeon
23394e5b4b sm7250-common: Update SurfaceFlinger pin
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as
the file was removed in ag/12524602. The updated pin relies on
go/aog/1552085, as system_service needs read access to SurfaceFlinger.

Bug: 176197656
Test: adb shell dumpsys pinner (coral)
      - shows that /system/bin/surfaceflinger is successfully pinned
      adb logcat | grep PinnerService (coral)
      - no longer shows a file-not-found error in PinnerService
Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
2022-06-05 14:27:05 +02:00
Nicolas Geoffray
4f8c034a21 sm7250-common: Remove odex/oat files from pinner list
Change-Id: Ie42190ebb02dd898f2f4f6ae126db2b0375f5ebd
2022-06-05 14:27:05 +02:00
Pranav Vashi
c9f7c7975a sm7250-common: Enable vibration multiple intensities
* Activates some options on Settings>accessibility>vibration

Change-Id: Ibefd78157324725f0d982d7044d8512cb8cea7a3
2021-12-09 21:23:08 +01:00
Dobsgw
3aa67fd94e sm7250-common: overlay: config_suspendWhenScreenOffDueToProximity false
I wouldn't describe our ultrasound proximity sensor as reliable so let's not have it affect anything related to sleep.

Change-Id: Ifd018026d6cd56b3cb69c8ba8ff5ad57b568a6d6
2021-12-01 16:43:28 +01:00
Albert I
40c9499dc6 sm7250-common: Set up display color compositions
* Switch to "Adaptive" mode and Display P3 color by default

* Use default color mode for Natural and Boosted

* Enable QDCM combined mode and disable factory mode

* Drop LiveDisplay's color mode support as it conflicts with AOSP display
  color adjustment

* Rest of configuration is kanged off Pixel's overlay

* Add COLOR_MODE_SATURATED support from sunfish

Signed-off-by: Albert I <kras@raphielgang.org>
2021-12-01 16:43:28 +01:00
Dobsgw
c6faf7010b sm7250-common: disable volte HD notification 2021-12-01 16:43:28 +01:00
ghostrider-reborn
33c659a29e sm7250-common: overlay: Define OEM fast charge sysfs node
* this forces android to display "charging rapidly" whenever our
   proprietary 33w charger is connected, based on the value of
   this node (0/1)
2021-12-01 16:43:28 +01:00
Sebastiano Barezzi
c881e8265a sm7250-common: Drop MMS user agent overlays
* They should be dealt with in ROM overlays and current profile URL points to a 404 page

Change-Id: I92f3ded52dda04f6cec5709d51c84b32f39d8095
2021-12-01 16:43:28 +01:00
Jesse Chan
98b4439255 sm7250-common: overlay: configure SQLite to operate in MEMORY mode
This change yields considerable SQLite performance gains. It
should be generally safe as this device has irremovable battery.

Some OEMs have been doing this for years.

Change-Id: I541709fc771d4b501b56b8555e5e8a04486d0293
2021-12-01 13:02:03 +01:00
Ramii Ahmed
43f7583775 sm8250-common: Decommonize AOD overlays
* Not all devices have an AMOLED display

Change-Id: I7ef064c1e1456bb72e37ae7d90a412912b5fdc07
2021-06-09 11:57:03 +02:00
Wang Han
6ce1dded34
sm8250-common: Add missing config_intrusiveNotificationLed overlay
Change-Id: I3138140812d85074eca058bcc2c1c69160daaa7c
2021-04-11 22:12:13 +02:00
Dan Pasanen
dd1e933e0e
sm8250-common: vibration: Enable config_vibrateOnIconAnimation
* Need those sexy vibes.

Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
2021-03-12 08:42:30 +01:00
Ryan Mitchell
1705788c35
sm8250-common: Use component-override to configure Bluetooth
Runtime Resource Overlays (RROs) can no longer change the value of
resources in manifest when read during PackagerParser.

This change uses component-override to enable the service by default.

Remove usages of profile_supported_* from overlays as they no
longer configure the enable state of Bluetooth components.

Bug: 135048762
Test: adb shell pm query-services \
      com.android.bluetooth/.avrcpcontroller.AvrcpControllerService
      adb shell pm query-services \
      com.android.bluetooth/.hid.HidDeviceService
      adb shell pm query-services \
      com.android.bluetooth/.sap.SapService

Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
2021-02-20 00:43:33 +01:00
Luca Stefani
9632f46f43
sm8250-common: Import CAF bluetooth overlay
Change-Id: If2f8b03515bc5e3c4ed89ef2b1a1a7128bd50015
2021-02-20 00:43:33 +01:00
Sebastiano Barezzi
a53c754539
sm8250-common: Import CarrierConfig from CAF
* From LA.UM.9.12.r1-10300-SMxx50.0

Change-Id: Iac0ff2be55bb3b8a942e450010bf90776a6c5733
2021-02-15 18:54:36 +01:00
Sebastiano Barezzi
2f9aa86153
sm8250-common: Initial AOSP overlay
* Extracted from lmi-user 11 RKQ1.200826.002 V12.2.4.0.RJKMIXM release-keys

Change-Id: I3e54076c21bc06a2cbefb15d40e73d7bc50edb18
2021-02-15 18:54:35 +01:00