From c10763db2f30f7b8c44a4198d99d03c561874456 Mon Sep 17 00:00:00 2001 From: Ian Burgwin Date: Wed, 6 May 2020 18:11:16 -0700 Subject: [PATCH] New translations recover-mii-channel.md (Danish) --- .../troubleshooting/recover-mii-channel.md | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 translations/da_DK/docs/troubleshooting/recover-mii-channel.md diff --git a/translations/da_DK/docs/troubleshooting/recover-mii-channel.md b/translations/da_DK/docs/troubleshooting/recover-mii-channel.md new file mode 100644 index 000000000..501adcb5e --- /dev/null +++ b/translations/da_DK/docs/troubleshooting/recover-mii-channel.md @@ -0,0 +1,91 @@ +# Recover Your Lost or Corrupted Mii Channel +--- +This page will guide you through the process of restoring your Mii Channel to a working state. + +!> Do not use this method for anything else than [Recovering a Corrupted IOS](recover-ios) or the following page. + +### What You Need + + + +#### **Windows** + +- A working [Homebrew installation](introduction) on Wii U side. +- 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). +- overwrite-wiiu-titlehash.exe + +#### **macOS & Linux** + +- A working [Homebrew installation](introduction) on Wii U side. +- This release of [FTPiiU Everywhere](http://wiiubru.com/appstore/zips/fpiiu-cbhc.zip). +- The latest release of [Python](https://www.python.org/downloads/). +- An FTP client such as [FileZilla](https://filezilla-project.org/download.php?show_all=1t). +- overwrite-wiiu-titlehash.py **(right-click -> Save link as... -> Click Save).** + + + +### Instructions + + + +#### **Windows** + +1. Extract the `fpiiu-cbhc.zip` file to the root of your SD Card. +1. Install FileZilla on your computer. + +#### **macOS & Linux** + +1. Extract the `fpiiu-cbhc.zip` file to the root of your SD Card. +1. Install FileZilla on your computer. +1. Install Python on your computer. + + + +### Recovering The Channel + +!> If you are using a system update blocking method, please [remove it](unblock-updates). + + + +#### **Windows** + +1. Power on your Wii U and launch the CFW of your choice (Mocha, Haxchi or CBHC). +1. Launch the Homebrew Launcher and FTPiiU Everywhere. +1. Launch FileZilla on your computer. +1. In FileZilla, 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. Navigate to `/slccmpt01/title/00010002`. +1. Delete the `48414341` folder. +1. Launch the previously downloaded `overwrite-wiiu-titlehash.exe` file. +1. Type in your Wii U's IP address and press Enter. +1. 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). +1. Exit FTPiiU Everywhere and the Homebrew Launcher. +1. Launch the System Settings. +1. Perform a [System Update](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1136/~/how-to-perform-a-system-update). + +#### **macOS & Linux** + +1. Power on your Wii U and launch the CFW of your choice (Mocha, Haxchi or CBHC). +1. Launch the Homebrew Launcher and FTPiiU Everywhere. +1. Launch FileZilla on your computer. +1. In FileZilla, 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. Navigate to `/slccmpt01/title/00010002`. +1. Delete the `48414341` folder. +1. Open up a Terminal window. +1. Use the following command: `cd `. + - On macOS, the most common place to find your downloaded files is `/Users/username/Downloads`. + - On Linux, the most common place to find your downloaded files is `/home/username/Downloads`. +1. Use the following command: `python3 overwrite-wiiu-titlehash.py`. +1. Type in your Wii U's IP address and press Enter. +1. 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). +1. Exit FTPiiU Everywhere and the Homebrew Launcher. +1. Launch the System Settings. +1. Perform a [System Update](https://en-americas-support.nintendo.com/app/answers/detail/a_id/1136/~/how-to-perform-a-system-update). + + + +You should now have a working Mii Channel. + +?> You can now re-enable your [system update blocking method](block-updates). \ No newline at end of file