Common Device Tree for Samsung S7 QCOM
Find a file
Deokgyu Yang bca3bc34c0 gts3l: display: Set proper LCD density
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: Iea1d34f27e475fb3392f0f10196c5d5b998db4a2
2021-06-21 02:26:11 +09:00
audio gts3l: audio: Remove unused HAL sources and move config files 2021-06-16 00:21:47 +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 gts3l: media: Import vendor configs 2021-06-08 17:25:14 +09:00
overlay gts3l: overlay: Do some more jobs for Galaxy Tab S3 2021-06-16 00:00:58 +09:00
overlay-lineage gts3l: overlay: Do some more jobs for Galaxy Tab S3 2021-06-16 00:00:58 +09:00
recovery/root Add init script for recovery 2021-05-12 23:56:44 +09:00
rootdir gts3l: adsprpcd: There should be only one adsprpcd related service 2021-06-20 02:31:23 +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 gts3l: display: Set proper LCD density 2021-06-21 02:26:11 +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: display: Set proper LCD density 2021-06-21 02:26:11 +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 gts3l: Update lineage.dependencies 2021-06-10 18:47:13 +09:00
lineage_gts3llte.mk Add LineageOS license 2021-05-11 00:22:48 +09:00
manifest.xml gts3l: radio: Fix QMI, RIL, Radio related errors 2021-06-10 17:08:28 +09:00
proprietary-files.txt gts3l: proprietary-files: Remove debugging stuffs 2021-06-16 02:15:42 +09:00
README.md Update README.md 2021-06-16 02:15:42 +09: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 Tree for Samsung Galaxy Tab S3 LTE (gts3llte)

  • Currently working in progress.
  • Some commits are meaningless, I'm digging in.
  • Will be separated to use common device tree.
Copyright (C) 2017 The LineageOS Project
Copyright (C) 2018-2020 Valera Chigir <valera1978@tut.by>
Copyright (C) 2021 Deokgyu Yang <secugyu@gmail.com>

Disclaimer

/*
 * Your warranty will be VOID after installing a custom ROM.
 *
 * Get notified yourself that I am not responsible for bricked devices, dead SD cards,
 * thermonuclear war, or you getting fired because the alarm app failed.
 * Please do some research if you have any concerns about features included in this ROM
 * before flashing it!
 * YOU are choosing to make these modifications,
 * and if you point the finger at me for messing up your device,
 * I will laugh at you.
 */

Local manifest

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
    <project name="awesometic/android_device_samsung_gts3llte"
        path="device/samsung/gts3llte"
        revision="lineage-18.1"
        remote="github" />
    <project name="awesometic/android_kernel_samsung_msm8996"
        path="kernel/samsung/msm8996"
        revision="lineage-18.1"
        remote="github" />

    <project name="LineageOS/android_device_samsung_qcom-common"
        path="device/samsung/qcom-common"
        revision="lineage-18.1"
        remote="github" />
    <project name="LineageOS/android_hardware_samsung"
        path="hardware/samsung"
        revision="lineage-18.1"
        remote="github" />
</manifest>

License

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 [https://www.apache.org/licenses/LICENSE-2.0.html]