Skip to content

overview of all supported LineageOS v16 & v17 devices

Notifications You must be signed in to change notification settings

jedie/lineageos_info

Repository files navigation

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

About

overview of all supported LineageOS v16 & v17 devices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published