rany | 4ac9461 | 2022-10-29 12:06:43 +0300 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "OnePlus Nord (avicii)" |
| 4 | codename: avicii |
| 5 | oem: OnePlus |
| 6 | downloadfolder: avicii |
| 7 | supportstatus: Current |
| 8 | maintainer: rany2 |
| 9 | devicetree: "https://github.com/TeamWin/android_device_oneplus_avicii" |
| 10 | --- |
| 11 | |
| 12 | {% include disclaimer.html %} |
| 13 | |
| 14 | {% include supportstatus.html %} |
| 15 | |
| 16 | <html> |
| 17 | <div class='page-heading' id='download'>Download Links:</div> |
| 18 | <hr /> |
| 19 | <p class="text">For Stock and other FBEv1 ROMs:</p> |
| 20 | <ul> |
| 21 | {% for mirror in site.data.mirrors %} |
| 22 | <li> |
| 23 | <a href="{{ mirror.baseurl }}avicii"> |
| 24 | {{ mirror.description }} |
| 25 | </a> |
| 26 | </li> |
| 27 | {% endfor %} |
| 28 | </ul> |
| 29 | <p class="text">For custom ROMs using FBEv2:</p> |
| 30 | <ul> |
| 31 | {% for mirror in site.data.mirrors %} |
| 32 | <li> |
| 33 | <a href="{{ mirror.baseurl }}aviciiv2"> |
| 34 | {{ mirror.description }} |
| 35 | </a> |
| 36 | </li> |
| 37 | {% endfor %} |
| 38 | </ul> |
| 39 | </html> |
| 40 | |
| 41 | {% include fastbootabinstall.html %} |