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