Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hiyaCFW install/faq pages #112

Merged
merged 3 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/_en-US/hiyacfw/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Nintendo DSi Menu has a bug when checking the free space on large storage de

What works and what doesn't goes by every other range of two gibibytes. For example, having 0-2 GiB of free space works, but 2-4 GiB doesn't. The same goes for 4-6 GiB vs 6-8 GiB, up until you get to the size of your SD card.

The latest hiyaCFW version can create dummy files to work around this, so make sure that you download the latest version of [hiyaCFW](https://github.com/RocketRobz/hiyaCFW/releases/latest/download/hiyaCFW.7z) and copy `hiya.dsi` from "for SDNAND SD card" to the root of your SD card.
We made the brand new launcher patches which fix the free space bug. To work around this, please ensure that you are running the latest TWLMagician when installing hiyaCFW. If not, please [reinstall hiyaCFW](installing).

##### Over 39 titles
The Nintendo DSi Menu has a limit of 39 titles. If you have more than that, delete some from the folders in `sd:/title` or use [NTM](https://github.com/Epicpkmn11/NTM/releases/latest) to uninstall them.
Expand Down
11 changes: 6 additions & 5 deletions pages/_en-US/hiyacfw/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ Do not system update after installing hiyaCFW. Doing so will remove hiyaCFW's SD
- A Windows, macOS, or Linux device

### Part 1: Preparing your PC for installing hiyaCFW

1. Download & install the latest version of [7-Zip](https://www.7-zip.org/download.html)
- This will not work with any other archive extractor tool, such as WinRAR, the TWLMagician relies on 7-Zip itself, and not a general archive extractor
{% capture tab-windows %}
1. Download the latest Windows version of [TWLMagician](https://github.com/R-YaTian/TWLMagician/releases)
1. Extract the TWLMagician archive anywhere on your PC
{% endcapture %}
Expand All @@ -40,14 +38,17 @@ Do not system update after installing hiyaCFW. Doing so will remove hiyaCFW's SD
1. Extract the TWLMagician archive anywhere on your PC
1. Install tkinter with the following command for your distro if you don't already have it:
- Debian-based: `sudo apt-get install python3-tk`
- Arch Linux: `sudo pacman -S tk`
- Fedora: `sudo dnf install python3-tkinter`
- CentOS: `sudo yum install python3-tkinter`
{% endcapture %}
{% assign tab-other = tab-other | split: "////////" %}

{% assign tabs = tab-windows | concat: tab-macos | concat: tab-other %}
{% include tabs.html index=0 tabs=tabs %}

### Part 2: Adding hiyaCFW files to your SD card
![Screenshot of TWLMagician](https://image.ibb.co/hhzKRL/Screen-Shot-2018-10-18-at-16-30-18.png)
![Screenshot of TWLMagician](https://i.ibb.co/xXr3nd3/336ffe68-abd9-4880-b2ca-5421cbf5958a.png)

1. Launch TWLMagician
- **Windows:** Launch the `TWLMagician.exe` file extracted from the TWLMagician archive (you may need to temporarily disable your antivirus)
Expand All @@ -59,7 +60,7 @@ Do not system update after installing hiyaCFW. Doing so will remove hiyaCFW's SD
1. In the new pop-up window, navigate to the root of your SD card, and press `OK`.
- The process may take several minutes
1. When the application says `Done!`, close out of TWLMagician
1. Close the terminal window
1. Close the terminal window (optional)

### Part 3: Configuring Unlaunch and hiyaCFW
1. Power on your Nintendo DSi console while holding <kbd class="face">A</kbd> and <kbd class="face">B</kbd>
Expand Down
Loading