James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "LG G2" |
| 4 | codename: G2 |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 5 | downloadfolder: "AT&T USA|g2att|Sprint USA|g2spr|T-Mobile USA|g2tmo|Verizon USA|g2vzw|Bell Canada|g2bell|Rogers Canada|g2rog" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 6 | oldurl: http://teamw.in/project/twrp2/197 |
| 7 | supportstatus: No longer updated |
| 8 | maintainer: None |
| 9 | oem: LG |
| 10 | ddof: /dev/block/platform/msm_sdcc.1/by-name/recovery |
| 11 | --- |
| 12 | |
| 13 | {% include disclaimer.html %} |
| 14 | |
| 15 | {% include supportstatus.html %} |
| 16 | Note: You must be rooted and vulnerable to loki to install TWRP on this device. |
| 17 | |
| 18 | <div class='page-heading'>Download Links:</div> |
| 19 | <hr /> |
| 20 | <p class="text">AT&T USA:</p> |
| 21 | <ul> |
| 22 | {% for mirror in site.data.mirrors %} |
| 23 | <li> |
| 24 | <a href="{{ mirror.baseurl }}g2att"> |
| 25 | {{ mirror.description }} |
| 26 | </a> |
| 27 | </li> |
| 28 | {% endfor %} |
| 29 | </ul> |
| 30 | <p class="text">Sprint USA:</p> |
| 31 | <ul> |
| 32 | {% for mirror in site.data.mirrors %} |
| 33 | <li> |
| 34 | <a href="{{ mirror.baseurl }}g2spr"> |
| 35 | {{ mirror.description }} |
| 36 | </a> |
| 37 | </li> |
| 38 | {% endfor %} |
| 39 | </ul> |
| 40 | <p class="text">T-Mobile USA:</p> |
| 41 | <ul> |
| 42 | {% for mirror in site.data.mirrors %} |
| 43 | <li> |
| 44 | <a href="{{ mirror.baseurl }}g2tmo"> |
| 45 | {{ mirror.description }} |
| 46 | </a> |
| 47 | </li> |
| 48 | {% endfor %} |
| 49 | </ul> |
| 50 | <p class="text">Verizon USA:</p> |
| 51 | <ul> |
| 52 | {% for mirror in site.data.mirrors %} |
| 53 | <li> |
| 54 | <a href="{{ mirror.baseurl }}g2vzw"> |
| 55 | {{ mirror.description }} |
| 56 | </a> |
| 57 | </li> |
| 58 | {% endfor %} |
| 59 | </ul> |
| 60 | <p class="text">Korea F320K:</p> |
| 61 | <ul> |
| 62 | {% for mirror in site.data.mirrors %} |
| 63 | <li> |
| 64 | <a href="{{ mirror.baseurl }}g2kor"> |
| 65 | {{ mirror.description }} |
| 66 | </a> |
| 67 | </li> |
| 68 | {% endfor %} |
| 69 | </ul> |
| 70 | <p class="text">Bell Canada:</p> |
| 71 | <ul> |
| 72 | {% for mirror in site.data.mirrors %} |
| 73 | <li> |
| 74 | <a href="{{ mirror.baseurl }}g2bell"> |
| 75 | {{ mirror.description }} |
| 76 | </a> |
| 77 | </li> |
| 78 | {% endfor %} |
| 79 | </ul> |
| 80 | <p class="text">Rogers Canada:</p> |
| 81 | <ul> |
| 82 | {% for mirror in site.data.mirrors %} |
| 83 | <li> |
| 84 | <a href="{{ mirror.baseurl }}g2rog"> |
| 85 | {{ mirror.description }} |
| 86 | </a> |
| 87 | </li> |
| 88 | {% endfor %} |
| 89 | </ul> |
| 90 | |
| 91 | {% include twrpinstall.html %} |
| 92 | |
| 93 | {% include ddinstall.html %} |