bigbiff bigbiff | 708cb29 | 2018-10-16 15:43:54 -0400 | [diff] [blame] | 1 | --- |
| 2 | layout: post |
| 3 | title: "What is TWRP?" |
| 4 | --- |
| 5 | |
| 6 | <div class='page-heading'>What is TWRP?</div> |
| 7 | <hr /> |
bigbiff bigbiff | 8257e48 | 2018-10-16 16:06:36 -0400 | [diff] [blame] | 8 | TWRP stands for TeamWin Recovery Project. It is a custom touch recovery that is GUI based.<br/><br/> |
| 9 | <img src="https://twrp.me/images/home.png" alt="TWRP Home" /><br/><br/> |
bigbiff bigbiff | 708cb29 | 2018-10-16 15:43:54 -0400 | [diff] [blame] | 10 | TWRP allows the following features: |
| 11 | <ul> |
| 12 | <li>Backups of partitions in TAR or raw Image format</li> |
| 13 | <li>Restore backups from internal storage, external SD storage or OTG devices</li> |
| 14 | <li>Custom Firmware installation</li> |
| 15 | <li>Partition wiping</li> |
| 16 | <li>File deletion</li> |
| 17 | <li>Terminal access</li> |
| 18 | <li>ADB Root Shell</li> |
| 19 | <li>Theme Support</li> |
| 20 | <li>Possible decryption support depending on device</li> |
| 21 | </ul> |