{% assign device = site.data.devices[page.device] %}
|
{{ device.vendor }} {{ device.name }} ({{ device.codename }}) |
|
| Released |
{%- if device.release.first -%}
{%- for model in device.release -%}
{%- assign release = model.first[1] | split: '-' -%}
{{ model.first[0] }}: {% include snippets/release.html -%}
{%- unless forloop.last -%}
{% endunless %} {%- endfor %} {%- else %} {% assign release = device.release | split: '-' -%} {% include snippets/release.html %} {%- endif %} |
|---|---|
| Carrier | {{ device.carrier }} |
| Specifications | |
| SoC | {{ device.soc | join: ' / ' }} |
| RAM | {{ device.ram }} |
| CPU |
{%- case device.cpu_cores %}
{% when '1' %}
Single-core
{% when '2' %}
Dual-core
{% when '4' %}
Quad-core
{% when '6' %}
Hexa-core
{% when '8' %}
Octa-core
{% else %}
{{ device.cpu_cores }}x
{%- endcase %} {{ device.cpu }} {{ device.cpu_freq }} |
| Architecture |
{%- if device.architecture.cpu -%}
CPU: {{ device.architecture.cpu }} Android: {{ device.architecture.userspace }} {%- else -%} {{ device.architecture }} {%- endif -%} |
| GPU | {{ device.gpu | join: ' / ' }} |
| Network |
|
| Storage | {{ device.storage }} |
| SD card | Up to {{ device.sdcard.size_max }}
{%- if device.sdcard.slot %}
{%- case device.sdcard.slot %} {%- when 'sim' %} SIM slot {%- when 'hybrid' %} hybrid SIM slot {%- when 'dedicated' %} dedicated slot {%- endcase %} {%- endif %} |
| Screen |
{%- if device.screen.first.size == 1 %}
{%- comment %}The size of "first" will be 1 when there is a list of models{% endcomment -%}
{%- for model in device.screen %}
{%- assign modelname = model.first[0] %}
{%- assign screen_data = model.first[1] %}
{%- include snippets/screen.html %}
{%- unless forloop.last -%}
{%- endunless -%} {% endfor -%} {%- else %} {%- assign screen_data = device.screen %} {%- include snippets/screen.html %} {%- endif %} |
| Bluetooth | {% if device.bluetooth.profiles -%} {{ device.bluetooth.spec }} with {{ device.bluetooth.profiles | join: ', ' }} {% else -%} {{ device.bluetooth.spec }} {% endif -%} |
| Wi-Fi | {{ device.wifi }} |
| Peripherals |
{%- if device.peripherals.first.size == 1 %}
{%- for model in device.peripherals %}
|
| Cameras | {{ device.cameras | size }}
|
| Dimensions | {%- if device.dimensions.first.size == 1 %}
{%- comment %}The size of "first" will be 1 when there is a list of models{% endcomment -%}
{%- for model in device.dimensions %}
{%- assign modelname = model.first[0] %}
{%- assign dimension_data = model.first[1] %}
{%- include snippets/dimensions.html %}
{%- unless forloop.last -%}
{%- endunless -%} {% endfor -%} {%- else %} {%- assign dimension_data = device.dimensions %} {%- include snippets/dimensions.html %} {%- endif %} |
| Battery |
{%- if device.battery.first.size == 1 -%}
{%- comment %}The size of "first" will be 1 when there is a list of models{% endcomment -%}
{% for model in device.battery -%}
{%- assign modelname = model.first[0] %}
{%- assign battery_data = model.first[1] %}
{% include snippets/battery.html %}
{%- unless forloop.last -%}
{%- endunless %} {% endfor -%} {%- else %} {%- assign battery_data = device.battery %} {% include snippets/battery.html %} {%- endif -%} |
| LineageOS info | |
| Maintainer{% if device.maintainers.size > 1 %}s{% endif %} |
|
| Current version |
|
| Kernel version |
|
| Supported models |
|
| Previously supported versions |
|