Code Monkey home page Code Monkey logo

lineageos_info's Introduction

Note: In the meanwhile, there is a more beautiful project:


LineageOS supported devices info

Goal of this project: A good overview of all supported LineageOS devices.

Filter rules are:

  • LineageOS v16 or v17 is supported
  • Device has maintainers
  • Has more than 2GB RAM and more than 16 GB storage space

The base data is the official Wiki: https://wiki.lineageos.org/devices/ We use https://github.com/LineageOS/lineage_wiki/ as git submodules and read the files from /_data/devices/

Disscuss on reddit here: r/LineageOS supported devices info

results

Current result csv is:

A list of skipped device is: device_info.log

top 10 devices

Last LineageOS wiki page update: 2020-12-27 Generated: 2020-12-30

tryout

install requirements

Only pyyaml is needed.

prepare system

If you don't have pipenv installed, install pip and install it:

# install pip e.g.:
~$ sudo apt install python3-pip
# or:
~$ sudo python3 -m ensurepip --upgrade

Or use get-pip, see: https://pip.pypa.io/en/stable/installing/

Install pipenv, e.g.:

~$ sudo pip3 install -U pipenv

Clone and setup pipenv

~$ git clone --recursive https://github.com/jedie/lineageos_info.git
~$ cd lineageos_info/
~/lineageos_info$ git submodule update --init --recursive
~/lineageos_info$ pipenv sync

Generate device info:

# go into project directory:
~$ cd lineageos_info/

# Update git repro and submodules:
~/lineageos_info$ ./git_update.sh

# generate new csv file:
(.virtualenv) ~/lineageos_info$ pipenv run ./lineageos_info.py

lineageos_info's People

Contributors

jedie avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

lineageos_info's Issues

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.