Commit graph

32 commits

Author SHA1 Message Date
Calvin Huang
13d556fa49 Make tangorpro board work with aae-on-phone
Bug: 268520081
Test: lunch tangorpro_car-userdebug & build & adb shell wm density
Change-Id: I8277b1751a22ab8e5e310bbd169032a4a83e32d0
2023-02-15 23:46:19 +00:00
linpeter
1834a40c68 display: golden files update
Bug: 267564473
test: loading the file during boot
Change-Id: Ic8cdcc8ae9e77d9b377151defa418e45683995a6
2023-02-02 05:57:20 +00:00
Christine Franks
47c84e1cb1 Set DWB transition speed and high light range
Transition speed set to 30s, high light range set to
130k-150k lux.

Bug: 255417189
Bug: 266436992
Test: builds

Change-Id: I68c6b63d6337ceab937c99292b49fe0254bf626e
2023-01-30 22:46:13 +00:00
Beverly
46b613c59a Update lock icon padding
It should not change based on density changes.

Test: visual inspection
Bug: 264738021
Change-Id: I98f948b4a1bd7e6cc560f14e2e1b14a0bde76f01
2023-01-25 19:11:12 +00:00
Behnam Heydarshahi
3fcd20eb88 Ring volume icon stuck at normal
Fix the bug where dragging ring volume slider all the way to left
would not trigger an icon change, on devices that do not have
a vibrator.

Solution: offer a boolean config for volumeDownToEnterSilent.

Bug: 265459313

Test: Manual. Slide ring volume to left in settings. Ring volume
icon should switch to mute/vibrate and not get stuck at normal.

Change-Id: I71621dc2655317de8fb16b7b57d6087dfe7ceff3
2023-01-18 21:28:07 +00:00
Behnam Heydarshahi
ca1754a040 Merge "Change default notification stream audio" into tm-qpr-dev 2023-01-18 14:30:32 +00:00
Christine Franks
e147e26486 Merge "Update low light and strong mode DWB values" into tm-qpr-dev 2023-01-17 20:02:39 +00:00
Christine Franks
1a722f95d9 Update low light and strong mode DWB values
Bug: 243717330
Test: n/a
Change-Id: Id810d4b2ab2bc1d9984540d5fd160c454b7de545
2023-01-17 14:06:37 +00:00
Yein Jo
18e320375b Update x and y to align with the recent device configuration change.
Default device orientation has changed from landscape to portrait.
Update those values accordingly.

Bug: 264992323
Bug: 264993675
Test: Manual
Change-Id: I12903a60fb96b434d523263b1d9c9f22405b5666
2023-01-13 00:20:32 +00:00
Behnam Heydarshahi
357bd3959f Change default notification stream audio
New value is zero.

Bug: 241488207

Test: Manual. After the device is updated, verify that the notification
volume is zero when device boots up.

Change-Id: Iff1dd911cb702557e1171d53fa3432fbf691b4d9
2023-01-12 22:27:31 +00:00
Yanting Yang
932308de7e Add regulation e-label for TangorPro
Bug: 249000738
Test: visual
Change-Id: Id267f0faa85bd8da95bc59aecfd10697c57b7fcf
2023-01-04 15:09:28 +08:00
Sam Ou
cf8e4c8484 Merge "power_profile: remove modem" into tm-qpr-dev 2022-12-16 05:01:38 +00:00
Adam Bookatz
f1ea15f5f4 Mark that device is not voice capable
"Voice" capable means that the device supports phone calls over the telephony network. So for this device, this should be false.

The impetus for this is that with voice capability defaulting to true, the Multiuser pannel asks the owner whether secondary users should be allowed to make phone calls/sms, which is inapplicable. Changing the value to false should get rid of this option.

Bug: 248440908
Change-Id: If5249bc943c96f88c2ddd26880fe0626bb53592e
Test: manual
(cherry picked from commit 699275b04d85dde5645034cdeca19207b0bde632)
2022-12-09 23:26:49 +08:00
Sam Ou
4876730ab7 power_profile: remove modem
Bug: 214561299
Change-Id: Idf931e99039508be325cc9c03deb9febd5aee19a
Signed-off-by: Sam Ou <samou@google.com>
2022-12-08 06:14:23 +00:00
Beverly
2ba02faa8a Default pickupGesture enabled state is FALSE
Test: manually tested
Bug: 256185823
Change-Id: I2e7f8c7fbe072dd0dae0842067a9925ba4d46e92
2022-12-07 18:23:38 +00:00
Roger Liao
e8e806ae46 Overlay config_disable_all_cb_messages to true to disable WEA
Set config_disable_all_cb_messages to true. When it is turned off,
DEVICEs MUST stop forwarding cell broadcast messages to CellBroadcast
modules and MUST hide WEA-related UI and notifications. [GMS-4.4.6-001]

Bug: 256753343
Bug: 256558847
Test: No show "Wireless emergency alerts" in following path:
      1. Setting -> Notifications
      2. Setting -> Search "Wireless emergency alerts"
Change-Id: Ie4602fad129d886326cf719a6bf646adf572fa05
2022-11-25 04:32:15 +00:00
Bill Yi
4e093e92ff Add AOSP support for tangorpro
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project name is
platform/vendor/aosp/google_devices/tangorpro

and the path is
vendor/google_devices/tangorpro

BUG:246437989

TEST: make and flash a tangorpro device
Change-Id: Ia860cc84ffa8db42ae2f30c433e3764459f27732
2022-11-22 18:39:03 +00:00
TreeHugger Robot
be88126f44 Merge "display: add golden files" into tm-qpr-dev 2022-11-21 12:27:46 +00:00
Gil
071893e714 Display: update res config.xml
1. update mBrighteningLightDebounceConfig
2. update autoBrightnessDisplayIdle

Bug: 249482174
Test: dump display log
Change-Id: I026a44e6d0a5d874e2bc25c6eb4f72fdd3e27f56
2022-11-09 21:36:57 +08:00
TreeHugger Robot
fd87ec7e64 Merge "Update DWB values for T6pro" into tm-qpr-dev 2022-11-09 01:47:49 +00:00
linpeter
9286215ef9 display: add golden files
Bug: 210932935
test: loading the file during boot
Change-Id: I12cc43232db362ad3330bc63c589dbdb3796fcc7
2022-11-03 15:02:29 +08:00
Sam Ou
6683620bea Fix power_profile.xml location.
Bug: 257163280
Change-Id: Ib0ff848abd63532eb06d0c6a4e7cdbce83439187
Signed-off-by: Sam Ou <samou@google.com>
2022-11-03 04:03:59 +00:00
Christine Franks
e4005cbbb9 Update DWB values for T6pro
Bug: 243717330
Test: n/a

Change-Id: Ic27334d1252945b31e792aa00819401c11ee748f
2022-10-24 16:23:43 -07:00
Richard Chang
ac90c68995 mm: sync max_cached_processes settings
Bug: 251358543
Test: pts-tradefed run commandAndExit pts -m PtsPerfWbsTestCases
-t com.google.android.perfwbs.pts.MemoryTest#testMaxCachedProcesses

Change-Id: I02e56ea4db15304801645f45c458d5a92b8854aa
2022-10-17 06:46:02 +00:00
sashwinbalaji
a6435237f0 thermal: Update config_shutdownBatteryTemperature to 58
Bug: 237472896
Test: Verified locally using build P38065952
Change-Id: Ib82fadef9667b75d94bd9a1c07d33fd11eb1f0ca
2022-07-28 10:52:21 +00:00
Sam Ou
50e31c0a02 add power_profile
Bug: 238580545
Change-Id: I5c2cb90a4f594b1d649a2db794e34622d8b0f7ee
Signed-off-by: Sam Ou <samou@google.com>
2022-07-11 06:34:53 +00:00
Jonglin Lee
a1e5737e79 tangorpro: sync overlays from tangor
Bug: 236000624
Test: Boot and check UX
Signed-off-by: Jonglin Lee <jonglin@google.com>
Change-Id: Ie795b6ec055121bea39696b0b446dc0281a1e16f
2022-06-14 11:36:53 -07:00
Ben Murdoch
bff4d9fd4e Update density to 320 dpi.
Resulting in 1280x800dp screen resolution per ux guidance.

Bug: 214097223
Bug: 236000624
Test: adb shell wm density (should show 320)
Test: presubmits
Change-Id: I1d82a7d6a3d1217624481158292e13ff8a56ad11
Signed-off-by: Jonglin Lee <jonglin@google.com>
2022-06-14 11:36:48 -07:00
Roger Liao
8c082f7323 Set config_sms_capable to false
Tangorpro is a Wifi only device, and does not support SMS capabilities,
thus explicitly disabling it instead of using the
default configuration (config_sms_capable is set to be true).

Bug: 234618310
Change-Id: Ie4d22890db945fb830f3f10f3e777b5eeea014a8
2022-06-10 10:09:38 +08:00
normanwhl
b9b19efd5a Integrate wifi configuraions for tangorpro
1. Load synadhd.ko dhd module
2. Add tangorpro wifi overlay
3. Turn off mobile data by default
4. Isolate tangorpro configurations for customization.

Bug: 228285237
Test: 1. build pass
      2. check wifi overlay name
      3. check tangorpro use syna hal in build log
Change-Id: If775f3bd17f65830fe3c7ec0a9b6474b3ac7a1c8
2022-05-18 06:56:52 +00:00
Martin Liu
712ba5e8b1 set swiotlb as noforce
There is no swiotlb usage so we can append noforce to
remove 2MB reserved memory.

Bug: 226578178
Test: check total memory and io_tlb_nslabs
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: Id7789024bcaa9f276f8fd2dbcc3086f843dae6e4
2022-03-25 10:37:35 +00:00
Roger Liao
dd5f546264 Add device tangorpro
based on two sources:
1. 52e030ecef8a2debcd0a7cebb0b2cddc50e8e4e6
(ChangeId: Ieba6a75fe45595592c61dc5ad4e0c723adccaf35)
2. 3164f3d31b1197f305d968027f2e6f18663f1382
(ChangeId: Ic517f1cd5462f3653de3742834ec251362e7849d)

No-Typo-Check: based on above commit

Bug: 220073297
Change-Id: I244f73dc8485045e1bc4605a2701a1e4d32139b0
2022-03-09 19:30:09 +08:00