James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "Samsung Galaxy Note 3 Qualcomm" |
| 4 | codename: hlte |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 5 | downloadfolder: "Europe & Americas (SM-N9005, SM-N900A, SM-N900W8, SM-N900T, SM-N900R4, SM-N900P, SM-N900V)|hlte|Korea (SM-N900K, SM-N900L, SM-N900S)|hlteskt|Japan (SCL22, SC-01F)|hltekdi" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 6 | oldurl: http://teamw.in/project/twrp2/202 |
| 7 | supportstatus: Current |
| 8 | maintainer: jcadduono |
| 9 | oem: Samsung |
| 10 | ddof: "/dev/block/platform/msm_sdcc.1/by-name/recovery" |
bigbiff bigbiff | a5f9f6b | 2016-06-26 20:53:19 -0400 | [diff] [blame] | 11 | devicetree: "https://github.com/TeamWin/android_device_samsung_hlte" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 12 | xdathread: "http://forum.xda-developers.com/showthread.php?t=2494245" |
| 13 | --- |
| 14 | |
| 15 | {% include disclaimer.html %} |
| 16 | |
| 17 | {% include supportstatus.html %} |
| 18 | |
| 19 | <p class="text"><strong>Warning</strong>: You must have a KitKat (Android 4.4) or newer bootloader in order for TWRP to work on this device.</p> |
| 20 | |
| 21 | {% include appinstall.html %} |
| 22 | |
| 23 | <div class='page-heading'>Download Links:</div> |
| 24 | <hr /> |
| 25 | <p class="text">Europe & Americas (SM-N9005, SM-N900A, SM-N900W8, SM-N900T, SM-N900R4, SM-N900P, SM-N900V):</p> |
| 26 | <ul> |
| 27 | {% for mirror in site.data.mirrors %} |
| 28 | <li> |
| 29 | <a href="{{ mirror.baseurl }}hlte"> |
| 30 | {{ mirror.description }} |
| 31 | </a> |
| 32 | </li> |
| 33 | {% endfor %} |
| 34 | </ul> |
| 35 | <p class="text">Korea (SM-N900K, SM-N900L, SM-N900S):</p> |
| 36 | <ul> |
| 37 | {% for mirror in site.data.mirrors %} |
| 38 | <li> |
| 39 | <a href="{{ mirror.baseurl }}hlteskt"> |
| 40 | {{ mirror.description }} |
| 41 | </a> |
| 42 | </li> |
| 43 | {% endfor %} |
| 44 | </ul> |
| 45 | <p class="text">Japan (SCL22, SC-01F):</p> |
| 46 | <ul> |
| 47 | {% for mirror in site.data.mirrors %} |
| 48 | <li> |
| 49 | <a href="{{ mirror.baseurl }}hltekdi"> |
| 50 | {{ mirror.description }} |
| 51 | </a> |
| 52 | </li> |
| 53 | {% endfor %} |
| 54 | </ul> |
| 55 | |
| 56 | {% include twrpinstall.html %} |
| 57 | |
| 58 | {% include odininstall.html %} |
| 59 | |
| 60 | {% include ddinstall.html %} |