Giter VIP home page Giter VIP logo

ganbarou_tools's Introduction

Ganbarou Tools

My tools and files used to build an AOSP based ROM

Credits

This ROM is build based on the repositories of broodplank. All credits for the basics of this ROM goes to him

This ROM uses ChainFire SuperSU. All credits for the su functionality goes to him

This ROM uses rom-stats from mcbyte-it. All credits for rom-stats goes to him.

How to build:

Getting Started

Syncing

To get started with AOSP ROM, you'll need to get familiar with Git and Repo.

To initialize your local repository using the AOSP-S4-KK trees, use a command like this:

repo init -u git://github.com/AOSP-S4-KK/platform_manifest -b kk-4.4

Then to sync up:

repo sync -f

Get my ROM specific stuff

To prepare to build my specific ROM you need to create a folder local_manifests under .repo. Then create a file in local_manifests named roomservice.xml. Copy the content of my roomservice.xml into this file.

Then sync again to get my specific repositories.

repo sync -f

Preparing

Goto ganbarou_tools and start create_links.sh. This copies the batch files, changelog and roomservice.xml to the places they are needed.

Building

Use builds4.sh to build the ROM. The finished ROM will be on the root of your build folder.

Updating the sources

Steps for updates after changes in the local repos are done:

  1. push.sh
  2. sync.sh
  3. merge.sh
  4. push.sh
  5. sync.sh

Steps for updates without changes in the local repos:

  1. merge.sh
  2. push.sh
  3. sync.sh

Forked repos:

My own repos:

Files description

Files description:

  • builds4.sh ==> builds the ROM and makes the necessary patches
  • justs4.sh ==> just makes the patches to the ROM
  • push.sh ==> pushes changes of forked/my own repos to github
  • merge.sh ==> merges changes on original repos to forked/my own repos
  • sync.sh ==> synces the repos with github

Folder description:

  • patches/data ==> additional data files for tablets & phones
  • patches/datap ==> additional data files for phones only
  • patches/ganbarou ==> additional system files
  • patches/superuser ==> superuser files SuperSU made by Chainfire. Check XDA thread
  • patches/japan.apns ==> additional APNs special for Japan

ganbarou_tools's People

Watchers

 avatar  avatar

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.