0513.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Run TWRP Recovery on Allwinner H6 (Tanix TX6) Android TV Box</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="TWRP,TeamWin,Recovery,Android,Allwinner,H6,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Run TWRP Recovery on Allwinner H6 (Tanix TX6) Android TV Box">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 12:41:20 PM" />
  12. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  13. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  14. <script type="text/javascript" src="includes/js/steps.js"></script>
  15. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  16. </head>
  17. <body>
  18. <div id="gridContainer">
  19. <div class="topMargin"></div>
  20. <div id="listName" class="topMargin">
  21. <h1>Run TWRP Recovery on Allwinner H6 (Tanix TX6) Android TV Box</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <p><em>NOTE: In my experience, this did not overwrite the stock recovery and I was unable to get the System partition to mount</em></p>
  26. <h2>Things You Will Need</h2>
  27. <ul>
  28. <li>A microSD card at least 4 GB <a href="https://amzn.to/36CpShC" target="_blank">https://amzn.to/36CpShC</a> | <a href="https://amzn.to/3CXJngt" target="_blank">https://amzn.to/3CXJngt</a> | <a href="https://amzn.to/3JqyxSP" target="_blank">https://amzn.to/3JqyxSP</a></li>
  29. </ul>
  30. <h2>Preparation and Booting Stock Recovery</h2>
  31. <ol>
  32. <li>Download TWRP recovery for Tanix TX6 <a href="https://drive.google.com/file/d/1GR_ARjOKRgAJEliEZSyMPOAeSKsdUJfV/view?usp=sharing" target="_blank">Download</a></li>
  33. <li>Format a microSD card to FAT32
  34. <ol start="1" style="list-style-type: lower-alpha;">
  35. <li>Right Click Start &gt; File Explorer</li>
  36. <li>Right Click the microSD card &gt; Format...</li>
  37. <li>Select FAT32 from the File System dropdown</li>
  38. <li>Make sure Quick Format is checked</li>
  39. <li>Click Start</li>
  40. </ol>
  41. </li>
  42. <li>Copy the downloaded .zip file to the microSD card</li>
  43. <li>Safely eject the microSD</li>
  44. <li>Unplug power from the TV box</li>
  45. <li>Plug the microSD card into the Tanix TX6 TV box</li>
  46. <li>While holding the reset button on the TV box (on the back beside the two USB ports) with a toothpick or unfolded paperclip, plug in the power cord</li>
  47. <li>Continue holding the reset button for 10-15 seconds</li>
  48. <li>The stock recovery should load</li>
  49. </ol>
  50. <h2>Running TWRP Recovery</h2>
  51. <ol>
  52. <li>With the device in stock recovery, select Appy update from SD card from the main menu</li>
  53. <li>Select the downloaded TWRP_TX6.zip</li>
  54. <li>TWRP recovery should load</li>
  55. </ol>
  56. </div>
  57. </div>
  58. </body>
  59. </html>