Common Device Tree for Samsung S7 QCOM
Find a file
Deokgyu Yang c423cae0d0 gts3l: audio: Add missing configuration files
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Ie068b41a4f92dac6657cc7059278dd804ce4f2f3
2021-05-20 11:05:51 +09:00
audio gts3l: audio: Add missing configuration files 2021-05-20 11:05:51 +09:00
bluetooth init q 2019-10-11 15:28:34 +03:00
configs Move several folders from configs to the root dir 2021-05-12 22:59:53 +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 gts3llte: Clean up proprietary-files and its relates and fstab 2021-05-14 16:37:45 +09:00
media Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
overlay Update overlays from LineageOS/samsung_gts4lv-common and xiaomi_msm8996-common 2021-05-12 23:58:38 +09:00
overlay-lineage Update overlays from LineageOS/samsung_gts4lv-common and xiaomi_msm8996-common 2021-05-12 23:58:38 +09:00
recovery/root Add init script for recovery 2021-05-12 23:56:44 +09:00
rootdir gts3llte: init: Add missing contents from OTA Ramdisk 2021-05-19 00:41:33 +09:00
seccomp Add seccomp policy from T825N0KOU3CTD1 2021-05-12 23:36:05 +09:00
sepolicy gts3llte: First boot 2021-05-18 22:20:56 +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 gts3llte: First boot 2021-05-18 22:20:56 +09:00
AndroidProducts.mk init q 2019-10-11 15:28:34 +03:00
BoardConfig.mk gts3llte: camera: (WIP) Try to fix camera 2021-05-20 00:37:18 +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: audio: Add missing configuration files 2021-05-20 11:05:51 +09:00
extract-files.sh Use extract utils from LineageOS 17.1 template 2021-05-11 11:51:53 +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 gts3llte: First boot 2021-05-18 22:20:56 +09:00
proprietary-files.txt gts3l: gps: Add missing izat.conf file 2021-05-20 10:30:17 +09:00
README.md init q 2019-10-11 15:28:34 +03:00
setup-makefiles.sh Use extract utils from LineageOS 17.1 template 2021-05-11 11:51:53 +09:00
system.prop gts3llte: First boot 2021-05-18 22:20:56 +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