James Christopher Adduono | 4a82f8b | 2016-08-23 09:46:58 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "Samsung Galaxy Note 7 (Exynos)" |
| 4 | codename: gracelte |
| 5 | oem: Samsung |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 6 | downloadfolder: "International & Duos (SM-N930F, SM-N930FD)|gracelte|Korea (SM-N930K, SM-N930L, SM-N930S)|graceltekor" |
James Christopher Adduono | 4a82f8b | 2016-08-23 09:46:58 -0400 | [diff] [blame] | 7 | supportstatus: Current |
| 8 | maintainer: jcadduono, bigbiff |
| 9 | ddof: "/dev/block/platform/155a0000.ufs/by-name/RECOVERY" |
| 10 | devicetree: "https://github.com/TeamWin/android_device_samsung_gracelte" |
| 11 | xdathread: "http://forum.xda-developers.com/note-7/development/recovery-official-twrp-galaxy-note-7-t3446047" |
| 12 | --- |
| 13 | |
| 14 | {% include disclaimer.html %} |
| 15 | |
| 16 | {% include supportstatus.html %} |
| 17 | |
| 18 | {% include dmverity.html %} |
| 19 | |
| 20 | {% include appinstall.html %} |
| 21 | |
| 22 | <div class='page-heading'>Download Links:</div> |
| 23 | <hr /> |
| 24 | <p class="text">International & Duos (SM-N930F, SM-N930FD):</p> |
| 25 | <ul> |
| 26 | {% for mirror in site.data.mirrors %} |
| 27 | <li> |
| 28 | <a href="{{ mirror.baseurl }}gracelte"> |
| 29 | {{ mirror.description }} |
| 30 | </a> |
| 31 | </li> |
| 32 | {% endfor %} |
| 33 | </ul> |
| 34 | <p class="text">Korea (SM-N930K, SM-N930L, SM-N930S):</p> |
| 35 | <ul> |
| 36 | {% for mirror in site.data.mirrors %} |
| 37 | <li> |
| 38 | <a href="{{ mirror.baseurl }}graceltekor"> |
| 39 | {{ mirror.description }} |
| 40 | </a> |
| 41 | </li> |
| 42 | {% endfor %} |
| 43 | </ul> |
| 44 | |
| 45 | {% include twrpinstall.html %} |
| 46 | |
| 47 | {% include odininstall.html %} |
| 48 | |
| 49 | {% include ddinstall.html %} |