Go to file
2018-07-05 19:01:43 +03:00
audio init Oreo 2018-01-01 00:53:06 +03:00
bluetooth update bt 2018-07-05 19:01:12 +03:00
camera init Oreo 2018-01-01 00:53:06 +03:00
configs update media profiles 2018-07-05 19:01:43 +03:00
idc update s-pen 2017-09-26 11:14:01 +03:00
include libril and libsecnativefeature and msm8974-common 2018-07-05 18:58:39 +03:00
init init Oreo 2018-01-01 00:53:06 +03:00
keylayout update s-pen 2017-09-26 11:14:01 +03:00
libshims add symbol for camera 2018-01-01 22:25:28 +03:00
overlay init Oreo 2018-01-01 00:53:06 +03:00
power add power_set_interactive_ext 2018-07-05 18:59:13 +03:00
recovery Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
rootdir move libs to vendor 2018-01-01 22:26:43 +03:00
sepolicy update sepolicy 2018-07-05 18:57:21 +03:00
twrp/recovery/root/etc Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
Android.mk Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
BoardConfig.mk build libril 2018-01-03 16:30:07 +03:00
config.fs init Oreo 2018-01-01 00:53:06 +03:00
device.mk move libs to vendor 2018-01-01 22:26:43 +03:00
extract-files.sh Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
full_viennalte.mk Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
lineage.dependencies clean up 2017-07-12 12:46:27 +03:00
lineage.mk init Oreo 2018-01-01 00:53:06 +03:00
manifest.xml init Oreo 2018-01-01 00:53:06 +03:00
proprietary-files.txt Init cm13.0 2016-01-10 17:55:38 +03:00
README.md Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
setup-makefiles.sh Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
system.prop fix mobile data (thanks @nx111) 2018-01-03 16:30:37 +03:00
twrp.mk Update and move to msm8974 kernel 2017-10-10 20:03:00 +03:00
vendorsetup.sh Update to LineageOS 2017-01-13 20:51:02 +03:00

Device configuration for the Samsung Galaxy Note Pro 12.2

Copyright (C) 2017 The LineageOS Project Copyright (C) 2017 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 Note Pro 12.2 (viennalte)

  • How To Build LineageOS for Samsung Galaxy Note Pro 12.2

    • Make a workspace

mkdir cm14 cd cm14

  • Do repo init & sync

repo init -u git://github.com/LineageOS/android.git -b cm-14.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_viennalte" path="device/samsung/viennalte" remote="github" revision="cm14.0_alt" />
  <project name="Valera1978/android_kernel_samsung_msm8974" path="kernel/samsung/msm8974" remote="github" />
  <project name="Valera1978/android_vendor_samsung_viennalte" path="vendor/samsung/viennalte" remote="github" revision="cm14.0_alt" />
  <project name="LineageOS/android_external_sony_boringssl-compat" path="external/sony/boringssl-compat" remote="github" />
  <project name="LineageOS/android_device_samsung_msm8974-common" path="device/samsung/msm8974-common" remote="github" />
  <project name="LineageOS/android_device_qcom_common" path="device/qcom/common" 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" />
  <project name="LineageOS/android_external_stlport" path="external/stlport" 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 cm14

brunch viennalte

or another way:

lunch lineage_viennalte-userdebug export USE_CCACHE=1 make -j10 bacon