2021-11-18 21:28:35 +01:00
---
2022-02-03 23:15:01 +01:00
title: "安裝 boot9strap (透過 kartdlphax)"
2021-11-18 21:28:35 +01:00
---
{% include toc title="條目內容" %}
### 必讀事項
2022-08-30 17:17:19 +02:00
The instructions on this page do not currently work on the latest firmware (11.16.0). If you were directly linked to this page, [return to Get Started](get-started) or join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask, in English, for help.
{: .notice--warning}
2022-02-07 21:24:06 +01:00
kartdlphax 是瑪莉歐賽車 7 中下載通信模式中的一個漏洞。 它可以與 universal-otherapp 一起使用,在主機上安裝自製韌體。
2021-11-18 21:28:35 +01:00
2022-02-07 21:24:06 +01:00
如果你想通過此方法安裝自製韌體,則你需要:
2021-11-18 21:28:35 +01:00
- A second 3DS with custom firmware (the **source 3DS**) that is the same region as the 3DS you are trying to modify (the **target 3DS**)
2022-02-07 21:24:06 +01:00
- 一份與兩台主機同區的馬利歐賽車 7 (實體或數位版皆可)
- 兩張 SD 卡
2021-11-18 21:28:35 +01:00
### 必備項目
On the **source 3DS** (the 3DS with custom firmware):
2022-06-11 23:38:36 +02:00
* The latest release of [kartdlphax](https://github.com/mariohackandglitch/kartdlphax/releases/latest) (`plugin.3gx`)
* The latest release of [Luma3DS 3GX Loader Edition](https://github.com/Nanquitas/Luma3DS/releases/latest) (`boot.firm`)
2021-11-18 21:28:35 +01:00
On the **target 3DS** (the 3DS that you are trying to modify):
2022-06-11 23:38:36 +02:00
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
* The latest release of [standard Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
2021-11-18 21:28:35 +01:00
2022-04-25 05:20:00 +02:00
#### 第一步 – 準備工作(目標 3DS)
2021-11-18 21:28:35 +01:00
1. Insert the SD card of your **source 3DS** in your computer
2022-02-23 10:53:00 +01:00
1. Copy Luma 3GX Loader Edition's `boot.firm` to the root of the **source 3DS**'s SD card, replacing any existing file
2022-01-20 21:20:59 +01:00
+ 「SD 卡的根目錄」指的是你的 SD 卡含有 Nintendo 3DS 資料夾的目錄,而非該資料夾內部
2021-11-18 21:28:35 +01:00
1. Copy kartdlphax's `plugin.3gx` to the following directory on the **source 3DS**'s SD card, depending on the **region of your copy of Mario Kart 7**:
2022-01-26 07:45:48 +01:00
- 美版: `luma/plugins/0004000000030800`
2022-02-03 23:15:01 +01:00
- 歐版: `luma/plugins/0004000000030700`
2022-01-26 07:45:48 +01:00
- 日版: `luma/plugins/0004000000030600`
2021-11-18 21:28:35 +01:00
- Create the `plugins` and `00040000...` folders if they do not already exist
1. Eject the SD card and put it in the **source 3DS**
2022-04-25 05:20:00 +02:00
#### 第二步 – 準備工作(目標 3DS)
2021-11-18 21:28:35 +01:00
1. Insert the SD card of your **target 3DS** in your computer
2022-02-03 23:15:01 +01:00
1. 解壓 Luma3DS `.zip` 內的 `boot.firm` 及 `boot.3dsx` 到 SD 卡的根目錄底下
2021-11-18 21:28:35 +01:00
1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap`
1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中
1. 將 SafeB9SInstaller `.zip` 中的 `SafeB9SInstaller.bin` 複製到 SD 卡的根目錄
1. Eject the SD card and put it in the **target 3DS**
2022-02-03 23:15:01 +01:00
#### 第三節 — kartdlphax
2021-11-18 21:28:35 +01:00
1. Power on the **source 3DS**
- If you are prompted to set up Luma3DS, just press START to save the configuration
2022-02-11 20:07:46 +01:00
1. Once in the HOME Menu, press (Left Shoulder) + (Down D-Pad) + (Select) to bring up the Rosalina menu
2022-02-07 21:24:06 +01:00
1. 選擇『Enable plugin loader』
2021-11-18 21:28:35 +01:00
1. 按『B』退出 Rosalina 選單
2022-02-07 21:24:06 +01:00
1. 開啟瑪莉歐賽車 7
2022-02-03 23:15:01 +01:00
- 請確保您已經開啟了無線連接
2021-11-18 21:28:35 +01:00
- kartdlphax should tell you that it is running
1. Navigate to `Local Multiplayer` -> `Create Group`
2022-02-19 15:47:45 +01:00
- If the source 3DS freezes at this point and you are using a cartridge, try [installing the cartridge to the system](dumping-titles-and-game-cartridges#installing-a-game-cartridge-directly-to-the-system)
2022-01-26 07:45:48 +01:00
1. 將 **3DS 目標機** 開機
2022-02-03 23:15:01 +01:00
- 請確保您已經開啟了無線連接
2021-11-18 21:28:35 +01:00
1. On the **target 3DS**, open the Download Play application (![]({{ "/images/download-play-icon.png" | absolute_url }}){: height="24px" width="24px"}), then select "Nintendo 3DS"
1. Join the group created by the **source 3DS**
1. Select "Start" on the **source 3DS** once it has detected the **target 3DS**
2022-02-23 10:53:00 +01:00
1. Once multiplayer has loaded, navigate to `Grand Prix` -> `50cc` -> (any driver) -> `Mushroom Cup` -> `OK`
2021-11-18 21:28:35 +01:00
1. Wait a while (a percentage should be displayed on the **source 3DS**)
1. If the exploit was successful, the **target 3DS** will have booted into SafeB9SInstaller
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 IV - Installing boot9strap
2021-11-18 21:28:35 +01:00
1. 出現提示時,輸入上方螢幕所顯示的按鍵組合以安裝 boot9strap
2022-02-19 15:47:45 +01:00
1. 過程結束後, 按下『A』重啟主機
2022-03-25 23:13:45 +01:00
1. 您的 3DS 目標機將會重啟至 Luma3DS 設定選單中
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 target 3DS 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
1. 按『Start』鍵以存檔並重新啟動系統
2021-11-18 21:28:35 +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-19 15:47:45 +01:00
+ Luma3DS 不會特別在 HOME 主選單中新增任何特別的東西。 如果你的主機已經啟動到了 HOME 主選單,這代表自製韌體已經在運行了。
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-11-18 21:28:35 +01:00
+ You will **not** need to use your **source 3DS** to complete any further steps on this guide.
___
### 繼續至[完成安裝](finalizing-setup)
{: .notice--primary}