Commit graph

112 commits

Author SHA1 Message Date
ShevT
3ed51b56b7
sdm710-common: Update battery info every second when device is charging
This fixes an issue with displaying fast charging on the lock screen
 when connecting/disconnecting the charger.

Change-Id: I6c72ef056ee247ca6f1ddb12b3542becd7636a90
2023-06-17 17:03:48 +03:00
kdrag0n
7cd5221f9b
sdm710-common: overlay: Offload WM shell to another thread
Android 12 added this config to offload some window management to a
dedicated thread. Enable it to improve performance when the main System
UI thread is busy.

Change-Id: I9eef4cdbc26d0880f3a9aaf875d5e36ebd693238
Signed-off-by: helliscloser <mrumais@gmail.com>
Signed-off-by: onettboots <blackcocopet@gmail.com>
Signed-off-by: Sageofd6path <mail2anirban95@gmail.com>
2023-06-17 17:03:47 +03:00
Pavel Dubrova
a910236198
sdm710-common: overlay: Disable bluetooth by default and enable auto brightness
Change-Id: I635b22364089a1b2d345a95c57dd8a6eb75aa48d
Signed-off-by: davidtrpcevski <trpcevski.david@gmail.com>
2023-06-17 17:03:45 +03:00
e6586f7345
sdm710-common: Add FP Gestures
7d34f1a19d/include/uapi/linux/input-event-codes.h (L177)

7d34f1a19d/drivers/input/fingerprints/jd2019_goodixfp/gf_spi.h (L23)

Nowhere have I seen it shown where to take the values from, so I'll do this
2023-06-17 17:03:40 +03:00
Danny Lin
6b160423d6
sdm710-common: overlay: Set full gesture navigation as default
User can also change it in the gesture settings.

Change-Id: I8fca7b006e60f267ce04ac55eefb63af60be9c76
2023-06-17 17:03:39 +03:00
snnbyyds
31c75a6fe0
sdm710-common: Use the new auto network selection UI
Signed-off-by: uotanstation <emm@emm.com>
2023-06-17 17:03:38 +03:00
kdrag0n
d0bc1e5b8f
sdm710-common: overlay: Offload WM shell to another thread
Android 12 added this config to offload some window management to a
dedicated thread. Enable it to improve performance when the main System
UI thread is busy.

Change-Id: I9eef4cdbc26d0880f3a9aaf875d5e36ebd693238
2023-06-17 17:03:37 +03:00
Adithya R
646fb33b38
sdm710-common: overlay: Disable alpha compositing in WM
* Completely eliminates occasional jank in few animations
2023-06-17 17:03:37 +03:00
Ultra119
4e03644321
sdm710-common: overlay: Add flag that specifying whether VT should be available for carrier 2023-06-17 17:03:34 +03:00
LuK1337
0b24a4e7bd
sdm710-common: overlay: Configure aux camera for Aperture
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
2023-06-17 17:03:32 +03:00
Bruno Martins
4226e5591c sdm710-common: overlay: Remove BT related configs
These have been migrated to sysprops in Android 13.

Change-Id: I34c1f6b882a61df6db95523997002512354d875e
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-12 15:25:10 +01:00
Alexander Koskovich
5c069d12de sdm710-common: Move Bluetooth power overlays to sysprops
* These were moved to sysprops in Android 13 [1] and while
   frameworks reads the values directly from power_profile.xml
   Bluetooth app reads from the properties.

 [1] 976d33062b%5E%21/#F0

Change-Id: I5bff67a15c537e8a47a19f30776fca6bf2c9fbe5
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-12 15:23:40 +01:00
Georg Veichtlbauer
3c293f5f41 sdm710-common: Drop config_setColorTransformAccelerated
It's now enabled by default

Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-11-12 15:13:47 +01:00
Santiago Seifert
267a8cf4ee sdm710-common: overlay: Unpin updatable-media from memory on coral
Bug: 214499288
Change-Id: I83757ae6a053ec6b10b08322c4e76d988f1a4a48
Test: Presubmit
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-09-14 19:02:51 +02:00
Giammarco Senatore
868da84395
sdm710-common: Add few padding on the start of the statusbar 2022-01-05 17:24:00 +01:00
Dan Pasanen
2242d1fe31
sdm710-common: overlay: Enable config_vibrateOnIconAnimation
* Need those sexy vibes.

Change-Id: If5671135879f6f4069d0ed881b41b0a243890349
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-01-03 21:19:39 +01:00
Stephen Thomas-Dorin
1e81ec34f8
sdm710-common: overlay: Update config_ims_rcs_package to use new ImsService
Change-Id: I77fcd2a3451c99df5fa47136fa0cd36a5abab9fe
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2022-01-03 21:17:05 +01:00
Nicolas Geoffray
72825aa852
sdm710-common: overlay: Remove odex/oat files from pinner list.
The pinner now asks the runtime for these files.

Test: adb shell dumpsys pinner
Bug: 144773394
Change-Id: Ie633ea788dab3389a3407ec9a461b5837befca46
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-10-20 22:38:25 +02:00
Kevin Jeon
40828afa14
sdm710-common: overlay: Update SurfaceFlinger pin
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
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-10-20 22:38:25 +02:00
victor10520
6c070458d4
sdm710-common: overlay: Decommonize power_profile 2021-08-07 15:30:05 +02:00
Minchan Kim
40863d5577
sdm710-common: Enable zram writeback job scheduler
Bug: 140882488
Change-Id: I5489a7ce7a8d73306a6ecf69f57d338b2b0eaad2
Signed-off-by: Minchan Kim <minchan@google.com>
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
2021-08-02 12:19:37 +02:00
jjpprrrr
ca14a6656d
sdm710-common: overlay: cleanup unused auto brightness values
Removed unused values that no longer exist in the current frameworks
2021-08-02 12:07:24 +02:00
Giammarco Senatore
f6f497c743
sdm710-common: Initial commonized tree
* minor cleanup in overlay and init rc
* drop dolby
2021-07-25 21:56:17 +02:00
Jesse Chan
224544bcb7
overlay: configure SQLite to operate in MEMORY mode
This change yields considerable SQLite performance gains. It
should be generally safe as this device has irremovable battery.

Some OEMs have been doing this for years.

Signed-off-by: Jesse Chan <jc@lineageos.org>
Signed-off-by: DennySPb <dennyspb@gmail.com>
Change-Id: I50d9b3d9f019772fedc7066675249116d5e441e4
2021-07-17 18:55:33 +02:00
Bruno Martins
cdd81c7801
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
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-17 18:54:38 +02:00
Fiona Campbell
e6d6a83f22
kunlun2: Add brightness float values to config file.
Test: manual testing - ensure that the brightness value in
Settings>Display>Brightness Level can go the full range from 0% to 100%.

Change-Id: I9e57760f9eb78bf944cea4e808866c16e3ffa695
Signed-off-by: DennySPb <dennyspb@gmail.com>
2021-07-17 11:27:27 +02:00
Weilun Du
4ca2a59aae
Add TetheringOverlay
BUG: 163800715
Signed-off-by: Weilun Du <wdu@google.com>
Change-Id: Ia0834f5215ff8c3b13effa591bd2f84d93419a06
2021-07-12 02:24:07 +02:00
Giammarco Senatore
28f5e83463 Revert "RMX1851: Kang CarrierConfig overlay from oneplus_sdm845-common"
This reverts commit 3eac25c37e.
2021-01-23 21:07:23 +01:00
GiaSen
b3e0af8270 kunlun2: Cleanup
- Remove unused build broken configs
- Remove RevengeOS early hack to bypass long baseband name
- Remove blur expensive prop, new power aidl doesn't support
- Live wallpapers are built by default
2021-01-02 16:43:53 +01:00
GiaSen
f31e94c048 kunlun2: Nuke qti telephony injection 2020-12-05 13:18:18 +01:00
SamarV-121
3eac25c37e RMX1851: Kang CarrierConfig overlay from oneplus_sdm845-common
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-12-05 13:13:37 +01:00
Roshan Pius
13fc98c8d2 RMX1851: overlay: Change wifi tether regex
The wifi interface names for wifi can either be wlan0 or wlan1.
Change the "config_tether_wifi_regexs" appropriately.

Bug: 80375412
Test: Ensured we display "Hotspot on" in settings when softap is started
on either wlan0 or wlan1.

Change-Id: I0c456412f9b71ef2ee784f3bfa58b01b9287ca73
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:53:54 +01:00
Kyle Harrison
689fabb481 RMX1851: overlay: Move tethering overlays
Config overlay values moved from frameworks_base core to
frameworks_base packages/Tethering

https://github.com/LineageOS/android_frameworks_base/blob/lineage-18.0/packages/Tethering/res/values/config.xml

Change-Id: Ia5a8056d6334cd78e79853c0ada4e8873a9669e0
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:53:39 +01:00
SamarV-121
d305f8ec6d Revert "sdm710-common: Enable AOD"
This reverts commit 40b06eb286.
2020-11-28 21:40:48 +01:00
Jimmy Chen
ab06d56014 sdm710-common: overlay: Add p2p regex for tethering modes
Bug: 137602441
Test: CtsVerifier - Wi-Fi Direct
Change-Id: I6d6d29bd1742e4f34d09a208fefdddc9913e38a2
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-11-28 21:37:11 +01:00
Kevin Chyn
4b637d7acf kunlun2: Add fingerprint configuration to overlay
The framework was changed in Android R to require explicit authenticator registration.
This change allows apps to continue to use the fingerprint sensor.

Bug: 147445115

Test: Builds
Change-Id: Id3385edc784b2053c8b54ec3153728f4e6e22a45
2020-11-12 15:05:02 +01:00
Roshan Pius
10ff7b1cbe kunlun2: 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-11-12 14:12:17 +01:00
Brad Ebinger
fcfedf13ff kunlun2: overlay: Add translatable="false" tags to ims package overlays
Bug: 147569830
Test: atest TeleServiceTests:PhoneGlobalsTest
Change-Id: I57d80bbf17fafdc87ba04c6e7f7ab9573482e395
2020-11-12 14:09:19 +01:00
LuK1337
5fca2b44ca kunlun2: overlay: 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
2020-11-12 14:08:49 +01:00
GiaSen
7a5037cb9e Revert "kunlun2: import coral Telephony overlays"
This reverts commit 83a4082fe7.
2020-11-12 14:06:20 +01:00
LuK1337
17165825d5 kunlun2: overlay: Update in pinned files.
Remove or update paths that don't exist.

Bug: 119800099
Test: boots
Change-Id: Ib2cea88499cf08274d620d9d85ffcafc31fee868
2020-11-12 14:05:33 +01:00
Lucchetto
83a4082fe7 kunlun2: import coral Telephony overlays
Signed-off-by: Lucchetto <lucchetto.tie@live.com>
2020-11-08 11:09:03 +01:00
Lucchetto
e3790ebbdb kunlun2: enable baseband string hax
Signed-off-by: Lucchetto <lucchetto.tie@live.com>
2020-09-20 15:58:35 +02:00
SamarV-121
e33d666723 Revert "sdm710-common: Remove CarrierSettings from here"
This reverts commit b19f2b5cba.
2020-05-22 11:27:02 +02:00
ѕαмαя νιѕρυтє
f813de0d22
kunlun2: overlay: Disable camera2api for Snap 2020-04-12 22:38:31 +05:30
SamarV-121
18a697a2cf kunlun2: Import power profile from stock
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-12 15:21:30 +05:30
SamarV-121
a54debc8ce kunlun2: overlay: Import more brightness overlays
* also update vibration overlays

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-12 15:11:29 +05:30
Sᴀᴍᴀʀ Vɪꜱᴘᴜᴛᴇ
659dae57a2 kunlun2: overlay: Update brightness overlays from stock 2020-04-11 19:35:58 +05:30
Diogo Ferreira
baac476693 sdm710-common: Disable tap to wake by default
Tap to wake introduces some additional power consumption, this patch
disables it by default.

Change-Id: Ic33c44d72a2d0efcbe3a7dca0206558cbe1f4d6a
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-10 12:38:18 +00:00
SamarV-121
b19f2b5cba sdm710-common: Remove CarrierSettings from here
* Now in vendor_pixelstlye

Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
2020-04-09 15:42:31 +00:00