Common Device Tree for Samsung S7 QCOM
Find a file
Deokgyu Yang 8ca4939952 gts3l: keystore: keystore.mdfpp.so seems not necessary
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ifb59ab3efb4f122e3f628287a475a374f50f54ed
2021-06-08 17:25:14 +09:00
audio gts3l: audio: Fix speaker output but no luck for quad-speaker 2021-06-03 18:29:32 +09:00
bluetooth init q 2019-10-11 15:28:34 +03:00
camera gts3l: camera: Import camera HAL 2021-05-24 22:24:23 +09:00
configs gts3l: configs: Update misc configs from T825N0KOU3CTD1 2021-05-21 01:41:01 +09:00
display Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
idc Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
include Remove existing audio_amplifier.h 2021-05-12 22:50:47 +09:00
keylayout Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
libhidl gts3l: hidl: Build android.hidl.manager 2021-05-26 01:19:23 +09:00
media Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
overlay gts3l: overlay: Edit as much as I can understand for now 2021-05-26 03:16:36 +09:00
overlay-lineage gts3l: overlay: Edit as much as I can understand for now 2021-05-26 03:16:36 +09:00
power Revert "Revert "gts3l: power: Fix double tap to wake up by adding power feature implement"" 2021-05-21 15:56:00 +09:00
recovery/root Add init script for recovery 2021-05-12 23:56:44 +09:00
rootdir gts3l: fs: Do restorecon_recursive for persist partition 2021-06-08 17:25:14 +09:00
seccomp gts3l: seccomp: Add mediaextractor.policy 2021-05-20 12:14:35 +09:00
sepolicy gts3l: fs: Mount and link properly to fit into MSM8996 family 2021-06-05 01:59:10 +09:00
shims gts3l: camera: Import camera HAL 2021-05-24 22:24:23 +09:00
usb gts3l: usb: Import USB HAL and it contains vinf itself 2021-05-24 22:24:25 +09:00
vndk Use prebuilt VNDK libraries 2021-05-10 23:47:03 +09:00
wifi Update Wifi configs from T825N0KOU3CTD1 2021-05-12 22:49:22 +09:00
Android.bp Add explicit Android blueprint to the root location 2021-05-10 23:39:18 +09:00
Android.mk gts3l: fs: Mount and link properly to fit into MSM8996 family 2021-06-05 01:59:10 +09:00
AndroidProducts.mk init q 2019-10-11 15:28:34 +03:00
BoardConfig.mk Revert "gts3l: filesystem: Mount persist using the init script" 2021-06-08 17:25:14 +09:00
compatibility_matrix.xml Do a lot of things 2021-05-12 22:34:40 +09:00
config.fs Update config.fs from LineageOS/gts4lv-common 2021-05-12 23:36:09 +09:00
device.mk gts3l: keymaster: MSM8996 board should use keymaster version 3 2021-06-08 17:25:14 +09:00
extract-files.sh gts3l: Use libcutils-v29.so for libsec-ril.so 2021-05-26 22:46:29 +09:00
framework_manifest.xml Do a lot of things 2021-05-12 22:34:40 +09:00
lineage.dependencies Remove all entries from dependencies 2021-05-10 23:39:18 +09:00
lineage_gts3llte.mk Add LineageOS license 2021-05-11 00:22:48 +09:00
manifest.xml gts3l: keymaster: MSM8996 board should use keymaster version 3 2021-06-08 17:25:14 +09:00
proprietary-files.txt gts3l: keystore: keystore.mdfpp.so seems not necessary 2021-06-08 17:25:14 +09:00
README.md init q 2019-10-11 15:28:34 +03:00
setup-makefiles.sh gts3l: tools: Update tools to fit into LineageOS 18.1 2021-05-24 22:24:25 +09:00
system.prop gts3l: qcom: Add vndfwk detect with some properties 2021-05-25 10:33:07 +09:00
update-sha1sums.py init for lineage-15.1 2018-07-19 13:48:02 +03:00

Device configuration for the Samsung Galaxy Tab S3 LTE

Copyright (C) 2017 The LineageOS Project Copyright (C) 2018 Valera Chigir valera1978@tut.by

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  • Description

    This repository is for LineageOS on Samsung Galaxy Tab S3 LTE (gts3llte)

  • How To Build LineageOS for Samsung Galaxy Tab S3 LTE

    • Make a workspace

mkdir cm17 cd cm17

  • Do repo init & sync

repo init -u git://github.com/LineageOS/android.git -b lineage-16.0

  • Create .repo/local_manifests/roomservice.xml with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>

  <project name="Valera1978/android_device_samsung_gts3llte" path="device/samsung/gts3llte" remote="github" />
  <project name="Valera1978/android_kernel_samsung_msm8996" path="kernel/samsung/msm8996" remote="github" />
  <project name="Valera1978/android_vendor_samsung_gts3llte" path="vendor/samsung/gts3llte" remote="github" />
  <project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" />

</manifest>

repo sync

  • Copy proprietary vendor files

There are two options to to that. Connect your device with adb enabled and run:

./extract-files.sh

Or if you have the system image unpacked on your disk, then simply run:

STOCK_ROM_DIR=/path/to/system ./extract-files.sh
  • Setup environment

. build/envsetup.sh

  • Build lineage 16.0

brunch gts3llte