blob: 43689c60821f3ff01f0aa317eda1800b9c88bce8 [file] [log] [blame]
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04001---
2layout: device
3title: "Samsung Galaxy S6"
4codename: zeroflte
Ethan Yonker5987fc12016-12-16 09:55:13 -06005downloadfolder: "International GSM (SM-G920F, SM-G920FD, SM-G920I)|zeroflte|Canada (SM-G920W8)|zerofltecan|T-Mobile (SM-G920T)|zerofltetmo|Sprint (SM-G920P)|zerofltespr|US Cellular (SM-G920R4)|zeroflteusc|China & China Duos (SM-G9200, SM-G9208, SM-G9209)|zerofltezt|Korea (SM-G920K, SM-G920L, SM-G920S)|zeroflteskt"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -04006supportstatus: Current
7maintainer: "jcadduono, bigbiff"
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_zeroflte"
James Christopher Adduonoa6108c92016-06-26 20:26:08 -040011xdathread: "http://forum.xda-developers.com/galaxy-s6/orig-development/twrp-t3080940"
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-G920F, SM-G920FD, SM-G920I):</p>
25<ul>
26{% for mirror in site.data.mirrors %}
27 <li>
28 <a href="{{ mirror.baseurl }}zeroflte">
29 {{ mirror.description }}
30 </a>
31 </li>
32{% endfor %}
33</ul>
34<p class="text">Canada (SM-G920W8):</p>
35<ul>
36{% for mirror in site.data.mirrors %}
37 <li>
38 <a href="{{ mirror.baseurl }}zerofltecan">
39 {{ mirror.description }}
40 </a>
41 </li>
42{% endfor %}
43</ul>
44<p class="text">T-Mobile (SM-G920T):</p>
45<ul>
46{% for mirror in site.data.mirrors %}
47 <li>
48 <a href="{{ mirror.baseurl }}zerofltetmo">
49 {{ mirror.description }}
50 </a>
51 </li>
52{% endfor %}
53</ul>
54<p class="text">Sprint (SM-G920P):</p>
55<ul>
56{% for mirror in site.data.mirrors %}
57 <li>
58 <a href="{{ mirror.baseurl }}zerofltespr">
59 {{ mirror.description }}
60 </a>
61 </li>
62{% endfor %}
63</ul>
64<p class="text">US Cellular (SM-G920R4):</p>
65<ul>
66{% for mirror in site.data.mirrors %}
67 <li>
68 <a href="{{ mirror.baseurl }}zeroflteusc">
69 {{ mirror.description }}
70 </a>
71 </li>
72{% endfor %}
73</ul>
74<p class="text">China &amp; China Duos (SM-G9200, SM-G9208, SM-G9209):</p>
75<ul>
76{% for mirror in site.data.mirrors %}
77 <li>
78 <a href="{{ mirror.baseurl }}zerofltezt">
79 {{ mirror.description }}
80 </a>
81 </li>
82{% endfor %}
83</ul>
84<p class="text">Korea (SM-G920K, SM-G920L, SM-G920S):</p>
85<ul>
86{% for mirror in site.data.mirrors %}
87 <li>
88 <a href="{{ mirror.baseurl }}zeroflteskt">
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 %}