Commit graph

236 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
npjohnson
b3b5907176
sdm660-common: Enable display burn-in-protection in Ambient Display
Change-Id: I3351fa93259b3e4a23b9331ebecc3b0c2c1f9e93
2020-02-27 17:01:35 +01:00
dasshubham762
0eac0de95b
sdm660-common: overlay: Enable ViLTE for Airtel (India) & 404 mcc
* Airtel India uses some mncs of 404 mcc

Signed-off-by: Zainudin Shamilov <izainudinshamilov@beatwo.men>
Change-Id: Iecefcefa628acc7aee7c8e6022a7c26a7765b245
2020-02-27 17:01:35 +01:00
Dyneteve
8bdaf69794
sdm660-common: overlay: Enable VoLTE/VoWiFi for Digi Malaysia
Signed-off-by: Zainudin Shamilov <izainudinshamilov@beatwo.men>
Change-Id: I47f491c8f7d056379b680b36506d25ded11691b5
2020-02-27 17:01:35 +01:00
Dyneteve
39d1f605d7
sdm660-common: Enable VoWiFi for Airtel
Signed-off-by: Zainudin Shamilov <izainudinshamilov@beatwo.men>
Change-Id: Ia264028fcb2985994ad3cb583da5188728bc7182
2020-02-27 17:01:35 +01:00
Dyneteve
26ff7b6051
sdm660-common: overlay: Enable VoLTE/VoWiFi/ViLTE for entire 460 mcc
* All of them support VoLTE/VoWiFi/ViLTE

Signed-off-by: Zainudin Shamilov <izainudinshamilov@beatwo.men>
Change-Id: I8f52933358a8c32c53f938f3e5866362c8123be0
2020-02-27 17:01:35 +01:00
Shubham Das
61c9eec8ef
sdm660-common: overlay: Make WiFi Calling preference editable for Jio (India)
Signed-off-by: Zainudin Shamilov <izainudinshamilov@beatwo.men>
Change-Id: Ifa3970b0c4f78dda583a00c8046a0e68524c51a1
2020-02-27 17:01:35 +01:00
faham1997
b79bb407b1
sdm660 : Enable Wifi Calling for India users
Signed-off-by: faham1997 <nafidfaham08@gmail.com>
Change-Id: If4a6d352656c5a13d4bab1c7b239e96d9b4b4479
2020-01-28 16:59:17 +01:00
Henrique Pereira
5574c57c29
sdm660: Enable VoLTE/WoWIFI for Megafone, MTS and Tele2/ECC/Volgogr
Signed-off-by: Henrique Pereira <hlcpereira@pixelexperience.org>
Change-Id: Ie7dc0b9b4efa222954c670908130646115209d28
2020-01-28 16:59:17 +01:00
Dyneteve
19cdf4c0fb
sdm660: overlay: Enable VoLTE/VoWIFI for Digi Mobil
Change-Id: I0ea9f1db73d63cad8353cefab41cfb2f6005f29d
2020-01-28 16:59:17 +01:00
SyberHexen
6901709b1d
sdm660-common: Disable animateScreenLights
*sdm660 devices seem to have an issue with EGL.

libEGL: eglCreateWindowSurface:712 error 300b (EGL_BAD_NATIVE_WINDOW)
libEGL: eglDestroySurface:857 error 300d (EGL_BAD_SURFACE)
ColorFade: eglDestroySurface failed: error 12301
    java.lang.Throwable
        at com.android.server.display.ColorFade.logEglError(ColorFade.java:690)
        at com.android.server.display.ColorFade.destroyEglSurface(ColorFade.java:626)
        at com.android.server.display.ColorFade.dismissResources(ColorFade.java:333)
        at com.android.server.display.DisplayPowerState.dismissColorFadeResources(DisplayPowerState.java:205)
        at com.android.server.display.DisplayPowerController.animateScreenStateChange(DisplayPowerController.java:1358)
        at com.android.server.display.DisplayPowerController.updatePowerState(DisplayPowerController.java:783)
        at com.android.server.display.DisplayPowerController.access$500(DisplayPowerController.java:82)
        at com.android.server.display.DisplayPowerController$DisplayControllerHandler.handleMessage(DisplayPowerController.java:1767)
        at android.os.Handler.dispatchMessage(Handler.java:106)
        at android.os.Looper.loop(Looper.java:193)
        at android.os.HandlerThread.run(HandlerThread.java:65)
        at com.android.server.ServiceThread.run(ServiceThread.java:44)

Change-Id: I0f0b3c1cdd2e84bf75c2300feac0ffa5012cba28
Signed-off-by: Andrew Hexen <SyberHexen@gmail.com>
2020-01-28 16:59:16 +01:00
Luca Stefani
74147b57a8
sdm660-common: overlay: Enable proximity sensor check before pulsing
* brings back gestures in Xiaomi Doze

Change-Id: Id13298a0548eba7be89eec850217382bcce70e9f
2020-01-10 17:27:11 +01:00
Luca Stefani
587cb90d65
sdm660: Enable IWLAN assisted mode 2020-01-02 11:50:20 +01:00
Max Weffers
ab308a6727
sdm660: Treewide: Cleanup and Reorder
* Remove Double Definition
* Reordeder Alphabetic
* Move Audio and Media Files to Configs
* Move Wifi Configuration to Configs
* Cleanup Overlay and Reorder
* Move Privapp Permission to new Folder
* Reorder Properties and rename mk
* Move Xiaomi Doze to new Folder
2019-12-30 23:00:29 +01:00
pengfeix
6bb120186f
IMS-VT: Hide hold/add button for video call
Add carrier config allow_holding_video_call and
allow_add_call_during_video_call as false to hide
hold/add button for video call

Change-Id: I7fd961520dfdc3b819ed3410de83b3d5cddafd16
CRs-Fixed: 2564151
2019-12-16 18:24:39 +01:00
pengfeix
c46b5b60d0
IMS-VT: Allow holding video call
- Set allow_holding_video_call as true for mnc/mcc 460-03/11/12

Change-Id: I114651832496a9c563a74ee61ad9cd2bc6ee7c1e
CRs-Fixed: 2551381
2019-12-16 18:20:24 +01:00
Zhao Fan
062407a511
IMS: Disable filtering out conference host for some carriers
Add config to disable filtering out conference host for
some carriers.

Change-Id: I7fd73f77fed91662288c64ef1dc11e0defe6ed3a
CRs-Fixed: 2542041
2019-12-16 18:18:49 +01:00
Michael Bestas
d30f9497d0
Revert "sdm660-common: overlays: lower animation speed from 1x to 0.5x"
* No fake butter please

This reverts commit 8d1b0b8514.
2019-12-07 18:49:55 +01:00
Dyneteve
5b9e563bc8
sdm660: overlay: Don't inject IccPhoneBookInterfaceManager
Signed-off-by: nysascape <nysadev@raphielgang.org>
2019-12-01 10:11:01 +01:00
Bruno Martins
d871afb68e
sdm660-common: Drop QC location support
It leaks the IP, location and more to some 3rd party companies,
bla bla bla. Let's stop with all the whining.
2019-11-13 21:45:45 +01:00
Zhao Fan
895f2f652d
sdm660: IMS: Support to notify user when video call failed
Support to prompt on UI when video call failed for some carriers.

Change-Id: I37c59a637e61dca09bb975dfbf0a22b36d40fe86
CRs-Fixed: 2522446
2019-11-01 12:18:36 +01:00
Ashit Sood
e9781acdb4
sdm660: IMS: Enable IMS feature flags for supported carriers
Enable IMS feature flags for supported carriers

Change-Id: I6c2ad58f9709cec173e7ef3435e5697594d0354c
CRs-Fixed: 2537830
2019-11-01 12:18:36 +01:00
Wileen Chiu
2242e6a9d7
sdm660: IMS: Add config flag for VT one way options
- Add a config flag to determine whether to
show one way VT options when accepting an
incoming VT call

Change-Id: Ie545bc3b0ea4579404ba3c86623ab8de00c856fd
CRs-Fixed: 2534325
2019-11-01 11:53:36 +01:00
Prakash Pabba
3d4b84d204
sdm660: overlay: Add ethernet type in network attributes
testGetAllNetworkInfo CTS test fails for instant
mode due to no ethernet type network attribute
support and selinux denial to find ETHERNET_SERVICE.

Add ethernet type network in network attributes overlay.

Change-Id: Ie70df6c0473aa1b20d383f2892d18a2f0583c7a9
2019-11-01 11:50:25 +01:00
Max Weffers
c04d9951a3
sdm660: overlay: move round corner configuration to device 2019-10-28 16:52:25 +01:00
Sandeep Gutta
ee96476bb4
sdm660: 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
2019-10-22 18:00:57 +02:00
Sandeep Gutta
18cd709280
sdm660: Telephony: Move qti-telephony-common to product
Add qti-telephony-common.jar product path to inject xml

Change-Id: I0c9bb7c827589236c1231fec0cb2621c2a0e3032
CRs-Fixed: 2438412
2019-10-22 18:00:20 +02:00
Sandeep Gutta
84dc076df5
sdm660: Telephony: Add telephony_injection file
Add telephony_injection file and required jar path, components.

Change-Id: Ia2e0d327c1eaed17cb229f1cfca62c6bda85d49b
CRs-Fixed: 2407245
2019-10-22 17:56:33 +02:00
Dusan Uveric
89dcdc2d4e
sdm660: overlay: update brightness overlay from pixel 3
Signed-off-by: Dusan Uveric <dusan.uveric9@gmail.com>
2019-10-22 17:12:47 +02:00
Kalpaj Chaudhari
9f82738458
sdm660: CarrierConfig: Set support_enhanced_call_blocking_bool to true
This shouldn't be a carrier related feature.
Change-Id: I65baf82b354eaac4f769b0aa078665d8b862d4f0
2019-10-18 17:29:24 +02:00
Rahul Krishna
921b952587
sdm660: overlay: Inflate signal strength
This is set in latest Miui Release

Change-Id: I51d52071d57184dd60d008ba3b32b36d20993a49
2019-10-05 16:03:07 +02:00
Rahul Krishna
f8004932e4
sdm660: Hide ugly volte is supported notification
Change-Id: Ie923e2667a76791f12344e4f2e0feafe06cec335
2019-10-04 19:00:30 +02:00
Aryan Gupta
8138d7da03
sdm660-common: Hide IMS notification
New Q blobs triggering a annoying notification while using volte . Hide ims notification for JIO India (mainly) by their MCC/MNC as its ain't showing for airtel volte so this bool should work . 

test
2019-10-01 13:14:01 +02:00
Bruno Martins
c816da2d94
sdm660-common: Pin standard SystemUI instead of Google's
Change-Id: If96bb13d6cc2c2156d8df111a1037247c96c6e0f
2019-09-27 17:35:52 +02:00
Nicolas Geoffray
b57779a46a
sdm660-common: Adjust pinned files following runtime module work.
Test: adb shell dumpsys pinner
Bug: 119868597
Change-Id: I83c709accb32d0f2c341179dbc5dcd6d7ec75d8a
2019-09-27 17:35:02 +02:00
Nicolas Geoffray
a55686c58c
sdm660-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-27 17:34:02 +02:00
Aryan Gupta
0ba3eddcc0
sdm660-common: Enable VoLTE For Airtel/Vodafone India 2019-09-27 17:13:46 +02:00
NAGASHREE S
ea63200f0e
sdm660: HFP: To enable the inband ringtone property
The change enables the inband ringtone
property.

CRs-Fixed: 2403633
Change-Id: Ib3e5cf66cad1afc40357f169ebfaeb762fdbf41e
2019-09-27 17:13:45 +02:00
Max Weffers
7960a89e27
sdm660: overlay: Squash Caf Carrier Config Changes from Q Tag 2019-09-27 17:13:45 +02:00
Michael Wright
464dc9dc12
sdm660-common: Enable haptic text cursor.
Support has landed in WebView, so time to turn it on in framework!

Change-Id: I064cf3512928637895932b3405adaec74b1ceed2
2019-09-16 10:39:53 +02:00
David Su
101bcfa130
sdm660-common: Enable link Probing
Change-Id: I66a5fcb3b9e4645521f1fa258eb74f563cc816a8
2019-09-16 10:39:53 +02:00
xshu
7cb966078c
sdm660-common: Enable connected MAC randomization
Change-Id: Ia3f58a44c2e072aaa6c711a9db37219626894c67
2019-09-16 10:39:46 +02:00
Nicolas Geoffray
54dfbf35b7
sdm660-common: Adjust pinned files following runtime module work.
Change-Id: Ib76cf5247a4bee15b5f638b9539cc9e3272ec290
2019-09-16 10:36:23 +02:00
Markus Gruber
81e1b2fa1f
sdm660-common: Enable call recording
* Call recording is enabled, as per the stipulated requirements.

Change-Id: Ifda1fa7d8f2916b20f53cd34a86ce1f1db9ed084
2019-09-05 12:17:56 +02:00
srfarias
8d1b0b8514
sdm660-common: overlays: lower animation speed from 1x to 0.5x
Signed-off-by: srfarias <erikofarias@gmail.com>
2019-09-05 12:17:56 +02:00
Erik Müller
dae13ec53f
sdm660-common: overlay: Disable proximity sensor check before pulsing
* The device's ultrasound proximity sensor is not active
   during standby, thus it can't be used as a check before
   pulsing. This fixes Ambient Display.
2019-09-05 12:16:58 +02:00
Nick-infinity
e41be63414
sdm660-common: overlay: Enable config for dual LTE
*taken from crosshatch

Signed-off-by: Nick-infinity <nikhilg.me@gmail.com>
2019-08-21 09:13:30 +02:00
IamJoker03
b5ec474534
sdm660-common: overlay: Disable bluetooth by default 2019-08-21 09:12:03 +02:00
LuK1337
50b3064bfa
sdm660-common: overlay: Remove unused tetherable interfaces
Change-Id: Iac714d2de9a4d225da6fc3463d3fb99a4bb714a7
Signed-off-by: zainarbani <zaintsyariev@gmail.com>
2019-08-21 09:00:48 +02:00
M Safoorah Banu
031c24dc0c
sdm660-common: overlay: Overwrite Bluetooth operating voltage to 3.7V
This is needed so that correct energy statistics are
reported as part of bugreport/batterystats from sdm660 devices.

Change-Id: Ia3a6a93bc20584de57fdefcd14b83dbc08289e07
CRs-Fixed: 2479482
2019-08-21 08:59:21 +02:00
nebrassy
2ace971fcd
sdm660-common: overlay: Fix signal strength visual bug
Change-Id: I646826faa37105cd7a838a7c106f63a93882ff76
Signed-off-by: Sebastian <kjjjnob.seba@gmail.com>
2019-08-21 08:55:06 +02:00