├── noos └── index.html ├── twrpfaq └── index.html ├── datamedia └── index.html ├── removetwrp └── index.html ├── securetwrp └── index.html ├── whattowipe └── index.html ├── officialota └── index.html ├── whattobackup └── index.html ├── twrp_view_all_devices └── index.html ├── .gitignore ├── _oem ├── bq.markdown ├── hp.markdown ├── lg.markdown ├── yu.markdown ├── asus.markdown ├── cat.markdown ├── dell.markdown ├── ergo.markdown ├── gigaset.markdown ├── htc.markdown ├── iuni.markdown ├── letv.markdown ├── lyf.markdown ├── oppo.markdown ├── sony.markdown ├── twrp.markdown ├── umidigi.markdown ├── vivo.markdown ├── zte.markdown ├── zuk.markdown ├── alcatel.markdown ├── allview.markdown ├── amazon.markdown ├── amlogic.markdown ├── archos.markdown ├── google.markdown ├── huami.markdown ├── huawei.markdown ├── hyundai.markdown ├── infinix.markdown ├── kazam.markdown ├── leeco.markdown ├── lenovo.markdown ├── mattel.markdown ├── meizu.markdown ├── minix.markdown ├── mobvoi.markdown ├── nextbit.markdown ├── nokia.markdown ├── nubia.markdown ├── nvidia.markdown ├── omate.markdown ├── oneplus.markdown ├── oukitel.markdown ├── pantech.markdown ├── planet.markdown ├── quanta.markdown ├── razer.markdown ├── realme.markdown ├── samsung.markdown ├── ulefone.markdown ├── vanzo.markdown ├── vestel.markdown ├── xiaomi.markdown ├── bn.markdown ├── elephone.markdown ├── essential.markdown ├── fairphone.markdown ├── marshall.markdown ├── micromax.markdown ├── motorola.markdown ├── unihertz.markdown ├── wileyfox.markdown ├── wingtech.markdown └── silentcircle.markdown ├── _layouts ├── none.html ├── page.html ├── default.html ├── notfound.html ├── oem.html ├── post.html └── device.html ├── favicon.ico ├── oem ├── unihertz.markdown ├── bq.html ├── hp.html ├── lg.html ├── yu.html ├── cat.html ├── htc.html ├── lyf.html ├── zte.html ├── zuk.html ├── asus.html ├── dell.html ├── ergo.html ├── iuni.html ├── letv.html ├── oppo.html ├── sony.html ├── twrp.html ├── vivo.html ├── huami.html ├── kazam.html ├── leeco.html ├── meizu.html ├── minix.html ├── nokia.html ├── nubia.html ├── omate.html ├── razer.html ├── vanzo.html ├── alcatel.html ├── allview.html ├── amazon.html ├── amlogic.html ├── archos.html ├── gigaset.html ├── google.html ├── huawei.html ├── hyundai.html ├── infinix.html ├── lenovo.html ├── mattel.html ├── mobvoi.html ├── nextbit.html ├── nvidia.html ├── oneplus.html ├── oukitel.html ├── pantech.html ├── planet.html ├── quanta.html ├── samsung.html ├── vestel.html ├── xiaomi.html ├── bn.html ├── elephone.html ├── marshall.html ├── micromax.html ├── motorola.html ├── unihertz.html ├── wileyfox.html ├── wingtech.html ├── essential.html ├── fairphone.html ├── realme.html ├── ulefone.html ├── umidigi.html └── silentcircle.html ├── images ├── home.png └── backupname.png ├── app └── privacypolicy.pdf ├── project └── twrp2 │ ├── 3 │ └── index.php │ ├── 4 │ └── index.php │ ├── 5 │ └── index.php │ ├── 6 │ └── index.php │ ├── 10 │ └── index.php │ ├── 12 │ └── index.php │ ├── 13 │ └── index.php │ ├── 40 │ └── index.php │ ├── 43 │ └── index.php │ ├── 44 │ └── index.php │ ├── 49 │ └── index.php │ ├── 51 │ └── index.php │ ├── 61 │ └── index.php │ ├── 63 │ └── index.php │ ├── 65 │ └── index.php │ ├── 66 │ └── index.php │ ├── 67 │ └── index.php │ ├── 68 │ └── index.php │ ├── 70 │ └── index.php │ ├── 71 │ └── index.php │ ├── 72 │ └── index.php │ ├── 73 │ └── index.php │ ├── 74 │ └── index.php │ ├── 75 │ └── index.php │ ├── 76 │ └── index.php │ ├── 79 │ └── index.php │ ├── 80 │ └── index.php │ ├── 82 │ └── index.php │ ├── 84 │ └── index.php │ ├── 86 │ └── index.php │ ├── 87 │ └── index.php │ ├── 88 │ └── index.php │ ├── 89 │ └── index.php │ ├── 90 │ └── index.php │ ├── 91 │ └── index.php │ ├── 92 │ └── index.php │ ├── 93 │ └── index.php │ ├── 94 │ └── index.php │ ├── 95 │ └── index.php │ ├── 96 │ └── index.php │ ├── 97 │ └── index.php │ ├── 98 │ └── index.php │ ├── 99 │ └── index.php │ ├── 100 │ └── index.php │ ├── 101 │ └── index.php │ ├── 102 │ └── index.php │ ├── 103 │ └── index.php │ ├── 104 │ └── index.php │ ├── 105 │ └── index.php │ ├── 106 │ └── index.php │ ├── 107 │ └── index.php │ ├── 108 │ └── index.php │ ├── 109 │ └── index.php │ ├── 110 │ └── index.php │ ├── 111 │ └── index.php │ ├── 113 │ └── index.php │ ├── 114 │ └── index.php │ ├── 115 │ └── index.php │ ├── 116 │ └── index.php │ ├── 117 │ └── index.php │ ├── 118 │ └── index.php │ ├── 119 │ └── index.php │ ├── 120 │ └── index.php │ ├── 121 │ └── index.php │ ├── 122 │ └── index.php │ ├── 123 │ └── index.php │ ├── 124 │ └── index.php │ ├── 125 │ └── index.php │ ├── 126 │ └── index.php │ ├── 127 │ └── index.php │ ├── 128 │ └── index.php │ ├── 129 │ └── index.php │ ├── 130 │ └── index.php │ ├── 131 │ └── index.php │ ├── 132 │ └── index.php │ ├── 133 │ └── index.php │ ├── 134 │ └── index.php │ ├── 136 │ └── index.php │ ├── 137 │ └── index.php │ ├── 139 │ └── index.php │ ├── 140 │ └── index.php │ ├── 141 │ └── index.php │ ├── 142 │ └── index.php │ ├── 143 │ └── index.php │ ├── 144 │ └── index.php │ ├── 145 │ └── index.php │ ├── 149 │ └── index.php │ ├── 150 │ └── index.php │ ├── 151 │ └── index.php │ ├── 152 │ └── index.php │ ├── 154 │ └── index.php │ ├── 155 │ └── index.php │ ├── 156 │ └── index.php │ ├── 157 │ └── index.php │ ├── 158 │ └── index.php │ ├── 160 │ └── index.php │ ├── 161 │ └── index.php │ ├── 162 │ └── index.php │ ├── 163 │ └── index.php │ ├── 164 │ └── index.php │ ├── 165 │ └── index.php │ ├── 166 │ └── index.php │ ├── 167 │ └── index.php │ ├── 168 │ └── index.php │ ├── 169 │ └── index.php │ ├── 170 │ └── index.php │ ├── 171 │ └── index.php │ ├── 172 │ └── index.php │ ├── 174 │ └── index.php │ ├── 175 │ └── index.php │ ├── 176 │ └── index.php │ ├── 177 │ └── index.php │ ├── 178 │ └── index.php │ ├── 179 │ └── index.php │ ├── 180 │ └── index.php │ ├── 181 │ └── index.php │ ├── 182 │ └── index.php │ ├── 183 │ └── index.php │ ├── 184 │ └── index.php │ ├── 185 │ └── index.php │ ├── 187 │ └── index.php │ ├── 188 │ └── index.php │ ├── 189 │ └── index.php │ ├── 190 │ └── index.php │ ├── 191 │ └── index.php │ ├── 192 │ └── index.php │ ├── 193 │ └── index.php │ ├── 194 │ └── index.php │ ├── 195 │ └── index.php │ ├── 196 │ └── index.php │ ├── 197 │ └── index.php │ ├── 198 │ └── index.php │ ├── 199 │ └── index.php │ ├── 200 │ └── index.php │ ├── 201 │ └── index.php │ ├── 202 │ └── index.php │ ├── 204 │ └── index.php │ ├── 205 │ └── index.php │ ├── 206 │ └── index.php │ ├── 207 │ └── index.php │ ├── 208 │ └── index.php │ ├── 209 │ └── index.php │ ├── 210 │ └── index.php │ ├── 211 │ └── index.php │ ├── 212 │ └── index.php │ ├── 213 │ └── index.php │ ├── 214 │ └── index.php │ ├── 215 │ └── index.php │ ├── 216 │ └── index.php │ ├── 217 │ └── index.php │ ├── 218 │ └── index.php │ ├── 219 │ └── index.php │ ├── 221 │ └── index.php │ ├── 224 │ └── index.php │ ├── 225 │ └── index.php │ ├── 226 │ └── index.php │ ├── 229 │ └── index.php │ ├── 230 │ └── index.php │ ├── 231 │ └── index.php │ ├── 232 │ └── index.php │ ├── 233 │ └── index.php │ ├── 234 │ └── index.php │ ├── 235 │ └── index.php │ ├── 236 │ └── index.php │ ├── 237 │ └── index.php │ ├── 238 │ └── index.php │ ├── 239 │ └── index.php │ ├── 240 │ └── index.php │ ├── 241 │ └── index.php │ ├── 242 │ └── index.php │ ├── 243 │ └── index.php │ ├── 244 │ └── index.php │ ├── 245 │ └── index.php │ ├── 246 │ └── index.php │ ├── 247 │ └── index.php │ ├── 248 │ └── index.php │ ├── 249 │ └── index.php │ ├── 250 │ └── index.php │ ├── 251 │ └── index.php │ ├── 252 │ └── index.php │ ├── 253 │ └── index.php │ ├── 255 │ └── index.php │ ├── 256 │ └── index.php │ ├── 257 │ └── index.php │ ├── 258 │ └── index.php │ ├── 259 │ └── index.php │ ├── 260 │ └── index.php │ ├── 261 │ └── index.php │ ├── 262 │ └── index.php │ ├── 263 │ └── index.php │ ├── 264 │ └── index.php │ ├── 265 │ └── index.php │ ├── 266 │ └── index.php │ ├── 267 │ └── index.php │ ├── 268 │ └── index.php │ ├── 269 │ └── index.php │ ├── 270 │ └── index.php │ ├── 271 │ └── index.php │ ├── 272 │ └── index.php │ ├── 273 │ └── index.php │ ├── 274 │ └── index.php │ ├── 275 │ └── index.php │ ├── 276 │ └── index.php │ ├── 277 │ └── index.php │ ├── 278 │ └── index.php │ ├── 279 │ └── index.php │ ├── 280 │ └── index.php │ ├── 281 │ └── index.php │ ├── 283 │ └── index.php │ ├── 284 │ └── index.php │ ├── 285 │ └── index.php │ ├── 286 │ └── index.php │ ├── 287 │ └── index.php │ ├── 288 │ └── index.php │ ├── 289 │ └── index.php │ └── 290 │ └── index.php ├── emailsent └── index.html ├── _data └── mirrors.yml ├── 404.md ├── _posts ├── 2017-01-05-official-twrp-app.markdown └── 2015-03-01-welcome-to-new-site.markdown ├── _includes ├── disclaimer.html ├── dmverity.html ├── download.html ├── twrpinstall.html ├── lgunlock.html ├── flashimageinstall.html ├── dynamicpartitions.html └── ddinstall.html ├── faq └── index.html ├── _xiaomi ├── xiaomimi10.markdown ├── xiaomiredmi7.markdown ├── xiaomi-mithorium-common.markdown ├── xiaomimi10lite.markdown ├── xiaomimimax2.markdown ├── xiaomiredmi5plus.markdown ├── xiaomi-sm8250-common.markdown ├── xiaomi_redmik40_pocof3_mi11x.markdown ├── xiaomi_pocom4pro_redminote11s.markdown ├── xiaomiredmi6.markdown ├── xiaomimi22s.markdown └── xiaomimipad.markdown ├── _lg ├── lgwatchurbane.markdown ├── lggwatch.markdown ├── lggwatchr.markdown ├── lgoptimusone.markdown ├── lgoptimus4xhd.markdown ├── lgoptimuslte.markdown ├── lgoptimusgatt.markdown ├── lgg4f500.markdown ├── lgg4h810.markdown ├── lgg4h812.markdown ├── lgg4h815.markdown ├── lgg4h819.markdown ├── lgg4ls991.markdown ├── lgg4us991.markdown ├── lgg4vs986.markdown ├── lgoptimusgsprint.markdown ├── lgg4h811.markdown ├── lgoptimusslider.markdown ├── lgoptimus2x.markdown └── lgoptimusblack.markdown ├── _quanta └── verizonwear24.markdown ├── src ├── Templater.js └── SearchStrategies │ ├── literal.js │ └── fuzzy.js ├── _motorola ├── motorolamoto360.markdown ├── motorolamotomaxx.markdown ├── motorolamotoxforce.markdown ├── motorolamotoz2play.markdown ├── motorolamotog2014lte.markdown ├── motorolamotog5plus.markdown ├── motorolamotog2013lte.markdown ├── motorolamotog5.markdown ├── motorolamotox2015pure.markdown ├── motorolamotogplus2016.markdown ├── motorolamotoe.markdown ├── motorolamotox2013.markdown ├── motorolaphotonq.markdown ├── motorolaxoom.markdown ├── motorolamotog2014.markdown └── motorolamotoe5.markdown ├── README.md ├── _htc ├── htconeremix.markdown ├── htconess3.markdown ├── htconevx.markdown ├── htcbutterfly2.markdown ├── htconeminigsm.markdown ├── htconexatt.markdown ├── htcdesire601gsm.markdown ├── htcdesirec.markdown ├── htcmerge.markdown ├── htcsensation.markdown ├── htcvivid.markdown ├── htcbutterflyx920d.markdown ├── htcdesire601cdma.markdown ├── htcincredibles.markdown ├── htconem7sprint.markdown ├── htconem7verizon.markdown ├── htconess4.markdown ├── htconess4specialedition.markdown ├── htconevgsm.markdown ├── htconexplusatt.markdown ├── htcbutterflyx920e.markdown ├── htcdroidincredible.markdown ├── htcthunderbolt.markdown ├── htcwildfires.markdown ├── htcdroidincredible2.markdown ├── htcdroidincredible4g.markdown ├── htconevvirgin.markdown ├── htconexplusinternational.markdown ├── htcsensationxl.markdown ├── htcdroiddna.markdown ├── htca11ul.markdown └── htca31ul.markdown ├── _oneplus ├── oneplusnord25g.markdown └── oneplustwo.markdown ├── _elephone └── elephonep9000.markdown ├── _meizu └── m1721.markdown ├── _alcatel └── ttab.markdown ├── _drafts └── newtwrpversion.markdown ├── _nubia ├── nubianx52.markdown └── nubianx512j.markdown ├── _bq ├── bqcurie2qc.markdown ├── bqmaxwell2.markdown ├── bqedison2qc.markdown ├── bqmaxwell2qc.markdown ├── bqmaxwell2lite.markdown ├── bqmaxwell2plus.markdown ├── bqaquarise4.markdown ├── bqaquarise6.markdown ├── bqaquarism45.markdown ├── bqaquarisa45.markdown ├── bqaquarise45.markdown ├── bqaquarism5.markdown ├── bqaquarism55.markdown ├── bqaquarisv.markdown ├── bqaquarise5hd.markdown ├── bqaquarisu.markdown ├── bqaquarisu2.markdown ├── bqaquarise10.markdown ├── bqaquarise5fhd.markdown ├── bqaquarisvs.markdown ├── bqaquarisx.markdown ├── bqaquarisx5plus.markdown ├── bqaquarisuplus.markdown ├── bqaquarisvplus.markdown └── bqedison3mini.markdown ├── _minix └── minixneou1.markdown ├── _oppo ├── oppon3.markdown ├── oppor7f.markdown ├── oppor7sf.markdown ├── realme2pro.markdown ├── realme3pro.markdown └── oppor7plusf.markdown ├── _fairphone ├── fairphone3.markdown └── fairphone2.markdown ├── _iuni └── iuniu3.markdown ├── _samsung ├── samsunggalaxya60.markdown └── a33g.markdown ├── _asus ├── asuspadfone1.markdown └── asuspadfone2.markdown ├── _zuk └── zukz1.markdown ├── _sony ├── sonyxperiaxz1.markdown ├── sonyxperiaxz1compact.markdown ├── sonyxperiaxzpremium.markdown ├── sonyxperiaxz1dsds.markdown ├── sonyxperiaxz1kddi.markdown └── sonyxperiaxz1canada.markdown ├── package.json ├── _huawei ├── huaweig8.markdown ├── huaweip9.markdown ├── huaweihonor8.markdown ├── huaweihonor5c.markdown ├── huaweihonor5x.markdown ├── huaweimate8.markdown ├── huaweihonor6x.markdown ├── huaweimates.markdown ├── huaweinexus6p.markdown ├── huaweip9plus.markdown ├── huaweihonor4x.markdown ├── huaweihonor6.markdown └── huaweihonor6plus.markdown ├── _yu ├── yuyutopia.markdown ├── yuyunique.markdown └── yuyurekablack.markdown ├── _google ├── adt-1.markdown ├── androidone.markdown └── googlepixelc.markdown ├── _leeco ├── leecolepro3.markdown └── leecolepro3elite.markdown ├── _realme ├── realmex7max.markdown └── realme6.md ├── _vivo └── vivopd1510.markdown ├── _lenovo ├── lenovoz5s.markdown ├── lenovok10note.markdown └── lenovomanning.markdown ├── _lyf ├── lyfmobee01a.markdown └── lyfpanda01a.markdown └── _marshall └── marshalllondon.markdown /noos/index.html: -------------------------------------------------------------------------------- 1 | ../faq/noos.html -------------------------------------------------------------------------------- /twrpfaq/index.html: -------------------------------------------------------------------------------- 1 | ../FAQ/index.html -------------------------------------------------------------------------------- /datamedia/index.html: -------------------------------------------------------------------------------- 1 | ../faq/datamedia.html -------------------------------------------------------------------------------- /removetwrp/index.html: -------------------------------------------------------------------------------- 1 | ../faq/removetwrp.html -------------------------------------------------------------------------------- /securetwrp/index.html: -------------------------------------------------------------------------------- 1 | ../faq/securetwrp.html -------------------------------------------------------------------------------- /whattowipe/index.html: -------------------------------------------------------------------------------- 1 | ../faq/whattowipe.html -------------------------------------------------------------------------------- /officialota/index.html: -------------------------------------------------------------------------------- 1 | ../faq/officialota.html -------------------------------------------------------------------------------- /whattobackup/index.html: -------------------------------------------------------------------------------- 1 | ../faq/whattobackup.html -------------------------------------------------------------------------------- /twrp_view_all_devices/index.html: -------------------------------------------------------------------------------- 1 | ../Devices/index.html -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _site 2 | .sass-cache 3 | dist 4 | node_modules 5 | -------------------------------------------------------------------------------- /_oem/bq.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: BQ 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/hp.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: HP 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/lg.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: LG 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/yu.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Yu 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/asus.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Asus 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/cat.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Cat 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/dell.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Dell 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/ergo.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Ergo 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/gigaset.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Gigaset 4 | --- -------------------------------------------------------------------------------- /_oem/htc.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: HTC 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/iuni.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: IUNI 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/letv.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Letv 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/lyf.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Lyf 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/oppo.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Oppo 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/sony.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Sony 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/twrp.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: TWRP 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/umidigi.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Umidigi 4 | --- -------------------------------------------------------------------------------- /_oem/vivo.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Vivo 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/zte.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: ZTE 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/zuk.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: ZUK 4 | --- 5 | -------------------------------------------------------------------------------- /_layouts/none.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: none 3 | --- 4 | {{ content }} 5 | -------------------------------------------------------------------------------- /_oem/alcatel.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Alcatel 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/allview.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: oem 3 | oem: Allview 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/amazon.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Amazon 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/amlogic.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Amlogic 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/archos.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Archos 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/google.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Google 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/huami.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Huami 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/huawei.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Huawei 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/hyundai.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Hyundai 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/infinix.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Infinix 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/kazam.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Kazam 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/leeco.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: LeEco 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/lenovo.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Lenovo 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/mattel.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Mattel 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/meizu.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Meizu 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/minix.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Minix 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/mobvoi.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Mobvoi 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/nextbit.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Nextbit 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/nokia.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Nokia 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/nubia.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Nubia 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/nvidia.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Nvidia 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/omate.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Omate 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/oneplus.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: OnePlus 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/oukitel.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Oukitel 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/pantech.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Pantech 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/planet.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Planet 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/quanta.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Quanta 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/razer.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Razer 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/realme.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Realme 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/samsung.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Samsung 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/ulefone.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Ulefone 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/vanzo.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Vanzo 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/vestel.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Vestel 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/xiaomi.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Xiaomi 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/bn.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Barnes & Noble 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/elephone.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Elephone 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/essential.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Essential 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/fairphone.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Fairphone 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/marshall.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Marshall 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/micromax.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Micromax 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/motorola.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Motorola 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/unihertz.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Unihertz 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/wileyfox.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Wileyfox 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/wingtech.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Wingtech 4 | --- 5 | -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/twrpme/master/favicon.ico -------------------------------------------------------------------------------- /oem/unihertz.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Unihertz 4 | --- 5 | -------------------------------------------------------------------------------- /_oem/silentcircle.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | oem: Silentcircle 4 | --- 5 | -------------------------------------------------------------------------------- /images/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/twrpme/master/images/home.png -------------------------------------------------------------------------------- /app/privacypolicy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/twrpme/master/app/privacypolicy.pdf -------------------------------------------------------------------------------- /images/backupname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cweiske/twrpme/master/images/backupname.png -------------------------------------------------------------------------------- /project/twrp2/129/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/197/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/205/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/209/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/213/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/242/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/249/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/256/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/284/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/3/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/76/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/80/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/84/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/100/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/111/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/119/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/12/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/127/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/140/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/143/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/144/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/154/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/156/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/158/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/160/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/162/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/163/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/164/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/167/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/187/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/189/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/190/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/212/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/225/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/236/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/240/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/245/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/247/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/257/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/258/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/259/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/262/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/269/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/277/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/281/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/286/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/288/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/49/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/5/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/51/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/6/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/63/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/65/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/66/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/67/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/68/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/73/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/75/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/86/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/87/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/97/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/98/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/99/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/10/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/116/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/120/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/13/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/131/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/134/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/136/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/141/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/142/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/150/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/155/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/157/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/166/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/168/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/170/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/171/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/172/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/184/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/188/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/210/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/211/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/214/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/216/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/217/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/219/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/221/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/226/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/231/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/232/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/241/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/246/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/255/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/268/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/274/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/276/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/278/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/279/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/285/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/287/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/289/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/290/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/4/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/44/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/61/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/70/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/88/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/91/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/103/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/104/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/108/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/109/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/128/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/137/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/139/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/169/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/174/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/183/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/185/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/193/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/194/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/233/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/234/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/235/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/243/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/261/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/264/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/265/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/267/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/270/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/272/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/275/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/280/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/40/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/43/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/71/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/72/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/74/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/79/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/82/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/95/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/101/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/102/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/106/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/107/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/110/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/115/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/118/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/122/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/124/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/125/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/130/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/132/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/149/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/161/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/175/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/176/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/177/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/178/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/179/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/181/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/196/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/199/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/208/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/215/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/229/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/238/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/239/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/248/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/250/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/252/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/271/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/283/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/90/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/92/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/93/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/94/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/96/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/105/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/113/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/117/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/121/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/123/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/126/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/133/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/151/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/152/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/165/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/180/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/192/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/195/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/198/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/200/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/201/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/207/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/218/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/230/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/237/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/251/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/260/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/266/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/273/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/89/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/145/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/206/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/224/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/244/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/253/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /project/twrp2/263/index.php: -------------------------------------------------------------------------------- 1 | 4 | -------------------------------------------------------------------------------- /emailsent/index.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: page 3 | --- 4 | 5 |
Your email has been sent.
7 |Team Win strives to provide a quality product. However, it is your decision to install our software on your device. Team Win takes no responsibility for any damage that may occur from installing or using TWRP.
4 | -------------------------------------------------------------------------------- /_layouts/default.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {% include head.html %} 5 | 6 | 7 | 8 | {% include header.html %} 9 | 10 |This means that swiping to allow system modifications will prevent you from being able to boot if you are using the stock kernel. In order to bypass dm-verity's boot prevention, you will have to install a kernel that has dm-verity disabled in the fstab.
4 | -------------------------------------------------------------------------------- /_layouts/notfound.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | {% include head.html %} 5 | 6 | 7 | 8 | {% include header404.html %} 9 | 10 |12 | {{ post.title }} 13 |
14 | {% endfor %} 15 |Current and past versions of TWRP can be found at one of the mirrors below:
4 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |Download the latest TWRP image file (.img) from the download link and boot TWRP. Go to install and find and select the Images... button. Browse to the image that you downloaded and select it. Choose recovery and swipe to flash.
6 | -------------------------------------------------------------------------------- /_layouts/oem.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |13 | {{ post.title }} ({{ post.codename }}) 14 |
15 | {% endfor %} 16 |12 | {{ post.title }} ({{ post.codename }}) 13 |
14 | {% endfor %} 15 |12 | {{ post.title }} ({{ post.codename }}) 13 |
14 | {% endfor %} 15 |14 | {{ post.title }} ({{ post.codename }}) 15 |
16 | {% endfor %} 17 |Some LG devices have bootloaders that require additional steps to unlock before you are able to flash custom images. You will need to follow the steps on LG's website in order to unlock your device.
4 |See: How to unlock your LG bootloader
5 | -------------------------------------------------------------------------------- /_meizu/m1721.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Meizu M6 Note" 4 | codename: m1721 5 | downloadfolder: m1721 6 | supportstatus: Current 7 | maintainer: aiden09 8 | oem: Meizu 9 | devicetree: https://github.com/TeamWin/android_device_meizu_m1721 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_motorola/motorolamotomaxx.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto MAXX" 4 | codename: quark 5 | downloadfolder: quark 6 | supportstatus: Current 7 | maintainer: BHB27 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_motorola/motorolamotoxforce.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto X Force" 4 | codename: kinzie 5 | downloadfolder: kinzie 6 | supportstatus: Current 7 | maintainer: kaneawk 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_motorola/motorolamotoz2play.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto Z2 Play" 4 | codename: albus 5 | downloadfolder: albus 6 | supportstatus: Current 7 | maintainer: EmaMaker 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_alcatel/ttab.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Telekom Puls" 4 | codename: ttab 5 | downloadfolder: ttab 6 | supportstatus: Current 7 | maintainer: Stricted 8 | oem: Alcatel 9 | devicetree: https://github.com/TeamWin/android_device_alcatel_ttab 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include fastbootinstall.html %} 21 | -------------------------------------------------------------------------------- /_drafts/newtwrpversion.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: post 3 | title: "TWRP 2.8.5.0 Released" 4 | date: 2015-02-12 08:44:12 5 | categories: site update 6 | version: 2.8.5.0 7 | --- 8 | 9 | TWRP {{ page.version }} is out now for all currently supported devices. 10 | 11 | What's new in {{ page.version }}: 12 | 13 | * 14 | * Other small fixes and improvements 15 | 16 | Head over to the [devices page](http://twrp.me/Devices) to find install instructions and download links. 17 | -------------------------------------------------------------------------------- /_lg/lgg4f500.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: f500 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4h810.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: h810 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4h812.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: h812 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4h815.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: h815 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4h819.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: h819 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4ls991.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: ls991 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4us991.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: us991 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgg4vs986.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: vs986 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_lg/lgoptimusgsprint.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG Optimus G Sprint" 4 | codename: geehrc4g 5 | downloadfolder: geehrc4g 6 | oldurl: http://teamw.in/project/twrp2/155 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: LG 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include fastbootinstall.html %} 21 | -------------------------------------------------------------------------------- /_motorola/motorolamotog2014lte.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto G 2014 LTE" 4 | codename: thea 5 | downloadfolder: thea 6 | supportstatus: Current 7 | maintainer: luca020400 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_motorola/motorolamotog5plus.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto G5 Plus" 4 | codename: potter 5 | downloadfolder: potter 6 | supportstatus: Current 7 | maintainer: GtrCraft 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_nubia/nubianx52.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Nubia M2" 4 | codename: NX551J 5 | downloadfolder: NX551J 6 | supportstatus: Current 7 | maintainer: mauronofrio 8 | oem: Nubia 9 | devicetree: https://github.com/TeamWin/android_device_nubia_NX551J 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_bq/bqcurie2qc.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Curie 2 QC" 4 | codename: curie2qc 5 | downloadfolder: curie2qc 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_curie2qc 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include flashimageinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_bq/bqmaxwell2.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Maxwell 2" 4 | codename: maxwell2 5 | downloadfolder: maxwell2 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_maxwell2 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include flashimageinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_includes/flashimageinstall.html: -------------------------------------------------------------------------------- 1 | 2 |Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
6 |su
7 |flash_image recovery /sdcard/twrp.img
8 | 9 | -------------------------------------------------------------------------------- /_lg/lgg4h811.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG G4" 4 | codename: h811 5 | supportstatus: Unified 6 | maintainer: steadfasterX 7 | oem: LG 8 | --- 9 | 10 | {% include disclaimer.html %} 11 | 12 | {% include supportstatus.html %} 13 | 14 | All models of the LG G4 were unified now which means they are using all 15 | the same TWRP image. 16 | 17 | Please go here (click) 18 | to continue downloading TWRP for the G4. 19 | -------------------------------------------------------------------------------- /_minix/minixneou1.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Minix NEO U1" 4 | codename: p200_2G 5 | downloadfolder: p200_2G 6 | supportstatus: Current 7 | maintainer: Dees_Troy 8 | oem: Minix 9 | ddof: "/dev/block/recovery" 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include ddinstall.html %} 23 | -------------------------------------------------------------------------------- /_motorola/motorolamotog2013lte.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto G 2013 LTE" 4 | codename: peregrine 5 | downloadfolder: peregrine 6 | supportstatus: Current 7 | maintainer: luca020400 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} -------------------------------------------------------------------------------- /_motorola/motorolamotog5.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto G5" 4 | codename: cedric 5 | downloadfolder: cedric 6 | supportstatus: Current 7 | maintainer: Theitfixer85, Jarl-Penguin 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_motorola/motorolamotox2015pure.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto X 2015 Pure" 4 | codename: clark 5 | downloadfolder: clark 6 | supportstatus: Current 7 | maintainer: Hashbang173 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_nubia/nubianx512j.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Nubia ZTE Z9Max" 4 | codename: nx512j 5 | downloadfolder: nx512j 6 | supportstatus: Current 7 | maintainer: Bauuuuu 8 | oem: Nubia 9 | devicetree: https://github.com/TeamWin/android_device_nubia_nx512j 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_oppo/oppon3.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Oppo N3" 4 | codename: n3 5 | downloadfolder: n3 6 | oldurl: http://teamw.in/project/twrp2/209 7 | supportstatus: Current 8 | maintainer: Dees_Troy 9 | oem: Oppo 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /src/SearchStrategies/fuzzy.js: -------------------------------------------------------------------------------- 1 | module.exports = new FuzzySearchStrategy(); 2 | 3 | function FuzzySearchStrategy(){ 4 | var self = this; 5 | 6 | function createFuzzyRegExpFromString(string){ 7 | return new RegExp( string.split('').join('.*?'), 'gi'); 8 | } 9 | 10 | self.matches = function(string,crit){ 11 | if( typeof string !== 'string' ) return false; 12 | string = string.trim(); 13 | return !!string.match(createFuzzyRegExpFromString(crit)); 14 | }; 15 | }; -------------------------------------------------------------------------------- /_bq/bqedison2qc.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Edison 2 QC" 4 | codename: edison2qc 5 | downloadfolder: edison2qc 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_edison2qc 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include flashimageinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_fairphone/fairphone3.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Fairphone 3" 4 | codename: FP3 5 | downloadfolder: FP3 6 | supportstatus: Current 7 | maintainer: Chaosmaster 8 | oem: Fairphone 9 | devicetree: https://github.com/TeamWin/android_device_fairphone_fp3 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include dmverity.html %} 19 | 20 | {% include fastbootabinstall.html %} 21 | -------------------------------------------------------------------------------- /_htc/htconevx.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One VX" 4 | codename: totemc2 5 | downloadfolder: totemc2 6 | oldurl: http://teamw.in/project/twrp2/158 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcbutterfly2.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Butterfly 2" 4 | codename: b2ul 5 | downloadfolder: b2ul 6 | oldurl: http://teamw.in/project/twrp2/285 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconeminigsm.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One Mini" 4 | codename: m4ul 5 | downloadfolder: m4ul 6 | oldurl: http://teamw.in/project/twrp2/216 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconexatt.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One X AT&T" 4 | codename: evita 5 | downloadfolder: evita 6 | oldurl: http://teamw.in/project/twrp2/99 7 | supportstatus: mdmower 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_includes/dynamicpartitions.html: -------------------------------------------------------------------------------- 1 | 2 |This means that TWRP will not allow modifications to any of the partitions that make up the Super partition on the stock ROM. All backups and restores will include the full Super partition rather than the individual dynamic partitions.
5 |In order to flash the individual partitions, you will have to boot into fastbootd.
6 | -------------------------------------------------------------------------------- /_bq/bqmaxwell2qc.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Maxwell 2 QC" 4 | codename: maxwell2qc 5 | downloadfolder: maxwell2qc 6 | supportstatus: Current 7 | maintainer: fefifofum 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_maxwell2qc 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include flashimageinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_htc/htcdesire601gsm.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Desire 601 GSM" 4 | codename: zara 5 | downloadfolder: zara 6 | oldurl: http://teamw.in/project/twrp2/279 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcdesirec.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Desire C" 4 | codename: golfu 5 | downloadfolder: golfu 6 | oldurl: http://teamw.in/project/twrp2/160 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcmerge.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Merge" 4 | codename: lexicon 5 | downloadfolder: lexicon 6 | oldurl: http://teamw.in/project/twrp2/84 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcsensation.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Sensation" 4 | codename: pyramid 5 | downloadfolder: pyramid 6 | oldurl: http://teamw.in/project/twrp2/66 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcvivid.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Vivid" 4 | codename: holiday 5 | downloadfolder: holiday 6 | oldurl: http://teamw.in/project/twrp2/76 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_iuni/iuniu3.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "IUNI U3" 4 | codename: u3 5 | downloadfolder: u3 6 | supportstatus: Current 7 | maintainer: Abdess 8 | oem: IUNI 9 | devicetree: https://github.com/TeamWin/android_device_iuni_u3 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_motorola/motorolamotogplus2016.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto G4/G4 Plus" 4 | codename: athene 5 | downloadfolder: athene 6 | supportstatus: Current 7 | maintainer: yeshwanthvshenoy, pranav01 8 | oem: Motorola 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_samsung/samsunggalaxya60.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Samsung Galaxy A60" 4 | codename: a60q 5 | oem: Samsung 6 | downloadfolder: a60q 7 | supportstatus: Current 8 | maintainer: summerelement 9 | devicetree: "https://github.com/TeamWin/android_device_samsung_a60q" 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include odininstall.html %} 21 | -------------------------------------------------------------------------------- /_asus/asuspadfone1.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Asus PadFone 1" 4 | codename: A66 5 | downloadfolder: A66 6 | oldurl: http://teamw.in/project/twrp2/172 7 | supportstatus: No Longer Supported 8 | maintainer: None 9 | oem: Asus 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_asus/asuspadfone2.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Asus PadFone 2" 4 | codename: A68 5 | downloadfolder: A68 6 | oldurl: http://teamw.in/project/twrp2/157 7 | supportstatus: No Longer Supported 8 | maintainer: None 9 | oem: Asus 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqmaxwell2lite.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Maxwell 2 Lite" 4 | codename: maxwell2lite 5 | downloadfolder: maxwell2lite 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_maxwell2lite 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include flashimageinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_bq/bqmaxwell2plus.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Maxwell 2 Plus" 4 | codename: maxwell2plus 5 | downloadfolder: maxwell2plus 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_maxwell2plus 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include flashimageinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | -------------------------------------------------------------------------------- /_htc/htcbutterflyx920d.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Butterfly X920d" 4 | codename: dlxu 5 | downloadfolder: dlxu 6 | oldurl: http://teamw.in/project/twrp2/142 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcdesire601cdma.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Desire 601 CDMA" 4 | codename: zaracl 5 | downloadfolder: zaracl 6 | oldurl: http://teamw.in/project/twrp2/217 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcincredibles.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Incredible S" 4 | codename: vivo 5 | downloadfolder: vivo 6 | oldurl: http://teamw.in/project/twrp2/70 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconem7sprint.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One m7 Sprint" 4 | codename: m7wls 5 | downloadfolder: m7wls 6 | oldurl: http://teamw.in/project/twrp2/171 7 | supportstatus: Current 8 | maintainer: mdmower 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconem7verizon.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One m7 Verizon" 4 | codename: m7wlv 5 | downloadfolder: m7vzw 6 | oldurl: http://teamw.in/project/twrp2/255 7 | supportstatus: Current 8 | maintainer: mdmower 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconess4.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One S (S4 processor)" 4 | codename: ville 5 | downloadfolder: ville 6 | oldurl: http://teamw.in/project/twrp2/100 7 | supportstatus: Current 8 | maintainer: mdmower 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconess4specialedition.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One S (S4 processor) Special Edition 64GB" 4 | codename: ville_u 5 | downloadfolder: ville_u 6 | supportstatus: No Longer Updated 7 | maintainer: None 8 | oem: HTC 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include appinstall.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | -------------------------------------------------------------------------------- /_htc/htconevgsm.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One V GSM" 4 | codename: primou 5 | downloadfolder: primou 6 | oldurl: http://teamw.in/project/twrp2/119 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconexplusatt.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One X+ AT&T" 4 | codename: evitareul 5 | downloadfolder: evitareul 6 | oldurl: http://teamw.in/project/twrp2/131 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_zuk/zukz1.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Zuk Z1" 4 | codename: ham 5 | downloadfolder: Z1 6 | supportstatus: Current 7 | maintainer: juliusssssmiui 8 | oem: Zuk 9 | devicetree: https://github.com/TeamWin/android_device_zuk_Z1 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarise4.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris E4" 4 | codename: puar 5 | downloadfolder: puar 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_puar 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarise6.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris E6" 4 | codename: bulma 5 | downloadfolder: bulma 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_bulma 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcbutterflyx920e.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Butterfly X9202" 4 | codename: dlxub1 5 | downloadfolder: dlxub1 6 | oldurl: http://teamw.in/project/twrp2/141 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcdroidincredible.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Droid Incredible" 4 | codename: inc 5 | downloadfolder: inc 6 | oldurl: http://teamw.in/project/twrp2/4 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcthunderbolt.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Thunderbolt" 4 | codename: mecha 5 | downloadfolder: mecha 6 | oldurl: http://teamw.in/project/twrp2/10 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcwildfires.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Wildfire S GSM" 4 | codename: marvel 5 | downloadfolder: marvel 6 | oldurl: http://teamw.in/project/twrp2/111 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_lg/lgoptimusslider.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG Optimus Slider" 4 | codename: gelato 5 | downloadfolder: gelato 6 | oldurl: http://teamw.in/project/twrp2/168 7 | supportstatus: Current 8 | maintainer: None 9 | oem: LG 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include fastbootinstall.html %} 21 | 22 | {% include flashimageinstall.html %} 23 | -------------------------------------------------------------------------------- /_oppo/oppor7f.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Oppo R7f" 4 | codename: r7f 5 | downloadfolder: r7f 6 | supportstatus: Current 7 | maintainer: Dees_Troy 8 | oem: Oppo 9 | devicetree: https://github.com/TeamWin/android_device_oppo_r7f 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_sony/sonyxperiaxz1.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Sony Xperia XZ1" 4 | codename: poplar 5 | downloadfolder: poplar 6 | supportstatus: Current 7 | maintainer: cryptomilk & derfelot 8 | devicetree: "https://github.com/TeamWin/android_device_sony_poplar.git" 9 | oem: Sony 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include fastbootinstall.html %} 21 | -------------------------------------------------------------------------------- /_xiaomi/xiaomi_pocom4pro_redminote11s.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Xiaomi Redmi Note 11s / Poco M4 Pro" 4 | codename: fleur 5 | downloadfolder: fleur 6 | supportstatus: Current 7 | maintainer: "ShazuxD" 8 | oem: Xiaomi 9 | --- 10 | 11 | {% include disclaimer.html %} 12 | 13 | {% include supportstatus.html %} 14 | 15 | {% include dynamicpartitions.html %} 16 | 17 | {% include xiaomiunlock.html %} 18 | 19 | {% include download.html %} 20 | 21 | {% include fastbootxiaomiabmtk.html %} 22 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "twrpme", 3 | "version": "1.0.0", 4 | "description": "twrpme website", 5 | "main": "gulpfile.js", 6 | "dependencies": { 7 | "node-notifier": "^4.6.1", 8 | "vinyl-fs": "^2.4.4" 9 | }, 10 | "devDependencies": {}, 11 | "scripts": { 12 | "test": "echo \"Error: no test specified\" && exit 1" 13 | }, 14 | "repository": { 15 | "type": "git", 16 | "url": "http://gerrit.twrp.me/twrpme" 17 | }, 18 | "author": "", 19 | "license": "ISC" 20 | } 21 | -------------------------------------------------------------------------------- /_bq/bqaquarism45.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris M4.5" 4 | codename: dende 5 | downloadfolder: dende 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_dende 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_huawei/huaweig8.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Huawei G8" 4 | codename: rio 5 | downloadfolder: rio 6 | supportstatus: Current 7 | maintainer: eloygomez 8 | oem: Huawei 9 | devicetree: https://github.com/TeamWin/android_device_huawei_rio 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_includes/ddinstall.html: -------------------------------------------------------------------------------- 1 | {% if page.ddof %} 2 | 3 |Download the latest image file (.img) from the download link above. Place it in the root of your /sdcard folder and rename it to twrp.img. Run the following commands via adb shell or a terminal emulator app:
7 |su
8 |dd if=/sdcard/twrp.img of={{ page.ddof }}
9 | 10 | {% endif %} 11 | -------------------------------------------------------------------------------- /_motorola/motorolamotoe.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto E" 4 | codename: condor 5 | downloadfolder: condor 6 | oldurl: http://teamw.in/project/twrp2/235 7 | supportstatus: Current 8 | maintainer: magdeoz 9 | oem: Motorola 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_motorola/motorolamotox2013.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto X 2013" 4 | codename: ghost 5 | downloadfolder: ghost 6 | oldurl: http://teamw.in/project/twrp2/234 7 | supportstatus: Current 8 | maintainer: None 9 | oem: Motorola 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_oppo/oppor7sf.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Oppo R7sf" 4 | codename: r7sf 5 | downloadfolder: r7sf 6 | supportstatus: Current 7 | maintainer: Celoxocis 8 | oem: Oppo 9 | devicetree: https://github.com/TeamWin/android_device_oppo_r7sf 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_yu/yuyutopia.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Yu Yutopia" 4 | codename: sambar 5 | downloadfolder: sambar 6 | supportstatus: Current 7 | maintainer: HostZero 8 | devicetree: https://github.com/TeamWin/android_device_yu_sambar 9 | oem: Yu 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisa45.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris A4.5" 4 | codename: dendeone 5 | downloadfolder: dendeone 6 | supportstatus: None 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_dendeone 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarise45.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris E4.5" 4 | codename: krillin 5 | downloadfolder: krillin 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_krillin 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarism5.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris M5" 4 | codename: piccolo 5 | downloadfolder: piccolo 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_piccolo 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarism55.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris M5.5" 4 | codename: namek 5 | downloadfolder: namek 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_namek 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisv.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris V (nappa)" 4 | codename: nappa 5 | downloadfolder: nappa 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_nappa 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcdroidincredible2.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Droid Incredible 2" 4 | codename: vivow 5 | downloadfolder: vivow 6 | oldurl: http://teamw.in/project/twrp2/71 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcdroidincredible4g.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Droid Incredible 4G" 4 | codename: fireball 5 | downloadfolder: fireball 6 | oldurl: http://teamw.in/project/twrp2/139 7 | supportstatus: Current 8 | maintainer: mdmower 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconevvirgin.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One V Virgin Mobile" 4 | codename: primoc 5 | downloadfolder: primoc 6 | oldurl: http://teamw.in/project/twrp2/120 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htconexplusinternational.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC One X+ International" 4 | codename: enrc2b 5 | downloadfolder: enrc2b 6 | oldurl: http://teamw.in/project/twrp2/130 7 | supportstatus: Current 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcsensationxl.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Sensation XL" 4 | codename: runnymede 5 | downloadfolder: runnymede 6 | oldurl: http://teamw.in/project/twrp2/134 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: HTC 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_huawei/huaweip9.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Huawei P9" 4 | codename: eva 5 | downloadfolder: eva 6 | supportstatus: Current 7 | maintainer: paulobrien 8 | oem: Huawei 9 | devicetree: https://github.com/TeamWin/android_device_huawei_eva 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_lg/lgoptimus2x.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG Optimus 2x" 4 | codename: p990 5 | downloadfolder: p990 6 | oldurl: http://teamw.in/project/twrp2/65 7 | supportstatus: Current 8 | maintainer: None 9 | oem: LG 10 | ddof: "/dev/block/mmcblk0p7" 11 | --- 12 | 13 | {% include disclaimer.html %} 14 | 15 | {% include supportstatus.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | 23 | {% include ddinstall.html %} 24 | -------------------------------------------------------------------------------- /_motorola/motorolaphotonq.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Photon Q" 4 | codename: asanti_c 5 | downloadfolder: asanti 6 | oldurl: http://teamw.in/project/twrp2/137 7 | supportstatus: Current 8 | maintainer: arrrghhh 9 | oem: Motorola 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_motorola/motorolaxoom.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Xoom" 4 | codename: wingray 5 | downloadfolder: wingray 6 | oldurl: http://teamw.in/project/twrp2/61 7 | supportstatus: No Longer Updated 8 | maintainer: None 9 | oem: Motorola 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_samsung/a33g.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Samsung A300H" 4 | codename: a33g 5 | downloadfolder: a33g 6 | supportstatus: Current 7 | maintainer: PVineeth 8 | oem: Samsung 9 | devicetree: https://github.com/TeamWin/android_device_samsung_a33g 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_sony/sonyxperiaxz1compact.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Sony Xperia XZ1 Compact" 4 | codename: lilac 5 | downloadfolder: lilac 6 | supportstatus: Current 7 | maintainer: cryptomilk & derfelot 8 | devicetree: "https://github.com/TeamWin/android_device_sony_lilac.git" 9 | oem: Sony 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include fastbootinstall.html %} 21 | -------------------------------------------------------------------------------- /_sony/sonyxperiaxzpremium.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Sony Xperia XZ Premium" 4 | codename: maple 5 | downloadfolder: maple 6 | supportstatus: Current 7 | maintainer: cryptomilk & derfelot 8 | devicetree: "https://github.com/TeamWin/android_device_sony_maple.git" 9 | oem: Sony 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include download.html %} 17 | 18 | {% include twrpinstall.html %} 19 | 20 | {% include fastbootinstall.html %} 21 | -------------------------------------------------------------------------------- /_yu/yuyunique.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Yu Yunique" 4 | codename: jalebi 5 | downloadfolder: jalebi 6 | supportstatus: Current 7 | maintainer: Harsh Shandilya 8 | devicetree: https://github.com/TeamWin/android_device_yu_jalebi 9 | oem: Yu 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarise5hd.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris E5HD" 4 | codename: vegetahd 5 | downloadfolder: vegetahd 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_vegetahd 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisu.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris U (chaozu)" 4 | codename: chaozu 5 | downloadfolder: chaozu 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_chaozu 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisu2.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris U2 (yamcha)" 4 | codename: yamcha 5 | downloadfolder: yamcha 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_yamcha 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_fairphone/fairphone2.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Fairphone 2" 4 | codename: FP2 5 | downloadfolder: FP2 6 | supportstatus: Current 7 | maintainer: z3ntu 8 | oem: Fairphone 9 | devicetree: https://github.com/TeamWin/android_device_fairphone_FP2 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_google/adt-1.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "ADT-1 Android TV" 4 | codename: molly 5 | downloadfolder: molly 6 | supportstatus: Current 7 | maintainer: r3pwn 8 | oem: Google 9 | devicetree: https://github.com/teamwin/android_device_google_molly 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_huawei/huaweihonor8.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Huawei Honor 8" 4 | codename: frd 5 | downloadfolder: frd 6 | supportstatus: Current 7 | maintainer: Dees_Troy 8 | oem: Huawei 9 | devicetree: https://github.com/TeamWin/android_device_huawei_frd 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_leeco/leecolepro3.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LeEco Le Pro3" 4 | codename: zl1 5 | downloadfolder: zl1 6 | supportstatus: Current 7 | maintainer: mosimchah 8 | oem: LeEco 9 | devicetree: https://github.com/TeamWin/android_device_leeco_zl1 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | 24 | -------------------------------------------------------------------------------- /_lg/lgoptimusblack.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "LG Optimus Black" 4 | codename: p970 5 | downloadfolder: p970 6 | oldurl: http://teamw.in/project/twrp2/116 7 | supportstatus: Current 8 | maintainer: None 9 | oem: LG 10 | ddof: /dev/block/mmcblk0p4 11 | --- 12 | 13 | {% include disclaimer.html %} 14 | 15 | {% include supportstatus.html %} 16 | 17 | {% include download.html %} 18 | 19 | {% include twrpinstall.html %} 20 | 21 | {% include fastbootinstall.html %} 22 | 23 | {% include ddinstall.html %} 24 | -------------------------------------------------------------------------------- /_motorola/motorolamotog2014.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Motorola Moto G 2014" 4 | codename: titan 5 | downloadfolder: titan 6 | oldurl: http://teamw.in/project/twrp2/275 7 | supportstatus: Current 8 | maintainer: luca020400 9 | oem: Motorola 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_oppo/realme2pro.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Realme 2 Pro" 4 | codename: RMX1801 5 | downloadfolder: RMX1801 6 | supportstatus: Not supported 7 | maintainer: None 8 | oem: Oppo 9 | devicetree: https://github.com/TeamWin/android_device_oppo_RMX1801 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include mtkinstall.html %} 23 | -------------------------------------------------------------------------------- /_oppo/realme3pro.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Realme 3 Pro" 4 | codename: RMX1851 5 | downloadfolder: RMX1851 6 | supportstatus: Current 7 | maintainer: mauronofrio 8 | oem: Oppo 9 | devicetree: https://github.com/TeamWin/android_device_oppo_RMX1851 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include mtkinstall.html %} 23 | -------------------------------------------------------------------------------- /_realme/realmex7max.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Realme X7 Max" 4 | codename: RMX3031 5 | downloadfolder: RMX3031 6 | supportstatus: Current 7 | maintainer: ManshuTyagi 8 | devicetree: https://github.com/TeamWin/android_device_realme_RMX3031 9 | oem: Realme 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include avb.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_vivo/vivopd1510.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Vivo Y51L" 4 | codename: pd1510 5 | downloadfolder: pd1510 6 | supportstatus: Current 7 | maintainer: Shahnawaz sheikh 8 | devicetree: https://github.com/TeamWin/android_device_vivo_pd1510 9 | oem: Vivo 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} -------------------------------------------------------------------------------- /_bq/bqaquarise10.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris E10" 4 | codename: kaito_wifi 5 | downloadfolder: kaito_wifi 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_kaito_wifi 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarise5fhd.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris E5FHD" 4 | codename: vegetafhd 5 | downloadfolder: vegetafhd 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_vegetafhd 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include mtkinstall.html %} 17 | 18 | {% include appinstall.html %} 19 | 20 | {% include download.html %} 21 | 22 | {% include twrpinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisvs.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris VS (nappa_s)" 4 | codename: nappa_s 5 | downloadfolder: nappa_s 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_nappa_s 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisx.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris X (bardock)" 4 | codename: bardock 5 | downloadfolder: bardock 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_bardock 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_bq/bqaquarisx5plus.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "BQ Aquaris X5 Plus (gohan)" 4 | codename: gohan 5 | downloadfolder: gohan 6 | supportstatus: Current 7 | maintainer: Kra1o5 8 | oem: BQ 9 | devicetree: https://github.com/TeamWin/android_device_bq_gohan 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_google/androidone.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Android One" 4 | codename: sprout 5 | downloadfolder: sprout 6 | supportstatus: Current 7 | maintainer: Anik1199 8 | oem: Google 9 | devicetree: https://github.com/TeamWin/android_device_google_sprout 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_htc/htcdroiddna.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "HTC Droid DNA" 4 | codename: dlx 5 | downloadfolder: dlx 6 | oldurl: http://teamw.in/project/twrp2/127 7 | supportstatus: Current 8 | maintainer: invisiblek 9 | oem: HTC 10 | ddof: "/dev/block/mmcblk0p41" 11 | --- 12 | 13 | {% include disclaimer.html %} 14 | 15 | {% include supportstatus.html %} 16 | 17 | {% include appinstall.html %} 18 | 19 | {% include download.html %} 20 | 21 | {% include twrpinstall.html %} 22 | 23 | {% include fastbootinstall.html %} 24 | -------------------------------------------------------------------------------- /_huawei/huaweihonor5c.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Huawei Honor 5C" 4 | codename: nemo 5 | downloadfolder: nemo 6 | supportstatus: Current 7 | maintainer: paulobrien 8 | oem: Huawei 9 | devicetree: https://github.com/TeamWin/android_device_huawei_nemo 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_huawei/huaweihonor5x.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Huawei Honor 5X" 4 | codename: kiwi 5 | downloadfolder: kiwi 6 | supportstatus: Not Current 7 | maintainer: None 8 | oem: Huawei 9 | devicetree: https://github.com/TeamWin/android_device_huawei_kiwi 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_huawei/huaweimate8.markdown: -------------------------------------------------------------------------------- 1 | --- 2 | layout: device 3 | title: "Huawei Mate 8" 4 | codename: next 5 | downloadfolder: next 6 | supportstatus: Current 7 | maintainer: paulobrien 8 | oem: Huawei 9 | devicetree: https://github.com/TeamWin/android_device_huawei_next 10 | --- 11 | 12 | {% include disclaimer.html %} 13 | 14 | {% include supportstatus.html %} 15 | 16 | {% include appinstall.html %} 17 | 18 | {% include download.html %} 19 | 20 | {% include twrpinstall.html %} 21 | 22 | {% include fastbootinstall.html %} 23 | -------------------------------------------------------------------------------- /_layouts/device.html: -------------------------------------------------------------------------------- 1 | --- 2 | layout: default 3 | --- 4 |