Created
February 17, 2015 23:03
-
-
Save jmingov/e0c4661a8699c575fd82 to your computer and use it in GitHub Desktop.
build cm 12.0 GALAXY TAB S 8.4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CyanogenMod (pronounced /saɪ.'æn.oʊ.dʒɛn.mɒd/) is an enhanced open source firmware distribution for smartphones and tablet computers based on the Android mobile operating system. It offers features and options not found in the official firmware distributed by vendors of these devices. | |
http://wiki.cyanogenmod.org/w/About | |
Code: | |
#include <std_disclaimer.h> | |
/* | |
* Your warranty is now void. | |
* | |
* We are not responsible for bricked devices, dead SD cards, | |
* thermonuclear war, or you getting fired because the alarm app failed. Please | |
* do some research if you have any concerns about features included in this ROM | |
* before flashing it! YOU are choosing to make these modifications, and if | |
* you point the finger at us for messing up your device, we will laugh at you. | |
* | |
*/ | |
http://www.cmxlog.com/12 | |
Before you install make sure to do a factory reset. First boot after install can leave your device at a black screen for up to 5 minutes. Be patient. | |
Source code | |
* CyanogenMod | |
https://github.com/CyanogenMod | |
* Device specific repos | |
https://github.com/eousphoros/androi..._klimtwifi.git | |
Unofficial Build instructions | |
Code: | |
# [ -e /usr/lib/apt/methods/https ] || { | |
apt-get update | |
apt-get install apt-transport-https | |
} | |
# apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
# sh -c "echo deb https://get.docker.com/ubuntu docker main\ | |
> /etc/apt/sources.list.d/docker.list" | |
# apt-get update | |
# apt-get install lxc-docker | |
# git clone https://github.com/stucki/docker-cyanogenmod.git | |
# cd docker-cyanogenmod | |
# ./run.sh | |
# repo init -u git://github.com/CyanogenMod/android.git -b cm-12.0 | |
# repo sync | |
# source build/envsetup.sh | |
// This is where it gets a bit hacky, expect this to get better after we get official | |
# breakfast picassowifi | |
# git clone https://github.com/eousphoros/android_device_samsung_klimtwifi.git device/samsung/klimtwifi | |
# git clone https://github.com/eousphoros/proprietary_vendor_samsung.git vendor/samsung | |
# git clone https://github.com/eousphoros/android_kernel_samsung_exynos5420.git kernel/samsung/klimtwifi | |
# brunch klimtwifi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment