Go to file
Kyle Harrison 54b7e7c527 mondrianwifi: Move ueventd.qcom.rc to /vendor/etc
In Android 12, the search path for the ueventd vendor config is now /vendor/etc.
2022-08-20 13:33:41 +02:00
audio mondrianwifi: tune rec main mic volume 2022-08-19 10:54:05 +02:00
bluetooth init mondrianwifi 2019-10-28 12:00:21 +03:00
camera mondrianwifi: Clean up camera wrapper 2021-08-25 09:47:30 +02:00
configs mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
idc init mondrianwifi 2019-10-28 12:00:21 +03:00
include mondrianwifi: touchscreen: Allow capacitive buttons to be disabled 2021-08-27 22:19:17 +02:00
keylayout mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
libshims mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
libwcnss_qmi init q 2019-12-05 12:22:07 +03:00
overlay mondrianwifi: restore ring volume 2022-03-15 05:51:02 +01:00
overlay-lineage mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
recovery/root/etc mondrianwifi: twrp 2021-08-29 17:29:35 +02:00
rootdir mondrianwifi: Move ueventd.qcom.rc to /vendor/etc 2022-08-20 13:33:41 +02:00
sepolicy mondrianwifi: selinux sensors 2022-03-19 14:53:11 +01:00
wifi mondrianwifi: use stock wifi conf 2022-03-13 09:53:31 +01:00
Android.mk mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
AndroidProducts.mk init q 2019-12-05 12:22:07 +03:00
BoardConfig.mk mondrianwifi: Disable APEX compression 2022-08-20 13:33:41 +02:00
config.fs mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
device.mk mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
extract-files.sh init mondrianwifi 2019-10-28 12:00:21 +03:00
lineage_mondrianwifi.mk init q 2019-12-05 12:22:07 +03:00
lineage.dependencies mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
manifest.xml mondrianwifi: touchscreen: Allow capacitive buttons to be disabled 2021-08-27 22:19:17 +02:00
proprietary-files.txt mondrianwifi: cleanup inherit from msm8974-common 2021-08-26 17:22:16 +02:00
README.md update readme 2020-05-26 11:28:57 +03:00
setup-makefiles.sh init mondrianwifi 2019-10-28 12:00:21 +03:00
system.prop mondrianwifi: add ro.kernel.ebpf.supported 2022-08-20 13:33:41 +02:00
twrp.mk mondrianwifi: twrp 2021-08-29 17:29:35 +02:00

Device configuration for the Samsung Tab Pro 8.4

Copyright (C) 2019 The LineageOS Project Copyright (C) 2019 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 Tab Pro 8.4 (mondrianwifi)

  • How To Build LineageOS for Samsung Tab Pro 8.4

    • Make a workspace

mkdir cm17 cd cm17

  • Do repo init & sync

repo init -u git://github.com/LineageOS/android.git -b lineage-17.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_mondrianwifi" path="device/samsung/mondrianwifi" remote="github" />
  <project name="Valera1978/android_kernel_samsung_msm8974" path="kernel/samsung/msm8974_tab" remote="github" revision="lineage-17.1_pro" />
  <project name="Valera1978/android_vendor_samsung_mondrianwifi" path="vendor/samsung/mondrianwifi" remote="github" />
  <project name="LineageOS/android_device_samsung_qcom-common" path="device/samsung/qcom-common" 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 cm17

brunch mondrianwifi

or another way:

lunch lineage_mondrianwifi-userdebug export USE_CCACHE=1 make -j16 bacon