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
26230ca864
sdm660-common: overlay: Switch to old Auto Selection Network UI
...
Change-Id: I60458c55015b7734b8ab6b01e167ec9043c93146
2020-08-12 02:02:39 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
Srinath Sridharan
38d91db635
sdm660-common: overlay: Set config_sustainedPerformanceModeSupported
...
This config will support the Sustained Performance Mode.
Change-Id: Ic992ea6fd910cf679a940b273c95968f4c60adbb
2019-08-21 00:42:00 +02:00
Sunmeet Gill
ddc914d110
sdm660-common: overlay: Add 5G NR buffer sizes
...
CRs-Fixed: 2265499
Change-Id: I6d8a22721ffcbec02cb8ab8be85060f458afd4ab
2019-08-21 00:29:02 +02:00
Avinash Nalluri
58b9bc025d
sdm660-common: overlay: Telephony: Increase the TCP buffer size to 6MB
...
- Change TCP buffer params on overlays for LTE_CA.
Change-Id: I3934fb331332b995983bff1a723f139ff0bfada4
CRs-Fixed: 2129251
2019-08-21 00:25:01 +02:00
Nalla Kartheek
ad64189ad6
sdm660-common: overlay: Wifi: Add softap0 as tetherable interface for STA + SoftAP concurrency
...
When STA + SoftAp concurrency is enabled then wlan0 interface is used by
STA. Add softap0 interface for SoftAP for this concurrency scenario.
Change-Id: If690591b19763d436865113dcd7882feb9b748fe
CRs-Fixed: 1017907
2019-08-21 00:20:21 +02:00
Lior David
3ba47e56b1
sdm660-common: overlay: tethering: add new entry for DHCP ranges
...
Extend the default list of DHCP ranges for tethering
and include ranges for Wigig and Wigig P2P.
CRs-Fixed: 997384
Change-Id: I8b90c5f2c08fcff1d39ebc9042faf7755a529157
2019-08-21 00:18:22 +02:00
Susheel nyamala
c48d108a96
sdm660-common: overlay: Fix emergency pdn bringup failure
...
Add emergency network attribute to network attributes list.
This will add emergency apn context, thereby allowing
emergency pdn setup.
Change-Id: I123fa99e1659f51bb3d0d9de7c8859591bd17dd1
CRs-Fixed: 984318
2019-08-21 00:16:33 +02:00
Susheel nyamala
77c6be1c33
sdm660-common: overlay: Modify tcp buffer size for LTE_CA
...
Update tcp_wmem buffer sizes for LTE_CA RAT.
Change-Id: I9d851af1a14208ad048f5e34b5643acb993285f8
CRs-Fixed: 933015
2019-08-21 00:15:24 +02:00
Mingming Yin
71f0113998
sdm660-common: overlay: audio: disable force camera shutter sound playback
...
- Disable force camera shutter sound playback.
This config is country specific and should be only
enabled in particular countries(e.g. Japan).
Change-Id: If9171fa84e21cf0bda462c7bd8b9370008f6dd9f
2019-08-21 00:13:47 +02:00
Yashdev Singh
bc65729e93
sdm660-common: overlay: telephony: Add networkAttributs from CAF
...
Change-Id: I14b28544ce069ca3581ff7663fcd0b4068cc9f18
2019-08-21 00:10:39 +02:00
Susheel nyamala
b398237f10
sdm660-common: overlay: Add tcp buffer sizes for LTE_CA
...
Copy tcp buffer sizes of LTE to LTE_CA RAT too.
Change-Id: I30d05ba16b5f431399c8fff06a2cdabae6a7c5db
CRs-Fixed: 876924
2019-08-21 00:06:17 +02:00
Yashdev Singh
bf6a004f08
sdm660-common: overlay: Add caf tcpbuffer parameters into overlay.
...
- Add the various RAT values in config_mobile_tcp_buffer array.
- These values are from init.qcom.rc.
Change-Id: Ie675c410915029d9ef1a2ef7ebad396201771c27
2019-08-21 00:00:50 +02:00
Sukanya Rajkhowa
5fa2fdf0e8
sdm660-common: overlay: telephony: Implementation of IWLAN
...
Enable feature flag config_feature_iwlan_available
Change-Id: I927f1a0837366b35b95283797d753eb016d7a0c3
2019-08-21 00:00:30 +02:00
Dusan Uveric
4a911c177a
sdm660-common: overlay: Use pixel 2 vibration pattern
...
Change-Id: I27a65fb08672c2067575dfb313c55915445618b4
Signed-off-by: Dusan Uveric <dusan.uveric9@gmail.com>
2019-08-20 23:43:20 +02:00
LuK1337
f019cc0018
sdm660-common: Move power profile overlay out of common tree
...
Change-Id: I5b520d54f6fbbf927e129d95c26558c5a99cd41d
2019-08-20 23:22:51 +02:00
Max Weffers
437739ef8c
sdm660: overlay: use correct sysfs nodes and values for smart charge
2019-08-20 10:39:43 +02:00
Devi Sandeep Endluri V V
402ef42336
sdm660: overlay: Enable Dual SAP support
...
This commit adds a new overlay config config_wifi_dual_sap_interfaces,
which contains name of the interfaces to be used in case of dual sap.
Change-Id: I2692a4c5c693b3fb6261066c928d481a0fd8b69e
CRs-Fixed: 2087745
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
2019-08-15 15:31:33 +02:00
PainKiller3
e1fce03336
sdm660-common: Increase max no of notification counts
...
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
2019-08-15 15:31:33 +02:00
kubersharma001
3b5b8f7ae0
sdm660-common: overlay: set config_device_vt_available
...
Change-Id: I7b83f5ff60470bd797171646ac1a8eeb83ea4aeb
Signed-off-by: PainKiller3 <ninadpatil100@gmail.com>
2019-08-15 15:31:33 +02:00
Michael Bestas
6574cdbb96
sdm660-common: Update config_safe_media_volume_index overlay
...
* Media volume steps were increased from 15 to 25,
multiply 9 * 1,666666667 to reflect the step change
Change-Id: Id44247fb297b3fcef9e98bfb8c9ccf9b7a63dfff
2019-08-15 15:31:32 +02:00
Gernot Pansy
20e2a7098f
sdm660-common: overlay: Force icon mask for Adaptive Drawables
...
Change-Id: Ie7dcf0fb5f2d197941935141d187f85c4196dfc3
2019-08-15 15:31:32 +02:00
andr68rus
2ac08ed231
sdm660-common: overlay: enable Multiuser UI
...
Change-Id: I8982313be1fdb8662ea07c5524c84a245fa0231a
2019-08-15 15:31:32 +02:00
Max Weffers
2b36893092
sdm660-common: overlay: Enable new Auto Selection Network UI
2019-08-15 15:31:17 +02:00
maxwen
c2d9327ee3
sdm660-common: overlay: set config_radio_access_family
...
this enables propper set preferred network type
switching.
Change-Id: I9dfb4311d69c6f5bcbf691f04b042e0a943c5e18
2019-08-15 15:27:20 +02:00
SakilMondal
b0dda415b6
sdm660-common: Disable LED color customizations
...
* Device does not supports multiColor LED
Change-Id: I293ca96ccb365e7af6f5c4927c087f4276cd83f7
2019-08-15 15:27:20 +02:00
khanfrd
1bfd98a8f2
sdm660-common: overlay: Enable STATE_DOZE support
...
Change-Id: I781741aa1d5b12ef98f47286a8b5fc288c16cc7c
2019-08-15 15:27:19 +02:00
TheScarastic
13517dc3cb
sdm660-common: Kang brightness overlays from marlin
...
* Xiaomi values are unusable
Change-Id: I3b3fb2d389eebad6c7ef76ae78e16eeff06fe3ed
2019-08-14 10:04:12 +02:00
Naomi Calabretta
5ab96a8b69
sdm660-common: overlay: Disable ACS
...
It seems to give problems with 802.11AC hotspot mode
Change-Id: I912f343b8c2628a93715b135ee1045050236ae93
2019-08-14 10:04:12 +02:00
Max Weffers
7ded419654
sdm660-common: overlay: Fix too big spacing between QS icons for clover
2019-08-14 10:04:12 +02:00
Jorim Jaggi
6b882955ce
sdm660-common: overlay: Pin critical apps and system services that get swapped
...
Pin critical system apps that always need to be responsive, no
mattter what:
- SystemUI for expanding the notification shade/navigation bar
- SF: Doesn't need introduction, but still gets zram'ed in certain
cases:
Total memory impact: About 5-6 MB (since regularly not all code is
loaded)
Test: Flash device with CL and make sure actions like expanding
notification shade isn't as janky under memory pressure anymore
Bug: 111132016
Change-Id: I3bc93204147502bec2e983f7ee37555294db308c
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
2019-08-14 10:04:12 +02:00
Max Weffers
8220f5651a
sdm660-common: overlay: disable proximity check for torch
2019-08-14 10:04:12 +02:00
Erik Kline
8973f6f995
sdm660-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
2019-08-14 10:04:12 +02:00
Joe Maples
fb4fb073ca
sdm660-common: Enable Fingerprint Gestures
...
Change-Id: Ia9de8ba1e9c86ce336e516655d327119dc71ae65
2019-08-14 10:04:12 +02:00
Max Weffers
6af8c36c23
sdm660-common: overlay: Enable Battery LED support
...
Change-Id: I4c582ab44633f21b4d54cad91135793f1af6167c
2019-08-14 10:04:12 +02:00
Danny Baumann
0b368e57b4
sdm660-common: overlay: Give light sensor some time to warm up
...
When being in dark environments, turning screen off, then moving to
bright environments and turning screen on, sometimes it happens that the
light sensor emits an initial light sample of 1 lux, which causes the
automatic brightness controller to ramp down the brightness even though
the ambient brightness is high. Avoid the controller using those samples
by giving the light sensor some time to warm up.
Change-Id: I81dcb41a25ff0c9f0cf3265da7054ac7ebcbcc34
2019-08-14 10:04:12 +02:00
Cosme Domínguez Díaz
bccffd2e78
sdm660-common: overlay: Add default configuration
2019-08-14 10:04:12 +02:00
Cosme Domínguez Díaz
2bf584367a
sdm660-common: overlay: Set brightness & screen timeout defaults
2019-08-14 10:04:12 +02:00
Marko Man
5a3b97da89
sdm660-common: overlay: Enable doze auto brightness
...
Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
2019-08-14 10:04:12 +02:00
Glen Kuhne
2a4d7d6686
sdm660-common: Set default hotspot ssid
...
Added a device specific overlay that changes the default name
from "AndroidAp" to "Xiaomi Mi A2"
Test: Builds, manually verified name change
Bug: 36368950
Change-Id: I38a5f6fb950d6a45342080bae186a8ed276d94bf
Signed-off-by: arian <arian.kulmer@web.de>
2019-08-14 10:04:12 +02:00
Anirudh Gupta
04f7390d6e
sdm660-common: overlay: Set screen off delay to 0
...
Fixes flicker issue when entering AOD
Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
2019-08-14 10:04:12 +02:00
Luca Stefani
5a6317be64
sdm660-common: overlay: Enable AOD
...
* But disable it by default
Change-Id: Ie85e49e38503dc531f262138d8bed465632a41c0
2019-08-14 10:04:12 +02:00
ami87
c129b69fe1
sdm660-common: overlay: Disable RGB led
...
Change-Id: I2dd2b729d591dc4881fee5d2e0f88873a68f0a32
2019-08-14 10:04:12 +02:00
Max Weffers
f32e57ef6a
sdm660-common: overlay: enable lock screen rotation
2019-08-14 10:04:12 +02:00
Aalique Grahame
b7492e1ba0
sdm660-common: overlay: add audio related features
...
Add audio related features present in android config
file to overlay config file.
CRs-Fixed: 2088093
Change-Id: I45f6d3ea68204ab254846726f0fe14bea91bb602
2019-08-14 10:04:12 +02:00
Pranav Vashi
6f62e98207
sdm660-common: Notify fingerprint client of successful cancelled authentication
...
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Albert I <krascgq@outlook.co.id>
2019-08-14 10:04:12 +02:00
Vol Zhdanov
aa032ec8e8
sdm660-common: overlay: specify that we don't have old qti telephony
2019-08-14 10:04:12 +02:00
Henrique Silva
a9c69e402c
sdm660-common: overlay: Ignore RSSNR signal level
...
Improve reception
Change-Id: I3f9b587835cc4fdfcf0bc3cc611c870361e0da76
2019-08-14 10:04:12 +02:00
Jorim Jaggi
2fb6313964
sdm660-common: pin home application
...
Test: adb shell dumpsys pinner after boot
Bug: 111132016
Bug: 78585335
Change-Id: I4ed0587ae5348bbe03ad9ac5f1c5b1726dbb8246
Signed-off-by: Albert I <krascgq@outlook.co.id>
2019-08-14 10:04:12 +02:00
Max Weffers
3694be2c02
sdm660-common: overlay: use Round icons everywhere
2019-08-14 10:04:12 +02:00
Artem Borisov
dda2fb2d21
sdm660-common: overlay: Enable auto power modes
...
This is used by doze and isn't enabled by default on AOSP.
2019-08-14 10:04:12 +02:00
Artem Borisov
fd97c65e58
sdm660-common: overlay: Enable adaptive battery
2019-08-14 10:04:12 +02:00
Max Weffers
c70fd1c72a
sdm660-common: overlay: Add freefrom Multiwindow managment
2019-08-14 10:04:12 +02:00
Jesse Chan
a297ef044c
sdm660-common: overlay: Apply padding for rounded corner
...
Change-Id: I9f81f684d491ed447b7bdb2ca70f558bf75ebc67
2019-08-14 10:04:12 +02:00
Max Weffers
58f8401990
sdm660-common: Enable video pause workaround for video calling
...
A video pause workaround was made due to a signaling limitation in the QC
modem.
Test: Manual
Bug: 62436425
Change-Id: Ic90ded9621929c0821894776c1191f20ddce9afa
2019-08-14 10:04:12 +02:00
dianlujitao
3e48e1b0f0
sdm660-common: Hide sRGB toggle in developer options
...
* This is only available on Nexus/Pixel devices, and we have our own
implementation in livedisplay.
Change-Id: I8343e4986d7dd8413bd8d36dfad0309a4c08026e
2019-08-14 10:04:12 +02:00
dianlujitao
59be4559b7
sdm660-common: Remove tether dhcp range override
...
Change-Id: I53462dc6d3bfef37f05087a6e9e6b57a62948cd9
2019-08-14 10:04:12 +02:00
coderzstas
823c11d4b6
sdm660-common: Add FP Navigation Gestures and enable SystemNavigationKeys overlay
...
* useing jasmine keylayouts from android on pie
2019-08-14 10:04:10 +02:00
Lucas Dupin
7d0bc64865
wayne-common: overlay: Renamed config_dozeAfterScreenOff
...
New name is config_dozeAfterScreenOffByDefault
Bug: 73178121
Change-Id: Icf2123d45b2b4727092103632d1bd6f024161c8a
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
2019-07-01 16:42:16 +02:00
Wang Han
f3139a9d80
wayne-common: overlay: Configure number of physical SIM slots
...
* Needed by telephony-common
Change-Id: I18c058d295ed2eaf23e8ca5d1f3933b65806ed48
2019-07-01 16:42:16 +02:00