James Christopher Adduono | 302d892 | 2016-04-08 08:25:15 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "Samsung Galaxy Note 5" |
| 4 | codename: noblelte |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 5 | downloadfolder: "International GSM (SM-N920C, SM-N920CD, SM-N920G, SM-N920I)|noblelte|Canada (SM-N920W8)|nobleltecan|T-Mobile (SM-N920T)|nobleltetmo|Sprint (SM-N920P)|nobleltespr|US Cellular (SM-N920R4)|noblelteusc|China & China Duos (SM-N9200, SM-N9208)|nobleltezt|Korea (SM-N920K, SM-N920L, SM-N920S)|noblelteskt" |
James Christopher Adduono | 302d892 | 2016-04-08 08:25:15 -0400 | [diff] [blame] | 6 | supportstatus: Current |
| 7 | maintainer: "jcadduono, bigbiff" |
| 8 | oem: Samsung |
| 9 | ddof: "/dev/block/platform/15570000.ufs/by-name/RECOVERY" |
bigbiff bigbiff | a5f9f6b | 2016-06-26 20:53:19 -0400 | [diff] [blame] | 10 | devicetree: "https://github.com/TeamWin/android_device_samsung_noblelte" |
James Christopher Adduono | 302d892 | 2016-04-08 08:25:15 -0400 | [diff] [blame] | 11 | xdathread: "http://forum.xda-developers.com/note5/orig-development/twrp-2-8-7-0-official-t3195262" |
| 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 GSM (SM-N920C, SM-N920CD, SM-N920G, SM-N920I):</p> |
| 25 | <ul> |
| 26 | {% for mirror in site.data.mirrors %} |
| 27 | <li> |
| 28 | <a href="{{ mirror.baseurl }}noblelte"> |
| 29 | {{ mirror.description }} |
| 30 | </a> |
| 31 | </li> |
| 32 | {% endfor %} |
| 33 | </ul> |
| 34 | <p class="text">Canada (SM-N920W8):</p> |
| 35 | <ul> |
| 36 | {% for mirror in site.data.mirrors %} |
| 37 | <li> |
| 38 | <a href="{{ mirror.baseurl }}nobleltecan"> |
| 39 | {{ mirror.description }} |
| 40 | </a> |
| 41 | </li> |
| 42 | {% endfor %} |
| 43 | </ul> |
| 44 | <p class="text">T-Mobile (SM-N920T):</p> |
| 45 | <ul> |
| 46 | {% for mirror in site.data.mirrors %} |
| 47 | <li> |
| 48 | <a href="{{ mirror.baseurl }}nobleltetmo"> |
| 49 | {{ mirror.description }} |
| 50 | </a> |
| 51 | </li> |
| 52 | {% endfor %} |
| 53 | </ul> |
| 54 | <p class="text">Sprint (SM-N920P):</p> |
| 55 | <ul> |
| 56 | {% for mirror in site.data.mirrors %} |
| 57 | <li> |
| 58 | <a href="{{ mirror.baseurl }}nobleltespr"> |
| 59 | {{ mirror.description }} |
| 60 | </a> |
| 61 | </li> |
| 62 | {% endfor %} |
| 63 | </ul> |
| 64 | <p class="text">US Cellular (SM-N920R4):</p> |
| 65 | <ul> |
| 66 | {% for mirror in site.data.mirrors %} |
| 67 | <li> |
| 68 | <a href="{{ mirror.baseurl }}noblelteusc"> |
| 69 | {{ mirror.description }} |
| 70 | </a> |
| 71 | </li> |
| 72 | {% endfor %} |
| 73 | </ul> |
| 74 | <p class="text">China & China Duos (SM-N9200, SM-N9208):</p> |
| 75 | <ul> |
| 76 | {% for mirror in site.data.mirrors %} |
| 77 | <li> |
| 78 | <a href="{{ mirror.baseurl }}nobleltezt"> |
| 79 | {{ mirror.description }} |
| 80 | </a> |
| 81 | </li> |
| 82 | {% endfor %} |
| 83 | </ul> |
| 84 | <p class="text">Korea (SM-N920K, SM-N920L, SM-N920S):</p> |
| 85 | <ul> |
| 86 | {% for mirror in site.data.mirrors %} |
| 87 | <li> |
| 88 | <a href="{{ mirror.baseurl }}noblelteskt"> |
| 89 | {{ mirror.description }} |
| 90 | </a> |
| 91 | </li> |
| 92 | {% endfor %} |
| 93 | </ul> |
| 94 | |
| 95 | {% include twrpinstall.html %} |
| 96 | |
| 97 | {% include odininstall.html %} |
| 98 | |
| 99 | {% include ddinstall.html %} |