blob: d0b69ed31789778b9c02591fdbf8ea41a625f741 [file] [log] [blame]
bigbiffd006b302015-03-06 18:36:03 -05001---
2layout: device
3title: "HTC One m7 Dual SIM"
4codename: m7cd
5downloadfolder: m7cdtu
6oldurl: http://teamw.in/project/twrp2/278
7supportstatus: Current
8maintainer: None
9oem: HTC
10ddof: "/dev/block/mmcblk0p37"
11---
12
13{% include disclaimer.html %}
14
15{% include supportstatus.html %}
16
17{% include appinstall.html %}
18
19<div class='page-heading'>Download Links:</div>
20<hr />
21<p class="text">m7cdtu:</p>
22<ul>
23{% for mirror in site.data.mirrors %}
24 <li>
25 <a href="{{ mirror.baseurl }}m7cdtu">
26 {{ mirror.description }}
27 </a>
28 </li>
29{% endfor %}
30</ul>
31<p class="text">m7cdug:</p>
32<ul>
33{% for mirror in site.data.mirrors %}
34 <li>
35 <a href="{{ mirror.baseurl }}m7cdug">
36 {{ mirror.description }}
37 </a>
38 </li>
39{% endfor %}
40</ul>
41<p class="text">m7cdwg:</p>
42<ul>
43{% for mirror in site.data.mirrors %}
44 <li>
45 <a href="{{ mirror.baseurl }}m7cdwg">
46 {{ mirror.description }}
47 </a>
48 </li>
49{% endfor %}
50</ul>
51
52{% include twrpinstall.html %}
53
54{% include fastbootinstall.html %}
55
56{% include ddinstall.html %}