0342.html 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Sideload Dig Emulation Frontend Onto Ouya Console</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="Ouya,Android,Micro Console,Emulation,Dig,Frontend,How To,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Sideload Dig Emulation Frontend Onto Ouya Console">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <meta name="revised" content="06/11/2022 07:54:03 AM" />
  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>Sideload Dig Emulation Frontend Onto Ouya Console</h1>
  22. </div>
  23. <div></div>
  24. <div id="content">
  25. <ol>
  26. <li>On the Ouya, go to Manage&nbsp;&gt; System &gt; Advanced</li>
  27. <li>Scroll down and select&nbsp;Security</li>
  28. <li>Scroll down and check the Unknown sources box &gt; Select OK to confirm</li>
  29. <li>Return to the home screen and select Make &gt; Software &gt; Browser</li>
  30. <li>Navigate to&nbsp;https://apkpure.com/dig-emulator-front-end/com.digdroid.alman.dig</li>
  31. <li>Click the Download APK button</li>
  32. <li>Select Browser to complete the download action</li>
  33. <li>Click back a few times to return to the Make &gt; Software area</li>
  34. <li>Select an installed file browser application such as ES File Explorer</li>
  35. <li>Navigate to Download&nbsp;to find the downloaded Dig APK</li>
  36. <li>Select the .apk file and select Install</li>
  37. <li>Alternatively, if FilePwn is installed on the Ouya return to the home screen and select Play &gt; FilePwn</li>
  38. <li>Navigate to Download&nbsp;to find the downloaded Dig&nbsp;APK</li>
  39. <li>Select the .apk file</li>
  40. <li>Select Package installer to complete the install action</li>
  41. <li>Click Install and wait for the installation to complete</li>
  42. </ol>
  43. </div>
  44. </div>
  45. </body>
  46. </html>