Go to file
2017-03-24 16:17:50 +03:00
audio Update to Lineage 2017-03-24 16:17:50 +03:00
bluetooth Update to Lineage 2017-03-24 16:17:50 +03:00
camera Update to Lineage 2017-03-24 16:17:50 +03:00
configs Update to Lineage 2017-03-24 16:17:50 +03:00
idc Init 2016-01-10 17:51:48 +03:00
include Update to Lineage 2017-03-24 16:17:50 +03:00
keylayout clean-up 2016-11-30 18:23:16 +03:00
liblights Update to Lineage 2017-03-24 16:17:50 +03:00
overlay Update to Lineage 2017-03-24 16:17:50 +03:00
power Update to Lineage 2017-03-24 16:17:50 +03:00
ril Update to Lineage 2017-03-24 16:17:50 +03:00
rootdir clean-up 2016-11-30 18:23:16 +03:00
sepolicy Update to Lineage 2017-03-24 16:17:50 +03:00
Android.mk Init 2016-01-10 17:51:48 +03:00
BoardConfig.mk Update to Lineage 2017-03-24 16:17:50 +03:00
device.mk Update to Lineage 2017-03-24 16:17:50 +03:00
extract-files.sh Init 2016-01-10 17:51:48 +03:00
extract-function.sh Init 2016-01-10 17:51:48 +03:00
full_viennalte.mk clean-up 2016-11-30 18:23:16 +03:00
lineage.dependencies Update to LineageOS 2017-01-13 20:51:02 +03:00
lineage.mk Update to LineageOS 2017-01-13 20:51:02 +03:00
mkbootimg.mk Init cm13.0 2016-01-10 17:55:38 +03:00
proprietary-files.txt Init cm13.0 2016-01-10 17:55:38 +03:00
README.md Update to Lineage 2017-03-24 16:17:50 +03:00
setup-makefiles.sh Update to Lineage 2017-03-24 16:17:50 +03:00
system.prop Update to Lineage 2017-03-24 16:17:50 +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:

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