Commit graph

66 commits

Author SHA1 Message Date
Deokgyu Yang
acc9e84aa2 gts3l: power: This device does not support double tap to wake up
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ib2bbd8b98b0e9920756ef285ff7efb5919017741
2021-06-16 00:02:50 +09:00
Deokgyu Yang
e2999a9e47 gts3l: Use Valera1978's kernel
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Id478daf4247133b12e0235040ee2caa8a0996cf6
2021-06-15 10:18:07 +09:00
Deokgyu Yang
d69dbec5ab Revert "gts3l: filesystem: Mount persist using the init script"
This reverts commit 516babc15d.
2021-06-08 17:25:14 +09:00
Deokgyu Yang
516babc15d gts3l: filesystem: Mount persist using the init script
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I5a962f485cda3451c43f55739cc19beaa82ad7f7
2021-06-06 21:39:06 +09:00
Deokgyu Yang
4341f3df01 gts3l: fs: Allow handle as f2fs for the userdata partition
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I40ef49736189ead3925c63937ff091edb80697e0
2021-06-05 01:59:11 +09:00
Deokgyu Yang
04d95eb26f gts3l: fs: Mount efs partition with the init and edit firmware mount option
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Icaf54500424e205e2ccdb0de1d5323b42a674abc
2021-06-05 01:59:11 +09:00
Deokgyu Yang
81446e223f gts3l: fs: Recalculate partition size and use Samsung mkbootimg.mk back
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ic403f5b210c31db34d4adb829e0d76025b3c9715
2021-06-05 01:59:11 +09:00
Deokgyu Yang
d41b5879a0 gts3l: Update kernel flags
Since now it uses the new kernel source tree from the scratch

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I4574a4485f6e310de3d17078c6c9e761b662fabb
2021-06-05 01:59:11 +09:00
Deokgyu Yang
568d802199 gts3l: fs: Mount and link properly to fit into MSM8996 family
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Id8822e02bcc0755a506126e4a1d7d5a1232d6082
2021-06-05 01:59:10 +09:00
Deokgyu Yang
382bbd3f4a gts3l: audio: Fix speaker output but no luck for quad-speaker
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ia2f229306cf081814ab6413ee11228fa6715ac91
2021-06-03 18:29:32 +09:00
Deokgyu Yang
05ec26f1f8 gts3l: audio: This board uses legacy daemon
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I8f94c934ad2c9c2352b6ed4648990dc714fa855d
2021-05-27 17:52:50 +09:00
Deokgyu Yang
700866f5f5 Revert "gts3l: audio: Board also uses generic audio"
This reverts commit dc33b0f051.
2021-05-26 22:46:29 +09:00
Deokgyu Yang
dc33b0f051 gts3l: audio: Board also uses generic audio
This board should only use ALSA audio I think but doesn't work so far. So
adding support generic audio is just for an test. Might be reverted later.

Acutally, it seems they shouldn't be set at the same time.

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I16569fa3f5b481387437c532f137950ef9564e7f
2021-05-26 09:53:10 +09:00
Deokgyu Yang
ce2634d1f0 gts3l: Fix build error
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I3d42609f3d7d7d63bb7b6394bddcb3afea671d91
2021-05-25 00:25:57 +09:00
Deokgyu Yang
a34f76efda gts3l: selinux: Rename base sepolicy makefile
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
2021-05-24 22:24:25 +09:00
Deokgyu Yang
18798ae484 gts3l: camera: Import camera HAL
The camera HAL is from LineageOS/xiaomi_msm8996-common, lineage-18.1

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I5241f82e9ebbb4076eaf73a4180b65e9124c66c4
2021-05-24 22:24:23 +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
660f7ebe2b Revert "gts3l: camera: (WIP) Add camera HAL from LineageOS/xiaomi_msm8996-common"
This reverts commit 209a9aec1c.
2021-05-22 23:43:04 +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
209a9aec1c gts3l: camera: (WIP) Add camera HAL from LineageOS/xiaomi_msm8996-common
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I1eb5082082c7af4b7d8f98dbe5a1f8d9a20bebef
2021-05-22 23:30:58 +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
7d4800cc3e gts3l: camera: (WIP) Try to fix camera
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I14a6ba62f65c47839bd784cb889edc26e706dbbd
2021-05-21 15:56:00 +09:00
Deokgyu Yang
d8607fa65a Revert "Revert "gts3l: power: Fix double tap to wake up by adding power feature implement""
This reverts commit e3eec8eb55.
2021-05-21 15:56:00 +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
708cfa4a07 gts3l: audio: Disable Soundtrigger
Since there is no sound_trigger.primary file in the vendor firmware.

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I96978ac467ff8102b2588705e232d581a2493506
2021-05-21 01:41:01 +09:00
Deokgyu Yang
e3eec8eb55 Revert "gts3l: power: Fix double tap to wake up by adding power feature implement"
This reverts commit 652765d1545b134910e5d72c65e9eda981b0872f.
2021-05-21 01:41:01 +09:00
Deokgyu Yang
98396292f8 gts3l: power: Fix double tap to wake up by adding power feature implement
This is from LineageOS/samsung_gts4lv-common, lineage-17.1.

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I944846eec1f8e869a09c227204f74c0d8967fdcb
2021-05-21 01:41:01 +09:00
Deokgyu Yang
2d24cb0bbb gts3l: shims: Rename camera things to be commonized as of libcameraclient_shim
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Id86c0c4129ad93a18bf865ca842edf5c6cdf3d98
2021-05-21 01:41:01 +09:00
Deokgyu Yang
dd3657fd7e gts3l: camera: Do some jobs for camera working
- Build camera.provier@2.4
- Build Snap
- Build android.frameworks.displayservice@1.0_32
- Add a camera shim
- Add missing dependency libraries
- Use vendor camera.msm8996

The camera shim is from Valera1978/gts3llte lineage-16.0

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I5bdc0ea954ba9ed4ea461238219ccd4fdf2ba6a0
2021-05-21 01:40:26 +09:00
Deokgyu Yang
c830221df2 gts3l: sensor: Fix fingerprint working by adding shims
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I7af74a834a430767b4f9c8f07f97813506b0c8aa
2021-05-20 12:14:37 +09:00
Deokgyu Yang
6bcafe9175 gts3llte: camera: (WIP) Try to fix camera
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I644057b1845cea8298d3db8df28606be779ef7ea
2021-05-20 00:37:18 +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
38a32d8c3b gts3llte: Clean up proprietary-files and its relates and fstab
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I048c95b69deb6735d790870772ef2fd96f133328
2021-05-14 16:37:45 +09:00
Deokgyu Yang
b830c75e82 BoardConfig: SELinux: Fix typo
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I87316101ba7bb337374baeb1d4da541604ee45b2
2021-05-13 16:00:27 +09:00
Deokgyu Yang
39aa8463fa BoardConfig: SEPolicy: Remove creating symlink for bt_firmware
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I0313084d6a17d77556c6874de8d6e8bd291c9198
2021-05-13 12:20:58 +09:00
Deokgyu Yang
0ac7270c67 BoardConfig: SEPolicy: Change include path to the other msm8996 boards use
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iac1913fc55990ed1c227ff48e8c2aac898d8a57c
2021-05-13 10:37:32 +09:00
Deokgyu Yang
0698da28c0 Add back creating symlink for bt_firmware that is not sure
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iedb47fd4d6afd902645d2e1f15277dabcf1177c6
2021-05-13 02:00:22 +09:00
Deokgyu Yang
74087b8bb9 Update SEPolicy files from LineageOS/xiaomi_msm8996-common
Surely this is not perfect for gts3l boards

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ibdf84561980b6223be485579d330d9d8b3cdafb7
2021-05-13 00:29:11 +09:00
Deokgyu Yang
9a79c1c656 Add init script for recovery
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I1f081f824de8cd907b387bb3903586241619f28f
2021-05-12 23:56:44 +09:00
Deokgyu Yang
af7067e3d3 Do not copy bt* firmwares
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I86c5d90a0fcf1d2bf06853aa82ae46f228654731
2021-05-12 23:36:09 +09:00
Deokgyu Yang
aefed99fcd Do a lot of things
- Get audio library implements from LineageOS/gts4lv
- Move device manifests from configs to the root dir
- Revive Samsung, LineageOS HIDL
- Edit BoardConfig.mk a little

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I70cc11946f936373d06ce37f5c7868f844abed71
2021-05-12 22:34:40 +09:00
Deokgyu Yang
5e6b1b25ff Update audio, media stuffs from T825N0KOU3CTD1
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iaf98b3048d0bddfa324d28c0f28a5ce1d2203f16
2021-05-12 18:17:18 +09:00
Deokgyu Yang
bae7041305 Use vendor RIL binaries
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ia191701be33847e7a1297689c7dcba7e9563f2d9
2021-05-11 12:49:12 +09:00
Deokgyu Yang
b7cbe04569 Revert "Fix SEPolicy include path"
This reverts commit 22fd586b59.
2021-05-11 11:51:53 +09:00
Deokgyu Yang
22fd586b59 Fix SEPolicy include path
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I037afe978915de016990edf318777ff2367766d0
2021-05-10 23:39:18 +09:00
Deokgyu Yang
8aa422ff3e Update vendor information to T825N0KOU3CTD1
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I04f226aab273c0f0adbc2c0117ce6d2a730ff269
2021-05-10 23:14:28 +09:00
Deokgyu Yang
81c44f6062 Bluetooth firmwares are copied to vendor/firmware at the first time
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I40b9f349f2b538c363800c54698311a8812f00e1
2021-05-10 23:11:20 +09:00
Deokgyu Yang
1358148cd0 Edit display values to likely the other msm8996 devices
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I83c1844e4e9d1a9fb6ffd1867e75ab6b5847a13a
2021-05-10 23:11:20 +09:00