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
---
2021-09-05 01:58:24 +02:00
{% include toc title="목차" %}
2019-02-10 22:32:33 +01:00
2022-10-02 23:57:17 +02:00
<details>
<summary><em>Technical Details (optional)</em></summary>
2022-10-12 19:14:03 +02:00
<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.</p>
2022-10-02 23:57:17 +02:00
<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
2021-09-05 01:58:24 +02:00
### 준비물
2019-02-10 22:32:33 +01:00
2021-10-07 00:10:34 +02:00
* [Seedminer](seedminer)에서 받은 `movable.sed` 파일
2022-06-11 23:38:36 +02:00
* 최신 버전의 [Frogminer_save](https://github.com/zoogie/Frogminer/releases/latest`) (`Frogminer_save.zip`)
* 최신 버전의 [b9sTool](https://github.com/zoogie/b9sTool/releases/latest`) (`boot.nds`)
* 최신 버전의 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (`.zip` 파일)
2019-02-10 22:32:33 +01:00
2021-10-07 00:10:34 +02:00
#### 섹션 I - CFW 확인
2019-02-10 22:32:33 +01:00
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-13 17:47:21 +02:00
1. 기기를 종료해 주세요
1. (Select) 버튼을 길게 눌러 주세요
2021-10-07 00:10:34 +02:00
1. (Select) 버튼을 계속 눌러 있는 상태에서 기기의 전원을 켜 주세요
2022-02-23 10:53:00 +01:00
1. 만약 HOME 메뉴가 켜지면, 이 확인은 성공적이고, 가이드를 진행하면 됩니다
2022-10-12 19:14:03 +02:00
1. 기기를 종료해 주세요
2021-09-05 01:58:24 +02:00
2022-10-12 19:14:03 +02:00
If you see a configuration menu or the console immediately powers off, you already have CFW, and continuing with these instructions may BRICK your device! 이미 존재하는 CFW를 업데이트 할 수 있도록 [CFW 확인](checking-for-cfw)를 진행해 주세요.
2021-09-05 01:58:24 +02:00
{: .notice--danger}
2022-10-12 19:14:03 +02:00
#### 섹션 II - BannerBomb3
In this section, you will trigger the BannerBomb3 exploit using the DSiWare Management menu and copy the resulting file dump to your computer so that you can use it on the next section.
2021-09-05 01:58:24 +02:00
2022-10-12 19:14:03 +02:00
1. SD 카드를 기기에 다시 삽입해 주세요
1. 기기를 시작해 주세요
1. 기기에서 본체 설정을 열어 주세요
1. Navigate to `Data Management` -> `DSiWare`-> `SD Card` ([image](/images/screenshots/bb3/dsiware-management.png))
+ Your device should show the BB3 multihax menu
+ If this step causes your device to crash, [follow this troubleshooting guide](troubleshooting#dsiware-management-menu-crashes-without-showing-bb3-multihax-menu-fredtool)
1. Use the D-Pad to navigate and press the (A) button to select "Dump DSiWare"
+ 기기가 자동으로 종료될 겁니다
#### Section III - Prep Work
2021-09-05 01:58:24 +02: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.
2021-10-07 00:10:34 +02:00
2022-10-12 19:14:03 +02:00
1. SD 카드를 컴퓨터에 삽입해 주세요
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. "Username"에 영어/숫자를 사용한 이름을 아무거나 입력해 주세요 (스페이스나 특수 문자는 사용 불가)
2022-10-12 19:14:03 +02:00
1. Under the "DSiBin" field, upload your `42383841.bin` file from the root of your SD card using the first "Browse..." option
2022-10-01 12:48:02 +02:00
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
2021-10-07 00:10:34 +02:00
1. SD 카드의 `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `Nintendo DSiWare` 폴더로 이동해 주세요
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-13 17:50:41 +02:00
1. Delete `F00D43D5.bin` from your Nintendo DSiWare folder
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. Luma3DS `.zip`안에 있는 `boot.firm`과 `boot.3dsx`를 SD 카드의 루트에 복사해 주세요
+ SD 카드의 루트는 SD 카드를 열 때 보이는 디렉토리이고, Nintendo 3DS 폴더가 보이지만 그 안에 않 들어가 있는 상태의 폴더 입니다
1. 'boot.nds' (B9STool) 파일을 SD 카드의 루트에 복사해 주세요
1. SD 카드의 루트로 Frogminer_save `.zip`안에 압축이 되있는 `private` 폴더를 복사해 주세요
![]({{ "/images/screenshots/fredtool-root-layout.png" | absolute_url }})
{: .notice--info}
2022-10-12 19:14:03 +02:00
#### Section IV - Overwriting DS Connection Settings
2022-10-02 23:57:17 +02:00
In this section, you will copy the hacked DS Connection Settings DSiWare to internal memory, which will temporarily replace it with Flipnote Studio.
2021-10-07 00:10:34 +02:00
1. 기기를 시작해 주세요
1. 기기에서 본체 설정을 열어 주세요
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
New Crowdin updates (#1960)
* New translations installing-boot9strap-(ntrboot).txt (Swedish)
* New translations installing-boot9strap-(ntrboot).txt (Russian)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(hardmod).txt (Portuguese)
* New translations installing-boot9strap-(ntrboot).txt (Portuguese)
* New translations ctrtransfer.txt (Russian)
* New translations region-changing.txt (Russian)
* New translations troubleshooting.txt (Russian)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(hardmod).txt (Russian)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(hardmod).txt (Ukrainian)
* New translations installing-boot9strap-(ntrboot).txt (Ukrainian)
* New translations ctrtransfer.txt (Chinese Simplified)
* New translations region-changing.txt (Chinese Simplified)
* New translations troubleshooting.txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Simplified)
* New translations installing-boot9strap-(hardmod).txt (Chinese Simplified)
* New translations troubleshooting.txt (Ukrainian)
* New translations ctrtransfer.txt (Turkish)
* New translations region-changing.txt (Turkish)
* New translations troubleshooting.txt (Turkish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(hardmod).txt (Turkish)
* New translations installing-boot9strap-(ntrboot).txt (Turkish)
* New translations region-changing.txt (Ukrainian)
* New translations ctrtransfer.txt (Ukrainian)
* New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified)
* New translations region-changing.txt (Vietnamese)
* New translations troubleshooting.txt (Vietnamese)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(hardmod).txt (Vietnamese)
* New translations installing-boot9strap-(ntrboot).txt (Vietnamese)
* New translations ctrtransfer.txt (Vietnamese)
* New translations ctrtransfer.txt (Portuguese, Brazilian)
* New translations troubleshooting.txt (Chinese Traditional)
* New translations ctrtransfer.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(hardmod).txt (Chinese Traditional)
* New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations troubleshooting.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Thai)
* New translations ctrtransfer.txt (Thai)
* New translations troubleshooting.txt (Thai)
* New translations installing-boot9strap-(ntrboot).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(hardmod).txt (Thai)
* New translations installing-boot9strap-(ntrboot).txt (Thai)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(hardmod).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian)
* New translations ctrtransfer.txt (Indonesian)
* New translations region-changing.txt (Indonesian)
* New translations troubleshooting.txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations installing-boot9strap-(hardmod).txt (Indonesian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(hardmod).txt (Malay)
* New translations installing-boot9strap-(ntrboot).txt (Malay)
* New translations troubleshooting.txt (Malay)
* New translations ctrtransfer.txt (Pirate English)
* New translations region-changing.txt (Pirate English)
* New translations troubleshooting.txt (Pirate English)
* New translations finalizing-setup.txt (Pirate English)
* New translations region-changing.txt (Malay)
* New translations ctrtransfer.txt (Croatian)
* New translations region-changing.txt (Croatian)
* New translations troubleshooting.txt (Croatian)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(hardmod).txt (Croatian)
* New translations installing-boot9strap-(ntrboot).txt (Croatian)
* New translations ctrtransfer.txt (Malay)
* New translations installing-boot9strap-(hardmod).txt (Pirate English)
* New translations contribute.txt (Arabic)
* New translations contribute.txt (Bulgarian)
* New translations contribute.txt (Catalan)
* New translations contribute.txt (Czech)
* New translations contribute.txt (German)
* New translations installing-boot9strap-(ntrboot).txt (Pirate English)
* New translations contribute.txt (Japanese)
* New translations contribute.txt (Korean)
* New translations contribute.txt (Romanian)
* New translations contribute.txt (French)
* New translations contribute.txt (Norwegian)
* New translations contribute.txt (Polish)
* New translations contribute.txt (Portuguese)
* New translations contribute.txt (Greek)
* New translations contribute.txt (Finnish)
* New translations contribute.txt (Hebrew)
* New translations contribute.txt (Hungarian)
* New translations contribute.txt (Italian)
* New translations contribute.txt (Chinese Traditional)
* New translations contribute.txt (Vietnamese)
* New translations contribute.txt (Portuguese, Brazilian)
* New translations contribute.txt (Indonesian)
* New translations contribute.txt (Thai)
* New translations contribute.txt (Russian)
* New translations contribute.txt (Swedish)
* New translations contribute.txt (Turkish)
* New translations contribute.txt (Ukrainian)
* New translations contribute.txt (Chinese Simplified)
* New translations contribute.txt (Croatian)
* New translations contribute.txt (Malay)
* New translations contribute.txt (Pirate English)
* New translations region-changing.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Spanish)
* New translations seedminer.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Romanian)
* New translations installing-boot9strap-(soundhax).txt (French)
* New translations bannerbomb3.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations bannerbomb3.txt (Dutch)
* New translations region-changing.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Arabic)
* New translations installing-boot9strap-(soundhax).txt (Bulgarian)
* New translations installing-boot9strap-(soundhax).txt (Catalan)
* New translations installing-boot9strap-(soundhax).txt (Czech)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Japanese)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations seedminer.txt (Romanian)
* New translations bannerbomb3.txt (Romanian)
* New translations region-changing.txt (Romanian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations bannerbomb3.txt (French)
* New translations seedminer.txt (French)
* New translations region-changing.txt (French)
* New translations region-changing.txt (Arabic)
* New translations seedminer.txt (Bulgarian)
* New translations bannerbomb3.txt (Bulgarian)
* New translations seedminer.txt (Arabic)
* New translations bannerbomb3.txt (Arabic)
* New translations region-changing.txt (Bulgarian)
* New translations region-changing.txt (Czech)
* New translations seedminer.txt (Czech)
* New translations bannerbomb3.txt (Czech)
* New translations region-changing.txt (Catalan)
* New translations seedminer.txt (Catalan)
* New translations bannerbomb3.txt (Catalan)
* New translations seedminer.txt (German)
* New translations bannerbomb3.txt (German)
* New translations region-changing.txt (Greek)
* New translations region-changing.txt (German)
* New translations seedminer.txt (Finnish)
* New translations bannerbomb3.txt (Finnish)
* New translations region-changing.txt (Finnish)
* New translations seedminer.txt (Greek)
* New translations bannerbomb3.txt (Greek)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Hebrew)
* New translations seedminer.txt (Hebrew)
* New translations bannerbomb3.txt (Hebrew)
* New translations seedminer.txt (Italian)
* New translations bannerbomb3.txt (Italian)
* New translations region-changing.txt (Japanese)
* New translations seedminer.txt (Hungarian)
* New translations bannerbomb3.txt (Hungarian)
* New translations region-changing.txt (Italian)
* New translations region-changing.txt (Korean)
* New translations seedminer.txt (Korean)
* New translations bannerbomb3.txt (Korean)
* New translations seedminer.txt (Japanese)
* New translations bannerbomb3.txt (Japanese)
* New translations bannerbomb3.txt (Norwegian)
* New translations region-changing.txt (Polish)
* New translations seedminer.txt (Norwegian)
* New translations region-changing.txt (Norwegian)
* New translations seedminer.txt (Dutch)
* New translations seedminer.txt (Portuguese)
* New translations bannerbomb3.txt (Portuguese)
* New translations seedminer.txt (Polish)
* New translations bannerbomb3.txt (Polish)
* New translations region-changing.txt (Portuguese)
* New translations region-changing.txt (Swedish)
* New translations region-changing.txt (Russian)
* New translations seedminer.txt (Russian)
* New translations bannerbomb3.txt (Russian)
* New translations seedminer.txt (Turkish)
* New translations bannerbomb3.txt (Turkish)
* New translations region-changing.txt (Ukrainian)
* New translations seedminer.txt (Swedish)
* New translations bannerbomb3.txt (Swedish)
* New translations region-changing.txt (Turkish)
* New translations region-changing.txt (Chinese Simplified)
* New translations seedminer.txt (Chinese Simplified)
* New translations bannerbomb3.txt (Chinese Simplified)
* New translations seedminer.txt (Ukrainian)
* New translations bannerbomb3.txt (Ukrainian)
* New translations region-changing.txt (Vietnamese)
* New translations bannerbomb3.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations seedminer.txt (Chinese Traditional)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations seedminer.txt (Vietnamese)
* New translations bannerbomb3.txt (Vietnamese)
* New translations bannerbomb3.txt (Portuguese, Brazilian)
* New translations seedminer.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Thai)
* New translations seedminer.txt (Thai)
* New translations region-changing.txt (Indonesian)
* New translations seedminer.txt (Indonesian)
* New translations bannerbomb3.txt (Indonesian)
* New translations bannerbomb3.txt (Thai)
* New translations seedminer.txt (Croatian)
* New translations bannerbomb3.txt (Croatian)
* New translations region-changing.txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations region-changing.txt (Pirate English)
* New translations seedminer.txt (Pirate English)
* New translations bannerbomb3.txt (Pirate English)
* New translations seedminer.txt (Malay)
* New translations bannerbomb3.txt (Malay)
* New translations a9lh-to-b9s.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations seedminer.txt (Hungarian)
* New translations a9lh-to-b9s.txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations contribute.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations installing-boot9strap-(ntrboot).txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(ntrboot).txt (Hungarian)
2022-01-22 20:04:10 +01:00
1. "Copy"를 선택한 후 "OK"를 선택해 주세요
2021-11-05 22:33:29 +01:00
1. 본체 설정의 메인 메뉴로 돌아가 주세요
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))
2021-10-07 00:10:34 +02:00
1. 만약 익스플로잇이 성공적이었다면, 기기는 JPN 버전의 Flipnote Studio를 실행할 겁니다
2019-02-10 22:32:33 +01:00
2022-10-12 19:14:03 +02:00
#### 섹션 V - Flipnote 익스플로잇
2019-02-10 22:32:33 +01:00
2022-01-26 07:45:48 +01:00
만약 이 섹션의 비주얼 가이드를 선호한다면, [여기서] (https://zoogie.github.io/web/flipnote_directions/) 그 중 하나를 보실 수가 있습니다.
2019-02-10 22:32:33 +01:00
{: .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.
2022-03-25 23:13:45 +01:00
1. 메인 메뉴로 갈 때까지의 초기 설정을 완료하세요
+ 만약 설정 중 선택이 표시될 시는 왼쪽을 선택해 주세요
1. 터치 스크린을 사용해서, 오른쪽의 큰 버튼을 선택하고, 그 후 SD 카드 아이콘이 붙은 버튼을 선택해 주세요
1. 메뉴가 로드되면, 얼굴 아이콘을 선택하고, 오른쪽 아래 버튼을 눌러서 진행해 주세요
1. 위 화면에 나오는 것에 따라, (X)나 십자 패드의 (위)를 눌러 주세요
1. 아래 화면의 상단 두 번째에 있는, 필름 아이콘을 선택해 주세요
1. "3/3"이 선택될 때까지 오른쪽으로 스크롤해 주세요
1. "A"가 들어가 있는 세 번째 버튼을 눌러 주세요
1. "1/3"이 선택될 때까지 왼쪽으로 스크롤해 주세요
1. "A"가 들어가 있는 네 번째 버튼을 눌러 주세요
1. 익스플로잇이 성공적이었다면 b9sTool을 실행했을 것입니다
2022-03-26 02:12:59 +01:00
1. 십자 패드를 사용해서, "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
2022-03-31 23:51:06 +02:00
1. (A) 버튼을 누른 후, START와 SELECT를 동시에 눌러 작업을 실행해 주세요
1. 완료되고 아래 화면에 "done."이라고 표시되면, b9sTool를 종료하고 기기의 전원을 꺼 주세요
2022-01-20 21:20:59 +01:00
+ 전원버튼을 계속 눌러 강제종료를 해야 할 수도 있습니다
2022-06-11 23:38:36 +02:00
+ 만약 기기가 부팅시에 꺼진다면 Luma3DS `.zip` 파일 안에 압축 되있는 `boot.firm`을 SD카드의 루트로 복사 했는지 확인하세요
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 you see the Luma Configuration screen, press (Start) to reboot, then continue with the guide
2019-02-10 22:32:33 +01:00
2022-10-12 19:14:03 +02:00
#### Section VI - 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. 기기를 종료해 주세요
1. SD 카드를 컴퓨터에 삽입해 주세요
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
2022-06-11 23:38:36 +02:00
+ 만약 `luma` 폴더 또는 `config.ini`가 안 보이면, [이 문제 해결 가이드 (영어)](https://github.com/zoogie/b9sTool/blob/master/TROUBLESHOOTING.md)를 참고해 주시기 바랍니다
2021-09-05 01:58:24 +02:00
New Crowdin updates (#2072)
* New translations home.txt (Romanian)
* New translations region-changing.txt (Romanian)
* New translations installing-boot9strap-(fredtool).txt (Romanian)
* New translations faq.txt (Romanian)
* New translations faq.txt (French)
* New translations region-changing.txt (French)
* New translations installing-boot9strap-(fredtool).txt (French)
* New translations home.txt (French)
* New translations region-changing.txt (Korean)
* New translations faq.txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations faq.txt (Bulgarian)
* New translations home.txt (Bulgarian)
* New translations region-changing.txt (Bulgarian)
* New translations installing-boot9strap-(fredtool).txt (Bulgarian)
* New translations faq.txt (Catalan)
* New translations home.txt (Catalan)
* New translations region-changing.txt (Catalan)
* New translations faq.txt (Spanish)
* New translations home.txt (Spanish)
* New translations region-changing.txt (Spanish)
* New translations installing-boot9strap-(fredtool).txt (Spanish)
* New translations faq.txt (Arabic)
* New translations home.txt (Arabic)
* New translations region-changing.txt (Arabic)
* New translations installing-boot9strap-(fredtool).txt (Arabic)
* New translations installing-boot9strap-(fredtool).txt (Catalan)
* New translations faq.txt (Greek)
* New translations home.txt (Greek)
* New translations region-changing.txt (Greek)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations faq.txt (Czech)
* New translations home.txt (Czech)
* New translations region-changing.txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (Czech)
* New translations faq.txt (German)
* New translations home.txt (German)
* New translations region-changing.txt (German)
* New translations faq.txt (Finnish)
* New translations home.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations faq.txt (Italian)
* New translations home.txt (Italian)
* New translations region-changing.txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations faq.txt (Hungarian)
* New translations home.txt (Finnish)
* New translations region-changing.txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations faq.txt (Hebrew)
* New translations home.txt (Hebrew)
* New translations region-changing.txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations faq.txt (Dutch)
* New translations home.txt (Dutch)
* New translations region-changing.txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations faq.txt (Norwegian)
* New translations home.txt (Norwegian)
* New translations region-changing.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations faq.txt (Japanese)
* New translations home.txt (Japanese)
* New translations region-changing.txt (Japanese)
* New translations seedminer.txt (Korean)
* New translations home.txt (Korean)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations region-changing.txt (Russian)
* New translations faq.txt (Russian)
* New translations home.txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations faq.txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations faq.txt (Polish)
* New translations home.txt (Polish)
* New translations region-changing.txt (Polish)
* New translations faq.txt (Portuguese)
* New translations home.txt (Portuguese)
* New translations region-changing.txt (Portuguese)
* New translations home.txt (Swedish)
* New translations home.txt (Ukrainian)
* New translations region-changing.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations faq.txt (Ukrainian)
* New translations faq.txt (Chinese Simplified)
* New translations home.txt (Chinese Simplified)
* New translations region-changing.txt (Chinese Simplified)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations region-changing.txt (Swedish)
* New translations faq.txt (Turkish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations home.txt (Turkish)
* New translations region-changing.txt (Turkish)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations region-changing.txt (Vietnamese)
* New translations faq.txt (Portuguese, Brazilian)
* New translations home.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations home.txt (Vietnamese)
* New translations faq.txt (Chinese Traditional)
* New translations home.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations faq.txt (Vietnamese)
* New translations home.txt (Indonesian)
* New translations faq.txt (Indonesian)
* New translations region-changing.txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations faq.txt (Malay)
* New translations home.txt (Croatian)
* New translations home.txt (Malay)
* New translations region-changing.txt (Malay)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations home.txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations faq.txt (Thai)
* New translations region-changing.txt (Thai)
* New translations faq.txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations region-changing.txt (Pirate English)
* New translations home.txt (Pirate English)
* New translations faq.txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations file-extensions-(windows).txt (French)
* New translations region-changing.txt (Korean)
* New translations region-changing.txt (Polish)
* New translations region-changing.txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations region-changing.txt (Thai)
* New translations region-changing.txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Vietnamese)
* New translations region-changing.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Simplified)
* New translations region-changing.txt (Ukrainian)
* New translations region-changing.txt (Turkish)
* New translations region-changing.txt (Swedish)
* New translations region-changing.txt (Russian)
* New translations region-changing.txt (Portuguese)
* New translations region-changing.txt (Norwegian)
* New translations region-changing.txt (Romanian)
* New translations region-changing.txt (Dutch)
* New translations region-changing.txt (Japanese)
* New translations region-changing.txt (Italian)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Hebrew)
* New translations region-changing.txt (Finnish)
* New translations region-changing.txt (Greek)
* New translations region-changing.txt (German)
* New translations region-changing.txt (Czech)
* New translations region-changing.txt (Catalan)
* New translations region-changing.txt (Bulgarian)
* New translations region-changing.txt (Arabic)
* New translations region-changing.txt (Spanish)
* New translations region-changing.txt (French)
* New translations region-changing.txt (Pirate English)
* New translations faq.txt (Portuguese, Brazilian)
* New translations get-started.txt (Portuguese, Brazilian)
* New translations home.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations seedminer.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 ctrtransfer.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Italian)
2022-08-31 23:25:25 +02:00
이제 기기는 Luma3DS를 기본으로 부팅 됩니다.
2022-02-23 10:53:00 +01:00
+ Luma3DS는 보통 HOME 메뉴와 똑같이 보입니다. 만약 기기가 HOME 메뉴로 부팅되었다면, 커스텀 펌웨어가 설치되어 있습니다.
New Crowdin updates (#2072)
* New translations home.txt (Romanian)
* New translations region-changing.txt (Romanian)
* New translations installing-boot9strap-(fredtool).txt (Romanian)
* New translations faq.txt (Romanian)
* New translations faq.txt (French)
* New translations region-changing.txt (French)
* New translations installing-boot9strap-(fredtool).txt (French)
* New translations home.txt (French)
* New translations region-changing.txt (Korean)
* New translations faq.txt (Korean)
* New translations bannerbomb3-fredtool-(twn).txt (Korean)
* New translations faq.txt (Bulgarian)
* New translations home.txt (Bulgarian)
* New translations region-changing.txt (Bulgarian)
* New translations installing-boot9strap-(fredtool).txt (Bulgarian)
* New translations faq.txt (Catalan)
* New translations home.txt (Catalan)
* New translations region-changing.txt (Catalan)
* New translations faq.txt (Spanish)
* New translations home.txt (Spanish)
* New translations region-changing.txt (Spanish)
* New translations installing-boot9strap-(fredtool).txt (Spanish)
* New translations faq.txt (Arabic)
* New translations home.txt (Arabic)
* New translations region-changing.txt (Arabic)
* New translations installing-boot9strap-(fredtool).txt (Arabic)
* New translations installing-boot9strap-(fredtool).txt (Catalan)
* New translations faq.txt (Greek)
* New translations home.txt (Greek)
* New translations region-changing.txt (Greek)
* New translations installing-boot9strap-(fredtool).txt (Greek)
* New translations installing-boot9strap-(fredtool).txt (German)
* New translations faq.txt (Czech)
* New translations home.txt (Czech)
* New translations region-changing.txt (Czech)
* New translations installing-boot9strap-(fredtool).txt (Czech)
* New translations faq.txt (German)
* New translations home.txt (German)
* New translations region-changing.txt (German)
* New translations faq.txt (Finnish)
* New translations home.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations installing-boot9strap-(fredtool).txt (Hungarian)
* New translations faq.txt (Italian)
* New translations home.txt (Italian)
* New translations region-changing.txt (Italian)
* New translations installing-boot9strap-(fredtool).txt (Italian)
* New translations faq.txt (Hungarian)
* New translations home.txt (Finnish)
* New translations region-changing.txt (Finnish)
* New translations installing-boot9strap-(fredtool).txt (Finnish)
* New translations faq.txt (Hebrew)
* New translations home.txt (Hebrew)
* New translations region-changing.txt (Hebrew)
* New translations installing-boot9strap-(fredtool).txt (Hebrew)
* New translations faq.txt (Dutch)
* New translations home.txt (Dutch)
* New translations region-changing.txt (Dutch)
* New translations installing-boot9strap-(fredtool).txt (Dutch)
* New translations faq.txt (Norwegian)
* New translations home.txt (Norwegian)
* New translations region-changing.txt (Norwegian)
* New translations installing-boot9strap-(kartdlphax).txt (Korean)
* New translations installing-boot9strap-(pichaxx).txt (Korean)
* New translations installing-boot9strap-(fredtool).txt (Japanese)
* New translations faq.txt (Japanese)
* New translations home.txt (Japanese)
* New translations region-changing.txt (Japanese)
* New translations seedminer.txt (Korean)
* New translations home.txt (Korean)
* New translations installing-boot9strap-(fredtool).txt (Korean)
* New translations installing-boot9strap-(fredtool).txt (Norwegian)
* New translations region-changing.txt (Russian)
* New translations faq.txt (Russian)
* New translations home.txt (Russian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese)
* New translations installing-boot9strap-(fredtool).txt (Russian)
* New translations faq.txt (Swedish)
* New translations installing-boot9strap-(fredtool).txt (Polish)
* New translations faq.txt (Polish)
* New translations home.txt (Polish)
* New translations region-changing.txt (Polish)
* New translations faq.txt (Portuguese)
* New translations home.txt (Portuguese)
* New translations region-changing.txt (Portuguese)
* New translations home.txt (Swedish)
* New translations home.txt (Ukrainian)
* New translations region-changing.txt (Ukrainian)
* New translations installing-boot9strap-(fredtool).txt (Ukrainian)
* New translations faq.txt (Ukrainian)
* New translations faq.txt (Chinese Simplified)
* New translations home.txt (Chinese Simplified)
* New translations region-changing.txt (Chinese Simplified)
* New translations installing-boot9strap-(fredtool).txt (Chinese Simplified)
* New translations region-changing.txt (Swedish)
* New translations faq.txt (Turkish)
* New translations installing-boot9strap-(fredtool).txt (Swedish)
* New translations home.txt (Turkish)
* New translations region-changing.txt (Turkish)
* New translations installing-boot9strap-(fredtool).txt (Turkish)
* New translations installing-boot9strap-(fredtool).txt (Vietnamese)
* New translations region-changing.txt (Vietnamese)
* New translations faq.txt (Portuguese, Brazilian)
* New translations home.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(fredtool).txt (Portuguese, Brazilian)
* New translations home.txt (Vietnamese)
* New translations faq.txt (Chinese Traditional)
* New translations home.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations installing-boot9strap-(fredtool).txt (Chinese Traditional)
* New translations faq.txt (Vietnamese)
* New translations home.txt (Indonesian)
* New translations faq.txt (Indonesian)
* New translations region-changing.txt (Indonesian)
* New translations installing-boot9strap-(fredtool).txt (Croatian)
* New translations faq.txt (Malay)
* New translations home.txt (Croatian)
* New translations home.txt (Malay)
* New translations region-changing.txt (Malay)
* New translations installing-boot9strap-(fredtool).txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations home.txt (Thai)
* New translations installing-boot9strap-(fredtool).txt (Indonesian)
* New translations faq.txt (Thai)
* New translations region-changing.txt (Thai)
* New translations faq.txt (Croatian)
* New translations installing-boot9strap-(fredtool).txt (Thai)
* New translations region-changing.txt (Pirate English)
* New translations home.txt (Pirate English)
* New translations faq.txt (Pirate English)
* New translations installing-boot9strap-(fredtool).txt (Pirate English)
* New translations installing-boot9strap-(hardmod).txt (Korean)
* New translations installing-boot9strap-(safeb9sinstaller).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations restoring-updating-cfw.txt (Korean)
* New translations file-extensions-(windows).txt (French)
* New translations region-changing.txt (Korean)
* New translations region-changing.txt (Polish)
* New translations region-changing.txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations region-changing.txt (Thai)
* New translations region-changing.txt (Indonesian)
* New translations bannerbomb3-fredtool-(twn).txt (Portuguese, Brazilian)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Vietnamese)
* New translations region-changing.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Simplified)
* New translations region-changing.txt (Ukrainian)
* New translations region-changing.txt (Turkish)
* New translations region-changing.txt (Swedish)
* New translations region-changing.txt (Russian)
* New translations region-changing.txt (Portuguese)
* New translations region-changing.txt (Norwegian)
* New translations region-changing.txt (Romanian)
* New translations region-changing.txt (Dutch)
* New translations region-changing.txt (Japanese)
* New translations region-changing.txt (Italian)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Hebrew)
* New translations region-changing.txt (Finnish)
* New translations region-changing.txt (Greek)
* New translations region-changing.txt (German)
* New translations region-changing.txt (Czech)
* New translations region-changing.txt (Catalan)
* New translations region-changing.txt (Bulgarian)
* New translations region-changing.txt (Arabic)
* New translations region-changing.txt (Spanish)
* New translations region-changing.txt (French)
* New translations region-changing.txt (Pirate English)
* New translations faq.txt (Portuguese, Brazilian)
* New translations get-started.txt (Portuguese, Brazilian)
* New translations home.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations seedminer.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 ctrtransfer.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Italian)
2022-08-31 23:25:25 +02:00
+ 다음 페이지에서는 커펌에 유용한 홈브류를 설치해 기기 준비를 완료할 것 입니다.
2019-02-10 22:32:33 +01:00
2022-10-12 19:14:03 +02:00
#### Section VII - Restoring DS Connection Settings
2019-02-11 05:25:49 +01:00
2022-10-12 19:14:03 +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 IV.
2022-10-02 23:57:17 +02:00
1. SD 카드의 `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `Nintendo DSiWare` 폴더로 이동해 주세요
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
2021-10-07 00:10:34 +02:00
1. SD 카드를 기기에 다시 삽입해 주세요
2022-09-17 10:00:34 +02:00
1. 기기를 시작해 주세요
2021-10-07 00:10:34 +02:00
1. 기기에서 본체 설정을 열어 주세요
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
New Crowdin updates (#1960)
* New translations installing-boot9strap-(ntrboot).txt (Swedish)
* New translations installing-boot9strap-(ntrboot).txt (Russian)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(hardmod).txt (Portuguese)
* New translations installing-boot9strap-(ntrboot).txt (Portuguese)
* New translations ctrtransfer.txt (Russian)
* New translations region-changing.txt (Russian)
* New translations troubleshooting.txt (Russian)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(hardmod).txt (Russian)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(hardmod).txt (Ukrainian)
* New translations installing-boot9strap-(ntrboot).txt (Ukrainian)
* New translations ctrtransfer.txt (Chinese Simplified)
* New translations region-changing.txt (Chinese Simplified)
* New translations troubleshooting.txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Simplified)
* New translations installing-boot9strap-(hardmod).txt (Chinese Simplified)
* New translations troubleshooting.txt (Ukrainian)
* New translations ctrtransfer.txt (Turkish)
* New translations region-changing.txt (Turkish)
* New translations troubleshooting.txt (Turkish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(hardmod).txt (Turkish)
* New translations installing-boot9strap-(ntrboot).txt (Turkish)
* New translations region-changing.txt (Ukrainian)
* New translations ctrtransfer.txt (Ukrainian)
* New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified)
* New translations region-changing.txt (Vietnamese)
* New translations troubleshooting.txt (Vietnamese)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(hardmod).txt (Vietnamese)
* New translations installing-boot9strap-(ntrboot).txt (Vietnamese)
* New translations ctrtransfer.txt (Vietnamese)
* New translations ctrtransfer.txt (Portuguese, Brazilian)
* New translations troubleshooting.txt (Chinese Traditional)
* New translations ctrtransfer.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(hardmod).txt (Chinese Traditional)
* New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations troubleshooting.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Thai)
* New translations ctrtransfer.txt (Thai)
* New translations troubleshooting.txt (Thai)
* New translations installing-boot9strap-(ntrboot).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(hardmod).txt (Thai)
* New translations installing-boot9strap-(ntrboot).txt (Thai)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(hardmod).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian)
* New translations ctrtransfer.txt (Indonesian)
* New translations region-changing.txt (Indonesian)
* New translations troubleshooting.txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations installing-boot9strap-(hardmod).txt (Indonesian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(hardmod).txt (Malay)
* New translations installing-boot9strap-(ntrboot).txt (Malay)
* New translations troubleshooting.txt (Malay)
* New translations ctrtransfer.txt (Pirate English)
* New translations region-changing.txt (Pirate English)
* New translations troubleshooting.txt (Pirate English)
* New translations finalizing-setup.txt (Pirate English)
* New translations region-changing.txt (Malay)
* New translations ctrtransfer.txt (Croatian)
* New translations region-changing.txt (Croatian)
* New translations troubleshooting.txt (Croatian)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(hardmod).txt (Croatian)
* New translations installing-boot9strap-(ntrboot).txt (Croatian)
* New translations ctrtransfer.txt (Malay)
* New translations installing-boot9strap-(hardmod).txt (Pirate English)
* New translations contribute.txt (Arabic)
* New translations contribute.txt (Bulgarian)
* New translations contribute.txt (Catalan)
* New translations contribute.txt (Czech)
* New translations contribute.txt (German)
* New translations installing-boot9strap-(ntrboot).txt (Pirate English)
* New translations contribute.txt (Japanese)
* New translations contribute.txt (Korean)
* New translations contribute.txt (Romanian)
* New translations contribute.txt (French)
* New translations contribute.txt (Norwegian)
* New translations contribute.txt (Polish)
* New translations contribute.txt (Portuguese)
* New translations contribute.txt (Greek)
* New translations contribute.txt (Finnish)
* New translations contribute.txt (Hebrew)
* New translations contribute.txt (Hungarian)
* New translations contribute.txt (Italian)
* New translations contribute.txt (Chinese Traditional)
* New translations contribute.txt (Vietnamese)
* New translations contribute.txt (Portuguese, Brazilian)
* New translations contribute.txt (Indonesian)
* New translations contribute.txt (Thai)
* New translations contribute.txt (Russian)
* New translations contribute.txt (Swedish)
* New translations contribute.txt (Turkish)
* New translations contribute.txt (Ukrainian)
* New translations contribute.txt (Chinese Simplified)
* New translations contribute.txt (Croatian)
* New translations contribute.txt (Malay)
* New translations contribute.txt (Pirate English)
* New translations region-changing.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Spanish)
* New translations seedminer.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Romanian)
* New translations installing-boot9strap-(soundhax).txt (French)
* New translations bannerbomb3.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations bannerbomb3.txt (Dutch)
* New translations region-changing.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Arabic)
* New translations installing-boot9strap-(soundhax).txt (Bulgarian)
* New translations installing-boot9strap-(soundhax).txt (Catalan)
* New translations installing-boot9strap-(soundhax).txt (Czech)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Japanese)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations seedminer.txt (Romanian)
* New translations bannerbomb3.txt (Romanian)
* New translations region-changing.txt (Romanian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations bannerbomb3.txt (French)
* New translations seedminer.txt (French)
* New translations region-changing.txt (French)
* New translations region-changing.txt (Arabic)
* New translations seedminer.txt (Bulgarian)
* New translations bannerbomb3.txt (Bulgarian)
* New translations seedminer.txt (Arabic)
* New translations bannerbomb3.txt (Arabic)
* New translations region-changing.txt (Bulgarian)
* New translations region-changing.txt (Czech)
* New translations seedminer.txt (Czech)
* New translations bannerbomb3.txt (Czech)
* New translations region-changing.txt (Catalan)
* New translations seedminer.txt (Catalan)
* New translations bannerbomb3.txt (Catalan)
* New translations seedminer.txt (German)
* New translations bannerbomb3.txt (German)
* New translations region-changing.txt (Greek)
* New translations region-changing.txt (German)
* New translations seedminer.txt (Finnish)
* New translations bannerbomb3.txt (Finnish)
* New translations region-changing.txt (Finnish)
* New translations seedminer.txt (Greek)
* New translations bannerbomb3.txt (Greek)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Hebrew)
* New translations seedminer.txt (Hebrew)
* New translations bannerbomb3.txt (Hebrew)
* New translations seedminer.txt (Italian)
* New translations bannerbomb3.txt (Italian)
* New translations region-changing.txt (Japanese)
* New translations seedminer.txt (Hungarian)
* New translations bannerbomb3.txt (Hungarian)
* New translations region-changing.txt (Italian)
* New translations region-changing.txt (Korean)
* New translations seedminer.txt (Korean)
* New translations bannerbomb3.txt (Korean)
* New translations seedminer.txt (Japanese)
* New translations bannerbomb3.txt (Japanese)
* New translations bannerbomb3.txt (Norwegian)
* New translations region-changing.txt (Polish)
* New translations seedminer.txt (Norwegian)
* New translations region-changing.txt (Norwegian)
* New translations seedminer.txt (Dutch)
* New translations seedminer.txt (Portuguese)
* New translations bannerbomb3.txt (Portuguese)
* New translations seedminer.txt (Polish)
* New translations bannerbomb3.txt (Polish)
* New translations region-changing.txt (Portuguese)
* New translations region-changing.txt (Swedish)
* New translations region-changing.txt (Russian)
* New translations seedminer.txt (Russian)
* New translations bannerbomb3.txt (Russian)
* New translations seedminer.txt (Turkish)
* New translations bannerbomb3.txt (Turkish)
* New translations region-changing.txt (Ukrainian)
* New translations seedminer.txt (Swedish)
* New translations bannerbomb3.txt (Swedish)
* New translations region-changing.txt (Turkish)
* New translations region-changing.txt (Chinese Simplified)
* New translations seedminer.txt (Chinese Simplified)
* New translations bannerbomb3.txt (Chinese Simplified)
* New translations seedminer.txt (Ukrainian)
* New translations bannerbomb3.txt (Ukrainian)
* New translations region-changing.txt (Vietnamese)
* New translations bannerbomb3.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations seedminer.txt (Chinese Traditional)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations seedminer.txt (Vietnamese)
* New translations bannerbomb3.txt (Vietnamese)
* New translations bannerbomb3.txt (Portuguese, Brazilian)
* New translations seedminer.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Thai)
* New translations seedminer.txt (Thai)
* New translations region-changing.txt (Indonesian)
* New translations seedminer.txt (Indonesian)
* New translations bannerbomb3.txt (Indonesian)
* New translations bannerbomb3.txt (Thai)
* New translations seedminer.txt (Croatian)
* New translations bannerbomb3.txt (Croatian)
* New translations region-changing.txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations region-changing.txt (Pirate English)
* New translations seedminer.txt (Pirate English)
* New translations bannerbomb3.txt (Pirate English)
* New translations seedminer.txt (Malay)
* New translations bannerbomb3.txt (Malay)
* New translations a9lh-to-b9s.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations seedminer.txt (Hungarian)
* New translations a9lh-to-b9s.txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations contribute.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations installing-boot9strap-(ntrboot).txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(ntrboot).txt (Hungarian)
2022-01-22 20:04:10 +01:00
1. "Copy"를 선택한 후 "OK"를 선택해 주세요
2019-02-11 05:25:49 +01:00
2019-02-10 22:32:33 +01:00
___
New Crowdin updates (#1960)
* New translations installing-boot9strap-(ntrboot).txt (Swedish)
* New translations installing-boot9strap-(ntrboot).txt (Russian)
* New translations finalizing-setup.txt (Portuguese)
* New translations installing-boot9strap-(hardmod).txt (Portuguese)
* New translations installing-boot9strap-(ntrboot).txt (Portuguese)
* New translations ctrtransfer.txt (Russian)
* New translations region-changing.txt (Russian)
* New translations troubleshooting.txt (Russian)
* New translations finalizing-setup.txt (Russian)
* New translations installing-boot9strap-(hardmod).txt (Russian)
* New translations finalizing-setup.txt (Ukrainian)
* New translations installing-boot9strap-(hardmod).txt (Ukrainian)
* New translations installing-boot9strap-(ntrboot).txt (Ukrainian)
* New translations ctrtransfer.txt (Chinese Simplified)
* New translations region-changing.txt (Chinese Simplified)
* New translations troubleshooting.txt (Chinese Simplified)
* New translations finalizing-setup.txt (Chinese Simplified)
* New translations installing-boot9strap-(hardmod).txt (Chinese Simplified)
* New translations troubleshooting.txt (Ukrainian)
* New translations ctrtransfer.txt (Turkish)
* New translations region-changing.txt (Turkish)
* New translations troubleshooting.txt (Turkish)
* New translations finalizing-setup.txt (Turkish)
* New translations installing-boot9strap-(hardmod).txt (Turkish)
* New translations installing-boot9strap-(ntrboot).txt (Turkish)
* New translations region-changing.txt (Ukrainian)
* New translations ctrtransfer.txt (Ukrainian)
* New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified)
* New translations region-changing.txt (Vietnamese)
* New translations troubleshooting.txt (Vietnamese)
* New translations finalizing-setup.txt (Vietnamese)
* New translations installing-boot9strap-(hardmod).txt (Vietnamese)
* New translations installing-boot9strap-(ntrboot).txt (Vietnamese)
* New translations ctrtransfer.txt (Vietnamese)
* New translations ctrtransfer.txt (Portuguese, Brazilian)
* New translations troubleshooting.txt (Chinese Traditional)
* New translations ctrtransfer.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations finalizing-setup.txt (Chinese Traditional)
* New translations installing-boot9strap-(hardmod).txt (Chinese Traditional)
* New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations troubleshooting.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Thai)
* New translations ctrtransfer.txt (Thai)
* New translations troubleshooting.txt (Thai)
* New translations installing-boot9strap-(ntrboot).txt (Indonesian)
* New translations finalizing-setup.txt (Thai)
* New translations installing-boot9strap-(hardmod).txt (Thai)
* New translations installing-boot9strap-(ntrboot).txt (Thai)
* New translations finalizing-setup.txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(hardmod).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian)
* New translations ctrtransfer.txt (Indonesian)
* New translations region-changing.txt (Indonesian)
* New translations troubleshooting.txt (Indonesian)
* New translations finalizing-setup.txt (Indonesian)
* New translations installing-boot9strap-(hardmod).txt (Indonesian)
* New translations finalizing-setup.txt (Malay)
* New translations installing-boot9strap-(hardmod).txt (Malay)
* New translations installing-boot9strap-(ntrboot).txt (Malay)
* New translations troubleshooting.txt (Malay)
* New translations ctrtransfer.txt (Pirate English)
* New translations region-changing.txt (Pirate English)
* New translations troubleshooting.txt (Pirate English)
* New translations finalizing-setup.txt (Pirate English)
* New translations region-changing.txt (Malay)
* New translations ctrtransfer.txt (Croatian)
* New translations region-changing.txt (Croatian)
* New translations troubleshooting.txt (Croatian)
* New translations finalizing-setup.txt (Croatian)
* New translations installing-boot9strap-(hardmod).txt (Croatian)
* New translations installing-boot9strap-(ntrboot).txt (Croatian)
* New translations ctrtransfer.txt (Malay)
* New translations installing-boot9strap-(hardmod).txt (Pirate English)
* New translations contribute.txt (Arabic)
* New translations contribute.txt (Bulgarian)
* New translations contribute.txt (Catalan)
* New translations contribute.txt (Czech)
* New translations contribute.txt (German)
* New translations installing-boot9strap-(ntrboot).txt (Pirate English)
* New translations contribute.txt (Japanese)
* New translations contribute.txt (Korean)
* New translations contribute.txt (Romanian)
* New translations contribute.txt (French)
* New translations contribute.txt (Norwegian)
* New translations contribute.txt (Polish)
* New translations contribute.txt (Portuguese)
* New translations contribute.txt (Greek)
* New translations contribute.txt (Finnish)
* New translations contribute.txt (Hebrew)
* New translations contribute.txt (Hungarian)
* New translations contribute.txt (Italian)
* New translations contribute.txt (Chinese Traditional)
* New translations contribute.txt (Vietnamese)
* New translations contribute.txt (Portuguese, Brazilian)
* New translations contribute.txt (Indonesian)
* New translations contribute.txt (Thai)
* New translations contribute.txt (Russian)
* New translations contribute.txt (Swedish)
* New translations contribute.txt (Turkish)
* New translations contribute.txt (Ukrainian)
* New translations contribute.txt (Chinese Simplified)
* New translations contribute.txt (Croatian)
* New translations contribute.txt (Malay)
* New translations contribute.txt (Pirate English)
* New translations region-changing.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Spanish)
* New translations seedminer.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Romanian)
* New translations installing-boot9strap-(soundhax).txt (French)
* New translations bannerbomb3.txt (Spanish)
* New translations installing-boot9strap-(soundhax).txt (Dutch)
* New translations bannerbomb3.txt (Dutch)
* New translations region-changing.txt (Dutch)
* New translations installing-boot9strap-(soundhax).txt (Greek)
* New translations installing-boot9strap-(soundhax).txt (Finnish)
* New translations installing-boot9strap-(soundhax).txt (German)
* New translations installing-boot9strap-(soundhax).txt (Hebrew)
* New translations installing-boot9strap-(soundhax).txt (Arabic)
* New translations installing-boot9strap-(soundhax).txt (Bulgarian)
* New translations installing-boot9strap-(soundhax).txt (Catalan)
* New translations installing-boot9strap-(soundhax).txt (Czech)
* New translations installing-boot9strap-(soundhax).txt (Hungarian)
* New translations installing-boot9strap-(soundhax).txt (Polish)
* New translations installing-boot9strap-(soundhax).txt (Portuguese)
* New translations installing-boot9strap-(soundhax).txt (Russian)
* New translations installing-boot9strap-(soundhax).txt (Swedish)
* New translations installing-boot9strap-(soundhax).txt (Japanese)
* New translations installing-boot9strap-(soundhax).txt (Italian)
* New translations installing-boot9strap-(soundhax).txt (Norwegian)
* New translations installing-boot9strap-(soundhax).txt (Korean)
* New translations installing-boot9strap-(soundhax).txt (Chinese Traditional)
* New translations installing-boot9strap-(soundhax).txt (Vietnamese)
* New translations installing-boot9strap-(soundhax).txt (Chinese Simplified)
* New translations installing-boot9strap-(soundhax).txt (Turkish)
* New translations installing-boot9strap-(soundhax).txt (Ukrainian)
* New translations installing-boot9strap-(soundhax).txt (Thai)
* New translations installing-boot9strap-(soundhax).txt (Portuguese, Brazilian)
* New translations installing-boot9strap-(soundhax).txt (Indonesian)
* New translations seedminer.txt (Romanian)
* New translations bannerbomb3.txt (Romanian)
* New translations region-changing.txt (Romanian)
* New translations installing-boot9strap-(soundhax).txt (Malay)
* New translations installing-boot9strap-(soundhax).txt (Croatian)
* New translations installing-boot9strap-(soundhax).txt (Pirate English)
* New translations bannerbomb3.txt (French)
* New translations seedminer.txt (French)
* New translations region-changing.txt (French)
* New translations region-changing.txt (Arabic)
* New translations seedminer.txt (Bulgarian)
* New translations bannerbomb3.txt (Bulgarian)
* New translations seedminer.txt (Arabic)
* New translations bannerbomb3.txt (Arabic)
* New translations region-changing.txt (Bulgarian)
* New translations region-changing.txt (Czech)
* New translations seedminer.txt (Czech)
* New translations bannerbomb3.txt (Czech)
* New translations region-changing.txt (Catalan)
* New translations seedminer.txt (Catalan)
* New translations bannerbomb3.txt (Catalan)
* New translations seedminer.txt (German)
* New translations bannerbomb3.txt (German)
* New translations region-changing.txt (Greek)
* New translations region-changing.txt (German)
* New translations seedminer.txt (Finnish)
* New translations bannerbomb3.txt (Finnish)
* New translations region-changing.txt (Finnish)
* New translations seedminer.txt (Greek)
* New translations bannerbomb3.txt (Greek)
* New translations region-changing.txt (Hungarian)
* New translations region-changing.txt (Hebrew)
* New translations seedminer.txt (Hebrew)
* New translations bannerbomb3.txt (Hebrew)
* New translations seedminer.txt (Italian)
* New translations bannerbomb3.txt (Italian)
* New translations region-changing.txt (Japanese)
* New translations seedminer.txt (Hungarian)
* New translations bannerbomb3.txt (Hungarian)
* New translations region-changing.txt (Italian)
* New translations region-changing.txt (Korean)
* New translations seedminer.txt (Korean)
* New translations bannerbomb3.txt (Korean)
* New translations seedminer.txt (Japanese)
* New translations bannerbomb3.txt (Japanese)
* New translations bannerbomb3.txt (Norwegian)
* New translations region-changing.txt (Polish)
* New translations seedminer.txt (Norwegian)
* New translations region-changing.txt (Norwegian)
* New translations seedminer.txt (Dutch)
* New translations seedminer.txt (Portuguese)
* New translations bannerbomb3.txt (Portuguese)
* New translations seedminer.txt (Polish)
* New translations bannerbomb3.txt (Polish)
* New translations region-changing.txt (Portuguese)
* New translations region-changing.txt (Swedish)
* New translations region-changing.txt (Russian)
* New translations seedminer.txt (Russian)
* New translations bannerbomb3.txt (Russian)
* New translations seedminer.txt (Turkish)
* New translations bannerbomb3.txt (Turkish)
* New translations region-changing.txt (Ukrainian)
* New translations seedminer.txt (Swedish)
* New translations bannerbomb3.txt (Swedish)
* New translations region-changing.txt (Turkish)
* New translations region-changing.txt (Chinese Simplified)
* New translations seedminer.txt (Chinese Simplified)
* New translations bannerbomb3.txt (Chinese Simplified)
* New translations seedminer.txt (Ukrainian)
* New translations bannerbomb3.txt (Ukrainian)
* New translations region-changing.txt (Vietnamese)
* New translations bannerbomb3.txt (Chinese Traditional)
* New translations region-changing.txt (Chinese Traditional)
* New translations seedminer.txt (Chinese Traditional)
* New translations region-changing.txt (Portuguese, Brazilian)
* New translations seedminer.txt (Vietnamese)
* New translations bannerbomb3.txt (Vietnamese)
* New translations bannerbomb3.txt (Portuguese, Brazilian)
* New translations seedminer.txt (Portuguese, Brazilian)
* New translations region-changing.txt (Thai)
* New translations seedminer.txt (Thai)
* New translations region-changing.txt (Indonesian)
* New translations seedminer.txt (Indonesian)
* New translations bannerbomb3.txt (Indonesian)
* New translations bannerbomb3.txt (Thai)
* New translations seedminer.txt (Croatian)
* New translations bannerbomb3.txt (Croatian)
* New translations region-changing.txt (Malay)
* New translations region-changing.txt (Croatian)
* New translations region-changing.txt (Pirate English)
* New translations seedminer.txt (Pirate English)
* New translations bannerbomb3.txt (Pirate English)
* New translations seedminer.txt (Malay)
* New translations bannerbomb3.txt (Malay)
* New translations a9lh-to-b9s.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations seedminer.txt (Hungarian)
* New translations a9lh-to-b9s.txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations contribute.txt (Hungarian)
* New translations ctrtransfer.txt (Hungarian)
* New translations region-changing.txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations installing-boot9strap-(ntrboot).txt (Hungarian)
* New translations troubleshooting.txt (Hungarian)
* New translations finalizing-setup.txt (Hungarian)
* New translations installing-boot9strap-(ntrboot).txt (Hungarian)
2022-01-22 20:04:10 +01:00
### [마무리 단계](finalizing-setup) 로 계속합니다
2019-02-10 22:32:33 +01:00
{: .notice--primary}