Commit graph

27 commits

Author SHA1 Message Date
Deokgyu Yang
43f874285d gts3l-common: audio: Add Dolby audio effect
References:
- https://review.lineageos.org/c/LineageOS/android_device_samsung_gta4xl-common/+/314961
- https://forum.xda-developers.com/t/rom-official-lineageos-18-1-for-galaxy-s10e-s10-s10-s10-5g-exynos.4315407/page-7#post-85586605

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: If58ceb23d4b30759ce3b93102a04623b6f291a5f
2021-12-19 16:50:53 +09:00
Deokgyu Yang
ec3dda2242 gts3l-common: wfd: Use legacy WFD
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I931aeef24c30a459b3050191f960e02165aa7301
2021-12-19 01:02:29 +09:00
Deokgyu Yang
52ec08cfea gts3l-common: camera: Disable ZSL mode
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I570db8c3750335e6afdf8485c8397473e16bea70
2021-08-29 23:14:55 +09:00
Deokgyu Yang
76ac2e7cd8 gts3l-common: prop: Optimize for video and camera
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ic0eb581b45b9563f847345ab01cdb3d69ac14f18
2021-08-29 17:29:28 +09:00
Deokgyu Yang
225025d013 gts3l-common: camera: Add camera.gyro.disable, camera.imglib.fddsp
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I27e5cdcd8ada761f0452b4fe1f47db9c5b980b12
2021-08-22 01:50:06 +09:00
Deokgyu Yang
35c2c7ce53 gts3l-common: audio: Use vendor HAL for quad-speakers
But the speakers not working yet

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ib621378155fc68a975bb40c993f2aa65e0ee993b
2021-07-22 10:58:50 +09:00
Deokgyu Yang
6a91c8baa0 gts3l-common: prop: Remove setting qemu.hw.mainkeys
This property will be set by the init scripts. But before that, it
should be not set to 1.

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I09b6394ebb5a719d6983fd14256fac95cda8714f
2021-07-02 02:41:14 +09:00
Deokgyu Yang
0da3859ba1 gts3l-common: Separate into the two types of boards
gts3llte, gts3lwifi

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I7d169ed9435d28cd7096bfff07be2077fbeeb71a
2021-06-25 02:06:55 +09:00
Deokgyu Yang
954eb272f9 gts3l: qcom: Add vndfwk detect with some properties
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iff192992c8b19c1eb44170c4b04b7e7f5b65b292
2021-05-25 10:33:07 +09:00
Deokgyu Yang
460f1f95b9 gts3l: audio: Replace config file with modified one and add patched HAL
The audio HAL is from LineageOS/samsung_gts4lv-common, lineage-18.1

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
2021-05-24 17:20:04 +09:00
Deokgyu Yang
d1a5bc18c7 gts3l: audio: (WIP) Build only for 32 bit and remove unsupported flags
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iae8c799af7af6ae39bf46e70389f14cd72448d36
2021-05-23 13:37:01 +09:00
Deokgyu Yang
a4ab9ded44 gts3l: audio: (WIP) Try to fix audio
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Id906cd3f97d9b7a63c7886a1f94c18c8a25a1d86
2021-05-22 23:34:49 +09:00
Deokgyu Yang
e20779f55c gts3l: qmi: Edit RIL libpath to set only libsec-ril
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I1c2d000b05bd4cd3e7bca068191afe2955691621
2021-05-21 17:48:10 +09:00
Deokgyu Yang
36eb59d6aa gts3l: audio: (WIP) Try to fix audio
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I5c7ff4d5a3ac61a81a618568b43a13c42fc60961
2021-05-21 16:37:57 +09:00
Deokgyu Yang
bbe43b9ca9 Revert "gts3l: audio: Use almost same as of LineageOS/gtsl4v-common, lineage-17.1"
This reverts commit 74ad966581.
2021-05-21 16:05:57 +09:00
Deokgyu Yang
74ad966581 gts3l: audio: Use almost same as of LineageOS/gtsl4v-common, lineage-17.1
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I3429646b9c70fcef2a88b6bdd60f1ff31087dcff
2021-05-21 15:55:22 +09:00
Deokgyu Yang
f3989240d9 gts3l: prop: Add aptX HD into the A2DP cap list
There is no library for aptX HD but it should work after installing aptX
libraries via Magisk

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I729bdb969e03536abf2145f11c2ea23e72128598
2021-05-21 02:47:20 +09:00
Deokgyu Yang
3cc30466c5 gts3llte: First boot
Done so many jobs to boot...

- SELinux permissive
- Fix/Update init scripts
- Edit the file system list for working anyway in the faced situation
but it has to be optimized later
- Optimize vendor files and add unsure binary files for debugging
- Remove unused packages
- Build Camera packages itself but not working curretly
- Update manifest from the CTD1 OTA firwmare
- Optimize manifest
- Optimize SELinux properties a little

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I4c134c6fb89e646fdba39590b6b80c4027eb2c71
2021-05-18 22:20:56 +09:00
Deokgyu Yang
ab2c24db63 Update system.prop by T825N0KOU3CTD1
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I69ee5e46862ec3e314e17ad38f0aea2122f6bf98
2021-05-12 22:10:08 +09:00
Deokgyu Yang
9ef6dc45ba Remove codec2
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I4f6c6dc9695b56af3f7146386af873c75c8df8e3
2021-05-12 18:17:20 +09:00
Valera1978
7b47bb4a7e Enable Codec2 2019-12-06 13:22:32 +03:00
Valera1978
4ef518cb3d init q 2019-10-11 15:28:34 +03:00
Valera1978
96b557b959 remove samsung gatekeeper/keymaster 2019-04-01 11:12:19 +03:00
Valera1978
5bb919d197 init 16.0 2019-02-11 23:56:38 +03:00
Valera1978
bfbaafc49e update wifi, back to lineage charger, remove init.sec.boot.sh, add wifiloader (trick to run "cat /proc/deferred_initcalls") 2018-07-19 13:51:34 +03:00
Valera1978
190d8b9442 init for lineage-15.1 2018-07-19 13:48:02 +03:00
bonuzzz
53018cebe7 public init 2017-12-25 20:12:40 +03:00