James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "Samsung Galaxy Note 4 Qualcomm" |
| 4 | codename: trlte |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 5 | downloadfolder: "Canada|trltecan|India|trltedt|International (N910-F)|trltexx|Sprint|trltespr|T-Mobile|trltetmo|Verizon|trltevzw|US Cellular|trlteusc|International Duos|trlteduoszh" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 6 | oldurl: http://teamw.in/project/twrp2/266 |
| 7 | supportstatus: Current |
| 8 | maintainer: bigbiff |
| 9 | oem: Samsung |
| 10 | ddof: "/dev/block/platform/msm_sdcc.1/by-name/recovery" |
| 11 | xdathread: "http://forum.xda-developers.com/note-4/orig-development/tool-utility-twrp-2-8-1-x-teamwin-t2956011" |
| 12 | --- |
| 13 | |
| 14 | {% include disclaimer.html %} |
| 15 | |
| 16 | {% include supportstatus.html %} |
| 17 | |
| 18 | {% include appinstall.html %} |
| 19 | |
| 20 | <div class='page-heading'>Download Links:</div> |
| 21 | <hr /> |
| 22 | <p class="text">Canada:</p> |
| 23 | <ul> |
| 24 | {% for mirror in site.data.mirrors %} |
| 25 | <li> |
| 26 | <a href="{{ mirror.baseurl }}trltecan"> |
| 27 | {{ mirror.description }} |
| 28 | </a> |
| 29 | </li> |
| 30 | {% endfor %} |
| 31 | </ul> |
| 32 | <p class="text">India:</p> |
| 33 | <ul> |
| 34 | {% for mirror in site.data.mirrors %} |
| 35 | <li> |
| 36 | <a href="{{ mirror.baseurl }}trltedt"> |
| 37 | {{ mirror.description }} |
| 38 | </a> |
| 39 | </li> |
| 40 | {% endfor %} |
| 41 | </ul> |
| 42 | <p class="text">International (N910-F):</p> |
| 43 | <ul> |
| 44 | {% for mirror in site.data.mirrors %} |
| 45 | <li> |
| 46 | <a href="{{ mirror.baseurl }}trltexx"> |
| 47 | {{ mirror.description }} |
| 48 | </a> |
| 49 | </li> |
| 50 | {% endfor %} |
| 51 | </ul> |
| 52 | <p class="text">Sprint:</p> |
| 53 | <ul> |
| 54 | {% for mirror in site.data.mirrors %} |
| 55 | <li> |
| 56 | <a href="{{ mirror.baseurl }}trltespr"> |
| 57 | {{ mirror.description }} |
| 58 | </a> |
| 59 | </li> |
| 60 | {% endfor %} |
| 61 | </ul> |
| 62 | <p class="text">T-Mobile:</p> |
| 63 | <ul> |
| 64 | {% for mirror in site.data.mirrors %} |
| 65 | <li> |
| 66 | <a href="{{ mirror.baseurl }}trltetmo"> |
| 67 | {{ mirror.description }} |
| 68 | </a> |
| 69 | </li> |
| 70 | {% endfor %} |
| 71 | </ul> |
| 72 | <p class="text">Verizon:</p> |
| 73 | <ul> |
| 74 | {% for mirror in site.data.mirrors %} |
| 75 | <li> |
| 76 | <a href="{{ mirror.baseurl }}trltevzw"> |
| 77 | {{ mirror.description }} |
| 78 | </a> |
| 79 | </li> |
| 80 | {% endfor %} |
| 81 | </ul> |
| 82 | <p class="text">US Celluar:</p> |
| 83 | <ul> |
| 84 | {% for mirror in site.data.mirrors %} |
| 85 | <li> |
| 86 | <a href="{{ mirror.baseurl }}trlteusc"> |
| 87 | {{ mirror.description }} |
| 88 | </a> |
| 89 | </li> |
| 90 | {% endfor %} |
| 91 | </ul> |
bigbiff bigbiff | ecbd888 | 2016-09-05 11:00:57 -0400 | [diff] [blame] | 92 | <p class="text">International Duos:</p> |
| 93 | <ul> |
| 94 | {% for mirror in site.data.mirrors %} |
| 95 | <li> |
| 96 | <a href="{{ mirror.baseurl }}trlteduoszh"> |
| 97 | {{ mirror.description }} |
| 98 | </a> |
| 99 | </li> |
| 100 | {% endfor %} |
| 101 | </ul> |
| 102 | |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 103 | |
| 104 | {% include twrpinstall.html %} |
| 105 | |
| 106 | {% include odininstall.html %} |
| 107 | |
| 108 | {% include ddinstall.html %} |