Skip to content

Latest commit

 

History

History
61 lines (61 loc) · 3.71 KB

File metadata and controls

61 lines (61 loc) · 3.71 KB
layout default
title Testing Builds Downloads
These build are made for testing...

... And that's all you have to do, If you flash a broken build, the only one to blame is you. All the releases listed on here are experimental builds made by our official maintainers, but for complete testing purposes.

Don't pull a Xiaomi Global Beta on us and if you have issues, please let us know with a log or with a proper report. Screenshots and messages telling what isn't working will be ignored completely.

Releases
    {% for device in site.devicesbeta %} {% if device.maintainer %}
  • phone_android {{ device.codename }} | {{ device.fullname }}
    Maintainer:
    {{ device.maintainer }}

    Latest build:
    {{ device.filename }}

    {% if device.newformat %} Build size:
    {{ device.buildsize | divided_by: 1048576 }}MB


    {% else %} Build size:
    {{ device.buildsize }}


    {% endif %} {% if device.notes %} Notes:
    {{ device.notes }}


    {% endif %} get_appDownload {% if device.mirrorlink %} open_in_newMirror {% endif %} historyOlder Builds receiptChangelog
  • {% endif %}

    Changelog for {{ device.codename }}

    <script> $(document).ready(function(){ $('#modal-chlg-{{device.codename}}').modal( {onOpenEnd: getChangelogBeta('{{device.codename}}') }); }); </script> {% endfor %}