Common Device Tree for Samsung S7 QCOM
Find a file
2018-07-19 13:54:38 +03:00
bluetooth init for lineage-15.1 2018-07-19 13:48:02 +03:00
configs fix fingerprint in enforce 2018-07-19 13:53:44 +03:00
doze init for lineage-15.1 2018-07-19 13:48:02 +03:00
gps init for lineage-15.1 2018-07-19 13:48:02 +03:00
include init for lineage-15.1 2018-07-19 13:48:02 +03:00
libhidl init for lineage-15.1 2018-07-19 13:48:02 +03:00
lineagehw/org/lineageos/hardware init for lineage-15.1 2018-07-19 13:48:02 +03:00
overlay init for lineage-15.1 2018-07-19 13:48:02 +03:00
rootdir small update 2018-07-19 13:52:58 +03:00
seccomp_policy init for lineage-15.1 2018-07-19 13:48:02 +03:00
sepolicy fix fingerprint in enforce 2018-07-19 13:53:44 +03:00
shims init for lineage-15.1 2018-07-19 13:48:02 +03:00
vndk init for lineage-15.1 2018-07-19 13:48:02 +03:00
wifi update wifi, back to lineage charger, remove init.sec.boot.sh, add wifiloader (trick to run "cat /proc/deferred_initcalls") 2018-07-19 13:51:34 +03:00
Android.mk init for lineage-15.1 2018-07-19 13:48:02 +03:00
AndroidProducts.mk init for lineage-15.1 2018-07-19 13:48:02 +03:00
BoardConfig.mk fix kernel path to msm8996 2018-07-19 13:54:38 +03:00
config.fs init for lineage-15.1 2018-07-19 13:48:02 +03:00
device.mk update wifi, back to lineage charger, remove init.sec.boot.sh, add wifiloader (trick to run "cat /proc/deferred_initcalls") 2018-07-19 13:51:34 +03:00
extract-files.sh init for lineage-15.1 2018-07-19 13:48:02 +03:00
full_gts3llte.mk init for lineage-15.1 2018-07-19 13:48:02 +03:00
lineage.dependencies public init 2017-12-25 20:12:40 +03:00
lineage.mk init for lineage-15.1 2018-07-19 13:48:02 +03:00
proprietary-files.txt public init 2017-12-25 20:12:40 +03:00
README.md init for lineage-15.1 2018-07-19 13:48:02 +03:00
rr.mk init for lineage-15.1 2018-07-19 13:48:02 +03:00
setup-makefiles.sh init for lineage-15.1 2018-07-19 13:48:02 +03:00
system.prop update wifi, back to lineage charger, remove init.sec.boot.sh, add wifiloader (trick to run "cat /proc/deferred_initcalls") 2018-07-19 13:51:34 +03: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 cm15 cd cm15

  • Do repo init & sync

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

  • 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" revision="lineage-15.1" />
  <project name="Valera1978/android_kernel_samsung_msm8996" path="kernel/samsung/msm8996" remote="github" revision="lineage-15.1" />
  <project name="Valera1978/android_vendor_samsung_gts3llte" path="vendor/samsung/gts3llte" remote="github" revision="lineage-15.1" />

</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 15.1

brunch gts3llte