Commit graph

186 commits

Author SHA1 Message Date
Bruno Martins
12c3057098
sdm660-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
2021-01-21 03:26:34 +06:00
Nick
e20c7de20e
sdm660-common: Drop telephony injection for now
* Recent telephony changes has dropped this
  Dropping injection fixes RIL for now

Signed-off-by: OdSazib <odsazib@gmail.com>
2020-12-30 22:06:56 +06:00
OdSazib
635c08ae00
sdm660-common: Awaken-ify
Signed-off-by: OdSazib <odsazib@gmail.com>
2020-12-30 22:06:56 +06:00
Ryan Mitchell
1e203fcfbe
sdm660-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
2020-12-30 22:06:56 +06:00
OdSazib
256c2fbfed
Revert "sdm660-common: Switch to QTI bt stack and enable a2dp offload"
This reverts commit a85c69a8b5.
2020-12-30 22:04:27 +06:00
inthewaves
b7b965a7a0
sdm660-common: add config overlay for biometric sensors
Change-Id: Iad81cd680fbeedd1ac3f216727e367d790834423
2020-12-13 18:37:01 +06:00
Sandeep Gutta
d5b3e3b880
sdm660-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-13 18:37:01 +06:00
Sandeep Gutta
2e9e63f853
sdm660-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-13 18:37:00 +06:00
Brad Ebinger
d6df7f9145
sdm660-common: Add translatable="false" tags to ims package overlays
Bug: 147569830
Test: atest TeleServiceTests:PhoneGlobalsTest
Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
2020-12-13 18:27:09 +06:00
Brad Ebinger
1a7e51cd2f
sdm660-common: 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
Signed-off-by: Manish4586 <manish.n.manish45@gmail.com>
2020-12-13 18:27:09 +06:00
Subhajeet Muhuri
046a47a631
sdm660-common: Update pinner list for new SystemUI location
Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@gmail.com>
Change-Id: If3c4e6978e2f28206f918d86786460cf2bb13375
2020-12-13 18:27:09 +06:00
Martin Stjernholm
1ea36658d7
sdm660-common: Update paths to the new ART APEX.
Test: Presubmits
Bug: 135753770
Change-Id: I98378100456dce927ccc253301a398d70d1b7368
Signed-off-by: Manish4586 <manish.n.manish45@gmail.com>
2020-12-13 18:27:08 +06:00
Nicolas Geoffray
72cea2d0f9
sdm660-common: Update in pinned files.
Remove or update paths that don't exist.

Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
Signed-off-by: OdSazib <odsazib@gmail.com>
2020-12-13 18:27:08 +06:00
Weilun Du
d008a7e9a6
sdm660-common: Add TetheringOverlay
BUG: 163800715
Signed-off-by: Weilun Du <wdu@google.com>
Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
2020-12-13 18:25:07 +06:00
Roshan Pius
f35725bd0c
sdm660-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-12-13 18:25:06 +06:00
Ahmed ElArabawy
5d20308705
sdm660-common: Wifi: Replace config_wifi_dual_band_support
As part of the 6GHz band support, there is now more than 2 bands and
hence config_wifi_dual_band_support is misleading.
This commit replaces this config with config_wifi5ghzSupport which is
more reflecting to the device support check.

Bug: 145936758
Bug: 139354972
Test: Builds and Wifi runs successfully.
Change-Id: I6a1a18965b8020049f9b395ae97b6d84e4f5ae94
2020-12-13 18:20:07 +06:00
Wileen Chiu
fe22a9fdc9
sdm660-common: Add new config overlay for call composer
- add a new config and set as true for mcc/mnc
which support call composer calls
- allow implicit broadcast of new intent, which
contains call composer information

Change-Id: I5d042f88d57d54f3b7a944d9a2f49061cd0313d3
CRs-Fixed: 2672216
2020-10-26 04:25:14 +06:00
Max Weffers
2a27848f87
sdm660-common: overlay: Remove doze Autobrightness values
This reverts commit 4cd252e878983e8da8337525858a97f1b3aaac88.

breaks display turn on when notification comes in

Change-Id: I300853bfd806afffd55c6c3bc0c7dfde3e1cb0cb
2020-10-19 11:36:06 +06:00
Max Weffers
ab0918680e
sdm660-common: overlay: Rework doze Autobrightness values
Change-Id: I95912ded870f645fd2eb86580203bcb2c3e7e0d4
2020-10-19 11:36:06 +06:00
Zhao Fan
fd91207ba1
IMS: Filter out the conference host in the CEP for some carriers
Remove config which disable filtering out conference host for
some carriers.

Change-Id: I02e9e2b5bda3a3c497c0c9617fa8be5c5529e170
CRs-Fixed: 2721996
2020-10-19 11:36:06 +06:00
pengfeix
a07824280f
IMS: Enable IMS feature flags for supported carriers
Enable IMS feature flags for supported carriers.

Change-Id: I2a119788ca996e0d4152458c68206f7729aa6c28
CRs-Fixed: 2707881
2020-10-19 11:36:06 +06:00
Lup Gabriel
1631a1e242
sdm660-common: allow auto-brightness while in doze
* Values from Coral

Signed-off-by: Rizky Benggolo <travarilo@gmail.com>
Change-Id: I7968e05fb37f4f2b0c10bd62c6dfb7695aeb5109
2020-10-19 11:36:06 +06:00
dianlujitao
a85c69a8b5
sdm660-common: Switch to QTI bt stack and enable a2dp offload
Change-Id: I8b3e7701a81ac92696d59c145e91351839048e39
2020-10-19 11:36:06 +06:00
kevin8768
426130ce28
sdm660-common: overlay: Limit alpha compositing functionality
Change-Id: Ic0b986bfdf2febcec6ca7ec2d5b075a01ad8dbba
2020-10-19 11:36:06 +06:00
Anirudh Gupta
e69f3d95cd
sdm660-common: overlay: Set screen off delay to 0
Fixes flicker issue when entering AOD

Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
Change-Id: I1db01adf94358b521b1ec2b05adfd1f5bbe437e3
2020-08-12 02:11:33 +06:00
Henrique Silva
545b5b8ed4
sdm660: Improve padding on keyguard
Signed-off-by: Subinsmani <subins.mani@gmail.com>
Change-Id: Ib070e321cc1d9927761e30d433bb8b0005d15d0b
2020-08-12 02:11:32 +06:00
Vala Zadeh
05ff400bfc
Prevent RTT VT call on networks that don't support it
Change-Id: I95aa2adae52df3a40bc4e7e51239a0aad7ca9672
CRs-Fixed: 2648743
2020-08-12 02:11:32 +06:00
Max Weffers
01a91a0651
sdm660-common: overlay: Enable IWlan
Change-Id: Ic5bbb6200bdb07930d775adfc249333fd809c8e9
2020-08-12 02:11:32 +06:00
Max Weffers
4a73aa06ae
sdm660-common: remove double defined overlay
Change-Id: I2cecefc5ef79775348758472f54882f54b76da6a
2020-08-12 02:02:40 +06:00
Stylogey
bb0bee6aec
sdm660-common: 60 seconds as default screen timeout
Change-Id: I1f5c5cd73fd99c942812dbeba89d975e00f55262
2020-08-12 02:02:39 +06:00
Stylogey
02e21ea504
sdm660-common: remove redundant overlays
* Removed non-existing overlays
 * Removed overlays with the same value as the system

Note: profile_supported_ba has to be added again once the quartz
bluetooth branch works

Change-Id: I13a42fed84d2146171e0927c225997e3961a9f0b
2020-08-12 02:02:39 +06:00
Michael W
c8802e085e
sdm660-common: Disable NearbyMessagingService
Change-Id: Ib3f923bf8742bf6480d278fb21a873ddc1290484
2020-08-12 02:02:39 +06:00
Max Weffers
d02d61a930
sdm660-common: overlay: Remove unneeded network radio and iwlan overlays
Change-Id: I2f4068dcd4ebe4474e268407a5a733f8d8c14386
2020-08-12 02:02:39 +06:00
Dušan Uverić
99c1f88d25
sdm660-common: don't show navbar by default
this should be moved to device specific overlays

Signed-off-by: Dušan Uverić <dusan.uveric9@gmail.com>
Change-Id: I5c8e63c368b53c752cbe8ce0aff808a5a4a8ece2
2020-08-12 02:02:39 +06:00
Dušan Uverić
2b57530a8b
sdm660-common: set button brightness default to 64
Signed-off-by: Dušan Uverić <dusan.uveric9@gmail.com>
Change-Id: I5a6ac3a730149c45b573f3ebf9495764ce15ae21
2020-08-12 02:02:39 +06:00
Max Weffers
8d13332bcf
sdm660: overlay: Disable fingerprint swipe gesture in common
* move to device

Change-Id: I126f1f2a120d1d3f24dd79f783302bd862e53f51
2020-08-12 02:02:39 +06:00
Venkatraman Nerellapalli
b504c0c584
sdm660: Telephony: Add volteReplacementRat and enable SMS shift tables
Change-Id: I7694538bee6d66630a8526941d6be81e59682325
2020-08-12 02:02:39 +06:00
Max Weffers
9aae70331c
sdm660: overlay: Inject IccPhoneBookInterfaceManager in Telephony
This reverts commit 5b9e563bc8.

Change-Id: I65f39175927a9e166b809aedd8a13c98c43f9785
2020-08-12 02:02:39 +06:00
Max Weffers
26230ca864
sdm660-common: overlay: Switch to old Auto Selection Network UI
Change-Id: I60458c55015b7734b8ab6b01e167ec9043c93146
2020-08-12 02:02:39 +06:00
Sankar Gonella
fea52e47f4
IMS: Disable VT for specific operator
Disabled VT functionality for specific operator

Change-Id: I25e9b32e749ac1fcb9fd3ded04995364832ffcb4
CRs-Fixed: 2656727
2020-08-12 02:02:38 +06:00
Sonalika Paul
1421cb322d
IMS: Add carrier config.
Add carrier config to control default
rtt mode int based on mcc mnc.

Change-Id: I685d9a48a0fc87b8af0b3816bb2b2543abdf9bea
CRs-Fixed: 2648219
2020-08-12 02:02:38 +06:00
rohan
ce470a71de
sdm660: overlay: Let's really fix the flicker issue this time
This reverts commit a7d031553d107a6daf5277a685d9f8a179d05b5a.

Change-Id: If5e420456ad80b0253c753f37e7d56cfc0c34554
2020-08-12 02:02:37 +06:00
Dyneteve
0fb840157d
sdm660-common: Disable HD logo
Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org>
Change-Id: I2f3f2fc9f0e797170ab34d82b00b46259a5c7348
2020-08-12 02:02:37 +06:00
Artem Borisov
e20a0bf5f0
sdm660: Snap: Enable support for bokeh mode
* Our HAL doesn't really support bokeh mode, but enabling this
  makes our auxiliary camera available in Snap again.
* Also update copyrights, as this was never an AOSP overlay,
  and that copyright was a typo.

Change-Id: I296d42e5e371711b7acb81cb3235ea572a2ded56
2020-02-27 17:01:42 +01:00
khanfrd
1d210000b3
sdm660-common: overlay: Enable STATE_DOZE support
Signed-off-by: Zainudin Shamilov <renascape@beatwo.men>
Change-Id: Ia8474ddaff2e0a7a591eee26f9ba1e6a7d7b444a
2020-02-27 17:01:41 +01:00
Ravi Paluri
a0d3f4cd64
IMS: Enable IMS feature flags for supported carriers
Enable IMS feature flags for supported carriers

Change-Id: Ib5dd349e02946f432ea4bff5cb89bb8dd4037bd2
CRs-Fixed: 2595292
2020-02-27 17:01:40 +01:00
izainudinshamilov
e16c070073
sdm660-common: Update vibration pattern from sargo
Change-Id: Ie97c7673b4e38b0fb99b99c10e007df36e75ca5b
2020-02-27 17:01:38 +01:00
Max Weffers
52f60c1b4f
sdm660: overlay: Update Auto Brightness Values from Sargo
Change-Id: I2d04a985ef8acd8a1a2866147d63b8a41853abd3
2020-02-27 17:01:38 +01:00
Tomy Prasetyo
0f965351e0
sdm660: Add full Support Carrier Smartfren ViLTE
Change-Id: I6af854a07dfe521abfc624b34971a5359dd218bc
2020-02-27 17:01:37 +01:00
izainudinshamilov
b170d247c5
sdm660-common: overlay: Whether or not to hide the navigation bar when the soft keyboard is visible
Signed-off-by: Zainudin Shamilov <izainudinshamilov@beatwo.men>
Change-Id: I3d0024f2f32858255254b6ac913c666779818c46
2020-02-27 17:01:36 +01:00