blob: 1d78781479d4d02ddfe9109bbd094fac70a35480 [file] [log] [blame]
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04001---
2layout: device
3title: "Samsung Galaxy Note 3 Qualcomm"
4codename: hlte
5downloadfolder: hlte
6oldurl: http://teamw.in/project/twrp2/202
7supportstatus: Current
8maintainer: jcadduono
9oem: Samsung
10ddof: "/dev/block/platform/msm_sdcc.1/by-name/recovery"
bigbiff bigbiffa5f9f6b2016-06-26 20:53:19 -040011devicetree: "https://github.com/TeamWin/android_device_samsung_hlte"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040012xdathread: "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 &amp; 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 %}