mobile-nixos icon indicating copy to clipboard operation
mobile-nixos copied to clipboard

Doc: devices support level

Open davidak opened this issue 5 years ago • 6 comments

Please add the support level to the devices documentation.

https://mobile.nixos.org/devices/index.html

I like the structure of the list here organized by brand:

https://wiki.lineageos.org/devices/

There could be the overall support level like "basic" or "full". At the bottom could be a list of tested devices that are known not to work.

Then a page for every device can get generated with the README content and support level.

The support of specific features can be saved as structured data (Nix/JSON/?).

Screenshot from 2020-01-21 00-05-37

Good presentation example from https://wiki.postmarketos.org/wiki/Xiaomi_Redmi_Note_4_(xiaomi-mido)

I'm not sure if it is helpful to have the device specification there also, but if that is wanted, it an get scraped from https://github.com/LineageOS/lineage_wiki/blob/master/_data/devices/mido.yml

(that's the device i currently use)

davidak avatar Jan 20 '20 23:01 davidak

Already planned! I have two huge impact PRs to go, and then I need to look into the device-specific documentation task.

Thanks, though, this is now the tracking issue for this :).

The intent is that every device link goes to a page with information about the device. Not a bare link to the GitHub repository. That was done as a way shift the burden of work at a later time.

samueldr avatar Jan 20 '20 23:01 samueldr

This issue has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/mobile-nixos-progress-thread/342/60

nixos-discourse avatar Mar 28 '21 20:03 nixos-discourse

For inspiration PinePhone & Ubuntu Touch - https://devices.ubuntu-touch.io/device/pinephone/

nesnera avatar Mar 29 '21 21:03 nesnera

Relatedly:

  • https://github.com/LineageOS/charter/blob/master/device-support-requirements.md

How LineageOS defines device support. A good list of criteriæs.

samueldr avatar Apr 01 '21 01:04 samueldr