blob: a52475e3466cbaa520a9c664615b042f4531f71f [file] [log] [blame]
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04001---
2layout: device
ripeeae015bf2018-02-28 16:25:24 +00003title: "Samsung Galaxy Note 3 (Americas, China, Europe & Korea)"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04004codename: hlte
ripee6389c002018-02-11 00:00:52 +00005downloadfolder: "Americas, Korea & Europe (SM-N9005/hltexx, SM-N900K/hltekor, SM-N900L/hltekor, SM-N900P/hltespr, SM-N900R4/hlteusc, SM-N900S/hltekor, SM-N900T/hltetmo, SM-N900V/hltevzw, SM-N900W8/hltecan):|hlte|Japan (SCL22, SC-01F)|hltekdi"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04006supportstatus: Current
ripee6389c002018-02-11 00:00:52 +00007maintainer: ripee
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04008oem: Samsung
9ddof: "/dev/block/platform/msm_sdcc.1/by-name/recovery"
bigbiff bigbiffa5f9f6b2016-06-26 20:53:19 -040010devicetree: "https://github.com/TeamWin/android_device_samsung_hlte"
ripee6389c002018-02-11 00:00:52 +000011xdathread: "https://forum.xda-developers.com/galaxy-note-3/development/recovery-twrp-3-2-1-1-t3746760"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040012---
13
14{% include disclaimer.html %}
15
16{% include supportstatus.html %}
17
18<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>
19
20{% include appinstall.html %}
21
22<div class='page-heading'>Download Links:</div>
23<hr />
bigbiff bigbiffcf107fe2019-09-07 14:45:17 -040024<p class="text">Americas, Europe &amp; (SM-N9005/hltexx, SM-N900P/hltespr, SM-N900R4/hlteusc, SM-N900T/hltetmo, SM-N900V/hltevzw, SM-N900W8/hltecan):</p>
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040025<ul>
26{% for mirror in site.data.mirrors %}
27 <li>
28 <a href="{{ mirror.baseurl }}hlte">
29 {{ mirror.description }}
30 </a>
31 </li>
32{% endfor %}
33</ul>
ripeeae015bf2018-02-28 16:25:24 +000034<p class="text">China (SM-N9006/hltechn):</p>
35<ul>
36{% for mirror in site.data.mirrors %}
37 <li>
38 <a href="{{ mirror.baseurl }}hltechn">
39 {{ mirror.description }}
40 </a>
41 </li>
42{% endfor %}
43</ul>
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040044<p class="text">Japan (SCL22, SC-01F):</p>
45<ul>
46{% for mirror in site.data.mirrors %}
47 <li>
48 <a href="{{ mirror.baseurl }}hltekdi">
49 {{ mirror.description }}
50 </a>
51 </li>
52{% endfor %}
53</ul>
bigbiff bigbiffcf107fe2019-09-07 14:45:17 -040054<p class="text">Korea (SM-N900K, SM-N900S):</p>
55<ul>
56{% for mirror in site.data.mirrors %}
57 <li>
58 <a href="{{ mirror.baseurl }}hlteskt">
59 {{ mirror.description }}
60 </a>
61 </li>
62{% endfor %}
63</ul>
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040064
65{% include twrpinstall.html %}
66
67{% include odininstall.html %}
68
bigbiff bigbiffcf107fe2019-09-07 14:45:17 -040069{% include ddinstall.html %}