From 9c4351001a1c003f572ac1bdf23b7dc3d34a4661 Mon Sep 17 00:00:00 2001 From: Valera1978 Date: Thu, 17 Nov 2016 14:33:33 +0300 Subject: [PATCH] update readme (reverted from commit 269ea3a69cb2d82a1ba9a629ab3c404200d56385) --- README.md | 69 ++----------------------------------------------------- readme | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 67 deletions(-) create mode 100755 readme diff --git a/README.md b/README.md index 3690a7b..2cfc0d4 100755 --- a/README.md +++ b/README.md @@ -1,68 +1,3 @@ -Device configuration for the Samsung Galaxy Note Pro 12.2 +Copyright 2014 - The CyanogenMod Project -Copyright (C) 2015 The CyanogenMod Project -Copyright (C) 2015 Valera Chigir - - 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 CyanogenMod on Samsung Galaxy Note Pro 12.2 (viennalte) - -* How To Build CyanogenMod for Samsung Galaxy Note Pro 12.2 - - - Make a workspace - -mkdir cm14 -cd cm14 - - - Do repo init & sync - -repo init -u git://github.com/CyanogenMod/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 cm_viennalte-userdebug -export USE_CCACHE=1 -make -j10 bacon +Device configuration for Samsung Note Pro 12.2 (LTE) diff --git a/readme b/readme new file mode 100755 index 0000000..3690a7b --- /dev/null +++ b/readme @@ -0,0 +1,68 @@ +Device configuration for the Samsung Galaxy Note Pro 12.2 + +Copyright (C) 2015 The CyanogenMod Project +Copyright (C) 2015 Valera Chigir + + 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 CyanogenMod on Samsung Galaxy Note Pro 12.2 (viennalte) + +* How To Build CyanogenMod for Samsung Galaxy Note Pro 12.2 + + - Make a workspace + +mkdir cm14 +cd cm14 + + - Do repo init & sync + +repo init -u git://github.com/CyanogenMod/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 cm_viennalte-userdebug +export USE_CCACHE=1 +make -j10 bacon