mauronofrio | 201a7bc | 2019-06-08 20:38:29 +0200 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "OnePlus 7 (guacamoleb)" |
| 4 | codename: guacamoleb |
nebrassy | f60c5f9 | 2021-10-10 17:50:13 +0200 | [diff] [blame] | 5 | oem: OnePlus |
mauronofrio | 8e86f78 | 2020-06-06 21:19:13 +0200 | [diff] [blame] | 6 | downloadfolder: guacamole |
mauronofrio | 201a7bc | 2019-06-08 20:38:29 +0200 | [diff] [blame] | 7 | supportstatus: Current |
nebrassy | f60c5f9 | 2021-10-10 17:50:13 +0200 | [diff] [blame] | 8 | maintainer: Nebrassy |
| 9 | devicetree: "https://github.com/TeamWin/android_device_oneplus_guacamole" |
| 10 | xdathread: "https://forum.xda-developers.com/t/recovery-11-unofficial-teamwin-recovery-project.4289455/" |
mauronofrio | 201a7bc | 2019-06-08 20:38:29 +0200 | [diff] [blame] | 11 | --- |
| 12 | |
| 13 | {% include disclaimer.html %} |
| 14 | |
| 15 | {% include supportstatus.html %} |
| 16 | |
nebrassy | f60c5f9 | 2021-10-10 17:50:13 +0200 | [diff] [blame] | 17 | <html> |
| 18 | <div class='page-heading' id='download'>Download Links:</div> |
| 19 | <hr /> |
| 20 | <p class="text">For Stock and other FBEv1 ROMs:</p> |
| 21 | <ul> |
| 22 | {% for mirror in site.data.mirrors %} |
| 23 | <li> |
| 24 | <a href="{{ mirror.baseurl }}guacamole"> |
| 25 | {{ mirror.description }} |
| 26 | </a> |
| 27 | </li> |
| 28 | {% endfor %} |
| 29 | </ul> |
| 30 | <p class="text">For custom ROMs using FBEv2:</p> |
| 31 | <ul> |
| 32 | {% for mirror in site.data.mirrors %} |
| 33 | <li> |
| 34 | <a href="{{ mirror.baseurl }}guacamolev2"> |
| 35 | {{ mirror.description }} |
| 36 | </a> |
| 37 | </li> |
| 38 | {% endfor %} |
| 39 | </ul> |
| 40 | </html> |
mauronofrio | 201a7bc | 2019-06-08 20:38:29 +0200 | [diff] [blame] | 41 | |
nebrassy | f60c5f9 | 2021-10-10 17:50:13 +0200 | [diff] [blame] | 42 | {% include fastbootabinstall.html %} |