All Projects → jedie → lineageos_info

jedie / lineageos_info

Licence: other
overview of all supported LineageOS v16 & v17 devices

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to lineageos info

lineageos-devices
LineageOS Devices
Stars: ✭ 31 (+106.67%)
Mutual labels:  lineageos, lineageos-devices
android device amazon karnak
Android device tree for the Amazon Fire HD8 2018
Stars: ✭ 38 (+153.33%)
Mutual labels:  lineageos
LineageOS-Releases
LineageOS releases for Xiaomi Poco F3 (alioth)
Stars: ✭ 27 (+80%)
Mutual labels:  lineageos
Sphinx-Beryllium
Sphinx Custom Kernel for Pocophone F1 (Beryllium)
Stars: ✭ 23 (+53.33%)
Mutual labels:  lineageos
Anarchy-Droid
One-Click Android Rom Installation Assistant
Stars: ✭ 40 (+166.67%)
Mutual labels:  lineageos
Sphinx-Dipper
Sphinx Custom Kernel for Mi 8 (Dipper)
Stars: ✭ 17 (+13.33%)
Mutual labels:  lineageos
android device zuk z2 plus
Android device configuration for ZUK Z2 (z2_plus)
Stars: ✭ 18 (+20%)
Mutual labels:  lineageos
android device zuk z2 row
Android device configuration for ZUK Z2 Pro (z2_row)
Stars: ✭ 17 (+13.33%)
Mutual labels:  lineageos
android device xiaomi libra
Device configuration for Mi-4c (libra) and Mi-4s (aqua)
Stars: ✭ 51 (+240%)
Mutual labels:  lineageos
Lineage-Icons
LineageOS Icon Pack
Stars: ✭ 37 (+146.67%)
Mutual labels:  lineageos
LineageOS-Installer
A simple, graphical solution to installing LineageOS.
Stars: ✭ 18 (+20%)
Mutual labels:  lineageos

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].