2019-02-10 22:32:33 +01:00
---
2022-09-24 11:39:37 +02:00
title: "Installing boot9strap (Fredtool)"
2019-02-10 22:32:33 +01:00
---
{% include toc title="Table of Contents" %}
2022-10-02 23:57:17 +02:00
<details>
<summary><em>Technical Details (optional)</em></summary>
<p>This method of using Seedminer for further exploitation uses your <code>movable.sed</code> file to decrypt any DSiWare title for the purposes of injecting an exploitable DSiWare title into the DS Internet Settings application. This requires you to have a DSiWare backup, which you should have gotten in the previous section.</p>
<p>This is a currently working implementation of the "FIRM partitions known-plaintext" exploit detailed <a href="https://www.3dbrew.org/wiki/3DS_System_Flaws">here</a>.</p>
</details>
{: .notice--info}
2019-02-10 22:32:33 +01:00
### What You Need
2022-10-02 23:57:17 +02:00
* A DSiWare Backup, normally `42383841.bin` (You should have one on the root of your SD card from following [BannerBomb3](bannerbomb3))
2019-02-10 22:32:33 +01:00
* Your `movable.sed` file from completing [Seedminer](seedminer)
2022-06-11 23:38:36 +02:00
* The latest release of [Frogminer_save](https://github.com/zoogie/Frogminer/releases/latest) (`Frogminer_save.zip`)
* The latest release of [b9sTool](https://github.com/zoogie/b9sTool/releases/latest) (`boot.nds`)
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
2019-02-10 22:32:33 +01:00
2021-09-05 01:58:24 +02:00
#### Section I - CFW Check
2022-10-02 23:57:17 +02:00
As an additional safety measure, we will perform an additional check for custom firmware. This is because using this method when custom firmware is already installed has a risk of bricking the console (rendering it unusable without recovery methods like [ntrboot](ntrboot)).
2021-09-05 01:58:24 +02:00
1. Slå av enheten
1. Hold the (Select) button
1. Power on your device while still holding the (Select) button
2022-02-11 20:07:46 +01:00
1. If the check was successful, you will boot to the HOME Menu and you may proceed with this guide
2021-09-05 01:58:24 +02:00
2022-02-11 20:07:46 +01:00
If you see a configuration menu, you already have CFW, and continuing with these instructions may BRICK your device! Follow [Checking for CFW](checking-for-cfw) to upgrade your existing CFW.
2021-09-05 01:58:24 +02:00
{: .notice--danger}
#### Section II - Prep Work
2019-02-10 22:32:33 +01:00
2022-10-02 23:57:17 +02:00
In this section, you will copy the files necessary to temporarily replace DS Connection Settings with Flipnote Studio, which is used to launch the boot9strap (custom firmware) installer.
2019-02-10 22:32:33 +01:00
2022-10-01 12:48:02 +02:00
1. Open the [DSIHaxInjector_new](https://jenkins.nelthorya.net/job/DSIHaxInjector_new/build?delay=0sec) website on your computer
1. Under the "Username" field, enter any alphanumeric name (no spaces or special characters)
1. Under the "DSiBin" field, upload your `42383841.bin` file using the first "Browse..." option
1. Under the "MovableSed" field, upload your `movable.sed` file using the second "Browse..." option
1. Under the "InjectionTarget" field, set the injection target to `DSinternet` (NOT memorypit)
1. Click "Build"
+ Wait a few seconds for the build process to complete
1. In the Build History section on the left, type the Username into the "Filter Builds" field
1. Click on the first search result
+ This result should have the latest timestamp
1. Click the "output_(name).zip" link
2022-10-02 23:57:17 +02:00
1. Sett inn SD-kortet i datamaskinen din
2019-10-08 03:46:29 +02:00
1. Navigate to `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `Nintendo DSiWare` on your SD card
2022-10-02 23:57:17 +02:00
+ `<ID0>` is the 32-letter folder name that you copied in [Seedminer](seedminer)
+ `<ID1>` is a 32-letter folder inside of the `<ID0>`
2022-10-01 12:48:02 +02:00
1. Copy the `42383841.bin` file from the `hax` folder of the downloaded DSiWare archive (output_(name).zip) to the `Nintendo DSiWare` folder
2022-10-02 23:57:17 +02:00
![]({{ "/images/screenshots/bb3/dsiware-location-4.png" | absolute_url }}){: .notice--info}
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
+ The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it
1. Copy `boot.nds` (B9STool) to the root of your SD card
1. Copy the `private` folder from the Frogminer_save `.zip` to the root of your SD card
![]({{ "/images/screenshots/fredtool-root-layout.png" | absolute_url }})
{: .notice--info}
#### Section III - Overwriting DS Connection Settings
In this section, you will copy the hacked DS Connection Settings DSiWare to internal memory, which will temporarily replace it with Flipnote Studio.
2019-02-10 22:32:33 +01:00
1. Power on your device
1. Launch System Settings on your device
2022-10-02 23:57:17 +02:00
1. Navigate to `Data Management` -> `DSiWare`-> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png))
1. Select the "Haxxxxxxxxx!" title
2019-02-10 22:32:33 +01:00
1. Select "Copy", then select "OK"
1. Return to main menu of the System Settings
2022-10-02 23:57:17 +02:00
1. Navigate to `Internet Settings` -> `Nintendo DS Connections`, then select "OK" ([image](/images/screenshots/fredtool/dsconnection.png))
2019-02-10 22:32:33 +01:00
1. If the exploit was successful, your device will have loaded the JPN version of Flipnote Studio
2021-09-05 01:58:24 +02:00
#### Section IV - Flipnote Exploit
2019-02-10 22:32:33 +01:00
If you would prefer a visual guide to this section, one is available [here](https://zoogie.github.io/web/flipnote_directions/).
{: .notice--info}
2022-10-02 23:57:17 +02:00
In this section, you will perform a series of very specific steps within Flipnote Studio that, when performed correctly, will launch the boot9strap (custom firmware) installer.
2019-02-10 22:32:33 +01:00
1. Complete the initial setup process for the launched game until you reach the main menu
+ Select the left option whenever prompted during the setup process
1. Using the touch-screen, select the large left box, then select the box with an SD card icon
1. Once the menu loads, select the face icon, then the bottom right icon to continue
2019-10-08 03:46:29 +02:00
1. Press (X) or (UP) on the D-Pad depending on which is shown on the top screen
2019-02-10 22:32:33 +01:00
1. Select the second button along the top with a film-reel icon
1. Scroll right until reel "3/3" is selected
1. Tap the third box with the letter "A" in it
1. Scroll left until reel "1/3" is selected
1. Tap the fourth box with the letter "A" in it
1. If the exploit was successful, your device will have loaded b9sTool
2019-10-08 03:46:29 +02:00
1. Using the D-Pad, move to "Install boot9strap"
2022-10-02 23:57:17 +02:00
+ If you miss this step, the system will exit to HOME Menu instead of installing boot9strap and you will need to open System Settings, then start over from Step 7 of Section III
2019-10-08 03:46:29 +02:00
1. Press (A), then press START and SELECT at the same time to begin the process
1. Once completed and the bottom screen says "done.", exit b9sTool, then power off your device
2019-02-10 22:32:33 +01:00
+ You may have to force power off by holding the power button
New Crowdin updates (#2034)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations installing-boot9strap-(usm).txt (Finnish)
* New translations installing-boot9strap-(pichaxx).txt (Finnish)
* New translations restoring-updating-cfw.txt (Finnish)
* New translations installing-boot9strap-(kartdlphax).txt (Finnish)
* New translations bannerbomb3-fredtool-(twn).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(usm).txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (Czech)
* New translations restoring-updating-cfw.txt (Czech)
* New translations installing-boot9strap-(kartdlphax).txt (Czech)
* New translations bannerbomb3-fredtool-(twn).txt (Czech)
* New translations finalizing-setup.txt (German)
* New translations installing-boot9strap-(safeb9sinstaller).txt (German)
* New translations updating-b9s.txt (German)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(usm).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (German)
* New translations restoring-updating-cfw.txt (German)
* New translations installing-boot9strap-(kartdlphax).txt (German)
* New translations bannerbomb3-fredtool-(twn).txt (German)
* New translations finalizing-setup.txt (Greek)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Greek)
* New translations updating-b9s.txt (Greek)
* New translations finalizing-setup.txt (Hebrew)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hebrew)
* New translations updating-b9s.txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations installing-boot9strap-(usm).txt (Italian)
* New translations installing-boot9strap-(pichaxx).txt (Italian)
* New translations restoring-updating-cfw.txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Italian)
* New translations finalizing-setup.txt (Japanese)
* New translations updating-b9s.txt (Japanese)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations installing-boot9strap-(usm).txt (Japanese)
* New translations bannerbomb3-fredtool-(twn).txt (Japanese)
* New translations finalizing-setup.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations updating-b9s.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Hungarian)
* New translations updating-b9s.txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations installing-boot9strap-(usm).txt (Hebrew)
* New translations installing-boot9strap-(pichaxx).txt (Hebrew)
* New translations restoring-updating-cfw.txt (Hebrew)
* New translations installing-boot9strap-(kartdlphax).txt (Hebrew)
* New translations bannerbomb3-fredtool-(twn).txt (Hebrew)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(kartdlphax).txt (Hungarian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hungarian)
* New translations updating-b9s.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations installing-boot9strap-(usm).txt (Hungarian)
* New translations installing-boot9strap-(pichaxx).txt (Hungarian)
* New translations restoring-updating-cfw.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations installing-boot9strap-(usm).txt (Norwegian)
* New translations installing-boot9strap-(pichaxx).txt (Norwegian)
* New translations restoring-updating-cfw.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Norwegian)
* New translations bannerbomb3-fredtool-(twn).txt (Norwegian)
* New translations finalizing-setup.txt (Polish)
* New translations updating-b9s.txt (Norwegian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Polish)
* New translations updating-b9s.txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations installing-boot9strap-(usm).txt (Polish)
* New translations installing-boot9strap-(pichaxx).txt (Polish)
* New translations restoring-updating-cfw.txt (Polish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations finalizing-setup.txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations restoring-updating-cfw.txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Russian)
* New translations finalizing-setup.txt (Swedish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Swedish)
* New translations updating-b9s.txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations installing-boot9strap-(usm).txt (Swedish)
* New translations restoring-updating-cfw.txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Swedish)
* New translations restoring-updating-cfw.txt (Swedish)
* New translations installing-boot9strap-(kartdlphax).txt (Swedish)
* New translations bannerbomb3-fredtool-(twn).txt (Swedish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Turkish)
* New translations updating-b9s.txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Russian)
* New translations restoring-updating-cfw.txt (Portuguese)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese)
* New translations updating-b9s.txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Portuguese)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Russian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Russian)
* New translations updating-b9s.txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Simplified)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Simplified)
* New translations restoring-updating-cfw.txt (Chinese Simplified)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Traditional)
* New translations updating-b9s.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Traditional)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Traditional)
* New translations restoring-updating-cfw.txt (Chinese Traditional)
* New translations installing-boot9strap-(kartdlphax).txt (Chinese Traditional)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Traditional)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(usm).txt (Turkish)
* New translations installing-boot9strap-(pichaxx).txt (Turkish)
* New translations restoring-updating-cfw.txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Turkish)
* New translations bannerbomb3-fredtool-(twn).txt (Turkish)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Ukrainian)
* New translations updating-b9s.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(usm).txt (Ukrainian)
* New translations installing-boot9strap-(pichaxx).txt (Ukrainian)
* New translations restoring-updating-cfw.txt (Ukrainian)
* New translations installing-boot9strap-(kartdlphax).txt (Ukrainian)
* New translations bannerbomb3-fredtool-(twn).txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Simplified)
* New translations updating-b9s.txt (Chinese Simplified)
* New translations updating-b9s.txt (Vietnamese)
* New translations bannerbomb3-fredtool-(twn).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations updating-b9s.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese, Brazilian)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Vietnamese)
* New translations restoring-updating-cfw.txt (Vietnamese)
* New translations installing-boot9strap-(pichaxx).txt (Vietnamese)
* New translations installing-boot9strap-(usm).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Thai)
* New translations restoring-updating-cfw.txt (Indonesian)
* New translations installing-boot9strap-(kartdlphax).txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(pichaxx).txt (Thai)
* New translations updating-b9s.txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Indonesian)
* New translations installing-boot9strap-(pichaxx).txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations restoring-updating-cfw.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(usm).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese, Brazilian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Indonesian)
* New translations updating-b9s.txt (Indonesian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations restoring-updating-cfw.txt (Thai)
* New translations installing-boot9strap-(kartdlphax).txt (Thai)
* New translations updating-b9s.txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Malay)
* New translations restoring-updating-cfw.txt (Malay)
* New translations installing-boot9strap-(kartdlphax).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Malay)
* New translations finalizing-setup.txt (Pirate English)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Pirate English)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Pirate English)
* New translations installing-boot9strap-(pichaxx).txt (Pirate English)
* New translations restoring-updating-cfw.txt (Pirate English)
* New translations installing-boot9strap-(kartdlphax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Thai)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Croatian)
* New translations updating-b9s.txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations installing-boot9strap-(usm).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Croatian)
* New translations restoring-updating-cfw.txt (Croatian)
* New translations installing-boot9strap-(kartdlphax).txt (Croatian)
* New translations bannerbomb3-fredtool-(twn).txt (Croatian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Malay)
* New translations updating-b9s.txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Dutch)
* New translations installing-boot9strap-(ntrboot).txt (Dutch)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
2022-06-07 13:45:17 +02:00
+ If your device shuts down when you try to power it on, ensure that you have copied `boot.firm` from the Luma3DS `.zip` to the root of your SD card
+ If you see the Luma Configuration screen, press (Start) to reboot, then continue with the guide
2019-02-10 22:32:33 +01:00
New Crowdin updates (#2034)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations installing-boot9strap-(usm).txt (Finnish)
* New translations installing-boot9strap-(pichaxx).txt (Finnish)
* New translations restoring-updating-cfw.txt (Finnish)
* New translations installing-boot9strap-(kartdlphax).txt (Finnish)
* New translations bannerbomb3-fredtool-(twn).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(usm).txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (Czech)
* New translations restoring-updating-cfw.txt (Czech)
* New translations installing-boot9strap-(kartdlphax).txt (Czech)
* New translations bannerbomb3-fredtool-(twn).txt (Czech)
* New translations finalizing-setup.txt (German)
* New translations installing-boot9strap-(safeb9sinstaller).txt (German)
* New translations updating-b9s.txt (German)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(usm).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (German)
* New translations restoring-updating-cfw.txt (German)
* New translations installing-boot9strap-(kartdlphax).txt (German)
* New translations bannerbomb3-fredtool-(twn).txt (German)
* New translations finalizing-setup.txt (Greek)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Greek)
* New translations updating-b9s.txt (Greek)
* New translations finalizing-setup.txt (Hebrew)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hebrew)
* New translations updating-b9s.txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations installing-boot9strap-(usm).txt (Italian)
* New translations installing-boot9strap-(pichaxx).txt (Italian)
* New translations restoring-updating-cfw.txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Italian)
* New translations finalizing-setup.txt (Japanese)
* New translations updating-b9s.txt (Japanese)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations installing-boot9strap-(usm).txt (Japanese)
* New translations bannerbomb3-fredtool-(twn).txt (Japanese)
* New translations finalizing-setup.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations updating-b9s.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Hungarian)
* New translations updating-b9s.txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations installing-boot9strap-(usm).txt (Hebrew)
* New translations installing-boot9strap-(pichaxx).txt (Hebrew)
* New translations restoring-updating-cfw.txt (Hebrew)
* New translations installing-boot9strap-(kartdlphax).txt (Hebrew)
* New translations bannerbomb3-fredtool-(twn).txt (Hebrew)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(kartdlphax).txt (Hungarian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hungarian)
* New translations updating-b9s.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations installing-boot9strap-(usm).txt (Hungarian)
* New translations installing-boot9strap-(pichaxx).txt (Hungarian)
* New translations restoring-updating-cfw.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations installing-boot9strap-(usm).txt (Norwegian)
* New translations installing-boot9strap-(pichaxx).txt (Norwegian)
* New translations restoring-updating-cfw.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Norwegian)
* New translations bannerbomb3-fredtool-(twn).txt (Norwegian)
* New translations finalizing-setup.txt (Polish)
* New translations updating-b9s.txt (Norwegian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Polish)
* New translations updating-b9s.txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations installing-boot9strap-(usm).txt (Polish)
* New translations installing-boot9strap-(pichaxx).txt (Polish)
* New translations restoring-updating-cfw.txt (Polish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations finalizing-setup.txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations restoring-updating-cfw.txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Russian)
* New translations finalizing-setup.txt (Swedish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Swedish)
* New translations updating-b9s.txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations installing-boot9strap-(usm).txt (Swedish)
* New translations restoring-updating-cfw.txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Swedish)
* New translations restoring-updating-cfw.txt (Swedish)
* New translations installing-boot9strap-(kartdlphax).txt (Swedish)
* New translations bannerbomb3-fredtool-(twn).txt (Swedish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Turkish)
* New translations updating-b9s.txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Russian)
* New translations restoring-updating-cfw.txt (Portuguese)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese)
* New translations updating-b9s.txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Portuguese)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Russian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Russian)
* New translations updating-b9s.txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Simplified)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Simplified)
* New translations restoring-updating-cfw.txt (Chinese Simplified)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Traditional)
* New translations updating-b9s.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Traditional)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Traditional)
* New translations restoring-updating-cfw.txt (Chinese Traditional)
* New translations installing-boot9strap-(kartdlphax).txt (Chinese Traditional)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Traditional)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(usm).txt (Turkish)
* New translations installing-boot9strap-(pichaxx).txt (Turkish)
* New translations restoring-updating-cfw.txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Turkish)
* New translations bannerbomb3-fredtool-(twn).txt (Turkish)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Ukrainian)
* New translations updating-b9s.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(usm).txt (Ukrainian)
* New translations installing-boot9strap-(pichaxx).txt (Ukrainian)
* New translations restoring-updating-cfw.txt (Ukrainian)
* New translations installing-boot9strap-(kartdlphax).txt (Ukrainian)
* New translations bannerbomb3-fredtool-(twn).txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Simplified)
* New translations updating-b9s.txt (Chinese Simplified)
* New translations updating-b9s.txt (Vietnamese)
* New translations bannerbomb3-fredtool-(twn).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations updating-b9s.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese, Brazilian)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Vietnamese)
* New translations restoring-updating-cfw.txt (Vietnamese)
* New translations installing-boot9strap-(pichaxx).txt (Vietnamese)
* New translations installing-boot9strap-(usm).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Thai)
* New translations restoring-updating-cfw.txt (Indonesian)
* New translations installing-boot9strap-(kartdlphax).txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(pichaxx).txt (Thai)
* New translations updating-b9s.txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Indonesian)
* New translations installing-boot9strap-(pichaxx).txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations restoring-updating-cfw.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(usm).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese, Brazilian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Indonesian)
* New translations updating-b9s.txt (Indonesian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations restoring-updating-cfw.txt (Thai)
* New translations installing-boot9strap-(kartdlphax).txt (Thai)
* New translations updating-b9s.txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Malay)
* New translations restoring-updating-cfw.txt (Malay)
* New translations installing-boot9strap-(kartdlphax).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Malay)
* New translations finalizing-setup.txt (Pirate English)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Pirate English)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Pirate English)
* New translations installing-boot9strap-(pichaxx).txt (Pirate English)
* New translations restoring-updating-cfw.txt (Pirate English)
* New translations installing-boot9strap-(kartdlphax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Thai)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Croatian)
* New translations updating-b9s.txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations installing-boot9strap-(usm).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Croatian)
* New translations restoring-updating-cfw.txt (Croatian)
* New translations installing-boot9strap-(kartdlphax).txt (Croatian)
* New translations bannerbomb3-fredtool-(twn).txt (Croatian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Malay)
* New translations updating-b9s.txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Dutch)
* New translations installing-boot9strap-(ntrboot).txt (Dutch)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
2022-06-07 13:45:17 +02:00
#### Section V - Luma3DS Verification
2019-02-10 22:32:33 +01:00
2022-10-02 23:57:17 +02:00
Due to the nature of the exploit used, it is occasionally (but rarely) possible for boot9strap to not actually get installed. This section will therefore verify that boot9strap was successfully installed by seeing if some files that are normally automatically generated by Luma3DS were created.
New Crowdin updates (#2034)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations installing-boot9strap-(usm).txt (Finnish)
* New translations installing-boot9strap-(pichaxx).txt (Finnish)
* New translations restoring-updating-cfw.txt (Finnish)
* New translations installing-boot9strap-(kartdlphax).txt (Finnish)
* New translations bannerbomb3-fredtool-(twn).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(usm).txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (Czech)
* New translations restoring-updating-cfw.txt (Czech)
* New translations installing-boot9strap-(kartdlphax).txt (Czech)
* New translations bannerbomb3-fredtool-(twn).txt (Czech)
* New translations finalizing-setup.txt (German)
* New translations installing-boot9strap-(safeb9sinstaller).txt (German)
* New translations updating-b9s.txt (German)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(usm).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (German)
* New translations restoring-updating-cfw.txt (German)
* New translations installing-boot9strap-(kartdlphax).txt (German)
* New translations bannerbomb3-fredtool-(twn).txt (German)
* New translations finalizing-setup.txt (Greek)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Greek)
* New translations updating-b9s.txt (Greek)
* New translations finalizing-setup.txt (Hebrew)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hebrew)
* New translations updating-b9s.txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations installing-boot9strap-(usm).txt (Italian)
* New translations installing-boot9strap-(pichaxx).txt (Italian)
* New translations restoring-updating-cfw.txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Italian)
* New translations finalizing-setup.txt (Japanese)
* New translations updating-b9s.txt (Japanese)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations installing-boot9strap-(usm).txt (Japanese)
* New translations bannerbomb3-fredtool-(twn).txt (Japanese)
* New translations finalizing-setup.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations updating-b9s.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Hungarian)
* New translations updating-b9s.txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations installing-boot9strap-(usm).txt (Hebrew)
* New translations installing-boot9strap-(pichaxx).txt (Hebrew)
* New translations restoring-updating-cfw.txt (Hebrew)
* New translations installing-boot9strap-(kartdlphax).txt (Hebrew)
* New translations bannerbomb3-fredtool-(twn).txt (Hebrew)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(kartdlphax).txt (Hungarian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hungarian)
* New translations updating-b9s.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations installing-boot9strap-(usm).txt (Hungarian)
* New translations installing-boot9strap-(pichaxx).txt (Hungarian)
* New translations restoring-updating-cfw.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations installing-boot9strap-(usm).txt (Norwegian)
* New translations installing-boot9strap-(pichaxx).txt (Norwegian)
* New translations restoring-updating-cfw.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Norwegian)
* New translations bannerbomb3-fredtool-(twn).txt (Norwegian)
* New translations finalizing-setup.txt (Polish)
* New translations updating-b9s.txt (Norwegian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Polish)
* New translations updating-b9s.txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations installing-boot9strap-(usm).txt (Polish)
* New translations installing-boot9strap-(pichaxx).txt (Polish)
* New translations restoring-updating-cfw.txt (Polish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations finalizing-setup.txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations restoring-updating-cfw.txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Russian)
* New translations finalizing-setup.txt (Swedish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Swedish)
* New translations updating-b9s.txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations installing-boot9strap-(usm).txt (Swedish)
* New translations restoring-updating-cfw.txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Swedish)
* New translations restoring-updating-cfw.txt (Swedish)
* New translations installing-boot9strap-(kartdlphax).txt (Swedish)
* New translations bannerbomb3-fredtool-(twn).txt (Swedish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Turkish)
* New translations updating-b9s.txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Russian)
* New translations restoring-updating-cfw.txt (Portuguese)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese)
* New translations updating-b9s.txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Portuguese)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Russian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Russian)
* New translations updating-b9s.txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Simplified)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Simplified)
* New translations restoring-updating-cfw.txt (Chinese Simplified)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Traditional)
* New translations updating-b9s.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Traditional)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Traditional)
* New translations restoring-updating-cfw.txt (Chinese Traditional)
* New translations installing-boot9strap-(kartdlphax).txt (Chinese Traditional)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Traditional)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(usm).txt (Turkish)
* New translations installing-boot9strap-(pichaxx).txt (Turkish)
* New translations restoring-updating-cfw.txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Turkish)
* New translations bannerbomb3-fredtool-(twn).txt (Turkish)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Ukrainian)
* New translations updating-b9s.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(usm).txt (Ukrainian)
* New translations installing-boot9strap-(pichaxx).txt (Ukrainian)
* New translations restoring-updating-cfw.txt (Ukrainian)
* New translations installing-boot9strap-(kartdlphax).txt (Ukrainian)
* New translations bannerbomb3-fredtool-(twn).txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Simplified)
* New translations updating-b9s.txt (Chinese Simplified)
* New translations updating-b9s.txt (Vietnamese)
* New translations bannerbomb3-fredtool-(twn).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations updating-b9s.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese, Brazilian)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Vietnamese)
* New translations restoring-updating-cfw.txt (Vietnamese)
* New translations installing-boot9strap-(pichaxx).txt (Vietnamese)
* New translations installing-boot9strap-(usm).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Thai)
* New translations restoring-updating-cfw.txt (Indonesian)
* New translations installing-boot9strap-(kartdlphax).txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(pichaxx).txt (Thai)
* New translations updating-b9s.txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Indonesian)
* New translations installing-boot9strap-(pichaxx).txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations restoring-updating-cfw.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(usm).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese, Brazilian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Indonesian)
* New translations updating-b9s.txt (Indonesian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations restoring-updating-cfw.txt (Thai)
* New translations installing-boot9strap-(kartdlphax).txt (Thai)
* New translations updating-b9s.txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Malay)
* New translations restoring-updating-cfw.txt (Malay)
* New translations installing-boot9strap-(kartdlphax).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Malay)
* New translations finalizing-setup.txt (Pirate English)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Pirate English)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Pirate English)
* New translations installing-boot9strap-(pichaxx).txt (Pirate English)
* New translations restoring-updating-cfw.txt (Pirate English)
* New translations installing-boot9strap-(kartdlphax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Thai)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Croatian)
* New translations updating-b9s.txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations installing-boot9strap-(usm).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Croatian)
* New translations restoring-updating-cfw.txt (Croatian)
* New translations installing-boot9strap-(kartdlphax).txt (Croatian)
* New translations bannerbomb3-fredtool-(twn).txt (Croatian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Malay)
* New translations updating-b9s.txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Dutch)
* New translations installing-boot9strap-(ntrboot).txt (Dutch)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
2022-06-07 13:45:17 +02:00
1. Slå av enheten
1. Sett inn SD-kortet i datamaskinen din
1. Verify that a `luma` folder exists and that `config.ini` is inside of it
+ The existence of these folders and files confirms that Luma3DS is installed
+ If you do not see the `luma` folder or `config.ini`, [follow this troubleshooting guide](https://github.com/zoogie/b9sTool/blob/master/TROUBLESHOOTING.md)
2019-02-10 22:32:33 +01:00
New Crowdin updates (#2034)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations installing-boot9strap-(usm).txt (Finnish)
* New translations installing-boot9strap-(pichaxx).txt (Finnish)
* New translations restoring-updating-cfw.txt (Finnish)
* New translations installing-boot9strap-(kartdlphax).txt (Finnish)
* New translations bannerbomb3-fredtool-(twn).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(usm).txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (Czech)
* New translations restoring-updating-cfw.txt (Czech)
* New translations installing-boot9strap-(kartdlphax).txt (Czech)
* New translations bannerbomb3-fredtool-(twn).txt (Czech)
* New translations finalizing-setup.txt (German)
* New translations installing-boot9strap-(safeb9sinstaller).txt (German)
* New translations updating-b9s.txt (German)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(usm).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (German)
* New translations restoring-updating-cfw.txt (German)
* New translations installing-boot9strap-(kartdlphax).txt (German)
* New translations bannerbomb3-fredtool-(twn).txt (German)
* New translations finalizing-setup.txt (Greek)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Greek)
* New translations updating-b9s.txt (Greek)
* New translations finalizing-setup.txt (Hebrew)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hebrew)
* New translations updating-b9s.txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations installing-boot9strap-(usm).txt (Italian)
* New translations installing-boot9strap-(pichaxx).txt (Italian)
* New translations restoring-updating-cfw.txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Italian)
* New translations finalizing-setup.txt (Japanese)
* New translations updating-b9s.txt (Japanese)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations installing-boot9strap-(usm).txt (Japanese)
* New translations bannerbomb3-fredtool-(twn).txt (Japanese)
* New translations finalizing-setup.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations updating-b9s.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Hungarian)
* New translations updating-b9s.txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations installing-boot9strap-(usm).txt (Hebrew)
* New translations installing-boot9strap-(pichaxx).txt (Hebrew)
* New translations restoring-updating-cfw.txt (Hebrew)
* New translations installing-boot9strap-(kartdlphax).txt (Hebrew)
* New translations bannerbomb3-fredtool-(twn).txt (Hebrew)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(kartdlphax).txt (Hungarian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hungarian)
* New translations updating-b9s.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations installing-boot9strap-(usm).txt (Hungarian)
* New translations installing-boot9strap-(pichaxx).txt (Hungarian)
* New translations restoring-updating-cfw.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations installing-boot9strap-(usm).txt (Norwegian)
* New translations installing-boot9strap-(pichaxx).txt (Norwegian)
* New translations restoring-updating-cfw.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Norwegian)
* New translations bannerbomb3-fredtool-(twn).txt (Norwegian)
* New translations finalizing-setup.txt (Polish)
* New translations updating-b9s.txt (Norwegian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Polish)
* New translations updating-b9s.txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations installing-boot9strap-(usm).txt (Polish)
* New translations installing-boot9strap-(pichaxx).txt (Polish)
* New translations restoring-updating-cfw.txt (Polish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations finalizing-setup.txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations restoring-updating-cfw.txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Russian)
* New translations finalizing-setup.txt (Swedish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Swedish)
* New translations updating-b9s.txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations installing-boot9strap-(usm).txt (Swedish)
* New translations restoring-updating-cfw.txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Swedish)
* New translations restoring-updating-cfw.txt (Swedish)
* New translations installing-boot9strap-(kartdlphax).txt (Swedish)
* New translations bannerbomb3-fredtool-(twn).txt (Swedish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Turkish)
* New translations updating-b9s.txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Russian)
* New translations restoring-updating-cfw.txt (Portuguese)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese)
* New translations updating-b9s.txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Portuguese)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Russian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Russian)
* New translations updating-b9s.txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Simplified)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Simplified)
* New translations restoring-updating-cfw.txt (Chinese Simplified)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Traditional)
* New translations updating-b9s.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Traditional)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Traditional)
* New translations restoring-updating-cfw.txt (Chinese Traditional)
* New translations installing-boot9strap-(kartdlphax).txt (Chinese Traditional)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Traditional)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(usm).txt (Turkish)
* New translations installing-boot9strap-(pichaxx).txt (Turkish)
* New translations restoring-updating-cfw.txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Turkish)
* New translations bannerbomb3-fredtool-(twn).txt (Turkish)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Ukrainian)
* New translations updating-b9s.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(usm).txt (Ukrainian)
* New translations installing-boot9strap-(pichaxx).txt (Ukrainian)
* New translations restoring-updating-cfw.txt (Ukrainian)
* New translations installing-boot9strap-(kartdlphax).txt (Ukrainian)
* New translations bannerbomb3-fredtool-(twn).txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Simplified)
* New translations updating-b9s.txt (Chinese Simplified)
* New translations updating-b9s.txt (Vietnamese)
* New translations bannerbomb3-fredtool-(twn).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations updating-b9s.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese, Brazilian)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Vietnamese)
* New translations restoring-updating-cfw.txt (Vietnamese)
* New translations installing-boot9strap-(pichaxx).txt (Vietnamese)
* New translations installing-boot9strap-(usm).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Thai)
* New translations restoring-updating-cfw.txt (Indonesian)
* New translations installing-boot9strap-(kartdlphax).txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(pichaxx).txt (Thai)
* New translations updating-b9s.txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Indonesian)
* New translations installing-boot9strap-(pichaxx).txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations restoring-updating-cfw.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(usm).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese, Brazilian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Indonesian)
* New translations updating-b9s.txt (Indonesian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations restoring-updating-cfw.txt (Thai)
* New translations installing-boot9strap-(kartdlphax).txt (Thai)
* New translations updating-b9s.txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Malay)
* New translations restoring-updating-cfw.txt (Malay)
* New translations installing-boot9strap-(kartdlphax).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Malay)
* New translations finalizing-setup.txt (Pirate English)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Pirate English)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Pirate English)
* New translations installing-boot9strap-(pichaxx).txt (Pirate English)
* New translations restoring-updating-cfw.txt (Pirate English)
* New translations installing-boot9strap-(kartdlphax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Thai)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Croatian)
* New translations updating-b9s.txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations installing-boot9strap-(usm).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Croatian)
* New translations restoring-updating-cfw.txt (Croatian)
* New translations installing-boot9strap-(kartdlphax).txt (Croatian)
* New translations bannerbomb3-fredtool-(twn).txt (Croatian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Malay)
* New translations updating-b9s.txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Dutch)
* New translations installing-boot9strap-(ntrboot).txt (Dutch)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
2022-06-07 13:45:17 +02:00
At this point, your console will boot to Luma3DS by default.
2022-02-11 20:07:46 +01:00
+ Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.
New Crowdin updates (#2034)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations installing-boot9strap-(usm).txt (Finnish)
* New translations installing-boot9strap-(pichaxx).txt (Finnish)
* New translations restoring-updating-cfw.txt (Finnish)
* New translations installing-boot9strap-(kartdlphax).txt (Finnish)
* New translations bannerbomb3-fredtool-(twn).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(usm).txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (Czech)
* New translations restoring-updating-cfw.txt (Czech)
* New translations installing-boot9strap-(kartdlphax).txt (Czech)
* New translations bannerbomb3-fredtool-(twn).txt (Czech)
* New translations finalizing-setup.txt (German)
* New translations installing-boot9strap-(safeb9sinstaller).txt (German)
* New translations updating-b9s.txt (German)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(usm).txt (German)
* New translations installing-boot9strap-(pichaxx).txt (German)
* New translations restoring-updating-cfw.txt (German)
* New translations installing-boot9strap-(kartdlphax).txt (German)
* New translations bannerbomb3-fredtool-(twn).txt (German)
* New translations finalizing-setup.txt (Greek)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Greek)
* New translations updating-b9s.txt (Greek)
* New translations finalizing-setup.txt (Hebrew)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hebrew)
* New translations updating-b9s.txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations installing-boot9strap-(usm).txt (Italian)
* New translations installing-boot9strap-(pichaxx).txt (Italian)
* New translations restoring-updating-cfw.txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Italian)
* New translations finalizing-setup.txt (Japanese)
* New translations updating-b9s.txt (Japanese)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations installing-boot9strap-(usm).txt (Japanese)
* New translations bannerbomb3-fredtool-(twn).txt (Japanese)
* New translations finalizing-setup.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations updating-b9s.txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Italian)
* New translations bannerbomb3-fredtool-(twn).txt (Hungarian)
* New translations updating-b9s.txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations installing-boot9strap-(usm).txt (Hebrew)
* New translations installing-boot9strap-(pichaxx).txt (Hebrew)
* New translations restoring-updating-cfw.txt (Hebrew)
* New translations installing-boot9strap-(kartdlphax).txt (Hebrew)
* New translations bannerbomb3-fredtool-(twn).txt (Hebrew)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(kartdlphax).txt (Hungarian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Hungarian)
* New translations updating-b9s.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations installing-boot9strap-(usm).txt (Hungarian)
* New translations installing-boot9strap-(pichaxx).txt (Hungarian)
* New translations restoring-updating-cfw.txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations installing-boot9strap-(usm).txt (Norwegian)
* New translations installing-boot9strap-(pichaxx).txt (Norwegian)
* New translations restoring-updating-cfw.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Norwegian)
* New translations bannerbomb3-fredtool-(twn).txt (Norwegian)
* New translations finalizing-setup.txt (Polish)
* New translations updating-b9s.txt (Norwegian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Polish)
* New translations updating-b9s.txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations installing-boot9strap-(usm).txt (Polish)
* New translations installing-boot9strap-(pichaxx).txt (Polish)
* New translations restoring-updating-cfw.txt (Polish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Norwegian)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations finalizing-setup.txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations restoring-updating-cfw.txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Polish)
* New translations bannerbomb3-fredtool-(twn).txt (Russian)
* New translations finalizing-setup.txt (Swedish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Swedish)
* New translations updating-b9s.txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations installing-boot9strap-(usm).txt (Swedish)
* New translations restoring-updating-cfw.txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Swedish)
* New translations restoring-updating-cfw.txt (Swedish)
* New translations installing-boot9strap-(kartdlphax).txt (Swedish)
* New translations bannerbomb3-fredtool-(twn).txt (Swedish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Turkish)
* New translations updating-b9s.txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Russian)
* New translations installing-boot9strap-(pichaxx).txt (Russian)
* New translations restoring-updating-cfw.txt (Portuguese)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese)
* New translations updating-b9s.txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Portuguese)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese)
* New translations installing-boot9strap-(usm).txt (Russian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Russian)
* New translations updating-b9s.txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Simplified)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Simplified)
* New translations restoring-updating-cfw.txt (Chinese Simplified)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Traditional)
* New translations updating-b9s.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations installing-boot9strap-(usm).txt (Chinese Traditional)
* New translations installing-boot9strap-(pichaxx).txt (Chinese Traditional)
* New translations restoring-updating-cfw.txt (Chinese Traditional)
* New translations installing-boot9strap-(kartdlphax).txt (Chinese Traditional)
* New translations bannerbomb3-fredtool-(twn).txt (Chinese Traditional)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(usm).txt (Turkish)
* New translations installing-boot9strap-(pichaxx).txt (Turkish)
* New translations restoring-updating-cfw.txt (Turkish)
* New translations installing-boot9strap-(kartdlphax).txt (Turkish)
* New translations bannerbomb3-fredtool-(twn).txt (Turkish)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Ukrainian)
* New translations updating-b9s.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(usm).txt (Ukrainian)
* New translations installing-boot9strap-(pichaxx).txt (Ukrainian)
* New translations restoring-updating-cfw.txt (Ukrainian)
* New translations installing-boot9strap-(kartdlphax).txt (Ukrainian)
* New translations bannerbomb3-fredtool-(twn).txt (Ukrainian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Chinese Simplified)
* New translations updating-b9s.txt (Chinese Simplified)
* New translations updating-b9s.txt (Vietnamese)
* New translations bannerbomb3-fredtool-(twn).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations updating-b9s.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Portuguese, Brazilian)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Vietnamese)
* New translations restoring-updating-cfw.txt (Vietnamese)
* New translations installing-boot9strap-(pichaxx).txt (Vietnamese)
* New translations installing-boot9strap-(usm).txt (Vietnamese)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Thai)
* New translations restoring-updating-cfw.txt (Indonesian)
* New translations installing-boot9strap-(kartdlphax).txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(pichaxx).txt (Thai)
* New translations updating-b9s.txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Thai)
* New translations installing-boot9strap-(usm).txt (Indonesian)
* New translations installing-boot9strap-(pichaxx).txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations restoring-updating-cfw.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(usm).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(pichaxx).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(kartdlphax).txt (Portuguese, Brazilian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Indonesian)
* New translations updating-b9s.txt (Indonesian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations restoring-updating-cfw.txt (Thai)
* New translations installing-boot9strap-(kartdlphax).txt (Thai)
* New translations updating-b9s.txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Malay)
* New translations restoring-updating-cfw.txt (Malay)
* New translations installing-boot9strap-(kartdlphax).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Malay)
* New translations finalizing-setup.txt (Pirate English)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Pirate English)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(usm).txt (Pirate English)
* New translations installing-boot9strap-(pichaxx).txt (Pirate English)
* New translations restoring-updating-cfw.txt (Pirate English)
* New translations installing-boot9strap-(kartdlphax).txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Thai)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Croatian)
* New translations updating-b9s.txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations installing-boot9strap-(usm).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(pichaxx).txt (Croatian)
* New translations restoring-updating-cfw.txt (Croatian)
* New translations installing-boot9strap-(kartdlphax).txt (Croatian)
* New translations bannerbomb3-fredtool-(twn).txt (Croatian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Malay)
* New translations updating-b9s.txt (Malay)
* New translations bannerbomb3-fredtool-(twn).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Dutch)
* New translations installing-boot9strap-(ntrboot).txt (Dutch)
* New translations finalizing-setup.txt (Dutch)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Dutch)
* New translations updating-b9s.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations installing-boot9strap-(usm).txt (Dutch)
* New translations installing-boot9strap-(pichaxx).txt (Dutch)
* New translations installing-boot9strap-(kartdlphax).txt (Dutch)
* New translations bannerbomb3-fredtool-(twn).txt (Dutch)
2022-06-07 13:45:17 +02:00
+ On the next page, you will install useful homebrew applications to complete your setup.
2021-09-05 01:58:24 +02:00
#### Section VI - Restoring DS Connection Settings
2019-02-11 05:25:49 +01:00
2022-10-02 23:57:17 +02:00
In this section, you will restore DS Connection Settings to the way it was before it was temporarily replaced with Flipnote Studio in Section III.
1. Navigate to `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `Nintendo DSiWare` on your SD card
1. Copy the `42383841.bin` file from the `clean` folder of the downloaded DSiWare archive (output_(name).zip) to the `Nintendo DSiWare` folder, replacing the existing one
2019-02-11 05:25:49 +01:00
1. Sett inn SD-kortet i konsollen igjen
1. Power on your device
1. Launch System Settings on your device
2022-10-02 23:57:17 +02:00
1. Navigate to `Data Management` -> `DSiWare`-> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png))
1. Select the "Nintendo DSi™" title
2019-02-11 05:25:49 +01:00
1. Select "Copy", then select "OK"
2019-02-10 22:32:33 +01:00
___
### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}