
First of all, I want to apologize for my English, I am Spanish and translate text with Google.
I open this topic to hang here my compilations branch LineageOS 13.0.
I am not responsible! Everyone is aware of what he does.
Having each update ?
Updates are only a current repo sync LineageOS the original code .
Then we started:
Carrying these compilations?
Every officer of LineageOS, has not changed anything at all.
What is the date updated the code?
The same one that says the compilation, update and compile.
You must install the gapps?
If necessary, you can use the OpenGapps here: http://opengapps.org/
I'm a fan of Pico.
DOWNLOAD LineageOS-13.0
XDA: DevDB Information
[ROM][osprey][UNOFFICIAL] LineageOS 13.0 for Moto G (3rd Gen) Updated!
Contributors
LineageOS whole team, especially Alberto97 and squid2 , as are those who worked for our devices.
ROM OS Version: 6.0.X
ROM Kernel: Linux 3.10.x
Based On: LineageOS
Source Code: https://github.com/LineageOS/android_device_motorola_osprey
Changelog: https://review.lineageos.org/#/q/status:merged+branch:cm-13.0
Version Information
Status: Stable
Stable Release Date: BETA
Created Always updating.
Last Updated Always updating.
If I have not done well in the post, please forgive me.
Compile your own LineageOS Rom 14.1:
Use Ubuntu 14.04LTS
Simply copy and paste:
Preparing packages to compile:
EXAMPLE:
Preparing environment:
This is going to take ...
Prepare code for our device "osprey"
Add proprietary files to the code.
Go to route:
Add in the middle these 2 lines:
Resync:
Now start the compilation:
Once finished the compilation the rom will be in:
To clean everything and recompile:
Simply copy and paste:
Preparing packages to compile:
Code:
sudo apt-get install bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop maven openjdk-8-jdk openjdk-8-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev maven maven2 libnss-sss:i386 python-networkx ccache libc6-dev-i386 x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev unzip
Code:
sudo apt-get install g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev
Code:
sudo apt-get install android-tools-fastboot android-tools-adb
Code:
sudo apt-get install phablet-tools
Code:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
EXAMPLE:
Code:
git config --global user.email [email protected]
git config --global user.name johan88
Preparing environment:
Code:
mkdir ~/bin
Code:
PATH=~/bin:$PATH
Code:
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
Code:
chmod a+x ~/bin/repo
Code:
mkdir ~/source-LineageOS-14.1
Code:
cd ~/source-LineageOS-14.1
Code:
repo init -u git://github.com/LineageOS/android.git -b cm-14.1
Code:
cd ~/source-LineageOS-14.1
This is going to take ...
Code:
repo sync
Prepare code for our device "osprey"
Code:
source build/envsetup.sh
Code:
breakfast osprey
Add proprietary files to the code.
Go to route:
Code:
Personal folder/source-LineageOS-14.1/.repo/local_manifests/roomservice.xml
Add in the middle these 2 lines:
Code:
<remote fetch="https://github.com/TheMuppets/" name="TheMuppets" revision="cm-14.1" />
<project name="TheMuppets/proprietary_vendor_motorola" path="vendor/motorola" remote="github" revision="cm-14.1" />
Resync:
Code:
cd ~/source-LineageOS-14.1
Code:
repo sync
Now start the compilation:
Code:
cd ~/source-LineageOS-14.1
Code:
. build/envsetup.sh && brunch osprey
Once finished the compilation the rom will be in:
Code:
Personal Folder//source-LineageOS-14.1/out/target/product/osprey/
To clean everything and recompile:
Code:
cd ~/source-LineageOS-14.1
Code:
make clobber
Code:
repo sync
Code:
. build/envsetup.sh && brunch osprey
Compile your own LineageOS Rom 13.0:
Use Ubuntu 14.04LTS
Simply copy and paste:
Preparing packages to compile:
EXAMPLE:
Preparing environment:
This is going to take ...
Prepare code for our device "osprey"
Add proprietary files to the code.
Go to route:
Add in the middle these 2 lines:
Resync:
Now start the compilation:
Once finished the compilation the rom will be in:
To clean everything and recompile:
Simply copy and paste:
Preparing packages to compile:
Code:
sudo apt-get install bison build-essential curl flex git gnupg gperf libesd0-dev liblz4-tool libncurses5-dev libsdl1.2-dev libwxgtk2.8-dev libxml2 libxml2-utils lzop maven openjdk-7-jdk openjdk-7-jre pngcrush schedtool squashfs-tools xsltproc zip zlib1g-dev maven maven2 libnss-sss:i386 python-networkx ccache libc6-dev-i386 x11proto-core-dev libx11-dev lib32z-dev libgl1-mesa-dev unzip
Code:
sudo apt-get install g++-multilib gcc-multilib lib32ncurses5-dev lib32readline-gplv2-dev lib32z1-dev
Code:
sudo apt-get install android-tools-fastboot android-tools-adb
Code:
sudo apt-get install phablet-tools
Code:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
EXAMPLE:
Code:
git config --global user.email [email protected]
git config --global user.name johan88
Preparing environment:
Code:
mkdir ~/bin
Code:
PATH=~/bin:$PATH
Code:
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
Code:
chmod a+x ~/bin/repo
Code:
mkdir ~/source-LineageOS-13.0
Code:
cd ~/source-LineageOS-13.0
Code:
repo init -u git://github.com/LineageOS/android.git -b cm-13.0
Code:
cd ~/source-LineageOS-13.0
This is going to take ...
Code:
repo sync
Prepare code for our device "osprey"
Code:
source build/envsetup.sh
Code:
breakfast osprey
Add proprietary files to the code.
Go to route:
Code:
Personal folder/source-LineageOS-13.0/.repo/local_manifests/roomservice.xml
Add in the middle these 2 lines:
Code:
<remote fetch="https://github.com/TheMuppets/" name="TheMuppets" revision="cm-13.0" />
<project name="TheMuppets/proprietary_vendor_motorola" path="vendor/motorola" remote="github" revision="cm-13.0" />
Resync:
Code:
cd ~/source-LineageOS-13.0
Code:
repo sync
Now start the compilation:
Code:
cd ~/source-LineageOS-13.0
Code:
. build/envsetup.sh && brunch osprey
Once finished the compilation the rom will be in:
Code:
Personal Folder//source-LineageOS-13.0/out/target/product/osprey/
To clean everything and recompile:
Code:
cd ~/source-LineageOS-13.0
Code:
make clobber
Code:
repo sync
Code:
. build/envsetup.sh && brunch osprey
ATTENTION! I can not support compilation errors since I am not an expert.
Last edited: