James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: device |
| 3 | title: "Samsung Galaxy S5 Qualcomm" |
| 4 | codename: klte |
Ethan Yonker | 5987fc1 | 2016-12-16 09:55:13 -0600 | [diff] [blame] | 5 | downloadfolder: "International, Americas, and Oceanic (SM-G900F, SM-G900W8, SM-G900T, SM-G900M, SM-G900P, SM-G900V, SM-G900I)|klte|International Duos (SM-G900FD)|klteduos|China & China Duos (SM-G9006V, SM-G9008V, SM-G9006W, SM-G9008W, SM-G9009W)|kltechn|Japan (SCL23, SC-04F)|kltekdi|Korea (SM-G900K, SM-G900L, SM-G900S)|klteskt" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 6 | oldurl: http://teamw.in/project/twrp2/229 |
| 7 | supportstatus: Current |
| 8 | maintainer: jcadduono |
| 9 | oem: Samsung |
| 10 | ddof: "/dev/block/platform/msm_sdcc.1/by-name/recovery" |
bigbiff bigbiff | a5f9f6b | 2016-06-26 20:53:19 -0400 | [diff] [blame] | 11 | devicetree: "https://github.com/TeamWin/android_device_samsung_klte" |
James Christopher Adduono | a6108c9 | 2016-06-26 20:26:08 -0400 | [diff] [blame] | 12 | xdathread: "http://forum.xda-developers.com/showthread.php?t=2727406" |
| 13 | --- |
| 14 | |
| 15 | {% include disclaimer.html %} |
| 16 | |
| 17 | {% include supportstatus.html %} |
| 18 | |
| 19 | {% include appinstall.html %} |
| 20 | |
| 21 | <div class='page-heading'>Download Links:</div> |
| 22 | <hr /> |
| 23 | <p class="text">International, Americas, and Oceanic (SM-G900F, SM-G900W8, SM-G900T, SM-G900M, SM-G900P, SM-G900V, SM-G900I):</p> |
| 24 | <ul> |
| 25 | {% for mirror in site.data.mirrors %} |
| 26 | <li> |
| 27 | <a href="{{ mirror.baseurl }}klte"> |
| 28 | {{ mirror.description }} |
| 29 | </a> |
| 30 | </li> |
| 31 | {% endfor %} |
| 32 | </ul> |
| 33 | <p class="text">International Duos (SM-G900FD):</p> |
| 34 | <ul> |
| 35 | {% for mirror in site.data.mirrors %} |
| 36 | <li> |
| 37 | <a href="{{ mirror.baseurl }}klteduos"> |
| 38 | {{ mirror.description }} |
| 39 | </a> |
| 40 | </li> |
| 41 | {% endfor %} |
| 42 | </ul> |
| 43 | <p class="text">China & China Duos (SM-G9006V, SM-G9008V, SM-G9006W, SM-G9008W, SM-G9009W):</p> |
| 44 | <ul> |
| 45 | {% for mirror in site.data.mirrors %} |
| 46 | <li> |
| 47 | <a href="{{ mirror.baseurl }}kltechn"> |
| 48 | {{ mirror.description }} |
| 49 | </a> |
| 50 | </li> |
| 51 | {% endfor %} |
| 52 | </ul> |
| 53 | <p class="text">Japan (SCL23, SC-04F):</p> |
| 54 | <ul> |
| 55 | {% for mirror in site.data.mirrors %} |
| 56 | <li> |
| 57 | <a href="{{ mirror.baseurl }}kltekdi"> |
| 58 | {{ mirror.description }} |
| 59 | </a> |
| 60 | </li> |
| 61 | {% endfor %} |
| 62 | </ul> |
| 63 | <p class="text">Korea (SM-G900K, SM-G900L, SM-G900S):</p> |
| 64 | <ul> |
| 65 | {% for mirror in site.data.mirrors %} |
| 66 | <li> |
| 67 | <a href="{{ mirror.baseurl }}klteskt"> |
| 68 | {{ mirror.description }} |
| 69 | </a> |
| 70 | </li> |
| 71 | {% endfor %} |
| 72 | </ul> |
| 73 | |
| 74 | {% include twrpinstall.html %} |
| 75 | |
| 76 | {% include odininstall.html %} |
| 77 | |
| 78 | {% include ddinstall.html %} |