blob: 466a415265123dc9cea9196b1d6d93b4386ee5c0 [file] [log] [blame]
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04001---
2layout: device
3title: "Samsung Galaxy S6 edge+"
4codename: zenlte
Ethan Yonker5987fc12016-12-16 09:55:13 -06005downloadfolder: "International GSM (SM-G928F, SM-G928FD, SM-G928G, SM-G928I)|zenlte|Canada (SM-G928W8)|zenltecan|T-Mobile USA (SM-G928T)|zenltetmo|Sprint (SM-G928P)|zenltespr|US Cellular (SM-G928R4)|zenlteusc|China & China Duos (SM-G9280, SM-G9287, SM-G9287C)|zenltezt|Korea (SM-G928K, SM-G928L, SM-G928S)|zenlteskt"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04006supportstatus: Current
7maintainer: "jcadduono"
8oem: Samsung
9ddof: "/dev/block/platform/15570000.ufs/by-name/RECOVERY"
bigbiff bigbiffa5f9f6b2016-06-26 20:53:19 -040010devicetree: "https://github.com/TeamWin/android_device_samsung_zenlte"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040011xdathread: "http://forum.xda-developers.com/s6-edge-plus/orig-development/recovery-official-twrp-galaxy-s6-edge-t3354492"
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-G928F, SM-G928FD, SM-G928G, SM-G928I):</p>
25<ul>
26{% for mirror in site.data.mirrors %}
27 <li>
28 <a href="{{ mirror.baseurl }}zenlte">
29 {{ mirror.description }}
30 </a>
31 </li>
32{% endfor %}
33</ul>
34<p class="text">Canada (SM-G928W8):</p>
35<ul>
36{% for mirror in site.data.mirrors %}
37 <li>
38 <a href="{{ mirror.baseurl }}zenltecan">
39 {{ mirror.description }}
40 </a>
41 </li>
42{% endfor %}
43</ul>
Ethan Yonker5987fc12016-12-16 09:55:13 -060044<p class="text">T-Mobile USA (SM-G928T):</p>
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040045<ul>
46{% for mirror in site.data.mirrors %}
47 <li>
48 <a href="{{ mirror.baseurl }}zenltetmo">
49 {{ mirror.description }}
50 </a>
51 </li>
52{% endfor %}
53</ul>
54<p class="text">Sprint (SM-G928P):</p>
55<ul>
56{% for mirror in site.data.mirrors %}
57 <li>
58 <a href="{{ mirror.baseurl }}zenltespr">
59 {{ mirror.description }}
60 </a>
61 </li>
62{% endfor %}
63</ul>
64<p class="text">US Cellular (SM-G928R4):</p>
65<ul>
66{% for mirror in site.data.mirrors %}
67 <li>
68 <a href="{{ mirror.baseurl }}zenlteusc">
69 {{ mirror.description }}
70 </a>
71 </li>
72{% endfor %}
73</ul>
74<p class="text">China &amp; China Duos (SM-G9280, SM-G9287, SM-G9287C):</p>
75<ul>
76{% for mirror in site.data.mirrors %}
77 <li>
78 <a href="{{ mirror.baseurl }}zenltezt">
79 {{ mirror.description }}
80 </a>
81 </li>
82{% endfor %}
83</ul>
84<p class="text">Korea (SM-G928K, SM-G928L, SM-G928S):</p>
85<ul>
86{% for mirror in site.data.mirrors %}
87 <li>
88 <a href="{{ mirror.baseurl }}zenlteskt">
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 %}