James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "LG Nexus 5" |
| 4 | codename: hammerhead |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 5 | downloadfolder: "Normal (recommended)|hammerhead|hammerheadcaf (use only if you know this is what you need)|hammerheadcaf" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 6 | oldurl: http://teamw.in/project/twrp2/205 |
| 7 | supportstatus: Current |
razorloves | f3df077 | 2017-12-27 18:46:41 -0600 | [diff] [blame] | 8 | maintainer: Dees_Troy, razorloves |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 9 | oem: LG |
razorloves | 77acfdc | 2017-08-03 02:37:03 +0000 | [diff] [blame] | 10 | devicetree: https://github.com/TeamWin/android_device_lge_hammerhead |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 11 | xdathread: "http://forum.xda-developers.com/google-nexus-5/orig-development/recovery-twrp-2-7-1-0-touch-recovery-t2511507" |
| 12 | --- |
| 13 | |
| 14 | {% include disclaimer.html %} |
| 15 | |
| 16 | {% include supportstatus.html %} |
| 17 | |
| 18 | {% include appinstall.html %} |
| 19 | |
| 20 | <div class='page-heading'>Download Links:</div> |
| 21 | <hr /> |
| 22 | <p class="text">Normal (recommended):</p> |
| 23 | <ul> |
| 24 | {% for mirror in site.data.mirrors %} |
| 25 | <li> |
| 26 | <a href="{{ mirror.baseurl }}hammerhead"> |
| 27 | {{ mirror.description }} |
| 28 | </a> |
| 29 | </li> |
| 30 | {% endfor %} |
| 31 | </ul> |
| 32 | <p class="text">hammerheadcaf (use only if you know this is what you need):</p> |
| 33 | <ul> |
| 34 | {% for mirror in site.data.mirrors %} |
| 35 | <li> |
| 36 | <a href="{{ mirror.baseurl }}hammerheadcaf"> |
| 37 | {{ mirror.description }} |
| 38 | </a> |
| 39 | </li> |
| 40 | {% endfor %} |
| 41 | </ul> |
| 42 | |
| 43 | {% include twrpinstall.html %} |
| 44 | |
| 45 | {% include fastbootinstall.html %} |