0513.html 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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="How To,Tutorial,i12bretro,TWRP,TeamWin,Recovery,Android,Allwinner,H6">
  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. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Run TWRP Recovery on Allwinner H6 (Tanix TX6) Android TV Box</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <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>
  25. <h2>Preparation and Booting Stock Recovery</h2>
  26. <ol>
  27. <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>
  28. <li>Format a microSD card to FAT32
  29. <ol start="1" style="list-style-type: lower-alpha;">
  30. <li>Right Click Start &gt; File Explorer</li>
  31. <li>Right Click the microSD card &gt; Format...</li>
  32. <li>Select FAT32 from the File System dropdown</li>
  33. <li>Make sure Quick Format is checked</li>
  34. <li>Click Start</li>
  35. </ol>
  36. </li>
  37. <li>Copy the downloaded .zip file to the microSD card</li>
  38. <li>Safely eject the microSD</li>
  39. <li>Unplug power from the TV box</li>
  40. <li>Plug the microSD card into the Tanix TX6 TV box</li>
  41. <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>
  42. <li>Continue holding the reset button for 10-15 seconds</li>
  43. <li>The stock recovery should load</li>
  44. </ol>
  45. <h2>Running TWRP Recovery</h2>
  46. <ol>
  47. <li>With the device in stock recovery, select Appy update from SD card from the main menu</li>
  48. <li>Select the downloaded TWRP_TX6.zip</li>
  49. <li>TWRP recovery should load</li>
  50. </ol>
  51. </div>
  52. </div>
  53. </body>
  54. </html>