Git Product home page Git Product logo

build_scripts's Introduction

Get started with scripts

This repository contains some useful bash scripts for fully automated building of LineageOS based ROMs or TWRP recovery for your device. These bash based scripts are easy to use and they just needs to be executed in terminal from the root folder of source you want to build from (LineageOS or TWRP)

  • Scripts in this repository

    • build_all.sh - builds TWRP for all Liquid Porting And Development devices (only for LPAD admins)
    • build_lineageos.sh - builds LineageOS for one particular device
    • build_twrp.sh - builds TWRP for one particular device
  • Misc. scripts

    • install_megatools.sh - installs MEGA for uploading builds

Now we'll clone them and cd to them by running these commands:

git clone https://github.com/hejsekvojtech/build_scripts.git
cd build_scripts

Before using these build scripts you have to install utilities for uploading builds. The following script is made for MEGA installation. Install it by executing following commands from build_scripts folder:

bash utils/install_megatools.sh

After installing required utilities you have to configure script you want to use by opening it with text editor and changing following:

export device_tree= export vendor_tree= export brand= export device= export branch= export twrpver= export lineagever=

Once your script is set-up, place it to the root of TWRP or LineageOS source. If you don't have it synced yet, you can use these links:

For TWRP click here

For LineageOS click here

Once your choosen and configured script is placed into the root of required source, execute it by:

bash <script name>

build_scripts's People

Contributors

hejsekvojtech avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Forkers

sb6596

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.