Skip to content

Commit

Permalink
Update installing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Jan 3, 2025
1 parent c8a2882 commit b9d4b65
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions pages/_en-US/hiyacfw/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,27 +20,24 @@ 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
{% capture tab-windows %}
The hiyaCFW Helper is known to cause false positives with Windows Defender and other antivirus programs, please temporarity disable such programs if you have trouble downloading or running it.
{: .alert .alert-info}

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 hiyaCFW helper relies on 7-Zip itself, and not a general archive extractor
- 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
1. Download the latest Windows version of [TWLMagician](https://github.com/R-YaTian/TWLMagician/releases)
1. Extract the hiyaCFW Helper archive anywhere on your PC
1. Extract the TWLMagician archive anywhere on your PC
{% endcapture %}
{% assign tab-windows = tab-windows | split: "////////" %}

{% capture tab-macos %}
1. Download the latest macOS version of [TWLMagician](https://github.com/R-YaTian/TWLMagician/releases)
1. Extract the hiyaCFW Helper archive anywhere on your PC
1. Extract the TWLMagician archive anywhere on your PC
{% endcapture %}
{% assign tab-macos = tab-macos | split: "////////" %}

{% capture tab-other %}
1. Install Python 3 using your package manager if its not already installed
1. Download the latest Python version of [TWLMagician](https://github.com/R-YaTian/TWLMagician/releases)
1. Extract the hiyaCFW Helper archive anywhere on your PC
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`
{% endcapture %}
Expand All @@ -50,18 +47,18 @@ The hiyaCFW Helper is known to cause false positives with Windows Defender and o
{% include tabs.html index=0 tabs=tabs %}

### Part 2: Adding hiyaCFW files to your SD card
![Screenshot of the hiyaCFW Helper](https://image.ibb.co/hhzKRL/Screen-Shot-2018-10-18-at-16-30-18.png)
![Screenshot of TWLMagician](https://image.ibb.co/hhzKRL/Screen-Shot-2018-10-18-at-16-30-18.png)

1. Launch the hiyaCFW Helper
- **Windows:** Launch the `HiyaCFW_Helper.exe` file extracted from the hiyaCFW Helper archive (you may need to temporarily disable your antivirus)
- **macOS:** Right click the `HiyaCFW_Helper` file extracted from the hiyaCFW Helper archive and choose `Open`
- **Linux:** Launch the `HiyaCFW_Helper.py` extracted from the hiyaCFW Helper archive
1. Launch TWLMagician
- **Windows:** Launch the `TWLMagician.exe` file extracted from the TWLMagician archive (you may need to temporarily disable your antivirus)
- **macOS:** Right click the `TWLMagician` file extracted from the TWLMagician archive and choose `Open`
- **Linux:** Launch the `TWLMagician.py` extracted from the TWLMagician archive
1. Click the `...` button in the "NAND file with No$GBA footer" box
1. Navigate to your NAND backup, and click `Open`
1. Press `Start`
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 the hiyaCFW Helper
1. When the application says `Done!`, close out of TWLMagician
1. Close the terminal window

### Part 3: Configuring Unlaunch and hiyaCFW
Expand Down

0 comments on commit b9d4b65

Please sign in to comment.