James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame^] | 1 | --- |
| 2 | layout: device |
| 3 | title: "HTC One m7 Dual SIM" |
| 4 | codename: m7cd |
| 5 | downloadfolder: m7cdtu |
| 6 | oldurl: http://teamw.in/project/twrp2/278 |
| 7 | supportstatus: Current |
| 8 | maintainer: None |
| 9 | oem: HTC |
| 10 | ddof: "/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 %} |