1
0
Fork
You've already forked custom-android-roms
0
Aggregated data about custom ROMs for Android devices.
  • JavaScript 100%
2025年05月09日 00:40:21 +02:00
lib Make device data properties shorter to compress a bit 2024年10月30日 17:21:52 +01:00
modules Add GrapheneOS 2024年10月29日 05:58:54 +01:00
parse-awesome-page Fix lint 2024年10月29日 18:56:50 +01:00
.gitignore Start hacking on LineageOS 2024年10月29日 04:06:03 +01:00
.gitmodules Add GrapheneOS 2024年10月29日 05:58:54 +01:00
.npmrc Skip package-lock.json for now 2024年10月29日 03:29:14 +01:00
device-data-pretty.json Compress device data properties 2024年10月30日 17:22:17 +01:00
device-data.json Compress device data properties 2024年10月30日 17:22:17 +01:00
index.js Add DivestOS 2024年10月30日 17:18:44 +01:00
package.json Update package.json 2024年10月29日 18:46:40 +01:00
readme.md Remove $ 2025年05月09日 00:40:21 +02:00

custom-android-roms

Aggregated data about custom ROMs for Android devices.

Code

git clone https://codeberg.org/lms/custom-android-roms.git --recurse-submodules

Device Data

All device data is built and also version controlled. This adds to the size of this repository but it makes it easier for people to download the data directly from wherever this repository is hosted, e.g. via a direct curl command.

For example:

curl https://codeberg.org/lms/custom-android-roms/raw/branch/main/device-data.json | jq .

The data is stored in json and in two different versions:

  • device-data.json Device data in raw format
  • device-data-pretty.json The same data but with line breaks for better readability

Scripts

  • npm run update Update all data dependencies
  • npm run build Build the data

License

GPLv3