It seems like bengal does not support this feature, stock does not have
the complete stack and after making it connect by using the entire blob
stack from another device, it results in a green screen.
Change-Id: Id158d3d17460c3122168310a8ca45809984e6dc0
Triggered by notifications or by pickup gesture, hand wave and
pocket gesture shows the ambient display.
No AOD enabled.
Change-Id: I7c76d513c84084427b71305ec54e3033a0d7a08c
caprip, devon, rhode have peak refresh rate higher than
60 Hz, so allow users to toggle high-refresh rate like on stock.
Dhina17:
- There is no effect on devices which don't have refresh
rate higher than 60 Hz.
Change-Id: I7fcbb905b61575de8c5e9d9a935463932551fb6a
- values from rhode user-12-S1SRS32.38-132-8
- devon and rhode both have the same value.
hawao doesn't have any values in the stock.
so let's use this.
Change-Id: I490fa026328bc61a5d4cfd30d0ad631193af9cff
Extracted from stock config_keyboardTapVibePattern which is now
deprecated, fixes weak vibrator when navigating and typing.
Change-Id: I5b830af0b6c67c52805013092eba19f1c7b6c92b
* Move navigation bar/WiFi Display to overlays
* Remove unused blur prop
* Remove atfwd prop that is set in init scripts
Change-Id: Ia946b6391bcb6e12f6700f449d928ea86024c3a3
This change replaces the '/system/lib64/libsurfaceflinger.so' pin, as
the file was removed in ag/12524602. The updated pin relies on
go/aog/1552085, as system_service needs read access to SurfaceFlinger.
Bug: 176197656
Test: adb shell dumpsys pinner (coral)
- shows that /system/bin/surfaceflinger is successfully pinned
adb logcat | grep PinnerService (coral)
- no longer shows a file-not-found error in PinnerService
Change-Id: Iae2a96c5fe4b1f5698d21de9970140321d11c460
The pinner now asks the runtime for these files.
Test: adb shell dumpsys pinner
Bug: 144773394
Change-Id: I8de2a2935901cbd3eaa50ce2d8aa09f61080ba02
Merged-In: Ie633ea788dab3389a3407ec9a461b5837befca46
If your device detects headphone in 'getevent -l' like:
On headphone insert:
/dev/input/event8: EV_SW SW_HEADPHONE_INSERT 00000001
/dev/input/event8: EV_SW SW_MICROPHONE_INSERT 00000001
/dev/input/event8: EV_SW SW_JACK_PHYSICAL_INS 00000001
On headphone removal:
/dev/input/event8: EV_SW SW_HEADPHONE_INSERT 00000000
/dev/input/event8: EV_SW SW_MICROPHONE_INSERT 00000000
/dev/input/event8: EV_SW SW_JACK_PHYSICAL_INS 00000000
but not in the android system, you should enable this to use /dev/input/event
to detect the headphone/microphone jack.
Change-Id: Ibb387c1624b66385515989bc543afdb9a9f5b67e