12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>TWRP Recovery on Amlogic S905x S912 Android TV Box</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="TWRP,TeamWin,Recovery,Android,Amlogic,S912,S905x,How To,Tutorial,i12bretro">
- <meta name="author" content="i12bretro">
- <meta name="description" content="TWRP Recovery on Amlogic S905x S912 Android TV Box">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta name="revised" content="03/20/2022 12:45:14 PM" />
- <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>TWRP Recovery on Amlogic S905x S912 Android TV Box</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>Things You Will Need</h2>
- <ul>
- <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>
- </ul>
- <h2>Booting TWRP</h2>
- <ol>
- <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>
- <li>Rename the downloaded file recovery.img</li>
- <li>Format a microSD card to FAT32
- <ol start="1" style="list-style-type: lower-alpha;">
- <li>Right Click Start > File Explorer</li>
- <li>Right Click the microSD card > Format...</li>
- <li>Select FAT32 from the File System dropdown</li>
- <li>Make sure Quick Format is checked</li>
- <li>Click Start</li>
- </ol>
- </li>
- <li>Copy recovery.img to the root of a microSD card</li>
- <li>Safely eject the microSD card</li>
- <li>Unplug power from the TV box</li>
- <li>Plug the microSD card into the Amlogic based TV box</li>
- <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>
- <li>Continue holding the reset button for 10-15 seconds</li>
- <li>TWRP recovery should load</li>
- </ol>
- <h2>Installing TWRP (optional)</h2>
- <p>Only install TWRP if it is required by a custom ROM, otherwise, booting to it from microSD when needed will suffice</p>
- <ol>
- <li>With the device in TWRP recovery, select Install from the main menu</li>
- <li>Select Install Image from the lower right</li>
- <li>Select Storage from the lower right > Select MicroSD Card > Click OK</li>
- <li>Select recovery.img from the listing</li>
- <li>Select Recovery from the partition listing</li>
- <li>Click and drag the slider to the right to begin flashing</li>
- <li>The flash should complete in just a few seconds</li>
- <li>Once completed successfully, power off the Android TV box</li>
- <li>Remove the microSD card</li>
- <li>While holding the reset button, power the TV box back on</li>
- <li>Continue holding the reset button for 10-15 seconds</li>
- <li>TWRP recovery should load, this time from the recovery partition</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|