Add Mii Channel recovery page

pull/4/head
Quentin 5 years ago
parent ca95604ef7
commit f8907e7be9

@ -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)

@ -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)

Loading…
Cancel
Save