From e0cc5017b81120e0591ca77a49b02d52ee1596bc Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 6 May 2020 18:17:15 -0700 Subject: [PATCH] New translations browser-modding.md (Russian) --- .../mocha/indexiine/browser-modding.md | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 translations/ru_RU/docs/user-guide/mocha/indexiine/browser-modding.md diff --git a/translations/ru_RU/docs/user-guide/mocha/indexiine/browser-modding.md b/translations/ru_RU/docs/user-guide/mocha/indexiine/browser-modding.md new file mode 100644 index 000000000..2aeafed43 --- /dev/null +++ b/translations/ru_RU/docs/user-guide/mocha/indexiine/browser-modding.md @@ -0,0 +1,48 @@ +# Mocha - Indexiine + +## Internet Browser Modding {docsify-ignore} + +Now that you have your NAND backup in case anything goes wrong later, you can install Indexiine on your system. + +### What You Need + +- The Indexiine index.html file +- This release of [FTPiiU Everywhere](http://wiiubru.com/appstore/zips/fpiiu-cbhc.zip) +- An FTP client such as [FileZilla](https://filezilla-project.org/download.php?show_all=1) + +### Instructions + +1. Extract the `fpiiu-cbhc.zip` file to the root of your SD Card +1. Install FileZilla on your computer + +### Modding The Internet Browser + +!> Before you proceed, you must be aware that every time you modify your console's system files, there is always the potential for an unrecoverable brick. + +1. Take the SD Card out of your computer and plug it into your Wii U console. +1. Launch the Internet Browser and go to `google.com`. +1. Close and re-launch the Internet Browser. +1. Go to `wiiuexploit.xyz`. +1. Launch Mocha CFW. +1. Launch FTPiiU Everywhere. +1. On your computer, launch FileZilla. +1. Type in the IP address displayed by your Wii U in the `Host` field at the top of the window and click on `Quickconnect`. +1. - If you have a EUR region Wii U, navigate to /storage_mlc/sys/title/00050030/1001220A/content/pages. + - If you have a USA region Wii U, navigate to /storage_mlc/sys/title/00050030/1001210A/content/pages. + - If you have a JPN region Wii U, navigate to /storage_mlc/sys/title/00050030/1001200A/content/pages. +1. Make a backup of the original `index.html` file by copying it from your Wii U to your computer. +1. Replace the original `index.html` by the previously downloaded Indexiine `index.html` file. + +!> You must overwrite the html file, not delete it. If you ever delete it, you will get the error code 112-1037 and you will have to [manually set the right file permissions](../../fix-errcode-112-1037) for it. + +1. Close FTPiiU Everywhere and the Homebrew Launcher. +1. Launch the Internet Browser. +1. Click the button (blue door) at the top left corner of the screen and wait a few seconds. +1. You should now be back in the Homebrew Launcher. +1. Close the Homebrew Launcher. +1. Launch the Internet Browser. +1. Click the button (blue door) at the top left corner of the screen and immediately press the HOME button. + +The Homebrew Launcher will now be launched every time you launch the Internet Browser even without an Internet connection. + +?> If you're getting the error code 112-1037, please see [this page](../../fix-errcode-112-1037). \ No newline at end of file