Giter Club home page Giter Club logo

inception's People

Contributors

tgalal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

inception's Issues

update.apps

List of apps to add instead of of the more verbose update.files. an apps_submaker should then generate relevant update.files out of it for the fs submaker to process

incept tools

group misc tools here, to start with:
--recovery-unlock

Parse default.prop from recovery, in bootstrap and make

Properties of interest:

ro.product.model
ro.product.brand
ro.product.name
ro.product.device
ro.product.board
ro.product.cpu.abi
ro.product.cpu.abi2
ro.product.manufacturer
ro.board.platform
ro.build.product
ro.config.knox

config common format update

change common to config:

{
    "__config__": {
        "host": {
            "bin" : {
                "make_ext4fs": {
                    "arch" : {
                        "arm": "",
                        "x86": ""
                    }
                },
                "apktool": {
                    "arch": {
                        "all": "bin/apktool.jar"
                    }
                }
            }
        },
        "target": {
            "root": {
                "methods": {}
            },
            "bin": {
                "busybox" : {
                    "arch": {
                        "arm": ""
                    },
                    "symlinks": []
                }
            }
        }
    }
}

ls --tree

like ls but:
show parents of a specific config
or show children of a specific config

show build status in ls -l

Add a column in ls -l that shows what is already built for an image in a format like
c-o-b-r-u

  • c: Cache
  • o: Odin
  • b: boot
  • r: recovery
  • u: update

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.