chriscamacho / lineageos-device-sql

horrid hack to turn device yml files into an sqlite db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

copy the current device yml files from

cp ../lineage_wiki/_data/devices/*.yml devices/

(assuming you've cloned the wiki 1 level higher) git clone https://github.com/LineageOS/lineage_wiki --depth=1

alas only codenames not real model names available....

running

select codename from devices where battery_removable='True' and channels="['nightly']"

will produce a list of all upto date devices with removable batteries

klteduos klteactivexx kltekdi klte lentislte kltechnduo wt88047 kltechn kltedv kccat6 crackling kltekor FP2

About

horrid hack to turn device yml files into an sqlite db

License:The Unlicense


Languages

Language:Python 100.0%