DevUt | 5d831b4 | 2016-12-31 13:24:32 +0530 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "LG G4 International" |
| 4 | codename: H815 , H811 |
| 5 | downloadfolder: h815 | h811 |
| 6 | supportstatus: Current |
| 7 | maintainer: steadfasterX |
| 8 | oem: LG |
| 9 | devicetree: https://github.com/TeamWin/android_device_lge_h815 |
| 10 | ddof: "/dev/block/bootdevice/by-name/recovery" |
| 11 | xdathread: "http://forum.xda-developers.com/g4/development/recovery-twrp-3-touch-recovery-t3442424" |
| 12 | --- |
| 13 | |
| 14 | {% include disclaimer.html %} |
| 15 | |
| 16 | {% include supportstatus.html %} |
| 17 | NOTE: You must unlock the bootloader first before installing TWRP! |
| 18 | |
| 19 | {% include appinstall.html %} |
| 20 | |
| 21 | <div class='page-heading'>Download Links:</div> |
| 22 | <hr /> |
| 23 | <p class="text">International (H815):</p> |
| 24 | <ul> |
| 25 | {% for mirror in site.data.mirrors %} |
| 26 | <li> |
| 27 | <a href="{{ mirror.baseurl }}h815"> |
| 28 | {{ mirror.description }} |
| 29 | </a> |
| 30 | </li> |
| 31 | {% endfor %} |
| 32 | </ul> |
| 33 | <p class="text">T-Mobile (H811):</p> |
| 34 | <ul> |
| 35 | {% for mirror in site.data.mirrors %} |
| 36 | <li> |
| 37 | <a href="{{ mirror.baseurl }}h811"> |
| 38 | {{ mirror.description }} |
| 39 | </a> |
| 40 | </li> |
| 41 | {% endfor %} |
| 42 | </ul> |
| 43 | |
| 44 | {% include twrpinstall.html %} |
| 45 | |
| 46 | {% include ddinstall.html %} |