17 Commits
Author SHA1 Message Date
Flopster101 e55ba0c6d0 Revert "s5e8825: Setup Neural Networks"
This reverts commit 12036a085d.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-29 22:19:02 -03:00
Flopster101 924e8cbb0c s5e8825-common: Import stock DQE display calibration files
Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-23 00:28:38 -03:00
Flopster101 89160b50a7 s5e8825-common: Remove secaudiohalaidl
It's unused.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-22 17:48:50 -03:00
Flopster101 9d8d30dddb s5e8825-common: Remove pinned USB audio policy config
This is redundant.

We already copy AOSP's generic policy from common.mk.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-22 17:45:53 -03:00
Flopster101 deb6256cdc s5e8825-common: Remove SMS fallback patch
Useless with my framework patch and will break even more with FLOSS IMS.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-19 04:15:53 -03:00
Flopster101 49a0ef61e0 s5e8825-common: Add dummy libexynoscamera3 lib
For dependency reasons.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-18 16:17:50 -03:00
Flopster101 cf2678a02c s5e8825-common: Remove protobuf 21.7 blob
Now part of lineage/compat.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-18 16:17:42 -03:00
Flopster101 9e3dd2b3ee s5e8825-common: Patch audio HAL to fix low call volume
The way it works currently is that modem call volume is handled by the
"ABOX Speech Volume" mixer control, which in our prebuilt HAL gets set
through the audio HAL seemingly querying sec-ril, which returns 4.

Most users complain that this is too low, so this patch hardcodes the
value 7 in the function diamondvoice_set_volume, which is the highest
value that has any effect on the volume.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-30 23:44:57 -03:00
Flopster101 bfddf24841 s5e8825-common: Kang USB mixer configuration from A146BXXU8DYF4
It was missed previously when adding the prebuilt audio blobs.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-14 17:12:50 -03:00
Flopster101 e10f664231 s5e8825-common: Fix non-VTS compliant prop in libvkmanager_vendor
09-02 06:25:45.643     1     1 I auditd  : type=1107 audit(0.0:4): uid=0 auid=4294967295 ses=4294967295 subj=u:r:init:s0 msg='avc:  denied  { read } for property=ro.factory.factory_binary pid=0 uid=0 gid=0 scontext=u:r:vendor_init:s0 tcontext=u:object_r:default_prop:s0 tclass=file permissive=0'

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-02 17:30:55 -03:00
Flopster101 0a2e04d844 s5e8825-common: sepolicy: Fixup and label non-VTS compliant RIL prop
persist.ril.supportNrModefromCp -> vendor.ril.supportNrModefromCp

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-02 16:39:20 -03:00
Flopster101 b373c561bd s5e8825-common: Add missing EPIC daemon stuff
Previously we only imported the HAL itself, without the daemon and its configs.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-02 14:56:26 -03:00
Flopster101 624e03fdf3 s5e8825-common: Patch out libswdap device check
This library checks for the device name before starting the effect (eg. SM-A536B),
and if the device name doesn't match, it starts in a 'crippled' mode and will refuse
to read dax-default.xml properly, so no effects (except volume-based ones) will
be applied.

The following message will appear in logcat to indicate this:

07-03 23:30:28.390   750   787 D DlbDap2Process: There's no mix matrix
07-03 23:30:28.390   750   787 D DlbDap2Process: DAP output mode set to 1 with output channel mask 0x3 and null mix matrix.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-02 00:26:34 -03:00
Flopster101andMajaahh bea9ee7c59 s5e8825-common: Patch audio HAL to fix FM Radio
Change-Id: I3a22f7b2c275f9d4a7b655df998186f68ae0a22c
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
2025-08-31 23:26:26 +02:00
Flopster101andMajaahh 429985f4c0 s5e8825-common: Kang proprietary GPU blobs from a54x
Change-Id: Ida74c163576661aff7437c0a99f88792a8085ada
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
2025-08-31 23:21:04 +02:00
Flopster101andMajaahh 7d1820d687 s5e8825-common: Build Samsung EPIC HAL
Change-Id: I7ebee0b42cd481350357d5cca69f7e51cd615a9e
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
2025-08-31 23:18:22 +02:00
8c068c2099 s5e8825-common: Setup Audio
Change-Id: Id6cc78a13a68bb30db203c1cedce324e22273fc7
Co-authored-by: Tim Zimmerman <tim@linux4.de>
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
2025-08-31 23:14:40 +02:00