Common Device Tree for Samsung S7 QCOM
Find a file
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
audio Move several folders from configs to the root dir 2021-05-12 22:59:53 +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
data 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
gps Replace GPS settings from Xiaomi/msm8996-common 2021-05-12 22:56:59 +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 update vndk/hudl stuff 2019-12-06 13:26:12 +03:00
media Move several folders from configs to the root dir 2021-05-12 22:59:53 +09:00
overlay Add a new list of pinned file for the JIT in zygote experiment. 2019-12-06 13:14:14 +03:00
recovery/root Add init script for recovery 2021-05-12 23:56:44 +09:00
rootdir Add missing contents 2021-05-12 23:41:43 +09:00
seccomp Add seccomp policy from T825N0KOU3CTD1 2021-05-12 23:36:05 +09:00
sepolicy update sepolicy 2019-12-06 13:18:49 +03: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 Do a lot of things 2021-05-12 22:34:40 +09:00
AndroidProducts.mk init q 2019-10-11 15:28:34 +03:00
BoardConfig.mk Add init script for recovery 2021-05-12 23:56:44 +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 Add init script for recovery 2021-05-12 23:56:44 +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 Do a lot of things 2021-05-12 22:34:40 +09:00
proprietary-files.txt Clean up 2021-05-12 23:36:09 +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 Update system.prop by T825N0KOU3CTD1 2021-05-12 22:10:08 +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