systemad | 1648b3b | 2021-12-06 16:15:55 +0100 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "OnePlus 7T (hotdogb)" |
| 4 | codename: hotdogb |
| 5 | downloadfolder: hotdog |
systemad | 8f86531 | 2022-06-11 23:57:20 +0200 | [diff] [blame] | 6 | supportstatus: Unmaintained |
| 7 | maintainer: Unmaintained |
systemad | 1648b3b | 2021-12-06 16:15:55 +0100 | [diff] [blame] | 8 | oem: OnePlus |
| 9 | devicetree: https://github.com/TeamWin/android_device_oneplus_hotdog |
| 10 | xdathread: https://forum.xda-developers.com/t/recovery-11-unofficial-teamwin-recovery-project-7t-7t-pro.4299171/ |
| 11 | --- |
| 12 | |
| 13 | {% include disclaimer.html %} |
| 14 | |
| 15 | {% include supportstatus.html %} |
| 16 | |
| 17 | {% include dynamicpartitions.html %} |
| 18 | |
| 19 | <html> |
| 20 | <div class='page-heading' id='download'>Download Links:</div> |
| 21 | <hr /> |
| 22 | <p class="text">For Stock(OOS) and other FBEv1 ROMs:</p> |
| 23 | <ul> |
| 24 | {% for mirror in site.data.mirrors %} |
| 25 | <li> |
| 26 | <a href="{{ mirror.baseurl }}hotdog"> |
| 27 | {{ mirror.description }} |
| 28 | </a> |
| 29 | </li> |
| 30 | {% endfor %} |
| 31 | </ul> |
| 32 | <p class="text">For custom ROMs using FBEv2:</p> |
| 33 | <ul> |
| 34 | {% for mirror in site.data.mirrors %} |
| 35 | <li> |
| 36 | <a href="{{ mirror.baseurl }}hotdogv2"> |
| 37 | {{ mirror.description }} |
| 38 | </a> |
| 39 | </li> |
| 40 | {% endfor %} |
| 41 | </ul> |
| 42 | </html> |