GithubHelp home page GithubHelp logo

Comments (7)

ultimatum163 avatar ultimatum163 commented on August 16, 2024

mkdir -p ~/bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
. ~/.profile
mkdir ~/name folder && cd ~/name folder

For android 5.1.1 (CM 12.1)
repo init -u git://github.com/CyanogenMod/android.git -b cm-12.1
For android 6.0 (CM 13.0)
repo init -u git://github.com/CyanogenMod/android.git -b cm-13.0
repo sync -j* - // * - number of threads

For CM 12.1
mkdir -p .repo/local_manifests/
nano .repo/local_manifests/local_manifests.xml

For CM 13.0
mkdir -p .repo/local_manifests/
nano .repo/local_manifests/local_manifests.xml

Again: repo sync -j* Then: . envsetup.sh && breakfast nx507j && brunch nx507

from android_device_nubia_nx507j.

ultimatum163 avatar ultimatum163 commented on August 16, 2024

even better:
For CM 12.1
git clone https://github.com/ultimatum163//android_device_nubia_nx507j.git -b lp-5.1 device/nubia/nx507j
git clone https://github.com/ultimatum163/android_kernel_nubia_nx507j.git -b lp-5.1 kernel/nubia/nx507j
git clone https://github.com/ultimatum163/android_vendor_nubia_nx507j.git -b lp-5.1 vendor/nubia/nx507j
mkdir -p .repo/local_manifests/
cp device/nubia/nx507j/roomservice.xml .repo/local_manifests/

For CM 13.0
git clone https://github.com/ultimatum163//android_device_nubia_nx507j.git -b mm-6.0 device/nubia/nx507j
git clone https://github.com/ultimatum163/android_kernel_nubia_nx507j.git -b mm-6.0 kernel/nubia/nx507j
git clone https://github.com/ultimatum163/android_vendor_nubia_nx507j.git -b mm-6.0 vendor/nubia/nx507j
mkdir -p .repo/local_manifests/
cp device/nubia/nx507j/roomservice.xml .repo/local_manifests/

from android_device_nubia_nx507j.

myfreax avatar myfreax commented on August 16, 2024

+ultimatum163 I am new bie,

For CM 13.0
git clone https://github.com/ultimatum163//android_device_nubia_nx507j.git -b mm-6.0 device/nubia/nx507j
git clone https://github.com/ultimatum163/android_kernel_nubia_nx507j.git -b mm-6.0 kernel/nubia/nx507j
git clone https://github.com/ultimatum163/android_vendor_nubia_nx507j.git -b mm-6.0 vendor/nubia/nx507j
mkdir -p .repo/local_manifests/
cp device/nubia/nx507j/roomservice.xml .repo/local_manifests/

I have done these operations, the next step should be how do?
I not found these tools

. envsetup.sh && breakfast nx507j && brunch nx507 

from android_device_nubia_nx507j.

ultimatum163 avatar ultimatum163 commented on August 16, 2024

. build/envsetup.sh && breakfast nx507j && brunch nx507j

from android_device_nubia_nx507j.

myfreax avatar myfreax commented on August 16, 2024

I also not found

 build/envsetup.sh && breakfast nx507j && brunch nx507j 

I have no sync CyanogenMod repo, because GFW block google server,must sync CyanogenMod source code?

from android_device_nubia_nx507j.

canoe-Z avatar canoe-Z commented on August 16, 2024

Use shadowsocks
2016年1月10日 下午9:04于 Freax [email protected]写道:I also not found

build/envsetup.sh && breakfast nx507j && brunch nx507j

I have no sync CyanogenMod repo, because GFW block google server,must sync CyanogenMod source code?

—Reply to this email directly or view it on GitHub.

from android_device_nubia_nx507j.

ultimatum163 avatar ultimatum163 commented on August 16, 2024

yes, need sync CyanogenMod source code

from android_device_nubia_nx507j.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.