New Crowdin translations (#1535)

This commit is contained in:
Devon Maloney 2018-05-14 03:44:09 -04:00 committed by GitHub
commit 1dde2c307e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
190 changed files with 342 additions and 541 deletions

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
The Homebrew Launcher has many different entrypoints, or methods of launching.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
The Homebrew Launcher has many different entrypoints, or methods of launching.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
The Homebrew Launcher has many different entrypoints, or methods of launching.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
The Homebrew Launcher has many different entrypoints, or methods of launching.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
The Homebrew Launcher has many different entrypoints, or methods of launching.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
Diese Methode erfordert nichts weiter außer deinem ungehacktem 3DS und einer kompatiblen Flashkarte. Diese Methode verwendet eine Flashkarte zum Ausführen der Ntrboot Flasher ".nds" Datei auf deinem 3DS. Dies bedeutet, dass deine Flashkarte das Ausführen von ".nds" Dateien auf deiner 3DS Version unterstützen muss. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
Diese Methode erfordert nichts weiter außer deinem ungehacktem 3DS und einer kompatiblen Flashkarte. Diese Methode verwendet eine Flashkarte zum Ausführen der Ntrboot Flasher ".nds" Datei auf deinem 3DS. Dies bedeutet, dass deine Flashkarte das Ausführen von ".nds" Dateien auf deiner 3DS Version unterstützen muss. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Die Version deines 3DS findest du rechts unten auf dem oberen Bildschirm in den
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installation von boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installation von boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten.
Soundhax ist kompatibel mit den Versionen 9.0.0 bis einschließlich 11.3.0 in den Regionen EUR, JPN, KOR, and USA.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Stelle sicher, dass die Drahtloskommunikation deiner Konsole eingeschaltet ist, da udsploit (wird auf der nächsten Seite genutzt) ein aktives Drahtlosmodul erfordert und manche Konsolen (New 3DS, New 2DS und Old 2DS) die Drahtloskommunikation im Homebrew Launcher nicht einschalten können. Drahtloskommunikation muss nur eingeschaltet sein. Eine Verbindung zu einem Access Point ist nicht notwendig.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* Die neueste Version von [Soundhax](http://soundhax.com/) *(für deine Konsole und deine Region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* Die neuste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* Die neuste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; nicht die `devkit` Datei, nicht die`ntr` Datei)*
* Die neuste Version von [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(die `.3dsx` Datei)*
* Die neuste Version von [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Anleitung

View file

@ -125,7 +125,7 @@ Folge diesen Schritten erst, wenn du den Rest der Anweisungen auf dieser Seite a
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Stecke deine SD-Karte nun wieder in deinen 3DS

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* Die neueste Version von [Soundhax](http://soundhax.com/) *(für deine Konsole und deine Region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* Die neuste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* Die neuste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; nicht die `devkit` Datei, nicht die`ntr` Datei)*
* Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδους εισόδου.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Εισάγετε την κάρτα SD στον υπολογιστή σας
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Σημειώστε ότι οι όροι EmuNAND και RedNAND αναφέρονται σε ελαφρώς διαφορετικές υλοποιήσεις [της ίδιας έννοιας](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Ye device version can be found at th' bottom right 'o th' top screen 'o th' Syst
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
Th' Homebrew Launcher has many different entrypoints, or methods 'o launchin'.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connectin' it to an access point be not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert ye SD card into ye computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert ye SD card into ye device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that th' terms EmuNAND 'n RedNAND be referrin' to slightly different implementations 'o [th' same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flashear ntrboot (Una consola 3DS)"
Antes de continuar, asegúrate de haber leído toda la información en [ntrboot](ntrboot)
Este método tan sólo requiere de tu consola 3DS sin modificar y un flashcart compatible. Este método utiliza la flashcart para ejecutar el archivo `.nds` del flasher de ntrboot en tu 3DS. Esto significa que tu flashcart debe ser capaz de ejecutar archivos `.nds` en la versión de tu 3DS. Revisa la tabla de flashcarts para más información. Consulta la tabla de flashcarts en [ntrboot](ntrboot) para más información.
Este método tan sólo requiere de tu consola 3DS sin modificar y un flashcart compatible. Este método utiliza la flashcart para ejecutar el archivo `.nds` del flasher de ntrboot en tu 3DS. Esto significa que tu flashcart debe ser capaz de ejecutar archivos `.nds` en la versión de tu 3DS. Consulta la tabla de flashcarts en [ntrboot](ntrboot) para más información.
Ten en cuenta que en raras ocasiones, es posible que realizar el proceso de flasheo en un clon de flashcart podría dejarla **permanentemente inutilizable**. Esto es poco probable, pero sin embargo, sólo las flashcarts originales mencionadas tienen soporte. Para reducir la posibilidad de recibir un clon, se recomienda que utilizar un sitio de confianza para comprar una flashcart (como [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ La versión de tu consola puede verse en la esquina inferior derecha de la panta
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Instalar boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Instalar boot9strap (Navegador)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Instalar boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecutarse.
Soundhax es compatible con las versiones 9.0.0 hasta la 11.3.0 en las regiones EUR, JPN, KOR y USA.
Soundhax (en combinación con el Homebrew Launcher) es compatible con versiones desde 9.0.0 hasta 11.3.0 de las regiones EUR, JPN, KOR y USA.
Asegúrate de que la Comunicación inalámbrica de tu dispositivo está encendida, ya que udsploit (usado en la siguiente página) necesitará que el módulo inalámbrico esté activado para funcionar. Algunos dispositivos (New 3DS, New 2DS y Old 2DS) no pueden ajustar la Comunicación inalámbrica desde el Hombrew Launcher. La Comunicación inalámbrica sólo tiene que estar encendida; conectarse a un punto de acceso no es necesario.
@ -18,7 +18,7 @@ Para extraer los archivos `.7z` enlazados esta página, necesitarás un gestor d
Ten en cuenta que las actualizaciones con cartucho sólo actualizarán los elementos claves de la versión, como la Configuración de la consola, el menú HOME, etc. las actualizaciones por cartucho no afectarán a Nintendo 3DS Sound ni a funcionalidades en línea, como la Transferencia de Sistema, el Navegador de internet, la Plaza Mii o la eShop.
¡Esto significa que actualizar mediante cartucho a una versión que contenga una versión más antigua de Nintendo 3DS Sound *(<3.0.0)* a una que introdujo una versión más nueva de Nintendo 3DS Sound hará que Soundhax deje de funcionar! You will need an [alternate method](homebrew-launcher-(alternatives)) of installing boot9strap!
¡Esto significa que actualizar mediante cartucho a una versión que contenga una versión más antigua de Nintendo 3DS Sound *(<3.0.0)* a una que introdujo una versión más nueva de Nintendo 3DS Sound hará que Soundhax deje de funcionar! ¡Necesitarás un [método alternativo](homebrew-launcher-(alternatives)) de instalación de boot9strap!
{% endcapture %}
<div class="notice--warning">{{ notice-1 | markdownify }}</div>
@ -26,13 +26,13 @@ Ten en cuenta que las actualizaciones con cartucho sólo actualizarán los eleme
### Qué necesitas
* La última versión de [The Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* La última versión de [Soundhax](http://soundhax.com/) *(correspondiente a tu consola y región)*
* La última versión de [Soundhax](http://soundhax.com/) *(correspondiente a tu consola, región y versión)*
* La última versión de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)*
* La última versión de [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"}{:target="_blank"} *(el archivo `.3dsx`)*
* La última versión de [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(el archivo`.7z`)*
* El [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(correspondiente a tu versión del sistema y región)*
* El [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(correspondiente a tu región y versión del sistema)*
### Instrucciones

View file

@ -125,7 +125,7 @@ No sigas esta sección mientras no hayas completado el resto de instrucciones de
1. Inserta tu tarjeta SD en tu computadora
+ Ésta es la tarjeta SD de tu 3DS, *no* la tarjeta SD de tu flashcart
1. Crea una carpeta llamada`ntrboot` en la raíz de tu tarjeta SD
1. Copia el archivo `backup.bin` desde el archivo `.zip` de respaldo de flashrom a la carpeta `/ntrboot/` en la raíz de tu tarjeta SD
1. Copia el archivo `.bin` desde el archivo `.zip` de respaldo de flashrom a la carpeta `/ntrboot/` en la raíz de tu tarjeta SD
1. Crea una carpeta llamada `payloads` en la carpeta `luma` de tu tarjeta SD
1. Copia `ntrboot_flasher.firm` a la carpeta `/luma/payloads` de tu tarjeta SD
1. Vuelve a insertar tu tarjeta SD en tu consola

View file

@ -8,7 +8,7 @@ title: "Instalar boot9strap (Soundhax)"
Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía es sólo para la SysNAND, por lo que todas las instrucciones deben ser aplicadas en la SysNAND. Nota: los términos EmuNAND y RedNAND son diferentes implementaciones del [mismo concepto](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (en combinación con pre9otherapp) es compatible con las versiones desde la 5.0.0 hasta la 8.1.0 de las regiones EUR, JPN, KOR y USA.
Soundhax (en combinación con pre9otherapp) es compatible con las versiones desde la 4.0.0 hasta la 8.1.0 de las regiones EUR, JPN, KOR y USA.
Para extraer los archivos `.7z` enlazados esta página, necesitarás un gestor de archivos como [7-Zip](http://www.7-zip.org/) o [The Unarchiver](https://theunarchiver.com/).
@ -16,14 +16,14 @@ Para extraer los archivos `.7z` enlazados esta página, necesitarás un gestor d
Ten en cuenta que las actualizaciones con cartucho sólo actualizarán los elementos claves de la versión, como la Configuración de la consola, el menú HOME, etc. las actualizaciones por cartucho no afectarán a Nintendo 3DS Sound ni a funcionalidades en línea, como la Transferencia de Sistema, el Navegador de internet, la Plaza Mii o la eShop.
¡Esto significa que actualizar mediante cartucho a una versión que contenga una versión más antigua de Nintendo 3DS Sound *(<3.0.0)* a una que introdujo una versión más nueva de Nintendo 3DS Sound hará que [Soundhax](homebrew-launcher-(soundhax)) deje de funcionar! You will need an [alternate method](installing-boot9strap-(mset)) of entering the Homebrew Launcher!
¡Esto significa que actualizar mediante cartucho a una versión que contenga una versión más antigua de Nintendo 3DS Sound *(<3.0.0)* a una que introdujo una versión más nueva de Nintendo 3DS Sound hará que [Soundhax](homebrew-launcher-(soundhax)) deje de funcionar! ¡Necesitarás un [método alternativo](installing-boot9strap-(mset)) para ingresar al Homebrew Launcher!
{% endcapture %}
<div class="notice--warning">{{ notice-1 | markdownify }}</div>
### Qué necesitas
* La última versión de [Soundhax](http://soundhax.com/) *(correspondiente a tu consola y región)*
* La última versión de [Soundhax](http://soundhax.com/) *(correspondiente a tu consola, región y versión)*
* La última versión de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)*
* La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(el archivo`.7z`)*

View file

@ -8,7 +8,7 @@ title: "Ntrbootin asentaminen (yksi 3DS)"
Varmista ennen jatkamista, että olet lukenut kaikki [ntrbootia koskevat huomautukset](ntrboot).
Tämä menetelmä vaatii vain hakkeroimattoman, vakiolaiteohjelmistolla olevan 3DS-konsolisi sekä yhteensopivan flash-kortin. Tämä menetelmä käyttää flash-korttia ntrbootin asentamiseen `.nds`-tiedoston kautta 3DS:lläsi. Flash-korttisi täytyy siis tukea `.nds`-tiedostojen lataamista 3DS:si versiolla. Tutustu flash-korttitaulukkoon lisätietoja varten. Tutustu [Ntrboot](ntrboot)-sivun flash-korttitaulukkoon lisätietoja varten.
Tämä menetelmä vaatii vain hakkeroimattoman, vakiolaiteohjelmistolla olevan 3DS-konsolisi sekä yhteensopivan flash-kortin. Tämä menetelmä käyttää flash-korttia ntrbootin asentamiseen `.nds`-tiedoston kautta 3DS:lläsi. Flash-korttisi täytyy siis tukea `.nds`-tiedostojen lataamista 3DS:si versiolla. Tutustu [Ntrboot](ntrboot)-sivun flash-korttitaulukkoon lisätietoja varten.
Huomaa, että joissain harvinaisissa yhteensattumissa asennusprosessi saattaa **vioittaa** jäljitelmä-flash-korttia ja tehdä siitä pysyvästi käyttökelvottoman. Vaikka tämä onkin epätodennäköistä, on suositeltavaa käyttää vain alkuperäisiä kortteja. Jotta välttyisit jäljitelmäkortin saamiselta, on suositeltavaa käyttää flash-kortin ostamiseen hyvämaineista sivustoa (kuten [NDS Card](http://www.nds-card.com/)ia).
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Järjestelmäsi versio löytyy yläruudun oikeasta alakulmasta järjestelmäaset
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Boot9strapin asentaminen (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Boot9strapin asentaminen (selain)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja.
SoundHax on yhteensopiva versiosta 9.0.0 versioon 11.3.0 EUR-, JPN-, KOR- ja USA-konsoleiden kanssa.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Varmista, että langaton yhteys on päällä, sillä udsploit (käytetään seuraavassa osiossa) tarvitsee sitä toimiakseen, eikä joillakin konsoleilla (New 3DS, New 2DS ja vanha 2DS) voi muuttaa langattoman yhteyden asetusta Homebrew Launcherissa. Langattoman yhteyden tarvitsee vain olla päällä; tukiasemaan yhdistämistä ei vaadita.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### Tarpeet
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* SoundHaxin [viimeisin julkaisu](http://soundhax.com/) *(konsolisi mallin ja alueen mukainen)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)*
* Safehaxin [viimeisin julkaisu](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(`.3dsx`-tiedosto)*
* Udsploitin [viimeisin julkaisu](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(`.7z`-tiedosto)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Ohjeet

View file

@ -125,7 +125,7 @@ Huomaa, että Acekard 2i -flash-kortti pystyy edelleen avaamaan `.nds`-tiedostoj
1. Aseta SD-korttisi tietokoneeseesi
+ Tämä tarkoittaa siis 3DS:si SD-korttia, *ei* flash-korttisi SD-korttia
1. Luo `ntrboot`-niminen kansio SD-korttisi juureen
1. Kopioi flash-muisti-`.zip`-pakkauksesta `backup.bin` SD-korttisi `/ntrboot/`-kansioon
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Luo `payloads`-niminen kansio SD-korttisi `luma`-kansioon
1. Kopioi `ntrboot_flasher.firm` SD-korttisi `/luma/payloads/`-kansioon
1. Aseta SD-korttisi takaisin konsoliisi

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen CFW-kokoonpano, ota huomioon, että nämä ohjeet koskevat ainoastaan SysNANDia, joten sinun tulisi seurata ohjeita sen mukaisesti. Huomaa, että termit EmuNAND ja RedNAND viittaavat [saman konseptin](http://3dbrew.org/wiki/NAND_Redirection) kahteen hiukan erilaiseen toteutukseen.
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Purkaaksesi tämän osion `.7z`-tiedostot tarvitset pakkausohjelman, kuten [7-Zip](http://www.7-zip.org/)in tai [The Unarchiver](https://theunarchiver.com/)in.
@ -23,7 +23,7 @@ Tämä tarkoittaa sitä, että [SoundHax](homebrew-launcher-(soundhax))in toimin
### Tarpeet
* SoundHaxin [viimeisin julkaisu](http://soundhax.com/) *(konsolisi mallin ja alueen mukainen)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)*
* Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(`.7z`-tiedosto)*

View file

@ -2,7 +2,7 @@
title: "Mise à jour vers boot9strap"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
@ -100,11 +100,11 @@ Pour toutes les étapes de cette section, remplacez tous les fichiers existants
#### Section IV - Mise à jour du système
Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vous souhaitez transférer le contenu de votre précédent EmuNAND sur votre nouvelle SysNAND CFW, il est temps de [Suivre Transférer EmuNAND](move-emunand) avant de suivre cette section.
Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vous souhaitez transférer le contenu de votre précédent EmuNAND sur votre nouvelle SysNAND CFW, il est temps de [Transférer votre EmuNAND](move-emunand) avant de suivre cette section.
{: .notice--info}
1. Mettez à jour votre console en vous rendant dans les Paramètres de la console, puis "Autres paramètres", puis tout à droite sur l'option "Mise à jour du Système"
+ Mettre à jour tout en utilisant B9S + Luma (ce que vous avez) sont sans danger
+ Mettre à jour tout en ayant B9S + Luma (ce que vous avez) est sans danger
+ Si vous obtenez une erreur, réglez vos paramètres DNS sur "Automatique"
+ Si cela vous donne encore une erreur, [suivez CTRTransfer](ctrtransfer), puis essayez de mettre à jour à nouveau

View file

@ -2,7 +2,7 @@
title: "Mise à jour par Cartouche"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
@ -12,14 +12,14 @@ Toutes les cartouches de jeu contiennent une copie du firmware nécessaire pour
Les mises à jour par cartouche vont mettre uniquement à jour les fonctionnalités principales telles que les Paramètres Systèmes, le Menu Home, etc. les mises à jour par cartouche ne vont pas mettre à jour le Studio Son Nintendo 3DS et les fonctionnalités Internet comme le Transfert Système, le Navigateur Internet, la Place Mii Streetpass ou le Nintendo eShop.
Cela signifie que lutilisation dune mise à jour via cartouche depuis une version contenant une ancienne version du Studio Son 3DS *(< 3.0.0)* à une autre qui a introduit une version plus récente du Studio Son 3DS cassera [Soundhax](homebrew-launcher-(soundhax)) ! Vous aurez besoin d'une [méthode alternative](homebrew-launcher-(alternatives)) pour entrer dans l'Homebrew Launcher!
Cela signifie que lutilisation dune mise à jour via cartouche depuis une version contenant une ancienne version du Studio Son 3DS *(< 3.0.0)* à une autre qui a introduit une version plus récente du Studio Son 3DS cassera [Soundhax](homebrew-launcher-(soundhax)) ! Vous aurez besoin d'une [méthode alternative](homebrew-launcher-(alternatives)) pour entrer dans l'Homebrew Launcher !
Cela signifie également qu'une mise à jour par cartouche N'INSTALLERA PAS de navigateur internet sur votre console si elle n'en a pas déjà un. **Seule** la partie principale du numéro de version du firmware sera mise à jour *(de 2.1.0-0 vers 6.0.0-0 par exemple)*. Le dernier nombre *(le -0)* ne changera **pas**.
{% endcapture %}
<div class="notice--warning">{{ notice-1 | markdownify }}</div>
**Mettre à jour avec un cartouche de jeu qui contient une version supérieure à 9.9.0 va enlever votre navigateur internet jusqu'à qu'une mise à jour en ligne soit effectuée !**
**Mettre à jour avec une cartouche de jeu qui contient une version supérieure à 9.9.0 va enlever votre navigateur internet jusqu'à qu'une mise à jour en ligne soit effectuée !**
{: .notice--danger}
## Ce dont vous avez besoin

View file

@ -2,7 +2,7 @@
title : "CTRTransfer"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
@ -10,7 +10,7 @@ Ceci est une section complémentaire pour ceux qui voudraient installer une imag
Pour utiliser les liens suivants [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download).
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
{: .notice--danger}
@ -20,8 +20,8 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
* La dernière version de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest){:target="_blank"}
* La dernière version de [FBI](https://github.com/Steveice10/FBI/releases/latest){:target="_blank"} *(le fichier`.3dsx`)*
* [ctrtransfer_ticket_copy.gm9]({{ "/gm9_scripts/ctrtransfer_ticket_copy.gm9" | absolute_url }}){:download}
* L'image Ctrtransfer 11.5.0 pour votre console et votre région
*(Si votre console n'est pas issue d'une de ces régions, choisissez-en simplement une qui correspond à votre type de console)*:
* L'image CTRtransfer 11.5.0 pour votre console et votre région
*(si votre console n'est pas issue d'une de ces régions, choisissez-en simplement une qui correspond à votre type de console)* :
+ <i class="fa fa-magnet" aria-hidden="true" title="Ceci est un lien magnet. Utilisez un client de torrent pour télécharger le fichier."></i> - [New 3DS ou 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce)
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Utilisez un client de torrent pour télécharger le fichier."></i> - [New 3DS ou 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce)
+ <i class="fa fa-magnet" aria-hidden="true" title="Ceci est un lien magnet. Utilisez un client de torrent pour télécharger le fichier."></i> - [New 3DS ou 2DS - 11.5.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:c9e4de20d30b80032a5dd6f675fecb6d748f71b1&dn=11.5.0-34K_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce)
@ -39,8 +39,8 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
1. Insérez votre carte SD dans votre ordinateur
1. Créez un dossier nommé `3ds` à la racine de votre carte SD si celui ci n'existe pas
1. Créez un dossier nommé `cias` à la racine de votre carte SD si celui ci n'existe pas
1. Copiez le fichier `GodMode9.firm` de l'archive GodMode9 `.zip` dans le dossier `/luma/payloads/` sur votre carte SD
1. Copiez le dossier `gm9` de GodMode9 `.zip` à la racine de votre carte SD
1. Copiez le fichier `GodMode9.firm` de l'archive `.zip` de GodMode9 dans le dossier `/luma/payloads/` sur votre carte SD
1. Copiez le dossier `gm9` du `.zip` de GodMode9 à la racine de votre carte SD
1. Copiez `ctrtransfer_ticket_copy.gm9` dans le dossier `/gm9/scripts/` sur votre carte SD
1. Copiez les fichiers `.bin` et `.bin.sha` de l'image CTRtransfer 11.5.0 depuis le `.zip` de CTRtransfer vers le dossier `/gm9/` de votre carte SD
1. Copiez `FBI.3dsx` dans le dossier `/3ds/` de votre carte SD
@ -49,11 +49,11 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
#### Section II - CTRTransfer
1. Ouvrez Godmode9 en maintenant (Start) au démarrage
1. Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois quelle a complété
1. Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois quelle a terminé
1. Si vous êtes invité à régler la date et l'heure du RTC, appuyez sur (A) pour le faire, puis réglez la date et l'heure, puis appuyez sur (A) pour continuer
Notez que, si vous avez dû régler la date et l'heure du RTC, vous devrez également régler l'heure dans les Paramètres du système après ce guide
1. Naviguez vers `[0:] SDCARD` -> `gm9`
1. Appuyez sur (A) sur le CTRTransfer `.bin` pour le sélectionner
1. Appuyez sur (A) sur le `.bin` de CTRTransfer pour le sélectionner
1. Sélectionnez "CTRNAND options..."
1. Sélectionnez "Transfer image to CTRNAND"
1. Si vous y êtes invité, sélectionnez "Transfer to SysNAND"
@ -61,17 +61,17 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
1. Appuyez sur (A) pour autoriser l'écriture sur votre SysNAND, puis entrez la combinaison de touches demandée
+ Ce processus pendra du temps
1. Une fois le transfert terminé, appuyez sur (A) pour continuer
1. Appuyez (B) à décliner reverrouiller autorisations en écriture si vous êtes invité
1. Appuyez sur (B) pour décliner le verrouillage des autorisations en écriture si vous y êtes invité
1. Appuyez deux fois sur (B) pour revenir au menu principal
1. Appuyez sur (Home) pour faire apparaître le menu dactions (action menu)
1. Sélectionnez "Scripts"
1. Sélectionnez "Scripts..."
1. Sélectionnez "ctrtransfer_ticket_copy"
1. Lorsque vous êtes invité, appuyez sur (A)
1. Lorsque vous y êtes invité, appuyez sur (A)
1. Appuyez sur (A) pour continuer
1. Appuyez (A) pour reverrouiller autorisations en écriture
1. Appuyez (A) pour verrouiller les autorisations en écriture
1. Appuyez sur (Start) pour redémarrer votre système
1. Mettez à jour votre console en vous rendant dans les Paramètres de la console, puis "Autres paramètres", puis tout à droite sur l'option "Mise à jour du Système"
+ Mettre à jour tout en utilisant B9S + Luma (ce que vous avez) sont sans danger
+ Mettre à jour tout en ayant B9S + Luma (ce que vous avez) est sans danger
+ Si vous obtenez une erreur, réglez vos paramètres DNS sur "Automatique"
#### Section III - Lancez FBI
@ -82,14 +82,14 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
1. Sélectionnez "Switch the hb. title to the current app."
1. Appuyez sur (B) pour continuer
1. Appuyez sur (B) pour revenir au menu principal de Rosalina
1. Appuyez sur (B) pour quitter le menu de Rosalina
1. Appuyez sur (B) pour quitter le menu Rosalina
1. Appuyez sur (Home), puis fermez Mode téléchargement
1. Lancez lapplication Mode téléchargement
1. Votre console devrait maintenant charger le Homebrew Launcher
#### Section IV - Réinstallation des Tickets
Si le script trouvé qu'aucun ticket utilisateur vous pouvez sautez cette section
Si le script n'a trouvé aucun ticket utilisateur vous pouvez sauter cette section
{: .notice--info}
1. Lancez FBI que vous trouverez dans la liste des homebrews
@ -98,11 +98,11 @@ Si le script trouvé qu'aucun ticket utilisateur vous pouvez sautez cette sectio
1. Sélectionnez "gm9"
1. Sélectionnez "out"
1. Sélectionnez "ctrtransfer_tickets"
1. Effectuez la manipulation suivante pour le dossier eshop, ou le dossier `unknown`, ou bien les deux si vous avez les deux
1. Effectuez la manipulation suivante pour le dossier `eshop`, ou le dossier `unknown`, ou bien les deux si vous avez les deux
+ Accédez au dossier
+ Sélectionnez "\<current directory>"
+ Sélectionnez "Install and delete all tickets"
+ Attendez. Votre console aura l'air d'avoir freeze (ne répond pas), laissez-lui du temps.
+ Attendez. Si votre console semble ne plus répondre, laissez-lui du temps.
+ Appuyez sur (A) pour confirmer
+ Appuyez sur (B) pour refuser l'installation des tickets depuis le CDN.
1. Appuyez sur (Home) pour quitter FBI
@ -111,7 +111,7 @@ Si le script trouvé qu'aucun ticket utilisateur vous pouvez sautez cette sectio
1. Ouvrez Godmode9 en maintenant (Start) au démarrage
1. Naviguez vers `[0:] SDCARD` -> `gm9`
1. Pressez (X) sur l'image CTRTransfer `.bin` pour la supprimer
1. Pressez (X) sur le `.bin` de l'image CTRTransfer pour le supprimer
1. Appuyez sur (A) pour confirmer
1. Appuyez sur (Start) pour redémarrer votre système

View file

@ -2,11 +2,11 @@
title: "F3 (Linux)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
Il s'agit d'une section en plus pour la vérification de votre carte SD afn de trouver des erreurs à l'aide de F3.
Cette section supplémentaire vous indique comment vérifier si votre carte SD ne contient pas d'erreurs, en utilisant F3.
Selon la taille de votre carte SD et la vitesse de votre ordinateur, ce processus peut prendre jusqu'à plusieurs heures !
@ -19,7 +19,7 @@ Cette page est uniquement destinée aux utilisateurs de Linux. Si vous n'êtes p
### Instructions
1. Décompressez le fichier `.zip` de f3
1. `cd` dans le répertoire de f3
1. Faites un `cd` vers le dossier de F3
1. Exécutez la commande `make` pour compiler F3
1. Insérez votre carte SD dans votre ordinateur
1. Montez votre carte SD

View file

@ -2,7 +2,7 @@
title: "F3X (Mac)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise

View file

@ -8,27 +8,26 @@ title: "FAQ"
<a name="faq_updatecfw" /> **Q :** *Comment mettre à jour Luma3DS ?*
**R:** Utilisez [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest){:target="_blank"}
<a name="faq_gatewaysky" /> **Q :** *Jai entendu parler de cette chose payante (Gateway, Sky3DS, etc.), est-ce quelque chose dont jai besoin ?*. Est-ce quelque chose que jai besoin ?*
**R :** Non. boot9strap est une méthode de chargement hax qui sexécute au démarrage.
<a name="faq_gatewaysky" /> **Q :** *Jai entendu parler d'une chose payante (Gateway, Sky3DS, etc.). En ai-je besoin ?*
**R :** Non. boot9strap est une meilleure méthode pour charger des hax, et sexécute plus tôt pendant démarrage.
<a name="faq_gatewaysaves" /> **Q :** *Comment puis-je transférer mes sauvegardes de mon Gateway vers les jeux installés sur ma console ?*
<a name="faq_gatewaysaves" /> **Q :** *Comment puis-je transférer des sauvegardes de mon setup Gateway vers les jeux installés sur ma console ?*
**R :** Voir [cet article](https://gbatemp.net/threads/425743/)
<a name="faq_risky" /> **Q :** *Est-il risqué de hacker ma console ?*
**R :** Les Bricks sont *en pratique* presque impossibles, à moins
que vous n'ignoriez/ne contourniez les étapes de vérification.
**R :** Bricker est maintenant *presque* impossible, à moins que vous n'ignoriez/ne contourniez toutes les étapes de vérification.
<a name="faq_homebrew" /> **Q :** *Puis-je exécuter des homebrew et des émulateurs avec cela ?*
**R :** Oui ! Un Custom Firmware permet non seulement d'utiliser l'Homebrew Launcher, mais il vous donnera également accès aux hacks sur toutes les versions. Cela signifie que vous le garderez pour toujours, même avec des mises à jour.
**R :** Oui ! Un Custom Firmware permet non seulement d'utiliser l'Homebrew Launcher, mais il vous donnera également accès à des hacks sur toutes les versions. Cela signifie que vous le garderez pour toujours, même avec des mises à jour.
<a name="faq_regionfree" /> **Q :** *Puis-je l'utiliser pour jouer à des jeux dautres régions ?*
<a name="faq_regionfree" /> **Q :** *Puis-je l'utiliser pour jouer à des jeux de dautres régions ?*
**R :** Luma3DS prend en charge les patchs Region Free, ce qui permet aux utilisateurs dinstaller des jeux de toutes les régions sans aucune modification supplémentaire.
<a name="faq_updates" /> **Q :** *Est-il sûr de mettre à jour ma SysNAND avec un CFW ?*
**R :** Oui. Cest sûr, arrêtez de demander.
<a name="faq_support" /> **Q :** *Où dois-je aller pour avoir de l'aide ?*
**R:** Pour obtenir de l'aide, demandez de l'aide à [Nintendo Homebrew sur Discord(Anglais)](https://discord.gg/MWxPgEp).
**R :** Pour obtenir de l'aide, demandez de l'aide au [Discord Nintendo Homebrew](https://discord.gg/MWxPgEp) (Anglais).
<a name="faq_le4gbsd" /> **Q :** *Puis-je faire cela avec une carte SD 4 Go (ou moins)  ?*
**R :** Oui !
@ -42,8 +41,8 @@ que vous n'ignoriez/ne contourniez les étapes de vérification.
<a name="faq_NNID" /> **Q :** *Puis-je garder mon NNID ?*
**R :** Si vous démarrez avec un NNID et suivez toutes les étapes, vous garderez votre NNID à la fin.
<a name="faq_systransfer" /> **Q :** *Et le Transferts de données ?*
**R :** Quand vous avez complété le guide, vous pouvez faire un transfert de système depuis et vers une 3DS ou 2DS en B9S exactement de la même façon que vous le feriez avec une console stock ou avec un EmuNAND (Vous allez perde tout jeu que vous n'avez pas acheté/thème/DLC dans le transfert; Les sauvegardes vont rester même pour les jeux qui sont perdus.).
<a name="faq_systransfer" /> **Q :** *Et les transferts de système ?*
**R :** Quand vous avez terminé le guide, vous pouvez faire un transfert de système depuis et vers une 3DS ou 2DS avec B9S exactement de la même façon que vous le feriez avec une console stock ou avec un EmuNAND (vous perdrez tout jeu/thème/DLC que vous n'avez pas acheté pendant le transfert ; les sauvegardes seront toutes conservées, même pour ces jeux).
<a name="faq_nopc" /> **Q :** *Puis-je faire cela sans ordinateur (ex : un téléphone Android) ?*
**R :** Tout ce dont vous avez besoin est la possibilité de mettre des fichiers sur une carte SD !

View file

@ -6,7 +6,7 @@ title: "Extensions de fichier (Windows)"
### Lecture requise
C'est une section supplémentaire pour désactiver le fait que Windows cache les extensions des fichiers.
Ceci est une section additionelle pour désactiver le comportement par défaut de Windows de cacher les extensions de fichier.
Cela rendra la tâche plus simple pour trouver les différents fichiers mentionnés dans la suite de ce guide.

View file

@ -6,9 +6,9 @@ title: "Finalisation de l'installation"
### Lecture requise
Le fichier `boot.firm` est ce qui est lancé par boot9strap lui-même après qu'il ait fini le chargement de la NAND, et peut être nimporte quel payload arm9 valide dans le format FIRM. Ce fichier peut être remplacé à tout moment, même si Luma3DS permet le lancement dautres payloads arm9 au format FIRM à laide du chainloader Luma3DS .
Le fichier `boot.firm` est ce qui est lancé par boot9strap lui-même après qu'il ait fini de charger depuis la NAND, et peut être nimporte quel payload arm9 valide dans le format FIRM. Ce fichier peut être remplacé à tout moment, même si Luma3DS permet le lancement dautres payloads arm9 au format FIRM à laide du chainloader Luma3DS .
Dans ce cas, nous utilisons Luma3DS de [AuroraWright](https://github.com/AuroraWright/) pour démarrer directement une SysNAND patchée, nous permettant de contourner complètement la nécessité d'une EmuNAND quelconque, ce qui simplifie grandement l'utilisation d'une 3DS piratée en plus d'économiser de l'espace sur votre carte SD.
Dans notre cas, nous utilisons Luma3DS de [AuroraWright](https://github.com/AuroraWright/) pour démarrer directement une SysNAND patchée, nous permettant de contourner complètement la nécessité d'une EmuNAND quelconque, ce qui simplifie grandement l'utilisation d'une 3DS piratée en plus d'économiser de l'espace sur votre carte SD.
Durant cette étape, nous allons également configurer les programmes suivants :
@ -40,7 +40,7 @@ Durant cette étape, nous allons également configurer les programmes suivants :
1. Créez un dossier nommé `3ds` à la racine de votre carte SD si celui ci n'existe pas
1. Créez un dossier nommé `cias` à la racine de votre carte SD si celui ci n'existe pas
1. Copiez `FBI.3dsx` dans le dossier `/3ds/` de votre carte SD
1. Copiez le fichier `hblauncher_loader.cia` se trouvant dans le fichier hblauncher_loader`.zip` vers le répertoire `/cias/` de votre carte SD
1. Copiez le fichier `hblauncher_loader.cia` se trouvant dans le fichier `.zip` de hblauncher_loader vers le répertoire `/cias/` de votre carte SD
1. Copiez `lumaupdater.cia` vers le dossier`/cias/` sur votre carte SD
1. Copiez `FBI.cia` vers le répertoire `/cias/` sur votre carte SD
1. Copiez `DSP1.cia` vers le répertoire `/cias/` sur votre carte SD
@ -51,7 +51,7 @@ Durant cette étape, nous allons également configurer les programmes suivants :
{: .notice--info}
1. Créez un dossier nommé `payloads` dans le dossier `luma` sur votre carte SD, si il nexiste pas déjà
1. Copiez le fichier `GodMode9.firm` de l'archive GodMode9 `.zip` dans le dossier `/luma/payloads/` sur votre carte SD
1. Copiez le fichier `GodMode9.firm` de l'archive `.zip` de GodMode9 dans le dossier `/luma/payloads/` sur votre carte SD
1. Copiez le dossier `gm9` de GodMode9 `.zip` à la racine de votre carte SD
1. Copiez `setup_ctrnand_luma3ds.gm9` dans le dossier `/gm9/scripts/` sur votre carte SD
1. Copiez `cleanup_sd_card.gm9` dans le dossier `/gm9/scripts/` sur votre carte SD
@ -67,14 +67,14 @@ Durant cette étape, nous allons également configurer les programmes suivants :
#### Section II - Mise à jour du système
Si, vous avez suivi une version précédente de ce guide, vous avez CTRTransféré votre *New 3DS* en 2.1.0, il est maintenant temps de [restaurer votre sauvegarde de la NAND](godmode9-usage#restoring-a-nand-backup) avant de faire cette section.
Si, en suivant une version précédente de ce guide, vous avez CTRTransféré votre *New 3DS* en 2.1.0, il est maintenant temps de [restaurer votre sauvegarde de la NAND](godmode9-usage#restoring-a-nand-backup) avant de faire cette section.
{: .notice--danger}
Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vous souhaitez transférer le contenu de votre précédent EmuNAND sur votre nouvelle SysNAND CFW, il est temps de [Suivre Transférer EmuNAND](move-emunand) avant de suivre cette section.
Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vous souhaitez transférer le contenu de votre précédent EmuNAND sur votre nouvelle SysNAND CFW, il est temps de [Transférer votre EmuNAND](move-emunand) avant de suivre cette section.
{: .notice--info}
1. Mettez à jour votre console en vous rendant dans les Paramètres de la console, puis "Autres paramètres", puis tout à droite sur l'option "Mise à jour du Système"
+ Mettre à jour tout en utilisant B9S + Luma (ce que vous avez) sont sans danger
+ Mettre à jour tout en ayant B9S + Luma (ce que vous avez) est sans danger
+ Si vous obtenez une erreur, réglez vos paramètres DNS sur "Automatique"
+ Si cela vous donne encore une erreur, [suivez CTRTransfer](ctrtransfer), puis essayez de mettre à jour à nouveau
@ -86,7 +86,7 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
1. Sélectionnez "Switch the hb. title to the current app."
1. Appuyez sur (B) pour continuer
1. Appuyez sur (B) pour revenir au menu principal de Rosalina
1. Appuyez sur (B) pour quitter le menu de Rosalina
1. Appuyez sur (B) pour quitter le menu Rosalina
1. Appuyez sur (Home), puis fermez Mode téléchargement
1. Lancez lapplication Mode téléchargement
1. Votre console devrait maintenant charger le Homebrew Launcher
@ -96,19 +96,19 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
1. Naviguez vers `SD` -> `cias`
1. Sélectionnez "\<current directory>"
1. Sélectionnez l'option "install all CIAs" (installer toutes les CIAs), appuyez ensuite sur (A) pour confirmer votre choix
1. Sélectionnez l'option "install and delete all CIAs" (installer et effacer tous les CIAs), appuyez ensuite sur (A) pour confirmer votre choix
1. Appuyez sur (Home), puis fermez Mode téléchargement
#### Section V - Extraction du DSP
1. Lancez DSP1
1. Une fois que c'est fini, presser (B) pour arrêter l'application et retourner au menu Home
1. Une fois que c'est fini, appuyez sur (B) pour auto-effacer l'application et retourner au menu Home
#### Section VI - CTRNAND Luma3DS
1. Éteignez votre 3DS
1. Ouvrez Godmode9 en maintenant (Start) au démarrage
1. Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois quelle a complété
1. Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois terminé
1. Si vous êtes invité à régler la date et l'heure du RTC, appuyez sur (A) pour le faire, puis réglez la date et l'heure, puis appuyez sur (A) pour continuer
Notez que, si vous avez dû régler la date et l'heure du RTC, vous devrez également régler l'heure dans les Paramètres du système après ce guide
1. Appuyez sur (Home) pour faire apparaître le menu dactions (action menu)
@ -117,7 +117,7 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
1. Lorsque vous êtes invité, appuyez sur (A)
1. Appuyez sur (A) pour autoriser l'écriture sur votre SysNAND, puis entrez la combinaison de touches demandée
1. Appuyez sur (A) pour continuer
1. Appuyez (A) pour reverrouiller autorisations en écriture
1. Appuyez (A) pour reverrouiller les autorisations en écriture
#### Section VII - Sauvegarder les Fichiers Essentiels
@ -125,7 +125,7 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
1. Sélectionnez "Scripts"
1. Sélectionnez "Backup SysNAND"
1. Appuyez sur (A) pour confirmer
+ Ce processus pendra du temps
+ Ce processus prendra un certain temps
+ Si une erreur apparaît, vérifiez que vous avez au moins 1,2 ou 1,3 Go d'espace libre sur votre carte SD
1. Appuyez sur (A) pour continuer
1. Maintenez (R) et appuyez sur (B) en même temps pour éjecter votre carte SD
@ -171,7 +171,7 @@ Vous pouvez maintenant appuyer simultanément sur (L) + (Bas) + (Select) pour d
<div class="notice--info">{{ notice-6 | markdownify }}</div>
Pour utilisez [NTR CFW](https://github.com/44670/BootNTR/), installez [BootNTR Selector](https://gbatemp.net/threads/432911/).
Pour utiliser [NTR CFW](https://github.com/44670/BootNTR/), installez [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
Pour plus d'informations sur le changement de la région de votre 3DS, veuillez consulter la page [Changement de région](region-changing).
@ -180,7 +180,7 @@ Pour plus d'informations sur le changement de la région de votre 3DS, veuillez
Pour plus dinformations sur lutilisation des diverses fonctionnalités de GodMode9, regardez la page [Utilisation de GodMode9](godmode9-usage).
{: .notice--success}
Pour plus d'informations concernant les diverses fonctionnalités de Luma3DS, veuillez consulter [Le wiki dédié](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
Pour plus d'informations concernant les diverses fonctionnalités de Luma3DS, veuillez consulter [le wiki dédié](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
{: .notice--success}
Pour plus d'informations sur l'installation des thèmes personnalisés et des splash screens (image au démarrage de la console), consultez [Theme Plaza](https://themeplaza.eu/).

View file

@ -2,41 +2,41 @@
title: "Flasher ntrboot (3DS Multi System)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
Avant de commencez , assurez vous de connaître les informations sur [Ntrboot](ntrboot)
Avant de commencer, assurez vous d'avoir lu toutes les informations sur [ntrboot](ntrboot)
Cette méthode nécessite un accès temporaire à un second périphérique de la famille 3DS qui utilise déjà boot9strap. Votre linker n'a pas à supporter la version des linkers (ex: si votre linker supporte <=4.3.0, cette étape fonctionnera avec un 3DS en 12.0. x et l'autre en 9.0. x. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations.
Cette méthode nécessite un accès temporaire à un second périphérique de la famille 3DS qui utilise déjà boot9strap. Votre linker n'a pas besoin de fonctionner sur aucune des deux 3DS. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations.
Notez qu'il est possible que pendant le flash sur un clone celui-ci devienne **inutilisable**. C'est peu probable , mais notez que seule les originaux fonctionnent avec Ntrboot . Pour réduire les chances d'avoir une contrefaçon utilisez (ce site [NDS Card](http://www.nds-card.com/))
Notez que dans de rares circonstances, il est possible que pendant le processus de flash sur un linker contrefait (ou un clone) celui-ci **brique** et devienne inutilisable de manière permanente. C'est peu probable, mais notez que seuls les originaux fonctionnent avec ntrboot. Pour réduire les chances de recevoir un linker contrefait, il est recommandé d'utiliser un site réputé pour acheter votre linker (comme [NDS Card](http://www.nds-card.com/))
{: .notice--danger}
## Ce dont vous avez besoin
* Votre ntrboot compatible Ds / Dsi flashcart 
* Deux dispositifs de famille de 3DS
+ ** La 3DS source ** : La 3DS qui tourne déjà sous boot9strap
+ **La 3DS cible**: la 3DS en firmware normal
* La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(ntr standard, pas le fichier `devkit`)*
* Votre linker compatible ntrboot 
* Deux dispositifs de la famille 3DS
+ **La 3DS source** : La 3DS qui tourne déjà sous boot9strap
+ **La 3DS cible** : la 3DS sur un firmware original non modifié
* La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(`ntr` standard, pas le fichier `devkit`)*
* La dernière version de [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest){:target="_blank"}
### Instructions
#### Section I - Préparatifs
1. Éteignez **La 3DS source**
1. Insérez la **carte SD de la 3DS source** dans votre ordinateur
1. Éteignez **la 3DS source**
1. Insérez la carte SD de **la 3DS source** dans votre ordinateur
1. Créez un dossier appelé `ntrboot` à la racine de votre carte SD
1. Copiez `boot9strap_ntr.firm` et `boot9strap_ntr.firm.sha depuis le fichier `.zip` de boot9strap ntr vers le dossier `/ntrboot/` sur votre carte SD
1. Copiez `ntrboot_flasher.firm` dans le dossier `/luma/payloads/` sur la carte SD de **la 3DS source.**
1. Réinsérez **de nouveau la carte SD de la source 3DS**
1. Insérez votre linker DS dans *la 3DS source**
1. Copiez `boot9strap_ntr.firm` et `boot9strap_ntr.firm.sha` depuis le fichier `.zip` de boot9strap ntr vers le dossier `/ntrboot/` sur votre carte SD
1. Copiez `ntrboot_flasher.firm` dans le dossier `/luma/payloads/` sur la carte SD de **la 3DS source**
1. Réinsérez la carte SD de **la 3DS source** dans **la 3DS source**
1. Insérez votre linker DS / DSi compatible ntrboot dans **la 3DS source**
#### Section II - Flasher ntrboot
1. Démarrez le Luma3DS chainloader en maintenant (Start) pendant le démarrage **source 3DS**
1. Démarrez le chainloader de Luma3DS en maintenant (Start) pendant le démarrage de **la 3DS source**
1. Selectionnez "ntrboot_flasher"
1. Lisez l'avertissement de l'écran rouge
1. Appuyez sur (A) pour continuer
@ -47,10 +47,10 @@ Notez qu'il est possible que pendant le flash sur un clone celui-ci devienne **i
1. Appuyez sur (A) pour continuer
1. Appuyez sur (A) pour revenir au menu principal
1. Selectionnez "Inject Ntrboot"
1. Appuyer sur (A) pour ntrboot retail
1. Appuyez sur (A) pour ntrboot retail
1. Attendez que le processus soit terminé
1. Appuyez sur (A) pour revenir au menu principal
1. Appuyez sur (B) pour éteindre ** la 3DS source **
1. Appuyez sur (B) pour éteindre **la 3DS source**
___

View file

@ -6,17 +6,17 @@ title: "Flasher ntrboot (3DS Single System)"
### Lecture requise
Avant de commencez , assurez vous de connaître les informations sur [Ntrboot](ntrboot)
Avant de commencer, assurez vous d'avoir lu toutes les informations sur [ntrboot](ntrboot)
Cette méthode nexige rien de plus que votre 3DS original stock. Cette méthode utilise le linker pour lancer le flasheur ntrboot contenu dans le fichier `.nds` sur votre 3DS. Cela signifie que votre Linker doit supporter le lancement des fichiers `.nds` sur votre 3DS. Référez vous au tableau des linkers pour plus d'informations. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations.
Cette méthode nexige rien de plus que votre 3DS original stock et un linker compatible. Cette méthode utilise le linker pour lancer le fichier `.nds` du flasheur ntrboot sur votre 3DS. Cela signifie que votre linker doit pouvoir lancer des fichiers `.nds` sur votre 3DS. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations.
Notez qu'il est possible que pendant le flash sur un clone celui-ci devienne inutilsable . C'est peu probable, mais notez que seuls les originaux fonctionnent avec Ntrboot. Pour réduire les chances d'avoir une contrefaçon utilisez ([NDS Card](http://www.nds-card.com/))
Notez que dans de rares circonstances, il est possible que pendant le processus de flash sur un linker contrefait (ou un clone) celui-ci **brique** et devienne inutilisable de manière permanente. C'est peu probable, mais notez que seuls les originaux fonctionnent avec ntrboot. Pour réduire les chances de recevoir un linker contrefait, il est recommandé d'utiliser un site réputé pour acheter votre linker (comme [NDS Card](http://www.nds-card.com/))
{: .notice--danger}
## Ce dont vous avez besoin
* Votre linker compatible ntrboot
* La dernière version de [ds_ntrboot_flasher] (https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest){:target="_blank"} *(le fichier `dsi`)*
* La dernière version de [ds_ntrboot_flasher](https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest){:target="_blank"} *(flasheur `dsi` ; pas le flasheur standard)*
### Instructions
@ -25,7 +25,7 @@ Notez qu'il est possible que pendant le flash sur un clone celui-ci devienne inu
1. Éteignez votre 3DS
1. Insérez votre carte SD du Linker dans votre ordinateur
1. Copiez `ds_ntrboot_flasher_dsi.nds` sur la carte SD de votre linker
1. Réinsérez la carte SD dans votre Linker
1. Réinsérez la carte SD dans votre linker
1. Insérez votre linker DS dans votre console
#### Section II - Flasher ntrboot

View file

@ -2,33 +2,33 @@
title: "Flasher ntrboot (DSi)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
Avant de commencez , assurez vous de connaître les informations sur [Ntrboot](ntrboot)
Avant de commencer, assurez vous d'avoir lu toutes les informations sur [ntrboot](ntrboot)
Cette méthode nécessite un accès temporaire à une Nintendo DSI qui soit compatible avec votre linker. Cette méthode utilise le linker pour exécuter le flasheur ntrboot `.nds` sur votre DSi. Cela signifie que votre linker doit pouvoir lancer des fichiers `.nds` sur votre NDS. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations.
Notez qu'il est possible que pendant le flash sur un clone celui-ci devienne inutilsable . C'est peu probable , mais notez que seule les originaux fonctionnent avec Ntrboot . Pour réduire les chances d'avoir une contrefaçon utilisez ([NDS Card](http://www.nds-card.com/))
Notez que dans de rares circonstances, il est possible que pendant le processus de flash sur un linker contrefait (ou un clone) celui-ci **brique** et devienne inutilisable de manière permanente. C'est peu probable, mais notez que seuls les originaux fonctionnent avec ntrboot. Pour réduire les chances de recevoir un linker contrefait, il est recommandé d'utiliser un site réputé pour acheter votre linker (comme [NDS Card](http://www.nds-card.com/))
{: .notice--danger}
## Ce dont vous avez besoin
* Votre linker compatible ntrboot
* Deux Consoles
+ ** La DSI source **: la Nintendo DSI qui est compatible avec votre cartouche
+ **La 3DS cible**: la 3DS sur un firmware non touché
* La dernière version de [ds_ntrboot_flasher] (https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest){:target="_blank"} *(le fichier `dsi`)*
* Deux consoles
+ **La DSI source** : la Nintendo DSi qui est compatible avec votre linker
+ **La 3DS cible** : la 3DS sur un firmware original non modifié
* La dernière version de [ds_ntrboot_flasher](https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest){:target="_blank"} *(flasheur `dsi` ; pas le flasheur standard)*
### Instructions
#### Section I - Préparatifs
1. Éteignez **La DSI source**
1. Insérez votre carte SD du Linker dans votre ordinateur
1. Éteignez **la DSi source**
1. Insérez la carte SD de votre linker dans votre ordinateur
1. Copiez `ds_ntrboot_flasher_dsi.nds` sur la carte SD de votre linker
1. Réinsérez la carte SD dans votre Linker
1. Réinsérez la carte SD dans votre linker
1. Insérez votre cartouche compatible NTRBoot dans ** la DSI source **
#### Section II - Flasher ntrboot

View file

@ -2,15 +2,15 @@
title: "Flasher ntrboot (NDS)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
Avant de commencez , assurez vous de connaître les informations sur [Ntrboot](ntrboot)
Avant de commencer, assurez vous d'avoir lu toutes les informations sur [ntrboot](ntrboot)
Cette méthode nécessite un accès temporaire à une Nintendo DS ou DS LITE qui soit compatible avec votre linker.
Notez qu'il est possible que pendant le flash sur un clone celui-ci devienne inutilsable . C'est peu probable , mais notez que seule les originaux fonctionnent avec Ntrboot . Pour réduire les chances d'avoir une contrefaçon utilisez ([NDS Card](http://www.nds-card.com/))
Notez que dans de rares circonstances, il est possible que pendant le processus de flash sur un linker contrefait (ou un clone) celui-ci **brique** et devienne inutilisable de manière permanente. C'est peu probable, mais notez que seuls les originaux fonctionnent avec ntrboot. Pour réduire les chances de recevoir un linker contrefait, il est recommandé d'utiliser un site réputé pour acheter votre linker (comme [NDS Card](http://www.nds-card.com/))
{: .notice--danger}
## Ce dont vous avez besoin

View file

@ -56,12 +56,6 @@ La version de votre console peut être trouvée en bas à droite de l'écran sup
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installation de boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installation de boot9strap (Navigateur)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installation de boot9strap (Soundhax)</a></td>
</tr>

View file

@ -11,7 +11,7 @@ Pour de l'aide sur GodMode9 ainsi que sur le scripting, et pour être tenu à jo
GodMode9 est un navigateur de fichiers avec un accès complet pour la console de Nintendo 3DS, vous donnant accès à votre carte SD, les partitions FAT à lintérieur de votre SysNAND et EmuNAND et fondamentalement rien dautre. Parmi les autres fonctionnalités, vous pouvez copier, supprimer, renommer des fichiers et créer des dossiers.
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
GodMode9 est un logiciel puissant qui a la capacité de modifier essentiellement n'importe quoi sur votre console. Bien que beaucoup de ces modifications soient verrouillées derrière un système de permissions, et qu'il est impossible d'effectuer accidentellement des actions dangereuses sans déverrouiller délibérément les permissions, vous devez quand même suivre attentivement les instructions et conserver les sauvegardes au cas où.

View file

@ -2,7 +2,7 @@
title: "H2testw (Windows)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
Il existe différentes méthodes pour lancer l'Homebrew Launcher.
SoundHax est compatible pour les versions du firmware comprises entre 9.0.0 et 11.3.0 pour les régions EUR, JPN, KOR et USA.
Soundhax (lorsque combiné avec le Homebrew Launcher) est compatible avec les versions comprises entre 9.0.0 et 11.3.0 pour les régions EUR, JPN, KOR et USA.
Assurez vous que la communication sans fil de votre appareil est allumée, vu que udsploit (utilisé dans la page suivante) aura besoin du module sans fil actif pour fonctionner, de plus certains appareils (New 3DS, New 2DS et Old 2DS) ne peuvent pas régler la Communication sans fil depuis le Homebrew Launcher. La Communication sans fil doit juste être allumée; la connexion à un point daccès nest pas nécessaire.
@ -26,7 +26,7 @@ Cela signifie que lutilisation dune mise à jour via cartouche depuis une
## Ce dont vous avez besoin
* La dernière version de [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* La dernière version de [Soundhax](http://soundhax.com/) *(en fonction du modèle de votre console et de sa région)*
* La dernière version de [Soundhax](http://soundhax.com/) *(en fonction de votre console, de son modèle, et de sa région)*
* La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(boot9strap standard, pas le fichier `devkit` ni le fichier `ntr`)*
* La dernière version de [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(le fichier`.3dsx`)*

View file

@ -2,7 +2,7 @@
title: "Installer boot9strap (2xrsa)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise

View file

@ -6,7 +6,7 @@ title: "Installer boot9strap (DSiWare Game Injection)"
### Lecture requise
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Pour utiliser les liens suivants [magnet](https://fr.wikipedia.org/wiki/Magnet_(standard)), vous avez besoin d'un client Torrent comme [Deluge](http://dev.deluge-torrent.org/wiki/Download).

View file

@ -2,7 +2,7 @@
title: "Installer boot9strap (Liste des jeux pour l'injection DSiWare)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise

View file

@ -19,7 +19,7 @@ Si vous n'utilisez pas le bon `.firm` correspondant à la 3DS cible, vous allez
## Ce dont vous avez besoin
* Deux dispositifs de famille de 3DS
* Deux dispositifs de la famille 3DS
+ **La 3DS source** : la console possédant *la dernière version* de boot9strap
+ **La 3DS cible**: la 3DS en firmware normal *en 11.6.0*
* Posséder (et avoir installé) un des titres DSiware exploitables suivants (une copie piratée du jeu ne fonctionnera **pas**) sur **la 3DS source**

View file

@ -2,7 +2,7 @@
title: "Installer boot9strap (ntrboot)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
@ -125,7 +125,7 @@ Ne faites pas ceci , tant que vous n'avez pas fini les instructions de cette pag
1. Insérez votre carte SD dans votre ordinateur
+ Ceci signifie la carte SD de votre 3DS, et *non* la carte SD de votre linker
1. Créez un dossier appelé `ntrboot` à la racine de votre carte SD
1. Copiez `backup.bin` de votre sauvegarde flashrom `.zip` dans le dossier `/ntrboot/` à la racine de votre carte SD
1. Copiez le fichier `.bin` venant du fichier `.zip` de votre sauvegarde flashrom dans le dossier `/ntrboot/` à la racine de votre carte SD
1. Créez un dossier appelé `payloads` dans le répertoire « luma » sur votre carte SD
1. Copiez `ntrboot_flasher.firm` dans le dossier `/luma/payloads/` sur votre carte SD
1. Réinsérez votre carte SD dans votre 3DS

View file

@ -2,13 +2,13 @@
title: "Installer boot9strap (Soundhax)"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une EmuNAND, ce guide s'applique exclusivement à votre SysNAND et vous devez suivre toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (lorsque combiné avec pre9otherapp) est compatible avec les versions comprises entre 5.0.0 et 8.1.0 pour les régions EUR, JPN, KOR et USA.
Soundhax (lorsque combiné avec pre9otherapp) est compatible avec les versions comprises entre 4.0.0 et 8.1.0 pour les régions EUR, JPN, KOR et USA.
Pour extraire les fichiers `.7z` sur cette page, vous aurez besoin d'un programme d'archives comme [7-Zip](http://www.7-zip.org/) ou [The Unarchiver](https://theunarchiver.com).
@ -23,7 +23,7 @@ Cela signifie que lutilisation dune mise à jour via cartouche depuis une
## Ce dont vous avez besoin
* La dernière version de [Soundhax](http://soundhax.com/) *(en fonction du modèle de votre console et de sa région)*
* La dernière version de [Soundhax](http://soundhax.com/) *(en fonction de votre console, de son modèle, et de sa région)*
* La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)*
* La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(le fichier `.7z`)*

View file

@ -8,7 +8,7 @@ title: "Transférer votre EmuNAND vers votre SysNAND"
Ceci est une section complémentaire qui vous permettra de déplacer le contenu de votre EmuNAND vers votre CFW SysNAND, puis de supprimer l'ancienne partition EmuNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
{: .notice--danger}

View file

@ -2,7 +2,7 @@
title: "ntrboot"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
Si vous avez déjà flashé ntrboot sur votre linker ou votre linker est pré-flashé ntrboot, allez à [Installer boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) pour des instructions et comment l'utiliser .
{: .notice--success}

View file

@ -64,7 +64,7 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
1. Si vous êtes invité à régler la date et l'heure du RTC, appuyez sur (A) pour le faire, puis réglez la date et l'heure, puis appuyez sur (A) pour continuer
Notez que, si vous avez dû régler la date et l'heure du RTC, vous devrez également régler l'heure dans les Paramètres du système après ce guide
1. Naviguez vers `[0:] SDCARD` -> `gm9`
1. Appuyez sur (A) sur le CTRTransfer `.bin` pour le sélectionner
1. Appuyez sur (A) sur le `.bin` de CTRTransfer pour le sélectionner
1. Sélectionnez "CTRNAND options..."
1. Sélectionnez "Transfer image to CTRNAND"
1. Si vous y êtes invité, sélectionnez "Transfer to SysNAND"
@ -82,7 +82,7 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
1. Appuyez (A) pour reverrouiller autorisations en écriture
1. Appuyez sur (Start) pour redémarrer votre système
1. Mettez à jour votre console en vous rendant dans les Paramètres de la console, puis "Autres paramètres", puis tout à droite sur l'option "Mise à jour du Système"
+ Mettre à jour tout en utilisant B9S + Luma (ce que vous avez) sont sans danger
+ Mettre à jour tout en ayant B9S + Luma (ce que vous avez) est sans danger
+ Si vous obtenez une erreur, réglez vos paramètres DNS sur "Automatique"
#### Section III - Lancez FBI
@ -93,7 +93,7 @@ Vous DEVEZ avoir déjà installé Luma3DS et boot9strap pour utiliser ceci.
1. Sélectionnez "Switch the hb. title to the current app."
1. Appuyez sur (B) pour continuer
1. Appuyez sur (B) pour revenir au menu principal de Rosalina
1. Appuyez sur (B) pour quitter le menu de Rosalina
1. Appuyez sur (B) pour quitter le menu Rosalina
1. Appuyez sur (Home), puis fermez Mode téléchargement
1. Lancez lapplication Mode téléchargement
1. Votre console devrait maintenant charger le Homebrew Launcher
@ -109,7 +109,7 @@ Si le script trouvé qu'aucun ticket utilisateur vous pouvez sautez cette sectio
1. Sélectionnez "gm9"
1. Sélectionnez "out"
1. Sélectionnez "ctrtransfer_tickets"
1. Effectuez la manipulation suivante pour le dossier eshop, ou le dossier `unknown`, ou bien les deux si vous avez les deux
1. Effectuez la manipulation suivante pour le dossier `eshop`, ou le dossier `unknown`, ou bien les deux si vous avez les deux
+ Accédez au dossier
+ Sélectionnez "\<current directory>"
+ Sélectionnez "Install and delete all tickets"
@ -130,7 +130,7 @@ Si le script trouvé qu'aucun ticket utilisateur vous pouvez sautez cette sectio
1. Ouvrez Godmode9 en maintenant (Start) au démarrage
1. Naviguez vers `[0:] SDCARD` -> `gm9`
1. Pressez (X) sur l'image CTRTransfer `.bin` pour la supprimer
1. Pressez (X) sur le `.bin` de l'image CTRTransfer pour le supprimer
1. Appuyez sur (A) pour confirmer
1. Appuyez sur (Start) pour redémarrer votre système

View file

@ -54,7 +54,7 @@ Pour utiliser les liens suivants [magnet](https://fr.wikipedia.org/wiki/Magnet_(
### Instructions
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
{: .notice--info}
1. Ouvrez Godmode9 en maintenant (Start) au démarrage
@ -118,7 +118,7 @@ Les exploits basé sur le navigateur (tel que browserhax ou 2xrsa) sont parfois
### Instructions
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
{: .notice--info}
1. Essayez de démarrer sans carte SD, puis de la réinsérer après le démarrage

View file

@ -2,7 +2,7 @@
title: "Désinstaller CFW"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise
@ -15,7 +15,7 @@ Tous les jeux (illégitimes) non signés seront rendues inutilisables et peuvent
Cela naffectera pas votre NNID, nimporte quel jeux légitimement achetés ou des sauvegardes pour ces jeux légitimement achetés.
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyez (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
Notez que si vous avez nimporte quel autre payload que `GodMode9.firm` dans le dossier `/luma/payloads/` sur votre carte SD, appuyer sur (Start) au démarrage affiche un "chainloader menu" où vous devrez utiliser le D-Pad et le bouton (A) pour sélectionner "GodMode9" .
## Ce dont vous avez besoin

View file

@ -2,7 +2,7 @@
title: "Mettre à jour B9S"
---
{% include toc title="Table of Contents" %}
{% include toc title="Table des matières" %}
### Lecture requise

View file

@ -9,7 +9,7 @@ Je maintiens ce guide, gratuitement, et m'assure qu'il est toujours à jour. A c
Ce site ne vous coûte rien, et les publicités affichées ne sont pas intrusives. Mais si cela vous pose quand même problème, vous êtes libre de bloquer ces publicités.
Si vous bloquez les publicités, j'aimerais vous rappelez que j'accepte les [dons](donations), mais, de nouveau, vous n'êtes bien évidemment pas obligés d'en faire.
Si vous bloquez les publicités, j'aimerais vous rappeler que j'accepte les [dons](donations), mais, de nouveau, vous n'êtes bien évidemment pas obligés d'en faire.
Merci,<br>
Plailect

View file

@ -8,7 +8,7 @@ title: "צריבת ntrboot (מערכת 3DS אחת)"
לפני שאתם ממשיכים, שימו לב שקראתם את כל המידע ב [ntrboot](ntrboot)
שיטה זו דורשת כלום חוץ מה3DS הלא פרוץ שלכם וכרטיס פריצה תואם. שיטה זאת משתמשת בכרטיס פריצה כדי להריץ את קובץ ה`.nds` של צורב הNTRBOOT על ה3DS שלכם. זה אומר שכרטיס הפריצה שלכם חייב לתמוך בהרצת קבצי `.nds` על הגרסה של ה3DS שלכם. תסתכלו על הטבלה של כרטיסי הפריצה למידע נוסף. תסתכלו על הטבלה ב[ntrboot](ntrboot) למידע נוסף.
שיטה זו דורשת כלום חוץ מה3DS הלא פרוץ שלכם וכרטיס פריצה תואם. שיטה זאת משתמשת בכרטיס פריצה כדי להריץ את קובץ ה`.nds` של צורב הNTRBOOT על ה3DS שלכם. זה אומר שכרטיס הפריצה שלכם חייב לתמוך בהרצת קבצי `.nds` על הגרסה של ה3DS שלכם. תסתכלו על הטבלה ב[ntrboot](ntrboot) למידע נוסף.
שימו לב שבמקרים נדירים, יתכן שתהליך הצריבה **ישבור** כרטיס פריצה מזוייף ויגרום לו לא לעבוד. זה לא סביר שייקרה, אבל בכל זאת רק כרטיסי פריצה מקוריים שמפורטים נתמכים. כדי להוריד את הסיכויים של להשיג כרטיס פריצה מזוייף, מומלץ להשתמש באתר אמין כדי לקנות את הכרטיס (כמו [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ For all versions you can also [Cartridge Update](cart-update) (or use a standard
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">התקנת boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">התקנת boot9strap (דפדפן)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
להומברו לאנצ'ר יש הרבה דרכי הפעלה.
SoundHax תומך בגירסאות 9.0.0 עד 11.3.0 באזורים EUR, JPN, KOR, וUSA.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
תבדקו שהWi-Fi של הקונסולה שלכם דלוק כי udsploit (שנדרש בעמוד הבא) ידרוש את התוכנה של הWi-Fi כדי לעבוד, ומספר מכשירים (הNew 3DS New 2DS, וה Old 2DS) לא יכולים להדליק את הWi-Fi מהHomebrew Launcher. הWi-Fi רק צריך לדלוק; לא צריך לחבר אותו לרשת אלחוטית.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* הגרסה העדכנית של [Soundhax](http://soundhax.com/) *(למכשיר ואזור שלכם)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### הנחיות

View file

@ -125,7 +125,7 @@ ___
1. תכניסו את ה-SD שלכם למחשב
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. תצרו ב-SD שלכם תיקייה חדשה בשם `ntrboot`
1. תעתיקו את `backup.bin`מה `.zip`של גיבוי הflashrom שלכם אל שורש כרטיס הSD שלכם
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. תצרו תיקייה חדשה בשם `payloads` בתוך התיקייה `luma` בכרטיס הSD שלכם
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
אם המכשיר שלכם כבר פרוץ עם EmuNAND, המדריך הזה עוסק רק בSysNAND. תבצעו את ההוראות על SysNAND. Emunand וRednand כמעט מונחים נרדפים.
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* הגרסה העדכנית של [Soundhax](http://soundhax.com/) *(למכשיר ואזור שלכם)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "ntrboot flashelése (egy 3DS)"
Mielőtt elkezdenénk, bizonyosodj meg róla, hogy mindent elolvastál az [ntrboot](ntrboot)-tal kapcsolatban
Ehhez a módszerhez mindössze egy gyári állapotú 3DS-re és egy kompatibilis flashkártyára van szükséged. Ez a módszer a flashkártyát használja, hogy futtassa az ntrboot flashelő `.nds` fájlt a 3DS-eden. Ez azt jelenti, hogy a flashkártyádnak támogatnia kell `.nds` fájlok futtatását a 3DS-ed verzióján. További információkért lásd a flashkártyák táblázatát. További információkért lásd a táblázatot az [ntrboot](ntrboot) oldalon.
Ehhez a módszerhez mindössze egy gyári állapotú 3DS-re és egy kompatibilis flashkártyára van szükséged. Ez a módszer a flashkártyát használja, hogy futtassa az ntrboot flashelő `.nds` fájlt a 3DS-eden. Ez azt jelenti, hogy a flashkártyádnak támogatnia kell `.nds` fájlok futtatását a 3DS-ed verzióján. További információkért lásd a táblázatot az [ntrboot](ntrboot) oldalon.
Vedd figyelembe, hogy néhány ritka esetben lehetséges, hogy a flashelési folyamat során **brickelődjön** néhány hamisított flashkártya és végleg használhatatlanná váljon. Ez elég valószínűtlen, azonban éppen emiatt csak eredeti flashkártyákat támogatunk. Hogy elkerüld hamisított flashkártyák vásárlását, ajánlott jó hírű oldalakon vásárolni (mint például az [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Az eszközöd verziója megtalálható a System Settings-ben, a felső képerny
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">boot9strap telepítése (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">boot9strap telepítése (böngésző)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">boot9strap telepítése (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
A Homebrew Launcher több, különböző belépési ponttal rendelkezik, azaz módszerrel arra, hogy elindítsuk.
A Soundhax kompatibilis az EUR, JPN, KOR, és USA régiókkal, a 9.0.0-stól a 11.3.0-s verzióig.
A Soundhax (ha a Homebrew Launcherrel használjuk) kompatibilis a 9.0.0-s verziótól egészen 11.3.0-ig az EUR, JPN, KOR, és USA régiókban.
Bizonyosodj meg róla, hogy az eszközödön engedélyezve van a vezeték nélküli kapcsolat (Wireless Communication), ugyanis az udsploit-nak (amit a következő oldalon használunk) szüksége lesz rá, és néhány készülék (a New 3DS, a New 2DS, és az Old 2DS) esetében az nem állítható a Homebrew Launcher-ből. Elég, ha engedélyezve van a vezeték nélküli kapcsolat; nem kell hozzáférési ponthoz kapcsolódni.
@ -26,13 +26,13 @@ Ez azt jelenti, hogy kártyafrissítés egy olyan verzióról, amelyhez régebbi
### Amire szükséged lesz
* A [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"} legújabb kiadása
* A [Soundhax](http://soundhax.com/) legúabb kiadása *(a készülékednek és régiónak megfelelő változat)*
* A [Soundhax](http://soundhax.com/) legújabb kiadása *(a régiódnak, készülékednek és rendszer verziódnak megfelelő változat)*
* A [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"} legújabb kiadása
* A [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} legújabb kiadása *(a sima boot9strap; nem a `devkit` fájl, nem az `ntr` fájl)*
* A [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} legújabb kiadása *(a `.3dsx` fájl)*
* A [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"} legújabb kiadása
* A [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} legújabb kiadása *(a `.7z` fájl)*
* Az [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(a készülékednek és régiónak megfelelő változat)*
* Az [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(a régiódnak és rendszer verziódnak megfelelő változat)*
### Utasítások

View file

@ -125,7 +125,7 @@ Ne hajtsd végre az itt leírt utasításokat mindaddig, amíg nem végeztél az
1. Helyezd az SD kártyád a számítógépbe
+ Ez a 3DS-ed SD kártyája, *nem* a flashkártyádé
1. Hozz létre egy mappát `ntrboot` néven az SD kártya gyökerében
1. Másold át a `backup.bin` fájlt a flashrom biztonsági mentésed `.zip`-jéből az SD kártyád gyökerében található `/ntrboot/` mappába
1. Másold át a `.bin` fájlt a flashrom biztonsági mentésed `.zip`-jéből az SD kártyád gyökerében található `/ntrboot/` mappába
1. Hozz létre egy mappát `payloads` néven az SD kártyád `luma` nevezetű mappájában
1. Másold át az `ntrboot_flasher.firm` az SD kártyád `/luma/payloads/` mappába
1. Tedd vissza az SD kártyád a készülékedbe

View file

@ -8,7 +8,7 @@ title: "boot9strap telepítése (Soundhax)"
Ha hackelted már meg a 3DS-edet korábban, és már rendelkezel egy EmuNAND alapú CFW-vel, tudd, hogy ez az útmutató kizárólag a SysNAND-dal foglalkozik, és minden lépést a SysNAND-on kell majd alkalmaznod. Jó, ha tudod, hogy az EmuNAND és a RedNAND fogalmak [ugyanazon koncepció](http://3dbrew.org/wiki/NAND_Redirection) két, kicsiben különböző megvalósítását jelentik.
A Soundhax (amikor pre9otherapp-pal használjuk) kompatibilis az 5.0.0-s verziótól egészen a 8.1.0-esig az EUR, JPN, KOR, és USA régiókban.
A Soundhax (ha pre9otherapp-pel használjuk) kompatibilis a 4.0.0-s verziótól egészen 8.1.0-ig az EUR, JPN, KOR, és USA régiókban.
Ahhoz, hogy kicsomagold az oldalon található `.7z` fájlokat, egy fájl archiváló programra lesz szükséged, mint amilyen a [7-Zip](http://www.7-zip.org/) vagy a [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ Ez azt jelenti, hogy kártyafrissítés egy olyan verzióról, amelyhez régebbi
### Amire szükséged lesz
* A [Soundhax](http://soundhax.com/) legúabb kiadása *(a készülékednek és régiónak megfelelő változat)*
* A [Soundhax](http://soundhax.com/) legújabb kiadása *(a régiódnak, készülékednek és rendszer verziódnak megfelelő változat)*
* A [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"} legújabb kiadása
* A [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} legújabb kiadása *(a sima boot9strap; nem a `devkit` fájl, nem az `ntr` fájl)*
* A [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} legújabb kiadása *(a `.7z` fájl)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Your device version can be found at the bottom right of the top screen of the Sy
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installing boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installing boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installing boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
The Homebrew Launcher has many different entrypoints, or methods of launching.
Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with the Homebrew Launcher) is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions.
Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required.
@ -26,13 +26,13 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(the `.3dsx` file)*
* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your version and region)*
* The [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(for your region and version)*
### Instructions

View file

@ -125,7 +125,7 @@ Do not follow this section until you have completed the rest of the instructions
1. Insert your SD card into your computer
+ This is the SD card from your 3DS, *not* the SD card from your flashcart
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card
1. Reinsert your SD card into your device

View file

@ -8,7 +8,7 @@ title: "Installing boot9strap (Soundhax)"
If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (when combined with pre9otherapp) is compatible with versions 5.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ This means that using a cartridge update from a version containing an older Nint
### What You Need
* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)*
* The latest release of [Soundhax](http://soundhax.com/) *(for your region, device, and version)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(the `.7z` file)*

View file

@ -8,7 +8,7 @@ title: "Flash di ntrboot (Singolo 3DS)"
Prima di procedere, assicurati di aver letto tutte le informazioni presenti alla pagina [ntrboot](ntrboot)
Questo metodo richiede soltanto un 3DS non ancora modificato e una flashcart compatibile. La flashcart verrà utilizzata per avviare il file `.nds` del flasher di ntrboot sul tuo 3DS. Ciò significa che la tua flashcart deve supportare l'avvio di file `.nds` sulla versione di sistema del tuo 3DS. Leggi la tabella delle flashcart per maggiori informazioni. Leggi la tabella delle flashcart sulla pagina di [ntrboot](ntrboot) per maggiori informazioni.
Questo metodo richiede soltanto un 3DS non ancora modificato e una flashcart compatibile. La flashcart verrà utilizzata per avviare il file `.nds` del flasher di ntrboot sul tuo 3DS. Ciò significa che la tua flashcart deve supportare l'avvio di file `.nds` sulla versione di sistema del tuo 3DS. Leggi la tabella delle flashcart sulla pagina di [ntrboot](ntrboot) per maggiori informazioni.
Tieni presente che in rare circostanze è possibile **brickare** una flashcart contraffatta durante il flashing, e renderla permanentemente inutilizzabile. È improbabile, tuttavia sono supportate soltanto le flashcart originali qui indicate. Per ridurre i rischi di ottenere una flashcart contraffatta, si raccomanda di comprarne una solo da siti affidabili (come [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

View file

@ -56,12 +56,6 @@ Puoi vedere quale versione del software possiedi selezionando le Impostazioni de
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">4.0.0</td>
<td style="text-align: center; font-weight: bold;">4.5.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(mset)">Installazione di boot9strap (MSET)</a></td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(browser)">Installazione di boot9strap (Browser)</a></td>
</tr>
<tr>
<td style="text-align: center; font-weight: bold;">5.0.0</td>
<td style="text-align: center; font-weight: bold;">8.1.0</td>
<td style="text-align: center; font-weight: bold;" colspan="2"><a href="installing-boot9strap-(soundhax)">Installazione di boot9strap (Soundhax)</a></td>
</tr>

View file

@ -8,7 +8,7 @@ title: "Homebrew Launcher (Soundhax)"
L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato.
Soundhax è compatibile con le versioni del software comprese tra 9.0.0 e 11.3.0 nelle regioni EUR, JPN, KOR e USA.
Soundhax (combinato con l'Homebrew Launcher) è compatibile con le versioni del software comprese tra 9.0.0 e 11.3.0 nelle regioni EUR, JPN, KOR e USA.
Assicurati che la comunicazione wireless sia attiva dato che udsploit (usato nella prossima pagina) ha bisogno di poter accedere al modulo wireless della console, e alcune (come il New 3DS, il New 2DS e l'Old 2DS) non possono gestirne l'attivazione tramite Homebrew Launcher. Non è necessaria la connessione ad un access point.
@ -26,13 +26,13 @@ Ciò significa che se aggiorni con una scheda di gioco da una versione avente un
### Cosa serve
* L'ultima versione dell'[Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest){:target="_blank"}
* L'ultima versione di [Soundhax](http://soundhax.com/) *(adatta alla tua console e alla tua regione)*
* L'ultima versione di [Soundhax](http://soundhax.com/) *(adatta alla regione, tipo e versione della console)*
* L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)*
* L'ultima versione di [safehax](https://github.com/TiniVi/safehax/releases/latest){:target="_blank"} *(il file `.3dsx`)*
* L'ultima versione di [udsploit](https://github.com/smealum/udsploit/releases/latest){:target="_blank"}
* L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(il file `.7z`)*
* Il file [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(adatto alla versione e alla regione della console)*
* Il file [otherapp payload](https://smealum.github.io/3ds/#otherapp){:target="_blank"} *(adatto alla regione e alla versione della console)*
### Istruzioni

View file

@ -125,7 +125,7 @@ Non seguire questa parte finché non avrai completato tutte le altre istruzioni
1. Inserisci la scheda SD nel tuo computer
+ Questa è la scheda SD del tuo 3DS, *non* la scheda SD della tua flashcart
1. Crea una cartella chiamata `ntrboot` nella directory principale della tua scheda SD
1. Copia il file `backup.bin` dal backup `.zip` della tua flashrom nella cartella `/ntrboot/` nella directory principale della tua scheda SD
1. Copia il file `.bin` dal backup `.zip` della tua flashrom nella cartella `/ntrboot/` nella directory principale della tua scheda SD
1. Crea una cartella chiamata `payloads` nella cartella `luma` della tua scheda SD
1. Copia il file `ntrboot_flasher.firm` nella cartella `/luma/payloads` della tua scheda SD
1. Reinserisci la scheda SD nella tua console

View file

@ -8,7 +8,7 @@ title: "Installazione di boot9strap (Soundhax)"
Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su EmuNAND, ricorda che questa guida interessa solamente la SysNAND per cui dovresti seguire le istruzioni in tale modalità. Tieni presente che i termini EmuNAND e RedNAND si riferiscono a due implementazioni leggermente diverse [dello stesso concetto](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (combinato a pre9otherapp) è compatibile con le versioni del software comprese tra 5.0.0 e 8.1.0 nelle regioni EUR, JPN, KOR e USA.
Soundhax (combinato a pre9otherapp) è compatibile con le versioni del software comprese tra 4.0.0 e 8.1.0 nelle regioni EUR, JPN, KOR e USA.
Per estrarre i file `.7z` presenti in questa pagina, avrai bisogno di un gestore di file compressi come [7-Zip](http://www.7-zip.org/) o [The Unarchiver](https://theunarchiver.com/).
@ -23,7 +23,7 @@ Ciò significa che se aggiornate con una scheda di gioco da una versione avente
### Cosa serve
* L'ultima versione di [Soundhax](http://soundhax.com/) *(adatta alla tua console e alla tua regione)*
* L'ultima versione di [Soundhax](http://soundhax.com/) *(adatta alla regione, tipo e versione della console)*
* L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest){:target="_blank"}
* L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest){:target="_blank"} *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)*
* L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest){:target="_blank"} *(il file `.7z`)*

View file

@ -8,7 +8,7 @@ title: "Flashing ntrboot (3DS Single System)"
Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot)
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart chart for more information. See the flashcart table on [ntrboot](ntrboot) for more information.
This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information.
Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/))
{: .notice--danger}

Some files were not shown because too many files have changed in this diff Show more