From f8907e7be950b57677a96ed3b066daedc47364c7 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 1 Dec 2019 21:55:12 +0100 Subject: [PATCH] Add Mii Channel recovery page --- recover-mii-channel.md | 40 ++++++++++++++++++++++++++++++++++++++++ sidebar.md | 1 + 2 files changed, 41 insertions(+) create mode 100644 recover-mii-channel.md diff --git a/recover-mii-channel.md b/recover-mii-channel.md new file mode 100644 index 000000000..1cb7ca57c --- /dev/null +++ b/recover-mii-channel.md @@ -0,0 +1,40 @@ +# Recover your lost or corrupted Mii Channel + +This page will guide you through the process of restoring your Mii Channel to a working state. + +### What you need + +> - A working [Homebrew installation](introduction) on Wii U side +> - This release of [FTPiiU Everywhere](http://wiiubru.com/appstore/#/app/fpiiu-cbhc) +> - The latest release of [Python](https://www.python.org/downloads/) +> - An FTP client such as [FileZilla](https://filezilla-project.org/download.php?type=client) +> - [This Python script](/file/overwrite-wiiu-titlehash.py) + +### Instructions + +> 1. Extract the `fpiiu-cbhc.zip` file to the root of your sd card +> 2. Install FileZilla on your computer +> 3. Install Python on your computer + +### Recovering the channel + +!> If you are using [an update blocking method](block-updates), please [remove it](unblock-updates). + +> 1. Power on your Wii U and run CFW +> - If you don't know what CFW is, please read [this](introduction) +> 2. Launch the Homebrew Launcher +> 3. Launch FTPiiU Everywhere +> 4. Launch FileZilla +> 5. Type in the IP address displayed by your Wii U in the `Host` field at the top of the window and click on `Quickconnect` +> 6. In FileZilla, navigate to `/slccmpt01/title/00010002` +> 7. Delete the `48414341` folder +> 8. Double click the previously downloaded `.py` file +> 9. Wait for it to finish what it's doing +> - If an `err.log` file has been generated, please visit us in **#wiiu-assistance** on [Nintendo Homebrew Discord](https://discord.gg/C29hYvh) +> 10. Exit FTPiiU Everywhere and the Homebrew Launcher +> 11. Launch the System Settings +> 12. Perform a System Update + +You should now have a working Mii Channel. + +?> You can now re-enable your [System Updates blocking method](block-updates) \ No newline at end of file diff --git a/sidebar.md b/sidebar.md index c38615a64..e91bb14af 100644 --- a/sidebar.md +++ b/sidebar.md @@ -9,6 +9,7 @@ - [FAQ](faq) - **vWii** - [vWii Modding](vwii-modding) +- [Recovering Mii Channel](recover-mii-channel) - **Extras** - [Blocking Updates](block-updates) - [Dumping Wii U Discs](dump-games)