Commit Graph

50 Commits

Author SHA1 Message Date
Luca Stefani
f9642f6da0 sdm845-common: Enable IWLAN assisted mode
Change-Id: Id9d8d9d2ed27dad2754abfa3887ee1a1ff97875a
2021-01-04 22:03:19 +00:00
Bruno Martins
641ef89689 sdm845-common: Use CodeAurora ImsService implementation for RCS
There is no evidence that Qualcomm devices running a rather recent IMS
stack need to include AOSP RCS packages. RCS already worked before this
change and continues to do so, but the main goal was to get rid of some
of the RCS related log spam, which was accomplished here.

Change-Id: I219546e29d288373877e9bcd194a60ef5e09f224
2020-12-31 10:48:23 +01:00
LuK1337
e8e2f684bb sdm845-common: Disable qti-telephony-common injection for time being
TODO: revisit once usable qti-telephony-common jar is available.

Change-Id: I2b80a3beb931d11db4b8367cded738e935797002
2020-12-26 18:29:07 +00:00
Sandeep Gutta
0c7d68c88b sdm845-common: Update hidl-wrapper and telephony-utils jar path
Include system_ext path for both hidl-wrapper and telephony-utils jar's

Change-Id: I7cdd93c71bd4a029971188cab60ed98e401be583
CRs-Fixed: 2637090
2020-12-26 18:29:07 +00:00
Sandeep Gutta
dbd43843c3 sdm845-common: Move qti-telephony-common jar to system_ext partition
Move qti-telephony-common jar to system_ext partition.

Change-Id: Ib4c366b2c3ceeea59734902aa1825126e7fa402c
CRs-Fixed: 2608010
2020-12-26 18:29:07 +00:00
Ryan Mitchell
b27ff8e8b6 sdm845-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 componenets.

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

Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
2020-12-26 19:17:58 +01:00
Dyneteve
cdf5be89a2 sdm845-common: disable HD Logo
* sed -i 's|<boolean name=\"config_update_service_status\" value=\"true\"/>|<boolean name=\"config_update_service_status\" value=\"false\"/>|g' overlay/packages/apps/CarrierConfig/res/xml/vendor.xml

Change-Id: I38015fb6062325d185d67a710308aff56c32c139
2020-12-13 23:08:34 +05:30
Bruno Martins
1ab39e3db4 sdm845-common: overlay: Sync CarrierConfig with LA.UM.8.3.r1-08500-sdm845.0
Change-Id: Iba03b0c5a9ac59343fbc17a3b7de46789af32c72
2020-11-24 11:36:46 +00:00
Kevin Chyn
710af0c4bd sdm845-common: Add fingerprint configuration to overlay
The framework was changed in Android R to require explicit authenticator registration.
This change allows apps to continue to use the fingerprint sensor.

Bug: 147445115

Test: Builds
Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
2020-11-09 11:00:41 +00:00
Weilun Du
e1647c4b70 sdm845-common: Add TetheringOverlay
BUG: 163800715
Signed-off-by: Weilun Du <wdu@google.com>
Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
2020-11-01 09:51:36 +00:00
Roshan Pius
ed9c42d6f7 sdm845-common: overlay: Change wifi tether regex
The wifi interface names for wifi can either be wlan0 or wlan1.
Change the "config_tether_wifi_regexs" appropriately.

Bug: 80375412
Test: Ensured we display "Hotspot on" in settings when softap is started
on either wlan0 or wlan1.

Change-Id: I0c456412f9b71ef2ee784f3bfa58b01b9287ca73
2020-11-01 09:51:36 +00:00
Bruno Martins
533230aff7 sdm845-common: Fix WiFi tethering
Kang tether regex from crosshatch in order to fix broken
tethering in Android 11.

Change-Id: Ie7d13d219fd4137177b5aac7d1b1994f7f02c14c
2020-11-01 09:50:53 +00:00
Brad Ebinger
cb006fb7e5 sdm845-common: overlay: Add translatable="false" tags to ims package overlays
Bug: 147569830
Test: atest TeleServiceTests:PhoneGlobalsTest
Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
2020-10-17 22:09:21 +02:00
Brad Ebinger
445594f8bb sdm845-common: overlay: Remove old configuration and use new config for MMTEL/RCS
Remove the old config_ims_package device config and configure the
new MMTEL and RCS configurations in Telephony instead. Also,
configure the RcsService to be the default RCS service.

Bug: 111305845
Test: make checkbuild
Change-Id: I0d709b8248f1c40f0a5b50ec799396706eeadd65
2020-10-17 22:09:16 +02:00
Subhajeet Muhuri
1ef4ba3cc0 sdm845-common: overlay: Update pinner list for new SystemUI location
Change-Id: I93c1a4b73ca1f03ca0fcf9cbe4ce1b057a739ca6
2020-10-17 22:09:11 +02:00
Martin Stjernholm
931787f4ec sdm845-common: overlay: Update paths to the new ART APEX.
Test: Presubmits
Bug: 135753770
Change-Id: I98378100456dce927ccc253301a398d70d1b7368
2020-10-17 22:09:06 +02:00
Nicolas Geoffray
bc7d72e8f5 sdm845-common: overlay: Update in pinned files.
Remove or update paths that don't exist.

Bug: 119800099
Test: boots
Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
2020-10-17 22:09:00 +02:00
Roshan Pius
f555a99333 sdm845-common: overlay: Remove wifi related internal overlays
These are replaced by formal mainline module overlays.

Bug: 143464763
Test: Send for  Wifi regression tests
Change-Id: I45881ed210132252b9c5c7d6be03ed845e33f971
2020-10-09 16:17:34 +01:00
Bruno Martins
8efaf44d84 sdm845-common: Switch to QTI BT stack
This includes the proper alignment to stock audio policy configuration.

Change-Id: I084d25c54e08d1421dbf43818b43357f78ad81ca
Co-authored-by: dianlujitao <dianlujitao@lineageos.org>
2020-06-26 20:15:36 +02:00
theandroid02
53fd164f98 sdm845-common: Enable HID profile support
This matches MIUI 11 stock configs.

Change-Id: Ied2164bbe38daa415e860d8b8cef4c7249ec3802
2020-03-02 22:26:19 +02:00
TheScarastic
a7e383febf sdm845-common: Add vibration tuning from stock MIUI
Change-Id: I8701294921d006f6ca762a1d83b4e80031c7652c
2020-02-12 00:29:16 +01:00
Sandeep Gutta
01d336da7c sdm845-common: Telephony: Add inject support for MultiSimSettingController
Add MultiSimSettingController class name to telephony_injection to
be able to creat proprietary extended instance.

Change-Id: Ie371001330a34eadab8b46fb2173e9a4f245b1a6
CRs-Fixed: 2475440
2020-02-02 10:09:14 +00:00
Sandeep Gutta
6bfd751f84 sdm845-common: Telephony: Move qti-telephony-common to product
Add qti-telephony-common.jar product path to inject xml

Change-Id: I0c9bb7c827589236c1231fec0cb2621c2a0e3032
CRs-Fixed: 2438412
2020-02-02 10:09:14 +00:00
Sandeep Gutta
cc029dc97f sdm845-common: Telephony: Add telephony_injection file
Add telephony_injection file and required jar path, components.

Change-Id: Ia2e0d327c1eaed17cb229f1cfca62c6bda85d49b
CRs-Fixed: 2407245
2020-02-02 10:09:14 +00:00
LuK1337
5eba18a673 sdm845-common: Update MAC randomization overlay location
Change-Id: Ib33d6f965019b5fbbaac9f0ee931f89addfc704d
2020-01-05 00:42:45 +01:00
Bruno Martins
0393ff8b15 sdm845-common: Remove redundant tethering config
Auto-upstream is the default tethering behaviour as of Q.

Change-Id: I948769294fe1d8ad6aa75dc7e364c90ed7142c75
2019-10-29 13:40:25 +02:00
Shinru Han
3a76c7b250 sdm845-common: Migrate gps overlay to CarrierConfig
Test: build
Bug: 122431542
Change-Id: I9bb4150522fd367a6a6895bba008eba24e238e4d
2019-10-28 23:38:31 +00:00
Bruno Martins
2bb339005a sdm845-common: Pin standard SystemUI instead of Google's
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
2019-09-14 21:05:31 +01:00
Nicolas Geoffray
8c551c6bcc sdm845-common: Adjust pinned files following runtime module work.
Test: adb shell dumpsys pinner
Bug: 119868597
Change-Id: I83c709accb32d0f2c341179dbc5dcd6d7ec75d8a
2019-09-14 21:05:31 +01:00
Nicolas Geoffray
db1feb07f0 sdm845-common: Add a new list of pinned file for the JIT in zygote experiment.
Bug: 119800099
Test: adb shell dumpsys pinner
Change-Id: I44596d11f7444551a9898373a068556d49a1a4e6
2019-09-14 21:05:31 +01:00
Luca Stefani
e087a28124 sdm845-common: Import CAF bluetooth overlay
Change-Id: If2f8b03515bc5e3c4ed89ef2b1a1a7128bd50015
2019-08-02 00:11:50 +02:00
Pranav Vashi
72b5c7f42c sdm845-common: Enable Wi-Fi MAC randomization
Change-Id: Ibcabf871f0e35a6f81905392f749478f96b3c47d
2019-08-01 15:59:49 +02:00
Bruno Martins
f77c8a022d sdm845-common: Declare STATE_DOZE support
* This is required for Ambient Display to work properly.

Change-Id: Ibad86be4e1c43a221fc2224d0a8f8ca2c938a6c7
2019-01-07 13:56:56 +01:00
Bruno Martins
081d1986d1 sdm845-common: Remove rounded corner overlays
* Rounded corner radius configs have to be decommonized because
   of different curves in the bezel of each target device.
 * As for the content padding value, that one is already set in
   vendor/lineage.

Change-Id: I6e73246e60118ab758e4d59c3235452cd81c7593
2018-12-22 22:53:48 +01:00
Bruno Martins
7379a96e8e sdm845-common: overlay: Pin the same RenderScript libs as stock
Change-Id: I13b087d186b8509bf35130835b89812fee7abc05
2018-11-14 21:05:02 +01:00
Erik Kline
8ec77262c1 sdm845-common: Use tether automatic upstream selection
(config_tether_upstream_automatic=true)

Test: as follows
    - built, flashed, booted
Bug: 32163131
Bug: 62648872
Bug: 63282480
Bug: 110118584
Bug: 110260419

Change-Id: I604cda53d6d37a33de3e3ccc65c0da781d21278b
2018-11-13 22:08:28 +01:00
Jorim Jaggi
7548c9549d sdm845-common: Pin HOME application
Test: adb shell dumpsys pinner after boot
Bug: 111132016
Bug: 78585335
Change-Id: I4ed0587ae5348bbe03ad9ac5f1c5b1726dbb8246
2018-11-13 22:08:28 +01:00
TheScarastic
36dd40da7d sdm845-common: Update overlays from stock P builds
Change-Id: I91503058784f4ab8353f4a642c702e0ff8e90459
2018-11-13 14:51:50 +01:00
TheScarastic
818103cdb8 sdm845-common: Enable camera double tap power gesture
Change-Id: I3478ed41afcbd300346f1e0a91789eaf2d5b9680
2018-11-12 14:03:29 +01:00
Wang Han
5d07f08ff7 sdm845-common: Configure number of physical SIM slots
* Needed by telephony-common

Change-Id: I18c058d295ed2eaf23e8ca5d1f3933b65806ed48
2018-10-31 18:25:48 +00:00
Philip Cuadra
ec81ca34b2 sdm845-common: Enable Camera App pinning
This change enables Camera app pinning on sdm845 targets

Bug 28251566

Change-Id: Icc357441af65e8ece897311bdaf8acc063d3f6ab
2018-10-27 15:24:03 +01:00
TheScarastic
6eaf05c1ff sdm845-common: Add additional CarrierConfig overlays from MIUI
It seems that Xiaomi made their own additions in separate files
so add them to support more carrier specific functions

Change-Id: I94c701a9ee229002f0bb69a05c088be60025f453
2018-10-05 19:38:01 +02:00
Bruno Martins
8d5007541b sdm845-common: Update CarrierConfig overlays for P
* Taken from MIUI 8.9.20 Global dev build for polaris

Change-Id: I82bed9862bf0b662591d3bb6fc472f46c2be7f92
2018-10-04 23:03:20 +01:00
Mathieu Chartier
e5b6a5f52a sdm845-common: Fix shared vdex name
The files in arm/arm64 are symlinks and pinning symlinks is not
supported. Pin the target vdex file intead.

Bug: 73990433
Test: manual
Change-Id: I313e1f53487c0a21b615f65dc64c21a1ecb4b7d5
2018-09-12 01:34:56 +01:00
Lucas Dupin
884e94c665 sdm845-common: Renamed config_dozeAfterScreenOff
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121

Change-Id: Ie3d1ea5a2cc480655592bf6e49b37f5ea07f3f58
2018-09-12 01:34:56 +01:00
Bruno Martins
c434f510a4 sdm845-common: Enable double tap to wake support
Change-Id: I5e2eca2b2bfb843c2c6601bea53b141d3519e402
2018-09-09 01:01:01 +01:00
maxwen
7816de7a33 sdm845-common: Hide sRGB toggle in developer options
* This is only available on Nexus/Pixel devices. Already implemented
   in LiveDisplay for devices that have the proper profile in the
   QDCM calibration file or provide the commands via sysfs node.

Change-Id: I1dbeafdef930bcfeb2b950b3adce293307abff85
2018-07-18 17:58:05 +02:00
Jesse Chan
a5dbbc9c4f sdm845-common: overlay: Apply padding for rounded corner
Change-Id: I9f81f684d491ed447b7bdb2ca70f558bf75ebc67
2018-07-11 10:00:43 +02:00
Paul Keith
63e537f5e0 sdm845-common: Reorder tetherable connection types
* In O, the default setting for mobile data always active was
  changed from off to on, meaning that when non-WiFi tethering
  is being attempted, more than one connection can be active
* Since the first active connection type in this overlay is used,
  reorder the values to get WiFi connections first, and then
  any type of mobile data connection, instead of vice versa

Change-Id: I41f31ba1a2793e209ff439c9ba28a390fecdeecb
2018-07-11 10:00:20 +02:00
Bruno Martins
2e455995f8 sdm845-common: overlay: Import stock common configs
Change-Id: Iabe75ce5891ac592029a1b31ce95bb6b22db04d1
2018-07-11 09:59:47 +02:00