blob: 81916c6e5a38c0e66b5fe55d75f5b10ce07de1ed [file] [log] [blame]
bigbiffd006b302015-03-06 18:36:03 -05001---
2layout: post
3title: "How can I get TWRP for my device? (how to compile TWRP)"
4---
5
bigbiff5b0a5162022-10-26 19:50:34 -04006We can't afford to buy every device made and many times certain devices are only available in other countries. TWRP is fully open source, so you can port TWRP to your device using minimal twrp repositories. You can look at our device trees for examples on [TeamWin](https://github.com/TeamWin/)
7
8# Android 12.1+
9Android 12.1 is currently supporting Android 12.1+
10- [Android 12.1](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp)
11
12# Android 11
13Android 11 is for devices that were released with Android 10 and Android 11
14- [Android 11](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_aosp/tree/twrp-11)
15
16# Android 9
17Android 9 is for devices that were released with Android 9
18- [Android 9](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni)
19
20# Android 8.1
21Android 8.1 supports devices that were released with Android 7 - Android 8.1
22- [Android 8.1](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni/tree/twrp-8.1)
23
24# Android 6
25Android 6 supports devices that were released with Android 5.1 - Android 6
26- [Android 6](https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni/tree/twrp-6.0)