James Christopher Adduono | 4ce8429 | 2016-03-11 09:17:34 -0500 | [diff] [blame] | 1 | ---
|
| 2 | layout: device
|
| 3 | title: "Samsung Galaxy S7 (Exynos)"
|
| 4 | codename: herolte
|
| 5 | downloadfolder: herolte
|
| 6 | supportstatus: Current
|
| 7 | maintainer: jcadduono
|
| 8 | devicetree: "https://github.com/TeamWin/android_device_samsung_herolte"
|
| 9 | xdathread: "http://forum.xda-developers.com/galaxy-s7/development/recovery-official-twrp-herolte-t3333770"
|
| 10 | oem: Samsung
|
| 11 | ddof: "/dev/block/platform/155a0000.ufs/by-name/RECOVERY"
|
| 12 | ---
|
| 13 |
|
| 14 | {% include disclaimer.html %}
|
| 15 |
|
| 16 | {% include supportstatus.html %}
|
| 17 |
|
James Christopher Adduono | 4ce8429 | 2016-03-11 09:17:34 -0500 | [diff] [blame] | 18 | {% include dmverity.html %}
|
| 19 |
|
| 20 | {% include appinstall.html %}
|
| 21 |
|
James Christopher Adduono | 4dcd98b | 2016-05-01 05:56:03 -0400 | [diff] [blame] | 22 | <div class='page-heading'>Download Links:</div>
|
| 23 | <hr />
|
| 24 | <p class="text">International & Canada (SM-G930F, SM-G930FD, SM-G930X, SM-G930W8):</p>
|
| 25 | <ul>
|
| 26 | {% for mirror in site.data.mirrors %}
|
| 27 | <li>
|
| 28 | <a href="{{ mirror.baseurl }}herolte">
|
| 29 | {{ mirror.description }}
|
| 30 | </a>
|
| 31 | </li>
|
| 32 | {% endfor %}
|
| 33 | </ul>
|
| 34 | <p class="text">Korea (SM-G930K, SM-G930L, SM-G930S):</p>
|
| 35 | <ul>
|
| 36 | {% for mirror in site.data.mirrors %}
|
| 37 | <li>
|
| 38 | <a href="{{ mirror.baseurl }}heroltekor">
|
| 39 | {{ mirror.description }}
|
| 40 | </a>
|
| 41 | </li>
|
| 42 | {% endfor %}
|
| 43 | </ul>
|
James Christopher Adduono | 4ce8429 | 2016-03-11 09:17:34 -0500 | [diff] [blame] | 44 |
|
| 45 | {% include twrpinstall.html %}
|
| 46 |
|
| 47 | {% include odininstall.html %}
|
| 48 |
|
| 49 | {% include ddinstall.html %}
|