summaryrefslogtreecommitdiff
path: root/overlay/frameworks
AgeCommit message (Collapse)Author
2019-05-14Wifi: Remove support of SAR in frameworkhsuvictor
This commit removes the support of SAR in framework Bug: 132575109 Test: Manual test Change-Id: I329a19a5ca34ac28a4bec0aed46079a800fdc307
2019-03-18overheat warning: remove configuration overlayTeYuan Wang
Remove project overlay configurations since USB overheat alarm and high skin temperature warning will be enabled from PixelConfigOverlayCommon. Bug: 110134720 Test: manually set the emulated temperature to trigger warning Change-Id: I913c455dc44d2ac2a10fbc758271bcfa7c3bf27c
2019-03-15bonito: enable zram-writeback jobRandall Huang
This patch enables zram-writeback job. It will run idle marking at 60m since the device is boot. After that, it will do first writeback after 3hour to sweep initiallized cold pages out. After that, it periodically write out every 24hour. Bug: 117682284 Bug: 127185055 Test: confirm with manual testing Change-Id: I6857c79ca3ce6a3619f4b7e200d7f17a8decd659 Signed-off-by: Randall Huang <huangrandall@google.com>
2019-03-07Merge "Turn on MAC randomization for bonito"Oscar Shu
2019-03-06Turn on MAC randomization for bonitoxshu
Bug: 127697874 Test: Manually verified on device Change-Id: Ie001d68afd17bd0a8527cd079e591bc50085df32
2019-03-05Enable ramping ringer by default for bonito devices.Yiwen Chen
Bug: 120789399 Test: Tested on device Change-Id: I35275b76a5835fb0cba6de605de1c79adf130077
2019-02-27Only enable Hearing Aids Profile on Pixel 3 and newerStanley Tng
Test: Manual testing with pairing with Hearing Aids on various phones Bug: 119617521 Change-Id: Ibcd7b466db6a4de801a38989b75833ae00ac9a89
2019-02-21Implement USB-C overheat warning: B4/S4 configuration overlaySherry Huang
This commit is to override B4/S4 configurations to enable USB overheat alarm and high skin temperature warning. Test: manually set the emulated temperature to trigger warning Change-Id: Iddb13d9734a063a8059924b632285047abf94325 Bug: b/110134720
2019-02-11Adjust pinned files following runtime module work.Nicolas Geoffray
Test: adb shell dumpsys pinner Bug: 119868597 Change-Id: I2e27da1f4262a90456776cc8b018ba3e083c515f
2019-01-30Merge "Link Probing: enable on bonito"David Su
2019-01-26Merge "WiFi: Enable SAR and support SAR function for SoftAP" into pi-dev am: ↵Victor Hsu
2a4260e60f am: b10f63d9d4 Change-Id: I3776f5480564e4e36ae248dacf7fd9e274370108
2019-01-25Link Probing: enable on bonitoDavid Su
Enable link probing feature overlay on bonito/sargo. Bug: 112029045 Test: Manually tested that link probing works on sargo Change-Id: I2edc4ec9b2ebf4aadd93b06a7a4406233cc53eb4
2019-01-25WiFi: Enable SAR and support SAR function for SoftAPhsuvictor
This commit enables SAR and support SAR function for SoftAP. Bug: 121457439 Test: Manual Test Change-Id: Ia7003cc3a79db0568df36957228d4ca7b7be6695
2019-01-11Delete unneeded bonito config.Andrew Sapperstein
Another overlay overwrites the config value so it was never used. Bug: 122261360 Test: atest vendor/google_testing/pts/tests/config/src/com/google/android/config/pts/ConfigTestCase.java Change-Id: I22d6d74d577667cf7c53fe39d8492be45d60861d
2019-01-03bonito: disable doze animation am: 378d220734Chris Lu
am: 7e9519ea32 Change-Id: Ia256cff308cb2d208983e6bc0cbae1f6723fb94b
2019-01-04bonito: disable doze animationChris Lu
Disable the animation to avoid a blink caused by LP commend in kernel driver. Bug: 121295617 Test: check the screen after pressing power key suspend and resume test overnight press power key and fingerprint repeatedly Change-Id: I02a373c60c589e3135f9d599e66c02852bd30da8
2019-01-02[DO NOT MERGE] b4s4: memory parameter tuningsJenhao Chen
1. increase max zram size to 1.5GB 2. set extra_free_kbytes to 80MB to have more buffer before direct reclaim 3. increase minfree to accommodate increased working set from zram increase Bug: 121439388 Test: parameter changed Change-Id: I141715d8cd029e3b441eef36c541fbbe3bceb67d
2018-12-25bonito: sync pinner configs from crosshatch am: 589d0a8e77Rick Yiu
am: c7229723d7 Change-Id: Ic8b01ae1efb3011866032ec00ce26e9cc2078af7
2018-12-26bonito: sync pinner configs from crosshatchRick Yiu
Bug: 122015022 Test: new configs are effective Change-Id: Ia2475c22897646c0d9e73c39623d4fe8f2ac3570
2018-12-19Merge "Change headset config_safe_media_volume_index" into pi-dev am: 3d935bcdceJason Hsu
am: 866d2e2f75 Change-Id: I910a6cd2436742f3a1b956ae2dbfafdaa93703be
2018-12-19Change headset config_safe_media_volume_indexJason Hsu
Audio Hardware request to set headset safe volume index to 7 BUG: 119288288 Test: local test Change-Id: I5402fd18dd15352e18162c4e6ac5ddbec98a8cd6 Signed-off-by: Jason Hsu <jasonchhsu@google.com>
2018-12-10Merge "Implement USB High Temperature warning dialog (2/N)" into pi-dev am: ↵Bill Lin
b3cf1756e5 am: 2d89627f11 Change-Id: Ia57763e196834a7c4321d01c48fc601f42e8c304
2018-12-06Implement USB High Temperature warning dialog (2/N)Bill Lin
The CL was used to overlay B4/S4 config to enable alarm dialog, for other projects, alarm dialog will not be triggered When device USB adapter got electric short issue and cause overheat. Popup undismissable alarm dialog, beep sound, and vibration concurrently. Notify user unplug USB cable until temperature cool down, then popup another dismissable dialog to ensure user do not missed alarm message. Test: manual adjust threshold to 35 degrees and trigger alarm, press 'See care steps' button to see help page Test: atest SystemUITests Test: atest PowerUITest Test: atest PowerNotificationWarningsTest Test: atest OverheatAlarmControllerTest Test: atest OverheatAlarmDialogTest Test: am start -n com.android.settings/.HelpTrampoline --es "android.intent.extra.TEXT" "help_uri_usb_warm" Change-Id: I93c95dce86e809fb7f2837371140b917aadb8863 Fix: b/117138158
2018-11-28SQLite: disable WAL to use BATCH_ATOMIC_WRITE am: a058246e5dRandall Huang
am: 46e903593e Change-Id: I43dc0cf658db1dad1d526c173c67b2eb048fb0ea
2018-11-28SQLite: disable WAL to use BATCH_ATOMIC_WRITERandall Huang
go/android-p-sqlite-regressions Bug: 112648228 Bug: 117650350 Bug: 115990430 Test: SQLite perf benchmark Change-Id: Iaeb91bffeb0e930f6f510fdb90b0fec6225ea3da Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Signed-off-by: Randall Huang <huangrandall@google.com>
2018-11-23Add translatable=false for obvious stringsNeil Fuller
Add translatable=false for string resources that obviously shouldn't be translated. Bug: 119941330 Test: build Change-Id: Ie460ba999daa86b7d710c0beeb481dcf597adebd
2018-10-31Change wifi tether regexRoshan Pius
The wifi interface names for wifi can either be wlan0 or wlan1. Change the "config_tether_wifi_regexs" appropriately. Bug: 80375412 Bug: 118366147 Test: Ensured we display "Hotspot on" in settings when softap is started on either wlan0 or wlan1. Change-Id: I0c456412f9b71ef2ee784f3bfa58b01b9287ca73
2018-10-03Add SKU specific overlays for FelicaJack Yu
Test: Check if the apks are loaded in JP sku, hided in RoW sku Bug: 113368833 Change-Id: I917993312cd1bf8cd993ecdb6a2c595509cd22d6
2018-09-25Remove COLOR_MODE_SATURATEDraylinhsu
It is replaced by COLOR_MODE_AUTOMATIC Bug: 113369424 Test: Settings > Display > Advanced > Colors Change-Id: I543606dec2e72e82ad21860fdbb0c74f82914fd6
2018-09-05Revert "Add mapping for ringtones to haptics."chasewu
This reverts commit fc72be0b9c14350020b250104567a3145872345e. B4/S4 does not support this new ringtones feature because it uses the same haptics solution as Walleye. Bug: 113782694 Test: manual phone call test and it works well Change-Id: I9f282df55072a9ceb7b92dd94664bc353d3fa4c6 Signed-off-by: chasewu <chasewu@google.com>
2018-08-30drv2624: Add effect#4 for heavy clickchasewu
This patch adds effect#4 for heavy click which is 8 ms in square wave with full amplitude and modify the config_longPressVibePattern to 8 ms as Walleye version. Bug: 77863933 Test: build pass and manual long press test Change-Id: I432dcb833493a1a59d5eca71f2ca9a655f6cfad9 Signed-off-by: chasewu <chasewu@google.com>
2018-08-24config.xml: add wifi apband conversion booleanRebecca Silberstein
Add override indicating these devices require apBand conversion from 5GHz to ANY for softap configs. Bug: 80251951 Test: frameworks/opt/net/wifi/tests/wifitests/runtests.sh Test: manually verified use of value Change-Id: I028e2a344ce460daaaecbca23459c373651c54fc
2018-08-13use automatic upstream selectionErik Kline
(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-08-10b4s4: show high temp warning and increase temp warning margin to 4 degreesTeYuan Wang
Bug: 112335969 Test: UI show overheat warning message succesfully Change-Id: Idf3006a3ea9aae5d2ed5fe645bfc76dc869ec122
2018-05-25Default VIBRATE_WHEN_RINGING on.Michael Wright
Audio-coupled haptics are a go! Bug: 79212179 Test: manual Change-Id: I405fa973d1584b6dbe9ce3f74b69909f8570a37b
2018-05-25Switch both the default haptic intensities to HIGH.Michael Wright
Bug: 80275800 Test: manual Change-Id: I6a13168b7a074cd9b6862ab0ac3b913e096440ed
2018-05-23Merge "Add rssi threshold values to new devices config.xml" into pi-devOscar Shu
2018-05-23Merge "Add mapping for ringtones to haptics." into pi-devMichael Wright
2018-05-22Add rssi threshold values to new devices config.xmlxshu
Copied the parameters from: /device/google/wahoo/overlay/frameworks/base/core/res/res/values/config.xml Bug: 76152193 Test: compile Change-Id: I342947c8f995d57aa3cf1b4af1859a833d3b8ed6
2018-05-22power profile: remove empty power profileMarissa Wall
The empty power profile was overriding b1 and c1's power profiles. Remove it so the profiles will be used. Test: dumpsys batterystats Bug: 77804134 Change-Id: I643ee84544694274153f5fdca4cdf1d7bdf8ea06
2018-05-21Default to Automatic colorsChia-I Wu
This adds COLOR_MODE_AUTOMATIC to config_availableColorModes and makes it the default. TODO: remove BOOSTED and SATURATED Bug: 73824924 Bug: 73825738 Test: manual Change-Id: Ibce3992ee4ca8aefeb90514495c5b034d543b5ba
2018-05-19Add mapping for ringtones to haptics.Michael Wright
Bug: 75947705 Test: manual Change-Id: Ia09d9a5fe56273d5ec7506200ab106f6fcfc6153
2018-05-18Merge "bluecross: add AOD binned brightness values" into pi-devTreeHugger Robot
2018-05-17Merge "Remove the Pixel ambient servics whitelisting for the do not disturb ↵Tajinder Gadh
access for Pixel3 devices" into pi-dev
2018-05-17Remove wifi thresholds from b/c overlayMichael Plass
These currently match the defaults, so no real change here. Bug: 76152193 Test: Builds Change-Id: Ia5e5f8b4b950f80ea66470bbc84d6c5407b0455c
2018-05-16Remove the Pixel ambient servics whitelisting for the do not disturbTajinder Gadh
access for Pixel3 devices Test: Removing a whitelist Bug: 71908697 Change-Id: I158f64f56d084f1ee0e854bf158a45e60a9338aa
2018-05-14bluecross: add AOD binned brightness valuesAdrian Salido
Add the different binned low power modes supported by blueline and crosshatch. The brightness levels should closely match the brightness seen in normal operating mode (without AOD). Bug: 79504502 Change-Id: Ic53d97d721cf3863697a42d2962d1c59f856baa7
2018-05-07Merge "power profile: add remaining values" into pi-devandroid-build-team Robot
2018-05-04power profile: add remaining valuesMarissa Wall
Adds initial cpu, screen, ambient, camera, audio and video values to b1c1 power profiles. These are early measurements that need to be remeasured later. Some values such as c1's screen and ambient power could not be measured at this time. The components that could not be measured were estimated based on devices from previous years. This is a short term measure that will help internal teams. Bug: 77804134 Test: manually verify dumpsys BatteryStats is reasonable Change-Id: Ibb7ad709375be6b2d7ee671b16cb0f5c07002922
2018-05-02crosshatch: enable AOD for crosshatchAdrian Salido
Bug: 77228262 Change-Id: I2e2eb8eac0fa710bfbee0d7f08ad7fe01df4a42e