0451.html 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>TWRP Recovery on Amlogic S905x S912 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,Amlogic,S912,S905x,How To,Tutorial,i12bretro">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="TWRP Recovery on Amlogic S905x S912 Android TV Box">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="03/20/2022 12:45:14 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>TWRP Recovery on Amlogic S905x S912 Android TV Box</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <h2>Things You Will Need</h2>
  26. <ul>
  27. <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>
  28. </ul>
  29. <h2>Booting TWRP</h2>
  30. <ol>
  31. <li>Download TWRP recovery for Amlogic devices <a href="https://drive.google.com/file/d/1F4Iy_zj8Q5qYCavleIo7176A8y_tPxFE/view?usp=sharing" target="_blank">Download</a></li>
  32. <li>Rename the downloaded file recovery.img</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 recovery.img to the root of a microSD card</li>
  43. <li>Safely eject the microSD card</li>
  44. <li>Unplug power from the TV box</li>
  45. <li>Plug the microSD card into the Amlogic based TV box</li>
  46. <li>While holding the reset button on the TV box (sometimes hidden inside the AV port) 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>TWRP recovery should load</li>
  49. </ol>
  50. <h2>Installing TWRP (optional)</h2>
  51. <p>Only install TWRP if it is required by a custom ROM, otherwise, booting to it from microSD when needed will suffice</p>
  52. <ol>
  53. <li>With the device in TWRP recovery, select Install from the main menu</li>
  54. <li>Select Install Image from the lower right</li>
  55. <li>Select Storage from the lower right &gt; Select MicroSD Card &gt; Click OK</li>
  56. <li>Select recovery.img from the listing</li>
  57. <li>Select Recovery from the partition listing</li>
  58. <li>Click and drag the slider to the right to begin flashing</li>
  59. <li>The flash should complete in just a few seconds</li>
  60. <li>Once completed successfully, power off the Android TV box</li>
  61. <li>Remove the microSD card</li>
  62. <li>While holding the reset button, power the TV box back on</li>
  63. <li>Continue holding the reset button for 10-15 seconds</li>
  64. <li>TWRP recovery should load, this time from the recovery partition</li>
  65. </ol>
  66. </div>
  67. </div>
  68. </body>
  69. </html>