pix106
e8275401ae
sdm660-common: Listen - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 14:00:36 +03:00
pix106
947c3adbd0
sdm660-common: Keymaster - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 14:00:36 +03:00
pix106
a301cc3e95
sdm660-common: IRQ balance - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 14:00:34 +03:00
pix106
db76d613a4
sdm660-common: Graphics - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
ccfb6fb6b8
sdm660-common: GPS - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
3b0f67c110
sdm660-common: Gatekeeper QTI - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
8e7ac9c3ed
sdm660-common: FM - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
0200d3ad5a
sdm660-common: ESE - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
6dae4d4b37
sdm660-common: DSP - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
d890e3045b
sdm660-common: DRM - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
2a93d48e11
sdm660-common: DPM - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
f2a807deb7
sdm660-common: CNE - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
1cbba17742
sdm660-common: Charger - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
643d8fac11
sdm660-common: CDSP - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
1ff414fbe7
sdm660-common: Bluetooth from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
88313dc4dc
sdm660-common: ANT+ - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
8e9e0f3dae
sdm660-common: Alarm - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
847d0a0b29
sdm660-common: Audio FX modules - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
pix106
809d561712
sdm660-common: Audio - from Zebra/helios/helios:13/13-22-18.00-TG-U02-STD-HEL-04/84:user/release-keys
2024-05-10 13:58:41 +03:00
Cassie
8f389d27ea
sdm660-common: overlay: Use the new auto network selection UI
2024-05-10 13:57:47 +03:00
pix106
e78038caae
sdm660-common: join common and ir proprietary-files.txt
2024-05-10 13:57:36 +03:00
pix106
54c4209b40
sdm660-common: Update DPM, Media, QMI, IMS blobs from LA.QSSI.14.0.r1-12000-qssi.0
2024-05-10 13:57:26 +03:00
Jyotiraditya Panda
667bfe89fb
sdm660-common: DeviceSettings: Refactor ClearSpeakerFragment code
...
- Removed unused imports
- Proper resource release by using try-finally block
- Added null checks for MediaPlayer methods
- Remove audio parameter as its unused
Change-Id: I7dc2ba7baf6e0193e13583a7454da296254d7333
Signed-off-by: Jyotiraditya Panda <jyotiraditya@aospa.co>
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
2024-05-10 13:57:16 +03:00
Volodymyr Zhdanov
dbb6cddf41
sdm660-common: DeviceSettings: Fix Clear Speaker IllegalStateException
...
* trace:
E AndroidRuntime: java.lang.IllegalStateException
E AndroidRuntime: at android.media.MediaPlayer._stop(Native Method)
E AndroidRuntime: at android.media.MediaPlayer.stop(MediaPlayer.java:1397)
* also do small refactoring while at it
Former-commit-id: 98f1335384a6b534becf87ad54333f737de9e15e
Signed-off-by: Joey Huab <joey@evolution-x.org>
2024-05-10 13:57:00 +03:00
Alvin Francis
7b224410e5
sdm660-common: overlay: Do not allow backup of overlays
...
Change-Id: I3b9c7e603ba619c95293b38bb58dc49f4f8b5974
2024-05-10 13:56:39 +03:00
xboxfanj
45a189e079
sdm660-common: overlay: Move rro packages to vendor partition
...
In Android 14, prioritization of partitions is emphasized, diverging
from previous versions where priorities were respected universally.
Overlay precedence now plays a critical role, with the following
partition order dictating overlay precedence:
- system
- vendor
- odm
- oem
- product
- system_ext
When multiple overlays contend for the same resources, the order of
overlays becomes crucial. An overlay takes precedence over others if it
has configurations following its own. This prioritization, while
impactful for GSI compatibility, is essential for maintaining order and
functionality.
* (pix106) Only WifiOverlay packages did not have vendor explicitely defined
Change-Id: I8b7568dcc418dbbd1ccb39e2d0dc66504f19fcdd
2024-05-10 13:56:27 +03:00
Martin Liu
3408b8155d
sdm660-common: rootdir: Set readahead_size_kb=128 to partitions
...
To avoid memory pressure
Bug: 181567573
Test: check readahead size
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: I0ef6456a96ef923fe681112560d2f49c514ff529
2024-05-10 13:56:18 +03:00
Edwin Moquete
5120925325
sdm660-common: properties: Disable frame rate override feature
...
This is enabled by default on U, and it causes apps like
Chrome and YouTube to render the frame rate at 30FPS when
playing some videos.
Change-Id: I649bf03d550c2b9726c7957d15ed09e455d874ec
Signed-off-by: clarencelol <clarencekuiek@proton.me>
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-05-10 13:55:54 +03:00
Sebastiano Barezzi
e0e2d57600
sdm660-common: Use the fragment for QTI vibrator HAL
2024-05-10 13:55:35 +03:00
pix106
ce0f90f70a
sdm660-common: displayconfig: Add brightness ramp rate
...
This reverts commit c4f9a89b6e
.
2024-05-10 13:55:21 +03:00
Martin Štrobl
9de8338285
sdm660-common: Cleanup makefile for EPPE enforcement
...
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-05-10 13:54:59 +03:00
ahmedhridoy371
d4ae94bfa1
sdm660-common: drop HotwordEnrollment blobs
2024-02-13 10:30:33 +02:00
5df445ca3a
sdm660-common: Rename WifiOverlay -> SDM660WifiOverlay
2024-02-13 10:20:07 +02:00
c12339040e
Revert "sdm660-common: Build graphics.allocator@3.0 and @4.0"
...
This reverts commit 8f1fbab141
.
2024-02-13 10:18:20 +02:00
Duc Le
d86b0b7e89
sdm660-common: rootdir: Bump zram size to 75%
...
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-02-09 09:55:27 +02:00
pix106
8c0db09a36
Revert "sdm660-common: Use stock poweroff charging animation"
...
This reverts commit 9492d1fa58
.
2024-02-09 09:55:12 +02:00
pix106
1c8b50d7b0
sdm660-common: Audio, ANT+, CNE, DPM, Graphics, IMS, Radio blobs from LA.QSSI.14.0.r1-11100-qssi.0
2024-02-09 09:54:54 +02:00
Alcatraz323
8f534a7b82
sdm660-common: proprietaries: update Audio, AudioFX, ANT+, CNE, DPM, Graphics, IMS, Listen, QMI, Radio blobs
...
* from LA.QSSI.14.0.r1-10000.01-qssi.0
2024-02-09 09:54:46 +02:00
pix106
47c49a828f
FIX sdm660-common: update asdp, audio, csdp, listen and media from from LA.QSSI.13.0.r1-10000.02-qssi.0
2024-02-09 09:54:31 +02:00
Martin Liu
a662638993
sdm660-common: adjust zram write back policy
...
The first default zram write back time is 3 hours which
is for go device to quickly save more ram. For Pixel
devices, we have more working set and could bring launch
time impact if we write back too fast. Thus, adjust the
first time write back time to 24 hours which is aligned
with periodic write back time.
Bug: 166739872
Test: boot
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: If1398bc44db0619cf2e2be87d4813972c0454dba
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-02-09 09:54:06 +02:00
Minchan Kim
ee99b60a37
sdm660-common: Enable zram writeback job scheduler
...
Bug: 140882488
Change-Id: I5489a7ce7a8d73306a6ecf69f57d338b2b0eaad2
Signed-off-by: Minchan Kim <minchan@google.com>
2024-02-09 09:53:51 +02:00
clarencelol
6048a9b491
sdm660-common: rootdir: Disable zram dedup
...
* Done via the kernel, forgot the line exists in DT as well
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-01-14 17:30:38 +01:00
pix106
7841576d62
sdm660-common: rro_overlay: rename all overlays to avoid conflicts
2024-01-14 17:19:23 +01:00
LuK1337
3e6db0abc2
sdm660-common: rootdir: set swappiness to 60
2024-01-14 17:19:23 +01:00
pix106
67049d9fe6
sdm660-common: DeviceSettings: Thermal profiles french translation
2024-01-14 17:19:23 +01:00
Max Weffers
4c9dac421a
sdm660-common: sepolicy: Grant XiaomiParts access to thermal file
...
Signed-off-by: pix106 <sbordenave@gmail.com>
2024-01-14 17:19:23 +01:00
pix106
2075a54b27
Revert "sdm660-common: DeviceSettings: Nuke thermal settings"
...
This reverts commit c455b70f97
.
2024-01-14 17:19:23 +01:00
Sabar
964f9afff1
sdm660-common: sepolicy: Adjust sepolicy for qti thermal
...
Co-Authored-By: Clarence K <clarencekuiek@proton.me>
2024-01-14 17:19:23 +01:00
Sabar
cc7186d635
sdm660-common: Switch to QTI Thermal HAL
2024-01-14 17:19:23 +01:00
LuK1337
119e127a3e
sdm660-common: sepolicy: isolated_app -> isolated_app_all
...
Change-Id: I10b09afe41b927875d1f7c37d6fc18b75ae1250a
Signed-off-by: Immanuel Raj <iamimmanuelraj@gmail.com>
2024-01-14 17:19:23 +01:00