New Crowdin translations (#1555)

This commit is contained in:
Devon Maloney 2018-07-10 04:12:26 -04:00 committed by Plailect
parent bca269097e
commit 9aefb83539
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
127 changed files with 549 additions and 384 deletions

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Si obteniu un error, establiu els vostres paràmetres DNS en "auto" + Si obteniu un error, establiu els vostres paràmetres DNS en "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
1. Stecke deine SD-Karte in deinen Computer 1. Stecke deine SD-Karte in deinen Computer
1. Erstelle einen Ordner namens `3ds` im Stammverzeichnis deiner SD-Karte falls er noch nicht existiert 1. Erstelle einen Ordner namens `3ds` im Stammverzeichnis deiner SD-Karte falls er noch nicht existiert
1. Erstelle einen Ordner namens `cias` im Stammverzeichnis deiner SD-Karte falls er noch nicht existiert 1. Erstelle einen Ordner namens `cias` im Stammverzeichnis deiner SD-Karte falls er noch nicht existiert
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Kopiere `FBI.3dsx` in den `/3ds/`Ordner auf deiner SD-Karte 1. Kopiere `FBI.3dsx` in den `/3ds/`Ordner auf deiner SD-Karte
1. Kopiere `hblauncher_loader.cia` aus der hblauncher_loader-`.zip` in den Ordner `/cias/` auf deiner SD-Karte 1. Kopiere `hblauncher_loader.cia` aus der hblauncher_loader-`.zip` in den Ordner `/cias/` auf deiner SD-Karte
1. Kopiere `lumaupdater.cia` in den `/cias/`Ordner auf deiner SD-Karte 1. Kopiere `lumaupdater.cia` in den `/cias/`Ordner auf deiner SD-Karte
@ -67,7 +69,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
#### Schritt II - Aktualisierung des Systems #### Schritt II - Aktualisierung des Systems
Falls du während einer älteren Version dieser Anleitung einen CTRTransfer von einem *New 3DS* zu 2.1.0 gemacht hast, ist es an der Zeit [dein NAND-Backup wiederherzustellen](godmode9-usage#restoring-a-nand-backup) bevor du fortfährst. If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
{: .notice--danger} {: .notice--danger}
Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in deinen neuen SysNAND mit CFW transferieren möchtest, kannst du jetzt deinen [EmuNAND übertragen](move-emunand), bevor du mit diesem Abschnitt beginnst. Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in deinen neuen SysNAND mit CFW transferieren möchtest, kannst du jetzt deinen [EmuNAND übertragen](move-emunand), bevor du mit diesem Abschnitt beginnst.
@ -78,7 +80,7 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in
+ Wenn du eine Fehlermeldung bekommst, musst du die DNS-Einstellungen auf "automatisch beziehen" setzen + Wenn du eine Fehlermeldung bekommst, musst du die DNS-Einstellungen auf "automatisch beziehen" setzen
+ Sollte immer noch ein Fehler auftreten, [befolge diese Schritte](ctrtransfer) und versuche es dann erneut + Sollte immer noch ein Fehler auftreten, [befolge diese Schritte](ctrtransfer) und versuche es dann erneut
#### Schritt III - Starten von FBI #### Section III - Homebrew Launcher
1. Starte die Download-Spiel Anwendung 1. Starte die Download-Spiel Anwendung
1. Drücke gleichzeitig (L) + (Steuerkreuz unten) + (Select) um das Rosalina Menü zu öffnen 1. Drücke gleichzeitig (L) + (Steuerkreuz unten) + (Select) um das Rosalina Menü zu öffnen
@ -90,6 +92,10 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in
1. Drücke (Home) und schließe die Download-Spiel Anwendung 1. Drücke (Home) und schließe die Download-Spiel Anwendung
1. Starte die Download-Spiel Anwendung 1. Starte die Download-Spiel Anwendung
1. Deine Konsole sollte den Homebrew Launcher laden 1. Deine Konsole sollte den Homebrew Launcher laden
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Starte FBI aus der Liste des Homebrews 1. Starte FBI aus der Liste des Homebrews
#### Schritt IV - CIAs installieren #### Schritt IV - CIAs installieren
@ -110,7 +116,6 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in
1. Starte GodMode9, indem du während dem Starten deiner Konsole die Taste (Start) gedrückt hältst 1. Starte GodMode9, indem du während dem Starten deiner Konsole die Taste (Start) gedrückt hältst
1. Wenn du aufgefordert wirst, ein "essential files backup" durchzuführen, drücke (A). Drücke erneut (A) nachdem es abgeschlossen ist 1. Wenn du aufgefordert wirst, ein "essential files backup" durchzuführen, drücke (A). Drücke erneut (A) nachdem es abgeschlossen ist
1. Wenn du aufgefordert wirst Datum und Uhrzeit der "RTC" (Real Time Clock, Echtzeituhr) zu korrigieren, drücke (A), stelle Datum und Uhrzeit ein und drücke (A) um fortzufahren 1. Wenn du aufgefordert wirst Datum und Uhrzeit der "RTC" (Real Time Clock, Echtzeituhr) zu korrigieren, drücke (A), stelle Datum und Uhrzeit ein und drücke (A) um fortzufahren
+ Bitte beachte, falls du die RTC korrigieren musstest, dass du nach beenden der Anleitung auch Datum und Uhrzeit in den Systemeinstellungen korrigieren musst
1. Drücke (HOME) um das Aktionsmenü aufzurufen 1. Drücke (HOME) um das Aktionsmenü aufzurufen
1. Wähle "Scripts" 1. Wähle "Scripts"
1. Wähle "setup_ctrnand_luma3ds" 1. Wähle "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ Die Version deines 3DS findest du rechts unten auf dem oberen Bildschirm in den
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installation von boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ Die Version deines 3DS findest du rechts unten auf dem oberen Bildschirm in den
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Benutze eine "Alle Versionen" Methode</td> <td style="text-align: center; font-weight: bold;">Benutze eine "Alle Versionen" Methode</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installation von boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "Installation von boot9strap (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="Inhalt" %} {% include toc title="Inhalt" %}
@ -25,7 +25,7 @@ Um die `.7z` Dateien, welche auf dieser Seite verlinkt sind, entpacken zu könne
1. Kopiere die `boot.3dsx`-Datei in das Stammverzeichnis deiner SD-Karte 1. Kopiere die `boot.3dsx`-Datei in das Stammverzeichnis deiner SD-Karte
1. Erstelle einen Ordner namens `boot9strap` im Stammverzeichnis deiner SD-Karte 1. Erstelle einen Ordner namens `boot9strap` im Stammverzeichnis deiner SD-Karte
1. Kopiere `boot9strap.firm` und `boot9strap.firm.sha` aus der boot9strap `.zip` in den `/boot9strap/`-Ordner auf deiner SD-Karte 1. Kopiere `boot9strap.firm` und `boot9strap.firm.sha` aus der boot9strap `.zip` in den `/boot9strap/`-Ordner auf deiner SD-Karte
1. Kopiere `arm9.bin` und `arm11.bin` aus der SafeB9SInstaller `.zip` in das Stammverzeichnis deiner SD-Karte 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -33,14 +33,14 @@ Um die `.7z` Dateien, welche auf dieser Seite verlinkt sind, entpacken zu könne
1. Stecke deine SD-Karte nun wieder in deinen 3DS 1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Schalte deine Konsole an 1. Schalte deine Konsole an
#### Schritt II - Starten von SafeBS9Installer #### Abschnitt II - Starten von SafeBS9Installer
1. Starte den Browser und besuche die folgende URL auf deinem Gerät 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ Wenn du einen New 3DS, New 2DS oder Old 2DS benutzt und die Internetverbindung nicht mehr aktiviert ist, entferne die Batterie für einige Sekunden um die Verbindung wieder einzuschalten + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Wenn du die Fehlermeldung "This service is not available in your region" bekommst, benutze die Systemeinstellungen, um die Region deines Gerätes zu der Region deines NANDs zu ändern, den du mit dem 2.1.0 ctrtransfer installiert hast + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Solltest vergessen haben, die Kindersicherung vor CTRTransfering zu deaktivieren oder anderweitig nicht auf drahtlose Einstellungen zugreifen zu können, beachte, dass sich dein Gerät mit einem beliebigen Netzwerk mit dem Namen "attwifi" ohne Passwort verbindet + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ Solltest du eine Fehlermeldung erhalten, [folge diesen Anweisungen](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Wenn der Exploit erfolgreich war, wird nun direkt zum SafeBS9Installer gebootet 1. Wenn der Exploit erfolgreich war, wird nun direkt zum SafeBS9Installer gebootet
#### Schritt III - boot9strap installieren #### Schritt III - boot9strap installieren
@ -52,7 +52,7 @@ Um die `.7z` Dateien, welche auf dieser Seite verlinkt sind, entpacken zu könne
#### Schritt IV - Luma3DS konfigurieren #### Schritt IV - Luma3DS konfigurieren
1. Dein Gerät sollte neu starten und die Luma3DS Konfiguration anzeigen 1. Dein Gerät sollte neu starten und die Luma3DS Konfiguration anzeigen
+ Wenn du einen schwarzen Bildschirm siehst, [folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Wenn du einen schwarzen Bildschirm siehst, [Folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Benutze den (A) Knopf und das Steuerkreuz, um Folgendes zu aktivieren: 1. Benutze den (A) Knopf und das Steuerkreuz, um Folgendes zu aktivieren:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
1. Drücke (Start) zum Speichern und neustarten 1. Drücke (Start) zum Speichern und neustarten

View file

@ -172,7 +172,7 @@ Use a [save manager](https://github.com/BernardoGiordano/Checkpoint/releases/lat
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
+ In manchen Fällen ist alles bereits konfiguriert. Wenn ja, fahre mit dem nächsten Schritt fort + In manchen Fällen ist alles bereits konfiguriert. Wenn ja, fahre mit dem nächsten Schritt fort
1. Drücke (Start) zum Speichern und neustarten 1. Drücke (Start) zum Speichern und neustarten
+ Wenn du einen schwarzen Bildschirm siehst, [folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Wenn du einen schwarzen Bildschirm siehst, [Folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
___ ___

View file

@ -184,7 +184,7 @@ Use a [save manager](https://github.com/BernardoGiordano/Checkpoint/releases/lat
#### Schritt VII - Luma3DS konfigurieren #### Schritt VII - Luma3DS konfigurieren
1. Dein Gerät sollte neu starten und die Luma3DS Konfiguration anzeigen 1. Dein Gerät sollte neu starten und die Luma3DS Konfiguration anzeigen
+ Wenn du einen schwarzen Bildschirm siehst, [folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Wenn du einen schwarzen Bildschirm siehst, [Folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Benutze den (A) Knopf und das Steuerkreuz, um Folgendes zu aktivieren: 1. Benutze den (A) Knopf und das Steuerkreuz, um Folgendes zu aktivieren:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
1. Drücke (Start) zum Speichern und neustarten 1. Drücke (Start) zum Speichern und neustarten

View file

@ -8,7 +8,7 @@ title: "Installation von boot9strap (Soundhax)"
Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen. Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW installiert ist: Diese Anleitung behandelt nur das SysNAND und alle Schritte sollten nur innerhalb des SysNANDs ausgeführt/angewendet werden. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
Soundhax (in Kombination mit pre9otherapp) ist kompatibel mit den Versionen 4.0.0 bis 8.1.0 in den Regionen EUR, JPN, KOR, und USA. Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Um die `.7z` Dateien, welche auf dieser Seite verlinkt sind, entpacken zu können, benötigst du ein Archivprogramm wie zum Beispiel [7-Zip](http://www.7-zip.org/) oder [The Unarchiver](https://theunarchiver.com/). Um die `.7z` Dateien, welche auf dieser Seite verlinkt sind, entpacken zu können, benötigst du ein Archivprogramm wie zum Beispiel [7-Zip](http://www.7-zip.org/) oder [The Unarchiver](https://theunarchiver.com/).
@ -46,7 +46,7 @@ Das bedeutet dass bei einem Karten-Update von einer Systemversion, die eine ält
1. Stecke deine SD-Karte nun wieder in deinen 3DS 1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Schalte deine Konsole an 1. Schalte deine Konsole an
#### Schritt II - Starten von SafeBS9Installer #### Abschnitt II - Starten von SafeBS9Installer
1. Stecke deine SD-Karte nun wieder in deinen 3DS 1. Stecke deine SD-Karte nun wieder in deinen 3DS
1. Schalte deine Konsole an 1. Schalte deine Konsole an
@ -75,7 +75,7 @@ Das bedeutet dass bei einem Karten-Update von einer Systemversion, die eine ält
#### Schritt IV - Luma3DS konfigurieren #### Schritt IV - Luma3DS konfigurieren
1. Dein Gerät sollte neu starten und die Luma3DS Konfiguration anzeigen 1. Dein Gerät sollte neu starten und die Luma3DS Konfiguration anzeigen
+ Wenn du einen schwarzen Bildschirm siehst, [folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Wenn du einen schwarzen Bildschirm siehst, [Folge diesen Anweisungen](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Benutze den (A) Knopf und das Steuerkreuz, um Folgendes zu aktivieren: 1. Benutze den (A) Knopf und das Steuerkreuz, um Folgendes zu aktivieren:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
1. Drücke (Start) zum Speichern und neustarten 1. Drücke (Start) zum Speichern und neustarten

View file

@ -38,7 +38,7 @@ sitemap: false
+ [Startseite](/) + [Startseite](/)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (Alternativen)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (Alternativen)](homebrew-launcher-(alternatives))
+ [boot9strap installieren (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [Installation von boot9strap (Browser)](installing-boot9strap-(browser)) + [Installation von boot9strap (Browser)](installing-boot9strap-(browser))
+ [Installation von boot9strap (DSiWare Spiel-Injektionsliste)](installing-boot9strap-(dsiware-game-injection-list)) + [Installation von boot9strap (DSiWare Spiel-Injektionsliste)](installing-boot9strap-(dsiware-game-injection-list))
+ [Installation von boot9strap (DSiWare Spiel-Injektion)](installing-boot9strap-(dsiware-game-injection)) + [Installation von boot9strap (DSiWare Spiel-Injektion)](installing-boot9strap-(dsiware-game-injection))

View file

@ -27,6 +27,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
1. Εισάγετε την κάρτα SD στον υπολογιστή σας 1. Εισάγετε την κάρτα SD στον υπολογιστή σας
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Δημιουργήστε έναν φάκελο με το όνομα `cias` στην ρίζα της κάρτας SD, σε περίπτωση που δεν υπάρχει ήδη 1. Δημιουργήστε έναν φάκελο με το όνομα `cias` στην ρίζα της κάρτας SD, σε περίπτωση που δεν υπάρχει ήδη
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Εάν αντιμετωπίζετε σφάλμα, ρυθμίστε τις ρυθμίσεις του DNS σε "auto" + Εάν αντιμετωπίζετε σφάλμα, ρυθμίστε τις ρυθμίσεις του DNS σε "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ Durin' 'tis process, we also setup programs such as th' followin':
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Durin' 'tis process, we also setup programs such as th' followin':
1. Insert ye SD card into ye computer 1. Insert ye SD card into ye computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on th' root 'o ye SD card if it does not already exist 1. Create a folder named `cias` on th' root 'o ye SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to th' `/3ds/` folder on ye SD card 1. Copy `FBI.3dsx` to th' `/3ds/` folder on ye SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to th' `/cias/` folder on ye SD card 1. Copy `lumaupdater.cia` to th' `/cias/` folder on ye SD card
@ -79,7 +81,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If 'tis gives ye an error, set ye DNS settin's to "auto" + If 'tis gives ye an error, set ye DNS settin's to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launchin' FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at th' same time to be openin' th' Rosalina menu 1. Press (L) + (Down) + (Select) at th' same time to be openin' th' Rosalina menu
@ -91,6 +93,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Ye device should be loadin' th' Homebrew Launcher 1. Ye device should be loadin' th' Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from th' list 'o homebrew 1. Launch FBI from th' list 'o homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -111,7 +117,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holdin' (Start) durin' boot 1. Launch GodMode9 by holdin' (Start) durin' boot
1. If ye be prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If ye be prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If ye be prompted to fix th' RTC date&time, press (A) to do so, then set th' date 'n time, then press (A) to continue 1. If ye be prompted to fix th' RTC date&time, press (A) to do so, then set th' date 'n time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up th' action menu 1. Press (Home) to bring up th' action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ Ye device version can be found at th' bottom right 'o th' top screen 'o th' Syst
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installin' boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ Ye device version can be found at th' bottom right 'o th' top screen 'o th' Syst
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Use an "All Versions" Method</td> <td style="text-align: center; font-weight: bold;">Use an "All Versions" Method</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installin' boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -37,7 +37,7 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
1. Launch the browser and go to the following URL on your device 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
If ye be on a New 3DS, New 2DS, or Old 2DS 'n left Wireless Communication off, ye can re-enable th' wireless by removin' th' battery 'n unpluggin' th' charger fer several seconds then bootin' back up + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)

View file

@ -27,6 +27,7 @@ Durante este proceso, también instalaremos programas como los siguientes:
* La ultima versión de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * La ultima versión de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* La última versión de [DSP1](https://github.com/zoogie/DSP1/releases/latest) * La última versión de [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* La última versión de [FBI](https://github.com/Steveice10/FBI/releases/latest) *(los archivos `.cia` y `.3dsx`)* * La última versión de [FBI](https://github.com/Steveice10/FBI/releases/latest) *(los archivos `.cia` y `.3dsx`)*
* La última versión de [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* La última versión de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(el archivo `.cia`)* * La última versión de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(el archivo `.cia`)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Durante este proceso, también instalaremos programas como los siguientes:
1. Inserta tu tarjeta SD en tu computadora 1. Inserta tu tarjeta SD en tu computadora
1. Crea una carpeta llamada `3ds` en la raíz de tu tarjeta SD, si aún no existe 1. Crea una carpeta llamada `3ds` en la raíz de tu tarjeta SD, si aún no existe
1. Crea una carpeta llamada `cias` en la raíz de tu tarjeta SD, si aún no existe 1. Crea una carpeta llamada `cias` en la raíz de tu tarjeta SD, si aún no existe
1. Copia `ctr-no-timeoffset.3dsx` a la carpeta `/3ds/` en tu tarjeta SD
1. Copia `FBI.3dsx` a la carpeta `/3ds/` de tu tarjeta SD 1. Copia `FBI.3dsx` a la carpeta `/3ds/` de tu tarjeta SD
1. Copia el archivo `hblauncher_loader.cia` contenido en el `.zip` de hblauncher_loader a la carpeta`/cias/` en tu tarjeta SD 1. Copia el archivo `hblauncher_loader.cia` contenido en el `.zip` de hblauncher_loader a la carpeta`/cias/` en tu tarjeta SD
1. Copia `lumaupdater.cia` a la carpeta `/cias/` en tu tarjeta SD 1. Copia `lumaupdater.cia` a la carpeta `/cias/` en tu tarjeta SD
@ -78,7 +80,7 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m
+ Si esto te da un error, ajusta tu configuración de DNS a "obtención automática" + Si esto te da un error, ajusta tu configuración de DNS a "obtención automática"
+ Si esto te sigue dando un error, [sigue CTRTransfer](ctrtransfer), luego reintenta actualizar + Si esto te sigue dando un error, [sigue CTRTransfer](ctrtransfer), luego reintenta actualizar
#### Sección III - Iniciar FBI #### Sección III - Homebrew Launcher
1. Inicia la aplicación de Modo Descarga 1. Inicia la aplicación de Modo Descarga
1. Presiona (L) + (Abajo) + (Select) a la vez para abrir el menú de Rosalina 1. Presiona (L) + (Abajo) + (Select) a la vez para abrir el menú de Rosalina
@ -90,6 +92,10 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m
1. Presiona (Home), luego cierra la aplicación de Modo Descarga 1. Presiona (Home), luego cierra la aplicación de Modo Descarga
1. Inicia la aplicación de Modo Descarga 1. Inicia la aplicación de Modo Descarga
1. Tu consola debería cargar el Homebrew Launcher 1. Tu consola debería cargar el Homebrew Launcher
1. Inicia ctr-no-timeoffset desde la lista de homebrew
1. Presiona (A) para definir el offset en 0
+ Esto ajustará el reloj del sistema para que coincida con la fecha y hora RTC (la cual se definiremos pronto)
1. Presiona (Start) para volver al Homebrew Launcher
1. Inicia FBI desde la lista de homebrew 1. Inicia FBI desde la lista de homebrew
#### Sección IV - Instalar CIAs #### Sección IV - Instalar CIAs
@ -110,7 +116,6 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m
1. Inicia GodMode9 manteniendo presionado (Start) mientras enciendes la consola 1. Inicia GodMode9 manteniendo presionado (Start) mientras enciendes la consola
1. Si se te pide crear copias de seguridad de archivos esenciales, presiona (A) para hacerlo y luego presiona (A) para continuar una vez que haya terminado 1. Si se te pide crear copias de seguridad de archivos esenciales, presiona (A) para hacerlo y luego presiona (A) para continuar una vez que haya terminado
1. Si se te pide fijar la fecha y hora RTC, presiona (A) para hacerlo, luego define la fecha y la hora, y después presiona (A) para continuar 1. Si se te pide fijar la fecha y hora RTC, presiona (A) para hacerlo, luego define la fecha y la hora, y después presiona (A) para continuar
+ Ten en cuenta que, si tuviste que cambiar la fecha y hora RTC, también deberás cambiar la hora en la Configuración de la consola después de hacer esta guía
1. Presiona el botón (Home) para abrir el menú de acción 1. Presiona el botón (Home) para abrir el menú de acción
1. Selecciona "Scripts..." 1. Selecciona "Scripts..."
1. Selecciona "setup_ctrnand_luma3ds" 1. Selecciona "setup_ctrnand_luma3ds"

View file

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

View file

@ -52,7 +52,7 @@ Para extraer los archivos `.7z` enlazados esta página, necesitarás un gestor d
#### Sección IV - Configurar Luma3DS #### Sección IV - Configurar Luma3DS
1. Tu consola debería haber reiniciado en el menú de configuración de Luma3DS 1. Tu consola debería haber reiniciado en el menú de configuración de Luma3DS
+ Si la pantalla se queda en negro, [sigue la guía de solución de problemas](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Si la pantalla se queda en negro, [sigue la guía de problemas](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Utiliza el botón (A) y las flechas direccionales para activar lo siguiente: 1. Utiliza el botón (A) y las flechas direccionales para activar lo siguiente:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
1. Presiona (Start) para guardar y reiniciar 1. Presiona (Start) para guardar y reiniciar

View file

@ -91,7 +91,7 @@ No sigas esta sección mientras no hayas completado el resto de instrucciones de
* La última versión de [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) * La última versión de [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest)
* El respaldo de flashrom correspondiente a tu flashcart * El respaldo de flashrom correspondiente a tu flashcart
+ Note that if you followed [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)), the flashrom already exists in the correct location and does not need to be downloaded + Ten en cuenta que si has seguido la sección de "[Flashear ntrboot (Dos consolas 3DS)](flashing-ntrboot-(3ds-multi-system))", la flashrom ya se encuentra en la ubicación correcta y no necesita ser descargada
+ Si no sabes que revisión de HW tienes, prueba usar todas las que estén disponibles para tu cartucho. Sólo la correcta permitirá a tu flashcart iniciar apropiadamente en el Menú HOME, pero utilizar una versión errónea no inutilizará el cartucho + Si no sabes que revisión de HW tienes, prueba usar todas las que estén disponibles para tu cartucho. Sólo la correcta permitirá a tu flashcart iniciar apropiadamente en el Menú HOME, pero utilizar una versión errónea no inutilizará el cartucho
| Flashcart | Versión de Hardware | Flashrom | | Flashcart | Versión de Hardware | Flashrom |

View file

@ -75,7 +75,7 @@ Ten en cuenta que las actualizaciones con cartucho sólo actualizarán los eleme
#### Sección IV - Configurar Luma3DS #### Sección IV - Configurar Luma3DS
1. Tu consola debería haber reiniciado en el menú de configuración de Luma3DS 1. Tu consola debería haber reiniciado en el menú de configuración de Luma3DS
+ Si la pantalla se queda en negro, [sigue la guía de solución de problemas](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Si la pantalla se queda en negro, [sigue la guía de problemas](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
1. Utiliza el botón (A) y las flechas direccionales para activar lo siguiente: 1. Utiliza el botón (A) y las flechas direccionales para activar lo siguiente:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
1. Presiona (Start) para guardar y reiniciar 1. Presiona (Start) para guardar y reiniciar

View file

@ -86,7 +86,7 @@ ___
#### Flashear ntrboot (DSi) #### Flashear ntrboot (DSi)
Este método requiere de acceso temporal a una consola Nintendo DSi que sea compatible con la flashcart a utilizar. Este método utiliza la flashcart para ejecutar el archivo `.nds` del flasher de ntrboot en tu DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. Revisa la tabla de flashcarts que se encuentra arriba para más información. Este método requiere de acceso temporal a una consola Nintendo DSi que sea compatible con la flashcart a utilizar. Este método utiliza la flashcart para ejecutar el archivo `.nds` del flasher de ntrboot en tu DSi. Esto significa que tu flashcart debe ser capaz de ejecutar archivos `.nds` en la versión de firmware de tu DSi. Revisa la tabla de flashcarts que se encuentra arriba para más información.
Continúa a [Flashear ntrboot (DSi)](flashing-ntrboot-(dsi)) Continúa a [Flashear ntrboot (DSi)](flashing-ntrboot-(dsi))
{: .notice--primary} {: .notice--primary}

View file

@ -27,6 +27,7 @@ Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat:
1. Aseta SD-korttisi tietokoneeseesi 1. Aseta SD-korttisi tietokoneeseesi
1. Luo `3ds`niminen kansio SDkorttisi juureen, jos sitä ei jo ole olemassa 1. Luo `3ds`niminen kansio SDkorttisi juureen, jos sitä ei jo ole olemassa
1. Luo `cias`-niminen kansio SD-korttisi juureen, jos sitä ei jo ole olemassa 1. Luo `cias`-niminen kansio SD-korttisi juureen, jos sitä ei jo ole olemassa
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Kopioi `FBI.3dsx` SD-korttisi `/3ds/`-kansioon 1. Kopioi `FBI.3dsx` SD-korttisi `/3ds/`-kansioon
1. Kopioi hblauncher_loader-`.zip`-pakkauksesta `hblauncher_loader.cia` SD-korttisi `/cias/`-kansioon 1. Kopioi hblauncher_loader-`.zip`-pakkauksesta `hblauncher_loader.cia` SD-korttisi `/cias/`-kansioon
1. Kopioi `lumaupdater.cia` SD-korttisi `/cias/`-kansioon 1. Kopioi `lumaupdater.cia` SD-korttisi `/cias/`-kansioon
@ -67,7 +69,7 @@ Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat:
#### Vaihe II Järjestelmän päivittäminen #### Vaihe II Järjestelmän päivittäminen
Jos käytit tämän oppaan vanhemmassa versiossa CTRTransferia saadaksesi *New 3DS* -konsolisi versiolle 2.1.0, [palauta NAND-varmuuskopiosi](godmode9-usage#nand-varmuuskopion-palauttaminen) ennen kuin jatkat tätä vaihetta. If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
{: .notice--danger} {: .notice--danger}
Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluaisit siirtää sen sisällön uuteen SysNAND-CFW-kokoonpanoosi, seuraa osiota [EmuNANDin siirtäminen](move-emunand) ennen kuin jatkat tätä vaihetta. Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluaisit siirtää sen sisällön uuteen SysNAND-CFW-kokoonpanoosi, seuraa osiota [EmuNANDin siirtäminen](move-emunand) ennen kuin jatkat tätä vaihetta.
@ -78,7 +80,7 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais
+ Jos saat virheen, laita DNS:n automaattinen haku (Auto-Obtain DNS) päälle asetuksista + Jos saat virheen, laita DNS:n automaattinen haku (Auto-Obtain DNS) päälle asetuksista
+ Jos saat edelleen virheen, [seuraa osiota CTRTransfer](ctrtransfer) ja yritä sitten päivittämistä uudelleen + Jos saat edelleen virheen, [seuraa osiota CTRTransfer](ctrtransfer) ja yritä sitten päivittämistä uudelleen
#### Vaihe III FBI:n avaaminen #### Section III - Homebrew Launcher
1. Avaa Download Play -sovellus 1. Avaa Download Play -sovellus
1. Paina (L)-, (ALAS)- ja (SELECT)-painikkeita samaan aikaan avataksesi Rosalina-valikon 1. Paina (L)-, (ALAS)- ja (SELECT)-painikkeita samaan aikaan avataksesi Rosalina-valikon
@ -90,6 +92,10 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais
1. Paina (HOME)-painiketta ja sulje Download Play 1. Paina (HOME)-painiketta ja sulje Download Play
1. Avaa Download Play -sovellus 1. Avaa Download Play -sovellus
1. Konsolisi pitäisi avata Homebrew Launcher 1. Konsolisi pitäisi avata Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Avaa FBI homebrew-listasta 1. Avaa FBI homebrew-listasta
#### Vaihe IV CIA-tiedostojen asentaminen #### Vaihe IV CIA-tiedostojen asentaminen
@ -110,7 +116,6 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais
1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä 1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä
1. Jos ohjelma kehottaa luomaan varmuuskopion tärkeistä tiedostoista (essential files), paina (A):ta tehdäksesi sen, ja kun varmuuskopio on valmis, paina (A):ta uudelleen jatkaaksesi 1. Jos ohjelma kehottaa luomaan varmuuskopion tärkeistä tiedostoista (essential files), paina (A):ta tehdäksesi sen, ja kun varmuuskopio on valmis, paina (A):ta uudelleen jatkaaksesi
1. Jos sinua kehotetaan korjaamaan RTC-aika ja -päivämäärä, paina (A):ta ja aseta ne oikein, paina sitten (A):ta jatkaaksesi 1. Jos sinua kehotetaan korjaamaan RTC-aika ja -päivämäärä, paina (A):ta ja aseta ne oikein, paina sitten (A):ta jatkaaksesi
+ Huomaa, että jos jouduit korjaamaan RTC-ajan ja -päivämäärän, sinun täytyy korjata ne myös järjestelmäasetuksista (System Settings) näiden ohjeiden jälkeen
1. Paina (HOME)-painiketta näyttääksesi toimintovalikon 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon
1. Valitse "Scripts..." 1. Valitse "Scripts..."
1. Valitse "setup_ctrnand_luma3ds" 1. Valitse "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ Konsolisi versio löytyy yläruudun oikeasta alakulmasta järjestelmäasetuksiss
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Boot9strapin asentaminen (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ Järjestelmäsi versio löytyy yläruudun oikeasta alakulmasta järjestelmäaset
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Käytä kaikille versioille soveltuvaa menetelmää</td> <td style="text-align: center; font-weight: bold;">Käytä kaikille versioille soveltuvaa menetelmää</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Boot9strapin asentaminen (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "Boot9strapin asentaminen (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="Sisällysluettelo" %} {% include toc title="Sisällysluettelo" %}
@ -25,7 +25,7 @@ Purkaaksesi tämän osion `.7z`-tiedostot tarvitset pakkausohjelman, kuten [7-Zi
1. Kopioi `boot.3dsx` SD-korttisi juureen 1. Kopioi `boot.3dsx` SD-korttisi juureen
1. Luo `boot9strap`-niminen kansio SD-korttisi juureen 1. Luo `boot9strap`-niminen kansio SD-korttisi juureen
1. Kopioi boot9strap-`.zip`-pakkauksesta `boot9strap.firm` ja `boot9strap.firm.sha` SD-korttisi `/boot9strap/`-kansioon 1. Kopioi boot9strap-`.zip`-pakkauksesta `boot9strap.firm` ja `boot9strap.firm.sha` SD-korttisi `/boot9strap/`-kansioon
1. Kopioi SafeB9SInstaller-`.zip`-pakkauksesta `arm9.bin`- ja `arm11.bin`-tiedostot SD-korttisi juureen 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,12 +35,12 @@ Purkaaksesi tämän osion `.7z`-tiedostot tarvitset pakkausohjelman, kuten [7-Zi
#### Vaihe II SafeB9SInstallerin avaaminen #### Vaihe II SafeB9SInstallerin avaaminen
1. Avaa selain ja siirry seuraavaan URL-osoitteeseen konsolillasi 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ Jos käytät New 3DS:ää, New 2DS:ää tai vanhaa 2DS:ää ja langaton yhteys ei ole päällä, saat sen takaisin päälle irrottamalla akun ja laturin muutamaksi sekunniksi, jonka jälkeen voit käynnistää konsolin uudelleen + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Jos saat virheen "This service is not available in your region", käytä järjestelmäasetuksia (System Settings) asettaaksesi konsolisi maan samaksi kuin CTRTransferilla asentamasi NAND-alue + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Huomaa, että jos unohdit poistaa lapsilukon käytöstä ennen CTRTransferia tai jos et muuten vain pääse verkkoasetuksiin, konsolisi yhdistää automaattisesti mihin tahansa salasanattomaan verkkoon, jonka nimi on `attwifi` + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ Jos saat jonkin toisen virheen, [seuraa tätä vianmääritysohjetta](troubleshooting#selainpohjainen-käynnistystapa-ei-toimi) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Jos haavoittuvuuden hyödyntäminen onnistui, SafeB9SInstallerin pitäisi avautua 1. Jos haavoittuvuuden hyödyntäminen onnistui, SafeB9SInstallerin pitäisi avautua
#### Vaihe III Boot9strapin asentaminen #### Vaihe III Boot9strapin asentaminen

View file

@ -38,7 +38,7 @@ sitemap: false
+ [Etusivu](/) + [Etusivu](/)
+ [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (muut käynnistystavat)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (muut käynnistystavat)](homebrew-launcher-(alternatives))
+ [Boot9strapin asentaminen (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [Boot9strapin asentaminen (selain)](installing-boot9strap-(browser)) + [Boot9strapin asentaminen (selain)](installing-boot9strap-(browser))
+ [Boot9strapin asentaminen (injektoitavat DSiWare-pelit)](installing-boot9strap-(dsiware-game-injection-list)) + [Boot9strapin asentaminen (injektoitavat DSiWare-pelit)](installing-boot9strap-(dsiware-game-injection-list))
+ [Boot9strapin asentaminen (DSiWare-peli-injektio)](installing-boot9strap-(dsiware-game-injection)) + [Boot9strapin asentaminen (DSiWare-peli-injektio)](installing-boot9strap-(dsiware-game-injection))

View file

@ -1,5 +1,5 @@
--- ---
title: "Donations" # title: "Dons" #
layout: single-no-ads layout: single-no-ads
--- ---

View file

@ -27,6 +27,7 @@ Durant cette étape, nous allons également configurer les programmes suivants :
* La dernière version de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * La dernière version de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* La dernière version de [DSP1](https://github.com/zoogie/DSP1/releases/latest) * La dernière version de [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* La dernière version de [FBI](https://github.com/Steveice10/FBI/releases/latest) *(le fichier `.cia`et le fichier `.3dsx`)* * La dernière version de [FBI](https://github.com/Steveice10/FBI/releases/latest) *(le fichier `.cia`et le fichier `.3dsx`)*
* La dernière version de [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* La dernière version de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(le fichier`.cia`)* * La dernière version de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(le fichier`.cia`)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Durant cette étape, nous allons également configurer les programmes suivants :
1. Insérez votre carte SD dans votre ordinateur 1. Insérez votre carte SD dans votre ordinateur
1. Créez un dossier nommé `3ds` à la racine de votre carte SD si celui ci n'existe pas 1. Créez un dossier nommé `3ds` à la racine de votre carte SD si celui ci n'existe pas
1. Créez un dossier nommé `cias` à la racine de votre carte SD si celui ci n'existe pas 1. Créez un dossier nommé `cias` à la racine de votre carte SD si celui ci n'existe pas
1. Copiez `ctr-no-timeoffset.3dsx` dans le dossier `/3ds/` de votre carte SD
1. Copiez `FBI.3dsx` dans le dossier `/3ds/` de votre carte SD 1. Copiez `FBI.3dsx` dans le dossier `/3ds/` de votre carte SD
1. Copiez le fichier `hblauncher_loader.cia` se trouvant dans le fichier `.zip` de hblauncher_loader vers le répertoire `/cias/` de votre carte SD 1. Copiez le fichier `hblauncher_loader.cia` se trouvant dans le fichier `.zip` de hblauncher_loader vers le répertoire `/cias/` de votre carte SD
1. Copiez `lumaupdater.cia` vers le dossier`/cias/` sur votre carte SD 1. Copiez `lumaupdater.cia` vers le dossier`/cias/` sur votre carte SD
@ -78,7 +80,7 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
+ Si vous obtenez une erreur, réglez vos paramètres DNS sur "Automatique" + Si vous obtenez une erreur, réglez vos paramètres DNS sur "Automatique"
+ Si cela vous donne encore une erreur, [suivez CTRTransfer](ctrtransfer), puis essayez de mettre à jour à nouveau + Si cela vous donne encore une erreur, [suivez CTRTransfer](ctrtransfer), puis essayez de mettre à jour à nouveau
#### Section III - Lancez FBI #### Section III - Homebrew Launcher
1. Lancez lapplication Mode téléchargement 1. Lancez lapplication Mode téléchargement
1. Appuyez simultanément sur (L) + (Bas) + (Select) pour ouvrir le menu Rosalina 1. Appuyez simultanément sur (L) + (Bas) + (Select) pour ouvrir le menu Rosalina
@ -90,6 +92,10 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
1. Appuyez sur (Home), puis fermez Mode téléchargement 1. Appuyez sur (Home), puis fermez Mode téléchargement
1. Lancez lapplication Mode téléchargement 1. Lancez lapplication Mode téléchargement
1. Votre console devrait maintenant charger le Homebrew Launcher 1. Votre console devrait maintenant charger le Homebrew Launcher
1. Lancez "ctr-no-timeoffset" que vous trouverez dans la liste des homebrews
1. Appuyez sur (A) pour mettre loffset à 0
+ Ainsi, l'horloge système correspondra à la date et heure du RTC (que nous allons régler bientôt)
1. Appuyez sur (Start) pour retourner à l'Homebrew Launcher
1. Lancez FBI que vous trouverez dans la liste des homebrews 1. Lancez FBI que vous trouverez dans la liste des homebrews
#### Section IV - Installation des CIAs #### Section IV - Installation des CIAs
@ -110,7 +116,6 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou
1. Ouvrez Godmode9 en maintenant (Start) au démarrage 1. Ouvrez Godmode9 en maintenant (Start) au démarrage
1. Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois terminé 1. Si vous êtes invité à créer une sauvegarde de fichiers essentiels, appuyez sur (A) pour le faire, puis appuyez sur (A) pour continuer une fois terminé
1. Si vous êtes invité à régler la date et l'heure du RTC, appuyez sur (A) pour le faire, puis réglez la date et l'heure, puis appuyez sur (A) pour continuer 1. Si vous êtes invité à régler la date et l'heure du RTC, appuyez sur (A) pour le faire, puis réglez la date et l'heure, puis appuyez sur (A) pour continuer
Notez que, si vous avez dû régler la date et l'heure du RTC, vous devrez également régler l'heure dans les Paramètres du système après ce guide
1. Appuyez sur (Home) pour faire apparaître le menu dactions (action menu) 1. Appuyez sur (Home) pour faire apparaître le menu dactions (action menu)
1. Sélectionnez "Scripts" 1. Sélectionnez "Scripts"
1. Sélectionnez "setup_ctrnand_luma3ds" 1. Sélectionnez "setup_ctrnand_luma3ds"

View file

@ -8,7 +8,7 @@ title: "Flasher ntrboot (DSi)"
Avant de commencer, assurez vous d'avoir lu toutes les informations sur [ntrboot](ntrboot) Avant de commencer, assurez vous d'avoir lu toutes les informations sur [ntrboot](ntrboot)
Cette méthode nécessite un accès temporaire à une Nintendo DSI qui soit compatible avec votre linker. Cette méthode utilise le linker pour lancer le flasheur ntrboot contenu dans le fichier `.nds` sur votre DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations. Cette méthode nécessite un accès temporaire à une Nintendo DSI qui soit compatible avec votre linker. Cette méthode utilise le linker pour lancer le flasheur ntrboot contenu dans le fichier `.nds` sur votre DSi. Cela signifie que votre linker doit pouvoir lancer des fichiers `.nds` sur votre DSi. Consultez le tableau des linkers sur [ntrboot](ntrboot) pour plus dinformations.
Notez que dans de rares circonstances, il est possible que pendant le processus de flash sur un linker contrefait (ou un clone) celui-ci **brique** et devienne inutilisable de manière permanente. C'est peu probable, mais notez que seuls les originaux fonctionnent avec ntrboot. Pour réduire les chances de recevoir un linker contrefait, il est recommandé d'utiliser un site réputé pour acheter votre linker (comme [NDS Card](http://www.nds-card.com/)) Notez que dans de rares circonstances, il est possible que pendant le processus de flash sur un linker contrefait (ou un clone) celui-ci **brique** et devienne inutilisable de manière permanente. C'est peu probable, mais notez que seuls les originaux fonctionnent avec ntrboot. Pour réduire les chances de recevoir un linker contrefait, il est recommandé d'utiliser un site réputé pour acheter votre linker (comme [NDS Card](http://www.nds-card.com/))
{: .notice--danger} {: .notice--danger}

View file

@ -38,7 +38,7 @@ La version de votre console peut être trouvée en bas à droite de l'écran sup
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installation boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installation de boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ La version de votre console peut être trouvée en bas à droite de l'écran sup
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Utilisez une méthode "Toutes les versions"</td> <td style="text-align: center; font-weight: bold;">Utilisez une méthode "Toutes les versions"</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installation boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installation de boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -25,7 +25,7 @@ Pour extraire les fichiers `.7z` sur cette page, vous aurez besoin d'un programm
1. Copiez `boot.3dsx` à la racine de votre carte SD 1. Copiez `boot.3dsx` à la racine de votre carte SD
1. Créez un dossier à la racine de votre carte SD nommé `boot9strap` 1. Créez un dossier à la racine de votre carte SD nommé `boot9strap`
1. Copiez `boot9strap.firm` et `boot9strap.firm.sha` depuis le fichier ".zip" de boot9strap vers le dossier `/boot9strap/` sur votre carte SD 1. Copiez `boot9strap.firm` et `boot9strap.firm.sha` depuis le fichier ".zip" de boot9strap vers le dossier `/boot9strap/` sur votre carte SD
1. Copiez `arm9.bin` et `arm11.bin` de SafeB9SInstaller `.zip` à la racine de votre carte SD 1. Copiez les fichiers `arm9.bin` et `arm11.bin` de l'archive `.zip` de SafeB9SInstaller à la racine de votre carte SD
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,7 +35,7 @@ Pour extraire les fichiers `.7z` sur cette page, vous aurez besoin d'un programm
#### Section II - Lancer SafeB9SInstaller #### Section II - Lancer SafeB9SInstaller
1. Lancez le navigateur internet et allez dans l'adresse indiquée sur votre console 1. Lancez le navigateur internet et accédez à l'adresse indiquée ci-après sur votre console
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ Si vous êtes sur une New 3DS, New 2DS ou Old 2DS et que le Wifi de la console est désactivé, vous pouvez le réactiver en enlevant la batterie et en débranchant le chargeur pendant quelques secondes puis en redémarrant la console + Si vous êtes sur une New 3DS, New 2DS ou Old 2DS et que le Wifi de la console est désactivé, vous pouvez le réactiver en enlevant la batterie et en débranchant le chargeur pendant quelques secondes puis en redémarrant la console
+ Si vous obtenez l'erreur "Ce service n'est pas disponible dans votre région", changez les paramètres de pays dans les paramètres de la console pour qu'il corresponde à la region de la NAND installée lors du CTRtransfer en 2.1.0 + Si vous obtenez l'erreur "Ce service n'est pas disponible dans votre région", changez les paramètres de pays dans les paramètres de la console pour qu'il corresponde à la region de la NAND installée lors du CTRtransfer en 2.1.0

View file

@ -91,7 +91,7 @@ Ne faites pas ceci , tant que vous n'avez pas fini les instructions de cette pag
* La dernière version de [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) * La dernière version de [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest)
* La sauvegarde flashrom correspondant à votre linker * La sauvegarde flashrom correspondant à votre linker
+ Note that if you followed [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)), the flashrom already exists in the correct location and does not need to be downloaded Notez que si vous avez suivi [Flash de ntrboot (plusieurs 3DS)](flashing-ntrboot-(3ds-multi-system)), la flashrom existe déjà à l'emplacement correct et n'a pas besoin d'être téléchargée
Si vous ne savez pas quelle révision HW vous avez, essayez toutes celles possibles pour votre cartouche. Seul le bon permettra à votre linker de se lancer correctement à partir du menu HOME, mais flasher le mauvais ne briquera pas le linker Si vous ne savez pas quelle révision HW vous avez, essayez toutes celles possibles pour votre cartouche. Seul le bon permettra à votre linker de se lancer correctement à partir du menu HOME, mais flasher le mauvais ne briquera pas le linker
| Linker | Révision HW | Flashrom | | Linker | Révision HW | Flashrom |

View file

@ -8,7 +8,7 @@ title: "Installer boot9strap (Soundhax)"
Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une EmuNAND, ce guide s'applique exclusivement à votre SysNAND et vous devez suivre toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection). Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une EmuNAND, ce guide s'applique exclusivement à votre SysNAND et vous devez suivre toutes les instructions depuis ou vers votre SysNAND. Notez que les termes EmuNAND et RedNAND font référence à des implémentations légèrement différentes du [même concept](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (lorsque combiné avec pre9otherapp) est compatible avec les versions comprises entre 4.0.0 et 8.1.0 pour les régions EUR, JPN, KOR et USA. Soundhax (quand combiné avec pre9otherapp) est compatible avec les versions comprises entre 4.0.0 et 8.1.0 pour les régions EUR, JPN, KOR et USA.
Pour extraire les fichiers `.7z` sur cette page, vous aurez besoin d'un programme d'archives comme [7-Zip](http://www.7-zip.org/) ou [The Unarchiver](https://theunarchiver.com). Pour extraire les fichiers `.7z` sur cette page, vous aurez besoin d'un programme d'archives comme [7-Zip](http://www.7-zip.org/) ou [The Unarchiver](https://theunarchiver.com).

View file

@ -87,7 +87,7 @@ ___
#### Flasher ntrboot (DSi) #### Flasher ntrboot (DSi)
Cette méthode nécessite un accès temporaire à une Nintendo DSI qui soit compatible avec votre linker. Cette méthode utilise le linker pour lancer le flasheur ntrboot contenu dans le fichier `.nds` sur votre DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. Référez-vous au tableau ci-dessus pour une liste des versions compatibles. Cette méthode nécessite un accès temporaire à une Nintendo DSI qui soit compatible avec votre linker. Cette méthode utilise le linker pour lancer le flasheur ntrboot contenu dans le fichier `.nds` sur votre DSi. Cela signifie que votre linker doit pouvoir lancer des fichiers `.nds` sur votre DSi. Référez-vous au tableau ci-dessus pour une liste des versions compatibles.
Continuer vers [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) Continuer vers [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi))
{: .notice--primary} {: .notice--primary}

View file

@ -27,6 +27,7 @@ title: "סיום התהליך"
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ title: "סיום התהליך"
1. תכניסו את ה-SD שלכם למחשב 1. תכניסו את ה-SD שלכם למחשב
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. צרו תיקייה בשם `cias` בתיקיית האם של כרטיס ה- SD שלכם אם לא קיימת תיקייה כזו 1. צרו תיקייה בשם `cias` בתיקיית האם של כרטיס ה- SD שלכם אם לא קיימת תיקייה כזו
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. תעתיקו את 'FBI.3dsx' לתיקיה '/ 3ds /' על כרטיס הזכרון 1. תעתיקו את 'FBI.3dsx' לתיקיה '/ 3ds /' על כרטיס הזכרון
1. תעתיקו את `hblauncher_loader.cia`מתוך הזיפ של hblauncher_loader לתוך התיקייה `/cias/` שב-SD שלכם 1. תעתיקו את `hblauncher_loader.cia`מתוך הזיפ של hblauncher_loader לתוך התיקייה `/cias/` שב-SD שלכם
1. תעתיקו את הקובץ `lumaupdater.cia` לתוך התיקייה `/cias/` שב-SD שלכם 1. תעתיקו את הקובץ `lumaupdater.cia` לתוך התיקייה `/cias/` שב-SD שלכם
@ -67,7 +69,7 @@ title: "סיום התהליך"
#### חלק II - עדכון המערכת #### חלק II - עדכון המערכת
אם, במהלך שעקבתם אחרי גרסה ישנה של המדריך, שנמכתם את ה*New 3DS* שלכם לגרסא 2.1.0, עכשיו זה הזמן [לשחזר את הגיבוי שלכם](godmode9-usage#restoring-a-nand-backup) לפני שאתם עושים את החלק הזה. If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
{: .notice--danger} {: .notice--danger}
במקרה שבו לפני התחלת המדריך היה לכם EmuNAND מותקן וברצונכם להעביר את התוכן שלו ל-SysNAND CFW שלכם, עכשיו זה הזמן לבצע [העברת EmuNAND](move-emunand) לפני ביצוע חלק זה. במקרה שבו לפני התחלת המדריך היה לכם EmuNAND מותקן וברצונכם להעביר את התוכן שלו ל-SysNAND CFW שלכם, עכשיו זה הזמן לבצע [העברת EmuNAND](move-emunand) לפני ביצוע חלק זה.
@ -78,7 +80,7 @@ title: "סיום התהליך"
+ אם אתם מקבלים שגיאה, שנו את הגדרות ה-DNS שלכם ל-"auto" + אם אתם מקבלים שגיאה, שנו את הגדרות ה-DNS שלכם ל-"auto"
+ אם זה ממשיך לתת לכם שגיאה, [עקבו אחרי CTRTransfer](ctrtransfer), ואז תנסו לעדכן שוב + אם זה ממשיך לתת לכם שגיאה, [עקבו אחרי CTRTransfer](ctrtransfer), ואז תנסו לעדכן שוב
#### חלק III - הפעלת FBI #### Section III - Homebrew Launcher
1. תפעילו את Download Play 1. תפעילו את Download Play
1. תלחצו (L) + (Down) + (Select) באותו זמן כדי לפתוח את התפריט של Rosalina 1. תלחצו (L) + (Down) + (Select) באותו זמן כדי לפתוח את התפריט של Rosalina
@ -90,6 +92,10 @@ title: "סיום התהליך"
1. תלחצו על (Home), ואז תסגרו את Download Play 1. תלחצו על (Home), ואז תסגרו את Download Play
1. תפעילו את Download Play 1. תפעילו את Download Play
1. המכשיר שלכם אמור לטעון את הHomebrew Launcher 1. המכשיר שלכם אמור לטעון את הHomebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. תפעילו את FBI מרשימת הhomebrew שלכם 1. תפעילו את FBI מרשימת הhomebrew שלכם
#### חלק IV - התקנת CIA #### חלק IV - התקנת CIA
@ -110,7 +116,6 @@ title: "סיום התהליך"
1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה
1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים
1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך 1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך
+ שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה
1. תלחצו על (Home) כדי להראות את תפריט הפעולה 1. תלחצו על (Home) כדי להראות את תפריט הפעולה
1. תבחרו "Scripts..." 1. תבחרו "Scripts..."
1. תבחרו ב "setup_ctrnand_luma3ds" 1. תבחרו ב "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ For all versions you can also [Cartridge Update](cart-update) (or use a standard
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">התקנת boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ For all versions you can also [Cartridge Update](cart-update) (or use a standard
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">תשתמשו בשיטת "כל הגרסאות"</td> <td style="text-align: center; font-weight: bold;">תשתמשו בשיטת "כל הגרסאות"</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">התקנת boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "התקנת boot9strap (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="תוכן העניינים" %} {% include toc title="תוכן העניינים" %}
@ -25,7 +25,7 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
1. תעתיקו את `boot.3dsx` אל שורש כרטיס ה SD 1. תעתיקו את `boot.3dsx` אל שורש כרטיס ה SD
1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` 1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap`
1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם 1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם
1. מתוך הזיפ של SafeB9SInstaller, תעתיקו את הקבצים `arm9.bin` ו`arm11.bin` ל-SD שלכם 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,12 +35,12 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
#### חלק II - הפעלת SafeB9SInstaller #### חלק II - הפעלת SafeB9SInstaller
1. תפתחו את הדפדפן ולכו לכתובת האינטרנט הבאה במכשיר שלכם 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+אם אתם משתמשים ב2DS או New 3DS והWIFI כבוי, אתם יכולים להפעיל אותו מחדש על ידי הוצאה של הבטריה, ניתוק המטען למספר שניות, והדלקה של המכשיר שוב + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ אם אתם מקבלים שגיאה "This service is not available in your region", השתמשו ב-System Settigns על מנת לשנות את המדינה של הקונסולה שתתאים ל-NAND שהעברנו בשנמוך ל-2.1.0 + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ אם שכחתם לבטל בקרת הורים לפני הCTRTransfer אם שאתם לא יכולים לגשת להגדרות האינטרנט, שימו לב שהקונסולה תתחבר אוטומטית לכל רשת ללא סיסמה עם השם `attwifi` + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ אם אתם מקבלים שגיאה אחרת, [עקבו אחרי המדריך הבא](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. כעת אתם אמורים להיכנס לתוך SafeB9SInstaller 1. כעת אתם אמורים להיכנס לתוך SafeB9SInstaller
#### חלק III - התקנת boot9strap #### חלק III - התקנת boot9strap

View file

@ -38,7 +38,7 @@ sitemap: false
+ [בית](/) + [בית](/)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (אלטרנטיבות)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (אלטרנטיבות)](homebrew-launcher-(alternatives))
+ [התקנת boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [התקנת boot9strap (דפדפן)](installing-boot9strap-(browser)) + [התקנת boot9strap (דפדפן)](installing-boot9strap-(browser))
+ [התקנת boot9strap (רשימת משחקי DSiWare הניתן להזריק))](installing-boot9strap-(dsiware-game-injection-list)) + [התקנת boot9strap (רשימת משחקי DSiWare הניתן להזריק))](installing-boot9strap-(dsiware-game-injection-list))
+ [התקנת boot9strap (הכנסת משחק DSiWare)](installing-boot9strap-(dsiware-game-injection)) + [התקנת boot9strap (הכנסת משחק DSiWare)](installing-boot9strap-(dsiware-game-injection))

View file

@ -27,6 +27,7 @@ Ezen folyamat közben további programokat is telepítünk, melyek az alábbiak:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Ezen folyamat közben további programokat is telepítünk, melyek az alábbiak:
1. Helyezd az SD kártyád a számítógépbe 1. Helyezd az SD kártyád a számítógépbe
1. Hozz létre egy mappát `3ds` néven az SD kártyád gyökerében, ha még nem létezik ilyen 1. Hozz létre egy mappát `3ds` néven az SD kártyád gyökerében, ha még nem létezik ilyen
1. Hozz létre egy mappát `cias` néven az SD kártyád gyökerében, ha még nem létezik ilyen 1. Hozz létre egy mappát `cias` néven az SD kártyád gyökerében, ha még nem létezik ilyen
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Másold az `FBI.3dsx` fájlt az SD kártyád `/3ds/` mappájába 1. Másold az `FBI.3dsx` fájlt az SD kártyád `/3ds/` mappájába
1. Másold át a `hblauncher_loader.cia` fájlt a hblauncher_loader `.zip`-ből az SD kártyád `/cias/` mappájába 1. Másold át a `hblauncher_loader.cia` fájlt a hblauncher_loader `.zip`-ből az SD kártyád `/cias/` mappájába
1. Másold a `lumaupdater.cia` fájlt az SD kártyán található `/cias/` mappába 1. Másold a `lumaupdater.cia` fájlt az SD kártyán található `/cias/` mappába
@ -67,7 +69,7 @@ Ezen folyamat közben további programokat is telepítünk, melyek az alábbiak:
#### Második rész - A rendszer frissítése #### Második rész - A rendszer frissítése
Amennyiben ezen leírás egy korábbi változatának követése során 2.1.0-s verzióra CTRTransfer-elted a *New 3DS* konzolodat, itt az idő, hogy [visszaállítsd a NAND-od biztonsági mentését](godmode9-usage#restoring-a-nand-backup), mielőtt ezt a részt folytatnád. If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
{: .notice--danger} {: .notice--danger}
Amennyiben ezen leírás megkezdése előtt már rendelkeztél EmuNAND-dal, és át szeretnéd hozni a tartalmakat az EmuNAND-ról az új SysNAND CFW-re, akkor itt az idő, hogy kövesd az [EmuNAND költöztetése](move-emunand) című útmutatót, mielőtt belekezdenél ebbe a részbe. Amennyiben ezen leírás megkezdése előtt már rendelkeztél EmuNAND-dal, és át szeretnéd hozni a tartalmakat az EmuNAND-ról az új SysNAND CFW-re, akkor itt az idő, hogy kövesd az [EmuNAND költöztetése](move-emunand) című útmutatót, mielőtt belekezdenél ebbe a részbe.
@ -78,7 +80,7 @@ Amennyiben ezen leírás megkezdése előtt már rendelkeztél EmuNAND-dal, és
+ Ha ez hibát ad, akkor állítsd a DNS beállításodat "auto"-ra + Ha ez hibát ad, akkor állítsd a DNS beállításodat "auto"-ra
+ Ha még így is hibát kapsz, kövesd a [CTRTransfer](ctrtransfer) című útmutatót, majd próbáld újra + Ha még így is hibát kapsz, kövesd a [CTRTransfer](ctrtransfer) című útmutatót, majd próbáld újra
#### Harmadik rész - FBI elindítása #### Section III - Homebrew Launcher
1. Indítsd el a Download Play alkalmazást 1. Indítsd el a Download Play alkalmazást
1. Nyomd meg az (L) + (Le) + (Select) gombokat egyszerre, hogy a Rosalina menü megnyitásához 1. Nyomd meg az (L) + (Le) + (Select) gombokat egyszerre, hogy a Rosalina menü megnyitásához
@ -90,6 +92,10 @@ Amennyiben ezen leírás megkezdése előtt már rendelkeztél EmuNAND-dal, és
1. Nyomd meg a (Home) gombot és zárd be a Download Play-t 1. Nyomd meg a (Home) gombot és zárd be a Download Play-t
1. Indítsd el a Download Play alkalmazást 1. Indítsd el a Download Play alkalmazást
1. Ekkor a készülékednek be kell töltenie a Homebrew Launcher-t 1. Ekkor a készülékednek be kell töltenie a Homebrew Launcher-t
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Indítsd el az FBI-t a homebrew listából 1. Indítsd el az FBI-t a homebrew listából
#### Negyedik rész - CIA fájlok telepítése #### Negyedik rész - CIA fájlok telepítése
@ -110,7 +116,6 @@ Amennyiben ezen leírás megkezdése előtt már rendelkeztél EmuNAND-dal, és
1. Indítsd el a GodMode9-et a (Start) lenyomva tartásával boot közben 1. Indítsd el a GodMode9-et a (Start) lenyomva tartásával boot közben
1. Ha rákérdez arra, hogy csináljon-e egy biztonsági másolatot (essential files backup), akkor nyomd meg az (A) gombot, hogy csináljon, majd amikor végzett, nyomd meg ismét az (A) gombot a folytatáshoz 1. Ha rákérdez arra, hogy csináljon-e egy biztonsági másolatot (essential files backup), akkor nyomd meg az (A) gombot, hogy csináljon, majd amikor végzett, nyomd meg ismét az (A) gombot a folytatáshoz
1. Ha rákérdez arra, hogy szeretnéd-e a valós dátumot és időt javítani (fix the RTC date&time), nyomd meg az (A) gombot, állítsd be a helyes dátumot és időt, majd nyomd meg az (A) gombot a folytatáshoz 1. Ha rákérdez arra, hogy szeretnéd-e a valós dátumot és időt javítani (fix the RTC date&time), nyomd meg az (A) gombot, állítsd be a helyes dátumot és időt, majd nyomd meg az (A) gombot a folytatáshoz
+ Ne feledd, hogy amennyiben ezen a ponton szükséges volt a helyes dátum és idő beállítása, a System Settingsben is be kell majd állítanod a helyes időt az útmutató végén
1. Nyomd meg a (Home) gombot, hogy megjelenjen a műveleti menü 1. Nyomd meg a (Home) gombot, hogy megjelenjen a műveleti menü
1. Válaszd a "Scripts..." opciót 1. Válaszd a "Scripts..." opciót
1. Majd válaszd a "setup_ctrnand_luma3ds" opciót 1. Majd válaszd a "setup_ctrnand_luma3ds" opciót

View file

@ -38,7 +38,7 @@ Az eszközöd verziója megtalálható a System Settings-ben, a felső képerny
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">boot9strap telepítése (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ Az eszközöd verziója megtalálható a System Settings-ben, a felső képerny
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Használj egy módszert a "Minden verzió" című sorból</td> <td style="text-align: center; font-weight: bold;">Használj egy módszert a "Minden verzió" című sorból</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">boot9strap telepítése (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "boot9strap telepítése (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="Tartalomjegyzék" %} {% include toc title="Tartalomjegyzék" %}
@ -25,7 +25,7 @@ Ahhoz, hogy kicsomagold az oldalon található `.7z` fájlokat, egy fájl archiv
1. Másold az `boot.3dsx` fájlt az SD kártyád gyökerébe 1. Másold az `boot.3dsx` fájlt az SD kártyád gyökerébe
1. Hozz létre egy mappát `boot9strap` néven az SD kártya gyökerében 1. Hozz létre egy mappát `boot9strap` néven az SD kártya gyökerében
1. Másold át a `boot9strap.firm` fájlt és a `boot9strap.firm.sha` fájlt a boot9strap `.zip` fájlból az SD kártyád `/boot9strap/` mappájába 1. Másold át a `boot9strap.firm` fájlt és a `boot9strap.firm.sha` fájlt a boot9strap `.zip` fájlból az SD kártyád `/boot9strap/` mappájába
1. Másold az `arm9.bin` és az `arm11.bin` fájlokat a SafeB9SInstaller `.zip`-ből az SD kártyád gyökerébe 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,12 +35,12 @@ Ahhoz, hogy kicsomagold az oldalon található `.7z` fájlokat, egy fájl archiv
#### Második rész - A SafeB9SInstaller indítása #### Második rész - A SafeB9SInstaller indítása
1. Indítsd el a webböngészőt a készülékeden, majd nyisd meg az alábbi URL-t 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ Ha készüléked New 3DS, New 2DS, vagy Old 2DS és a vezeték nélküli kapcsolat (Wireless Communication) tiltva van, engedélyezheted ismét úgy, hogy kiveszed az akkumulátort, kihúzod a töltőt néhány másodpercre, majd ismét elindítod a konzolt + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Ha a "This service is not available in your region" hibaüzenetet kapod, használd a System Settings-et, hogy a korábban a 2.1.0-s CTRTransferrel telepített NAND régiójával egyező országra állítsd a készülékedet + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Ha elfelejtetted volna letiltani a szülői felügyeletet (parental controls) a CTRTransfer használata előtt, vagy egyéb okból nem éred el a vezeték nélküli beállításokat (wireless settings), jó ha tudod, hogy a készüléked automatikusan kapcsolódni fog bármilyen olyan hálózathoz, aminek `attwifi` a neve és nincs jelszava + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ Ha egyéb hibát kapsz, [nézd át a hibaelhárítási útmutatót](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Ha az exploit sikerrel járt, készüléked bebootolja a SafeB9SInstallert 1. Ha az exploit sikerrel járt, készüléked bebootolja a SafeB9SInstallert
#### Harmadik rész - boot9strap telepítése #### Harmadik rész - boot9strap telepítése

View file

@ -8,7 +8,7 @@ title: "boot9strap telepítése (Soundhax)"
Ha hackelted már meg a 3DS-edet korábban, és már rendelkezel egy EmuNAND alapú CFW-vel, tudd, hogy ez az útmutató kizárólag a SysNAND-dal foglalkozik, és minden lépést a SysNAND-on kell majd alkalmaznod. Jó, ha tudod, hogy az EmuNAND és a RedNAND fogalmak [ugyanazon koncepció](http://3dbrew.org/wiki/NAND_Redirection) két, kicsiben különböző megvalósítását jelentik. Ha hackelted már meg a 3DS-edet korábban, és már rendelkezel egy EmuNAND alapú CFW-vel, tudd, hogy ez az útmutató kizárólag a SysNAND-dal foglalkozik, és minden lépést a SysNAND-on kell majd alkalmaznod. Jó, ha tudod, hogy az EmuNAND és a RedNAND fogalmak [ugyanazon koncepció](http://3dbrew.org/wiki/NAND_Redirection) két, kicsiben különböző megvalósítását jelentik.
A Soundhax (ha pre9otherapp-pel használjuk) kompatibilis a 4.0.0-s verziótól egészen 8.1.0-ig az EUR, JPN, KOR, és USA régiókban. Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Ahhoz, hogy kicsomagold az oldalon található `.7z` fájlokat, egy fájl archiváló programra lesz szükséged, mint amilyen a [7-Zip](http://www.7-zip.org/) vagy a [The Unarchiver](https://theunarchiver.com/). Ahhoz, hogy kicsomagold az oldalon található `.7z` fájlokat, egy fájl archiváló programra lesz szükséged, mint amilyen a [7-Zip](http://www.7-zip.org/) vagy a [The Unarchiver](https://theunarchiver.com/).

View file

@ -38,7 +38,7 @@ sitemap: false
+ [Főoldal](/) + [Főoldal](/)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (alternatívák)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (alternatívák)](homebrew-launcher-(alternatives))
+ [boot9strap telepítése (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [boot9strap telepítése (böngésző)](installing-boot9strap-(browser)) + [boot9strap telepítése (böngésző)](installing-boot9strap-(browser))
+ [boot9strap telepítése (DSiWare játék-injektálás - támogatott játékok)](installing-boot9strap-(dsiware-game-injection)) + [boot9strap telepítése (DSiWare játék-injektálás - támogatott játékok)](installing-boot9strap-(dsiware-game-injection))
+ [boot9strap telepítése (DSiWare játék-injektálás)](installing-boot9strap-(dsiware-game-injection)) + [boot9strap telepítése (DSiWare játék-injektálás)](installing-boot9strap-(dsiware-game-injection))

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ Durante la guida verranno anche configurate le seguenti applicazioni:
* L'ultima versione di [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * L'ultima versione di [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* L'ultima versione di [DSP1](https://github.com/zoogie/DSP1/releases/latest) * L'ultima versione di [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* L'ultima versione di [FBI](https://github.com/Steveice10/FBI/releases/latest) *(i file `.cia` e `.3dsx`)* * L'ultima versione di [FBI](https://github.com/Steveice10/FBI/releases/latest) *(i file `.cia` e `.3dsx`)*
* Ultima versione di [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* L'ultima versione di [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(il file `.cia`)* * L'ultima versione di [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(il file `.cia`)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Durante la guida verranno anche configurate le seguenti applicazioni:
1. Inserisci la scheda SD nel tuo computer 1. Inserisci la scheda SD nel tuo computer
1. Se assente, crea una cartella chiamata `3ds` nella directory principale della tua scheda SD 1. Se assente, crea una cartella chiamata `3ds` nella directory principale della tua scheda SD
1. Se assente, crea una cartella chiamata `cias` nella directory principale della tua scheda SD 1. Se assente, crea una cartella chiamata `cias` nella directory principale della tua scheda SD
1. Copia il file `ctr-no-timeoffset.3dsx` nella cartella `/3ds/` nella tua scheda SD
1. Copia il file `FBI.3dsx` nella cartella `/3ds/` nella tua scheda SD 1. Copia il file `FBI.3dsx` nella cartella `/3ds/` nella tua scheda SD
1. Copia il file `hblauncher_loader.cia` dall'archivio `.zip` di hblauncher_loader nella cartella `/cias/` della tua scheda SD 1. Copia il file `hblauncher_loader.cia` dall'archivio `.zip` di hblauncher_loader nella cartella `/cias/` della tua scheda SD
1. Copia il file `lumaupdater.cia` nella cartella `/cias/` della tua scheda SD 1. Copia il file `lumaupdater.cia` nella cartella `/cias/` della tua scheda SD
@ -78,7 +80,7 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e
+ Se ottieni un errore, imposta i DNS della connessione di rete in modo che vengano ottenuti automaticamente + Se ottieni un errore, imposta i DNS della connessione di rete in modo che vengano ottenuti automaticamente
+ Se continui ad ottenere un errore, [segui la guida per il CTRTransfer](ctrtransfer), poi riprova ad aggiornare la console + Se continui ad ottenere un errore, [segui la guida per il CTRTransfer](ctrtransfer), poi riprova ad aggiornare la console
#### Sezione III - Avviare FBI #### Sezione III - Homebrew Launcher
1. Avvia l'applicazione "Modalità download" 1. Avvia l'applicazione "Modalità download"
1. Premi simultaneamente i pulsanti (L) + (Giù) + (Select) per aprire il menu di Rosalina 1. Premi simultaneamente i pulsanti (L) + (Giù) + (Select) per aprire il menu di Rosalina
@ -90,6 +92,10 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e
1. Premi il pulsante HOME, quindi chiudi l'applicazione "Modalità download" 1. Premi il pulsante HOME, quindi chiudi l'applicazione "Modalità download"
1. Avvia l'applicazione "Modalità download" 1. Avvia l'applicazione "Modalità download"
1. La console dovrebbe ora avviare l'Homebrew Launcher 1. La console dovrebbe ora avviare l'Homebrew Launcher
1. Avvia ctr-no-timeoffset dalla lista degli homebrew disponibili
1. Premi (A) per impostare l'offset a 0
+ Questo imposterà l'orologio di sistema identico alla data e all'ora dell'RTC (che regoleremo a breve)
1. Premi (Start) per ritornare all'Homebrew Launcher
1. Avvia FBI dalla lista degli homebrew disponibili 1. Avvia FBI dalla lista degli homebrew disponibili
#### Sezione IV - Installazione dei CIA #### Sezione IV - Installazione dei CIA
@ -110,7 +116,6 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e
1. Avvia GodMode9 tenendo premuto (Start) durante l'accensione della console 1. Avvia GodMode9 tenendo premuto (Start) durante l'accensione della console
1. Se ti viene richiesto di creare un backup dei file essenziali, premi (A) per accettare, e al termine di nuovo (A) per proseguire 1. Se ti viene richiesto di creare un backup dei file essenziali, premi (A) per accettare, e al termine di nuovo (A) per proseguire
1. Se ti viene chiesto di reimpostare la data e l'ora dell'RTC, premi (A) per farlo, poi imposta la data e l'ora, infine premi (A) per continuare 1. Se ti viene chiesto di reimpostare la data e l'ora dell'RTC, premi (A) per farlo, poi imposta la data e l'ora, infine premi (A) per continuare
+ Tieni presente che in tal caso dovrai anche reimpostare data ed ora anche nelle Impostazioni della Console al termine della guida
1. Premi il pulsante HOME per far apparire il menu delle azioni 1. Premi il pulsante HOME per far apparire il menu delle azioni
1. Seleziona "Scripts..." 1. Seleziona "Scripts..."
1. Seleziona "setup_ctrnand_luma3ds" 1. Seleziona "setup_ctrnand_luma3ds"

View file

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

View file

@ -91,7 +91,7 @@ Non seguire questa parte finché non avrai completato tutte le altre istruzioni
* L'ultima versione di [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) * L'ultima versione di [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest)
* Il backup della flashrom per la tua flashcart * Il backup della flashrom per la tua flashcart
+ Note that if you followed [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)), the flashrom already exists in the correct location and does not need to be downloaded + Se hai seguito la guida [Flash di ntrboot (Con più 3DS)](flashing-ntrboot-(3ds-multi-system)), la flashrom sarà già presente nella cartella corretta e non sarà necessario riscaricarla
+ Se non sai quale revisione HW hai, prova tutte quelle disponibili per la tua cartuccia. Solo quella corretta ti permetterà di avviare la flashcart dal menu HOME, ma flasharne una sbagliata non brickerà la cartuccia + Se non sai quale revisione HW hai, prova tutte quelle disponibili per la tua cartuccia. Solo quella corretta ti permetterà di avviare la flashcart dal menu HOME, ma flasharne una sbagliata non brickerà la cartuccia
| Flashcart | Revisione Hardware | Flashrom | | Flashcart | Revisione Hardware | Flashrom |

View file

@ -87,7 +87,7 @@ ___
#### Flash di ntrboot (DSi) #### Flash di ntrboot (DSi)
Questo metodo richiede momentaneamente l'utilizzo di un Nintendo DSi compatibile con la tua flashcart. La flashcart verrà utilizzata per avviare il file `.nds` del flasher di ntrboot sul tuo DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. Leggi la tabella delle flashcart sopra per maggiori informazioni. Questo metodo richiede momentaneamente l'utilizzo di un Nintendo DSi compatibile con la tua flashcart. La flashcart verrà utilizzata per avviare il file `.nds` del flasher di ntrboot sul tuo DSi. Ciò significa che la tua flashcart deve supportare l'avvio di file `.nds` sulla versione di sistema del tuo DSi. Leggi la tabella delle flashcart sopra per maggiori informazioni.
Prosegui con il [Flash di ntrboot (DSi)](flashing-ntrboot-(dsi)) Prosegui con il [Flash di ntrboot (DSi)](flashing-ntrboot-(dsi))
{: .notice--primary} {: .notice--primary}

View file

@ -27,6 +27,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. SDカードのルートに`cias`フォルダはない場合、そのフォルダを作成します 1. SDカードのルートに`cias`フォルダはない場合、そのフォルダを作成します
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. SD 카드의 최상위 경로에 `cias` 폴더가 없을 경우 폴더를 만들어 주세요. 1. SD 카드의 최상위 경로에 `cias` 폴더가 없을 경우 폴더를 만들어 주세요.
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ 오류가 발생한다면, DNS 설정을 "자동"으로 설정해 주세요. + 오류가 발생한다면, DNS 설정을 "자동"으로 설정해 주세요.
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. 성공하면 홈브류 런처가 실행될 것입니다. 1. 성공하면 홈브류 런처가 실행될 것입니다.
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. (Home)을 눌러 작업 메뉴를 띄워 주세요. 1. (Home)을 눌러 작업 메뉴를 띄워 주세요.
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -31,15 +31,15 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
{: .notice--info} {: .notice--info}
1. SD 카드를 기기에 다시 삽입해 주세요. 1. SD 카드를 기기에 다시 삽입해 주세요.
1. Power on your device 1. 기기를 시작해 주세요.
#### Section II - Launching SafeB9SInstaller #### Section II - Launching SafeB9SInstaller
1. Launch the browser and go to the following URL on your device 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ "서비스 불가능 지역입니다. (This service is not available in your region)" 오류가 뜬다면 본체 설정에서 기기의 국적을 2.1.0 CTRTransfer에서 설치한 NAND의 지역에 맞게 바꿔 주세요. + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ CTRTransfer 작섭 중 청소년 보호 기능을 끄는 것을 깜박했거나 다른 이유로 무선 통신 설정에 접속할 수 없다면, 기기가 `attwifi`라는 이름의 네트워크에 비밀번호 없이 자동으로 접속할 것이라는 것을 명심해 주세요. + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. If the exploit was successful, you will have booted into SafeB9SInstaller 1. If the exploit was successful, you will have booted into SafeB9SInstaller

View file

@ -27,6 +27,7 @@ Semasa proses ini, kami juga akan memasang program-program berikut:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Semasa proses ini, kami juga akan memasang program-program berikut:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ Tijdens dit proces zullen we ook de volgende programma's installeren:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Tijdens dit proces zullen we ook de volgende programma's installeren:
1. Plaats je SD kaart in je computer 1. Plaats je SD kaart in je computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Maak een map genaamd `cias` op de root van jouw SD kaart, indien deze nog niet aanwezig is 1. Maak een map genaamd `cias` op de root van jouw SD kaart, indien deze nog niet aanwezig is
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Als dit je een foutmelding geeft, zet dan je DNS instellingen op "auto" + Als dit je een foutmelding geeft, zet dan je DNS instellingen op "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Nu zou je console de Homebrew Launcher moeten openen 1. Nu zou je console de Homebrew Launcher moeten openen
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Druk op de (Home) knop om het actiemenu te openen 1. Druk op de (Home) knop om het actiemenu te openen
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -38,8 +38,8 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
1. Launch the browser and go to the following URL on your device 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Als je de foutmelding "This service is not available in your region", krijgt, verander dan via de Systeeminstellingen het land van je 3DS naar het land van de NAND regio die je installeerde met de 2.1.0 CTRTransfer + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Als je vergeten bent ouderlijk toezicht uit te schakelen voor een CTRTransfer of geen toegang hebt tot draadloze instellingen, je 3DS kan nog steeds automatisch kan verbinden met een netwerk genaamt `attwifi` zonder wachtwoord + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. If the exploit was successful, you will have booted into SafeB9SInstaller 1. If the exploit was successful, you will have booted into SafeB9SInstaller

View file

@ -27,6 +27,7 @@ Under denne prossesen, vil vi også sette opp program som følgende:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Under denne prossesen, vil vi også sette opp program som følgende:
1. Sett inn SD-kortet i datamaskinen din 1. Sett inn SD-kortet i datamaskinen din
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Opprett en mappe kalt `cias` på roten av SD-kortet hvis den ikke allerede er der 1. Opprett en mappe kalt `cias` på roten av SD-kortet hvis den ikke allerede er der
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Hvis dette gir deg en feil, sett DNS-innstillingene til "auto" + Hvis dette gir deg en feil, sett DNS-innstillingene til "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
1. Launch the browser and go to the following URL on your device 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Hvis du får feilmeldingen "This service is not available in your region", bruk systeminnstillingene for å sette enhetens land til å matche NAND regionen du installerte med 2.1.0 CTRTransfer + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. If the exploit was successful, you will have booted into SafeB9SInstaller 1. If the exploit was successful, you will have booted into SafeB9SInstaller

View file

@ -27,6 +27,7 @@ Podczas tego procesu zainstalujemy również takie programy jak:
* Najnowszej wersji [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Najnowszej wersji [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* Najnowszej wersji [DSP1](https://github.com/zoogie/DSP1/releases/latest) * Najnowszej wersji [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* Najnowszej wersji [FBI](https://github.com/Steveice10/FBI/releases/latest) *(pliki `.cia` oraz `.3dsx`)* * Najnowszej wersji [FBI](https://github.com/Steveice10/FBI/releases/latest) *(pliki `.cia` oraz `.3dsx`)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* Najnowszej wersji [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(pliku `.cia`)* * Najnowszej wersji [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(pliku `.cia`)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Podczas tego procesu zainstalujemy również takie programy jak:
1. Włóż kartę SD do komputera 1. Włóż kartę SD do komputera
1. Stwórz folder o nazwie `3ds` w głównym katalogu twojej karty SD, jeśli jeszcze nie istnieje 1. Stwórz folder o nazwie `3ds` w głównym katalogu twojej karty SD, jeśli jeszcze nie istnieje
1. Stwórz folder o nazwie `cias` w katalogu głównym karty SD, jeśli jeszcze nie istnieje 1. Stwórz folder o nazwie `cias` w katalogu głównym karty SD, jeśli jeszcze nie istnieje
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Skopiuj `FBI.3dsx` do folderu `/3ds/` na karcie SD 1. Skopiuj `FBI.3dsx` do folderu `/3ds/` na karcie SD
1. Skopiuj plik `hblauncher_loader.cia` z archiwum hblauncher_loader `.zip` do folderu `/cias/` na twojej karcie SD 1. Skopiuj plik `hblauncher_loader.cia` z archiwum hblauncher_loader `.zip` do folderu `/cias/` na twojej karcie SD
1. Skopiuj `lumaupdater.cia` do folderu `/cias/` na karcie SD 1. Skopiuj `lumaupdater.cia` do folderu `/cias/` na karcie SD
@ -67,7 +69,7 @@ Podczas tego procesu zainstalujemy również takie programy jak:
#### Sekcja II - Aktualizacja Systemu #### Sekcja II - Aktualizacja Systemu
Jeśli, wykonując poprzednią wersję tego poradnika, wykonałeś CTRTransfer dla *New 3DS* do wersji 2.1.0, teraz jest czas na [przywrócenie kopii zapasowej NAND](godmode9-usage#restoring-a-nand-backup) przed wykonaniem tej sekcji. If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
{: .notice--danger} {: .notice--danger}
Jeśli przed rozpoczęciem tego poradnika już miałeś skonfigurowane EmuNAND i chciałbyś przenieść zawartość swojego poprzedniego EmuNAND do twojego nowego SysNAND CFW, teraz powinieneś [przenieść EmuNAND](move-emunand) przed wykonaniem tej sekcji. Jeśli przed rozpoczęciem tego poradnika już miałeś skonfigurowane EmuNAND i chciałbyś przenieść zawartość swojego poprzedniego EmuNAND do twojego nowego SysNAND CFW, teraz powinieneś [przenieść EmuNAND](move-emunand) przed wykonaniem tej sekcji.
@ -78,7 +80,7 @@ Jeśli przed rozpoczęciem tego poradnika już miałeś skonfigurowane EmuNAND i
+ Jeśli przy próbie aktualizacji pojawia się błąd, ustaw swoje DNS (w ustawieniach połączenia internetowego 3DS) na "auto" + Jeśli przy próbie aktualizacji pojawia się błąd, ustaw swoje DNS (w ustawieniach połączenia internetowego 3DS) na "auto"
+ Jeśli dalej otrzymujesz błąd, [wykonaj CTRTransfer](ctrtransfer), a potem spróbuj ponownie zaktualizować + Jeśli dalej otrzymujesz błąd, [wykonaj CTRTransfer](ctrtransfer), a potem spróbuj ponownie zaktualizować
#### Sekcja III - Uruchamianie FBI #### Section III - Homebrew Launcher
1. Uruchom aplikację Download Play 1. Uruchom aplikację Download Play
1. Naciśnij w tym samym momencie (L) + (Dół) + (Select) aby otworzyć menu Rosalina 1. Naciśnij w tym samym momencie (L) + (Dół) + (Select) aby otworzyć menu Rosalina
@ -90,6 +92,10 @@ Jeśli przed rozpoczęciem tego poradnika już miałeś skonfigurowane EmuNAND i
1. Naciśnij (Home), a następnie zamknij aplikację Download Play 1. Naciśnij (Home), a następnie zamknij aplikację Download Play
1. Uruchom aplikację Download Play ponownie 1. Uruchom aplikację Download Play ponownie
1. Twoja konsola powinna załadować Homebrew Launcher 1. Twoja konsola powinna załadować Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Uruchom FBI z listy Homebrew 1. Uruchom FBI z listy Homebrew
#### Sekcja IV - Instalowanie CIA #### Sekcja IV - Instalowanie CIA
@ -110,7 +116,6 @@ Jeśli przed rozpoczęciem tego poradnika już miałeś skonfigurowane EmuNAND i
1. Uruchom GodMode9 poprzez trzymanie przycisku (Start) podczas uruchamiania konsoli 1. Uruchom GodMode9 poprzez trzymanie przycisku (Start) podczas uruchamiania konsoli
1. Jeśli zostaniesz poproszony o utworzenie kopii zapasowej niezbędnych plików, naciśnij (A) aby to zrobić, po czym naciśnij (A) aby kontynuować po ich skopiowaniu 1. Jeśli zostaniesz poproszony o utworzenie kopii zapasowej niezbędnych plików, naciśnij (A) aby to zrobić, po czym naciśnij (A) aby kontynuować po ich skopiowaniu
1. Jeśli zostaniesz poproszony o ustawienie czasu RTC, naciśnij (A) aby to zrobić, następnie ustaw datę i czas, oraz naciśnij (A) aby kontynuować 1. Jeśli zostaniesz poproszony o ustawienie czasu RTC, naciśnij (A) aby to zrobić, następnie ustaw datę i czas, oraz naciśnij (A) aby kontynuować
+ Pamiętaj że, jeśli musiałeś ustawić czas RTC, będziesz musiał ustawić czas w "System Settings" po tym poradniku
1. Wciśnij (Home), aby przywołać menu akcji 1. Wciśnij (Home), aby przywołać menu akcji
1. Wybierz "Scripts..." 1. Wybierz "Scripts..."
1. Wybierz "setup_ctrnand_luma3ds" 1. Wybierz "setup_ctrnand_luma3ds"

View file

@ -8,7 +8,7 @@ title: "Wgrywanie ntrboot (DSi)"
Zanim przejdziesz dalej, upewnij się że przeczytałeś wszystkie informacje o [ntrboot](ntrboot) Zanim przejdziesz dalej, upewnij się że przeczytałeś wszystkie informacje o [ntrboot](ntrboot)
Ta metoda wymaga tymczasowego dostępu do konsoli Nintendo DSi kompatybilnej z twoim flashcartem. Ta metoda używa flashcarta aby uruchomić plik ntrboot flasher `.nds` na twoim DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. Zobacz tabelę flashcart na [ntrboot](ntrboot), aby uzyskać więcej informacji. Ta metoda wymaga tymczasowego dostępu do konsoli Nintendo DSi kompatybilnej z twoim flashcartem. Ta metoda używa flashcarta aby uruchomić plik ntrboot flasher `.nds` na twoim DSi. Oznacza to, że twój flashcart musi obsługiwać uruchamianie plików `.nds` na twoim DSi. Zobacz tabelę flashcart na [ntrboot](ntrboot), aby uzyskać więcej informacji.
Zauważ, że w niektórych rzadkich przypadkach proces wgrywania ntrboot na podrobiony flashcart może go **"zbrickować"** i permanentnie uszkodzić. Jest to mało prawdopodobne, ale jednak tylko wymienione oryginalne flashcart'y są obsługiwane. Aby zmniejszyć prawdopodobieństwo otrzymania podrobionego flashcarta, zaleca się korzystanie z renomowanej strony do ich kupowania (takiej jak [NDS Card](http://www.nds-card.com/)) Zauważ, że w niektórych rzadkich przypadkach proces wgrywania ntrboot na podrobiony flashcart może go **"zbrickować"** i permanentnie uszkodzić. Jest to mało prawdopodobne, ale jednak tylko wymienione oryginalne flashcart'y są obsługiwane. Aby zmniejszyć prawdopodobieństwo otrzymania podrobionego flashcarta, zaleca się korzystanie z renomowanej strony do ich kupowania (takiej jak [NDS Card](http://www.nds-card.com/))
{: .notice--danger} {: .notice--danger}

View file

@ -38,7 +38,7 @@ Wersja twojej konsoli jest widoczna w prawym dolnym rogu górnego ekranu System
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Instalacja boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ Wersja twojej konsoli jest widoczna w prawym dolnym rogu górnego ekranu System
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Użyj metody "Wszystkie wersje"</td> <td style="text-align: center; font-weight: bold;">Użyj metody "Wszystkie wersje"</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Instalacja boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "Instalacja boot9strap (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="Spis Treści" %} {% include toc title="Spis Treści" %}
@ -25,7 +25,7 @@ Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować
1. Skopiuj plik `boot.3dsx` do katalogu głównego twojej karty SD 1. Skopiuj plik `boot.3dsx` do katalogu głównego twojej karty SD
1. Stwórz folder o nazwie `boot9strap` w katalogu głównym karty SD 1. Stwórz folder o nazwie `boot9strap` w katalogu głównym karty SD
1. Skopiuj `boot9strap.firm` i `boot9strap.firm.sha` z boot9strap `.zip` do folderu `/boot9strap/` na karcie SD 1. Skopiuj `boot9strap.firm` i `boot9strap.firm.sha` z boot9strap `.zip` do folderu `/boot9strap/` na karcie SD
1. Skopiuj `arm9.bin` oraz `arm11.bin` z SafeB9SInstaller `.zip` do katalogu głównego karty SD 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,12 +35,12 @@ Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować
#### Sekcja II - Uruchamianie SafeB9SInstaller #### Sekcja II - Uruchamianie SafeB9SInstaller
1. Uruchom przeglądarkę na 3DSie i przejdź do następującego adresu URL 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
+ Jeśli używasz New 3DS, New 2DS lub Old 2DS i komunikacja bezprzewodowa (Wi-Fi) jest wyłączona, możesz ją włączyć poprzez wyjęcie baterii i odłączenie ładowarki od konsoli na kilka sekund po czym ponownie ją uruchomić + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Jeśli dostaniesz błąd "This service is not available in your region", użyj System Settings aby ustawić kraj twojej konsoli aby pasowała do NAND regionu który zainstalowałeś z 2.1.0 CTRTransfer + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Jeśli zapomniałeś wyłączyć kontrolę rodzicielską przed CTRTransferem i nie możesz uzyskać dostępu do ustawień sieci bezprzewodowej, pamiętaj, że urządzenie będzie automatycznie łączyć się z dowolną siecią o nazwie "attwifi" bez hasła + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ Jeśli pojawi się inny błąd, [przejdź do rozwiązywania problemów](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Jeśli operacja zakończyła się pomyślnie, uruchomi się SafeB9SInstaller 1. Jeśli operacja zakończyła się pomyślnie, uruchomi się SafeB9SInstaller
#### Sekcja III - Instalacja boot9strap #### Sekcja III - Instalacja boot9strap
@ -49,7 +49,7 @@ Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować
1. Kiedy zostaniesz poproszony, wprowadź podaną kombinację klawiszy aby zainstalować boot9strap 1. Kiedy zostaniesz poproszony, wprowadź podaną kombinację klawiszy aby zainstalować boot9strap
1. Po zakończeniu, naciśnij (A), aby ponownie uruchomić urządzenie 1. Po zakończeniu, naciśnij (A), aby ponownie uruchomić urządzenie
#### Sekcja IV - Konfiguracja Luma3DS #### Sekcja IV - Konfigurowanie Luma3DS
1. Twoje urządzenie powinno uruchomić się ponownie i załadować menu konfiguracji Luma3DS 1. Twoje urządzenie powinno uruchomić się ponownie i załadować menu konfiguracji Luma3DS
+ Jeśli wyświetli się pusty czarny ekran [przejdź do rozwiązywania problemów](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Jeśli wyświetli się pusty czarny ekran [przejdź do rozwiązywania problemów](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)

View file

@ -53,7 +53,7 @@ Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować
1. Kiedy zostaniesz poproszony, wprowadź podaną kombinację klawiszy aby zainstalować boot9strap 1. Kiedy zostaniesz poproszony, wprowadź podaną kombinację klawiszy aby zainstalować boot9strap
1. Po zakończeniu, naciśnij (A), aby ponownie uruchomić urządzenie 1. Po zakończeniu, naciśnij (A), aby ponownie uruchomić urządzenie
#### Sekcja IV - Konfiguracja Luma3DS #### Sekcja IV - Konfigurowanie Luma3DS
1. Twoje urządzenie powinno uruchomić się ponownie i załadować menu konfiguracji Luma3DS 1. Twoje urządzenie powinno uruchomić się ponownie i załadować menu konfiguracji Luma3DS
+ Jeśli wyświetli się pusty czarny ekran [przejdź do rozwiązywania problemów](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Jeśli wyświetli się pusty czarny ekran [przejdź do rozwiązywania problemów](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)

View file

@ -58,7 +58,7 @@ Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować
1. Kiedy proces się skończy, wymuś wyłączenie urządzenia poprzez przytrzymanie przycisku zasilania 1. Kiedy proces się skończy, wymuś wyłączenie urządzenia poprzez przytrzymanie przycisku zasilania
+ Twoje urządzenie będzie teraz uruchamiać tylko SafeB9SInstaller dopóki nie wykonasz następnej sekcji + Twoje urządzenie będzie teraz uruchamiać tylko SafeB9SInstaller dopóki nie wykonasz następnej sekcji
#### Sekcja IV - Konfiguracja Luma3DS #### Sekcja IV - Konfigurowanie Luma3DS
1. Włóż kartę SD do komputera 1. Włóż kartę SD do komputera
1. Usuń plik `boot.firm` z katalogu głównego twojej karty SD 1. Usuń plik `boot.firm` z katalogu głównego twojej karty SD
@ -91,7 +91,7 @@ Nie wykonuj tej sekcji dopóki nie wykonałeś wszystkich poprzednich instrukcji
* Najnowszej wersji [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) * Najnowszej wersji [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest)
* Kopię zapasową flashromu odpowiednią dla twojego flashcarta * Kopię zapasową flashromu odpowiednią dla twojego flashcarta
+ Note that if you followed [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)), the flashrom already exists in the correct location and does not need to be downloaded + Zauważ, że jeśli wykonałeś [Wgrywanie ntrboot (Kilka Systemów 3DS)](flashing-ntrboot-(3ds-multi-system)), to flashrom znajduje się już na właściwym miejscu i nie musisz go pobierać
+ Jeśli nie wiesz, którą wersję HW posiadasz, to po prostu wypróbuj każdą z nich dla twojego flashcarta. Tylko właściwa pozwoli twojemu flashcartowi na poprawne uruchomienie z menu HOME, podczas gdy wgranie niewłaściwej nie zbrickuje flashcarta + Jeśli nie wiesz, którą wersję HW posiadasz, to po prostu wypróbuj każdą z nich dla twojego flashcarta. Tylko właściwa pozwoli twojemu flashcartowi na poprawne uruchomienie z menu HOME, podczas gdy wgranie niewłaściwej nie zbrickuje flashcarta
| Flashcart | Wersja sprzętowa | Flashrom | | Flashcart | Wersja sprzętowa | Flashrom |

View file

@ -8,7 +8,7 @@ title: "Instalacja boot9strap (Soundhax)"
Jeśli posiadasz już przerobioną konsolę z konfiguracją EmuNAND bazującą na CFW, niniejsza instrukcja dotyczy wyłącznie SysNAND'u i wszystkie jej kroki powinny być wykonywane w SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei](http://3dbrew.org/wiki/NAND_Redirection). Jeśli posiadasz już przerobioną konsolę z konfiguracją EmuNAND bazującą na CFW, niniejsza instrukcja dotyczy wyłącznie SysNAND'u i wszystkie jej kroki powinny być wykonywane w SysNAND. Zauważ, że terminy EmuNand i RedNAND odnoszą się do nieco innych implementacji [tej samej idei](http://3dbrew.org/wiki/NAND_Redirection).
Soundhax (w połączeniu z pre9otherapp) jest kompatybilny z wersjami od 4.0.0 aż do 8.1.0 w regionach EUR. JPN, KOR i USA. Soundhax (when combined with pre9otherapp) is compatible with versions 4.0.0 through 8.1.0 in the EUR, JPN, KOR, and USA regions.
Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować archiwizatora plików, na przykład [7-Zip](http://www.7-zip.org/) lub [The Unarchiver](https://theunarchiver.com/). Aby wyodrębnić pliki `.7z` załączone na tej stronie, będziesz potrzebować archiwizatora plików, na przykład [7-Zip](http://www.7-zip.org/) lub [The Unarchiver](https://theunarchiver.com/).
@ -72,7 +72,7 @@ To oznacza że użycie aktualizacji z kartridża posiadając starszą wersje Nin
1. Kiedy zostaniesz poproszony, wprowadź podaną kombinację klawiszy aby zainstalować boot9strap 1. Kiedy zostaniesz poproszony, wprowadź podaną kombinację klawiszy aby zainstalować boot9strap
1. Po zakończeniu, naciśnij (A), aby ponownie uruchomić urządzenie 1. Po zakończeniu, naciśnij (A), aby ponownie uruchomić urządzenie
#### Sekcja IV - Konfiguracja Luma3DS #### Sekcja IV - Konfigurowanie Luma3DS
1. Twoje urządzenie powinno uruchomić się ponownie i załadować menu konfiguracji Luma3DS 1. Twoje urządzenie powinno uruchomić się ponownie i załadować menu konfiguracji Luma3DS
+ Jeśli wyświetli się pusty czarny ekran [przejdź do rozwiązywania problemów](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) + Jeśli wyświetli się pusty czarny ekran [przejdź do rozwiązywania problemów](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)

View file

@ -87,7 +87,7 @@ ___
#### Wgrywanie ntrboot (DSi) #### Wgrywanie ntrboot (DSi)
Ta metoda wymaga tymczasowego dostępu do konsoli Nintendo DSi kompatybilnej z twoim flashcartem. Ta metoda używa flashcarta aby uruchomić plik ntrboot flasher `.nds` na twoim DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. Zobacz powyższą tabelę aby dowiedzieć się więcej. Ta metoda wymaga tymczasowego dostępu do konsoli Nintendo DSi kompatybilnej z twoim flashcartem. Ta metoda używa flashcarta aby uruchomić plik ntrboot flasher `.nds` na twoim DSi. Oznacza to, że twój flashcart musi obsługiwać uruchamianie plików `.nds` na twoim DSi. Zobacz powyższą tabelę aby dowiedzieć się więcej.
Przejdź do [Wgrywanie ntrboot (DSi)](flashing-ntrboot-(dsi)) Przejdź do [Wgrywanie ntrboot (DSi)](flashing-ntrboot-(dsi))
{: .notice--primary} {: .notice--primary}

View file

@ -38,7 +38,7 @@ sitemap: false
+ [Strona główna](/pl_PL) + [Strona główna](/pl_PL)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (Alternatywy)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (Alternatywy)](homebrew-launcher-(alternatives))
+ [Instalacja boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [Instalacja boot9strap (Przeglądarka)](installing-boot9strap-(browser)) + [Instalacja boot9strap (Przeglądarka)](installing-boot9strap-(browser))
+ [Instalacja boot9strap (Lista Kompatybilnych Gier DSiWare)](installing-boot9strap-(dsiware-game-injection-list)) + [Instalacja boot9strap (Lista Kompatybilnych Gier DSiWare)](installing-boot9strap-(dsiware-game-injection-list))
+ [Instalacja boot9strap (Podmiana Gier DSiWare)](installing-boot9strap-(dsiware-game-injection)) + [Instalacja boot9strap (Podmiana Gier DSiWare)](installing-boot9strap-(dsiware-game-injection))

View file

@ -27,6 +27,7 @@ Durante este processo, também configuramos alguns programas como os seguintes:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Durante este processo, também configuramos alguns programas como os seguintes:
1. Insira o cartão SD no seu computador 1. Insira o cartão SD no seu computador
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Crie uma pasta chamada `cias` na raiz do seu cartão SD se ela ainda não existir 1. Crie uma pasta chamada `cias` na raiz do seu cartão SD se ela ainda não existir
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copie `FBI.3dsx` para a pasta `/3ds/` no seu cartão SD 1. Copie `FBI.3dsx` para a pasta `/3ds/` no seu cartão SD
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copie `lumaupdater.cia` para a pasta `/cias/` no seu cartão SD 1. Copie `lumaupdater.cia` para a pasta `/cias/` no seu cartão SD
@ -78,7 +80,7 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost
+ Se isso der um erro, defina suas configurações de DNS para "Automático" + Se isso der um erro, defina suas configurações de DNS para "Automático"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Inicie o aplicativo Download Play 1. Inicie o aplicativo Download Play
1. Aperte (L) + (Baixo) + (Select) ao mesmo tempo para abrir o menu do Rosalina 1. Aperte (L) + (Baixo) + (Select) ao mesmo tempo para abrir o menu do Rosalina
@ -90,6 +92,10 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost
1. Aperte (Home), depois feche o Download Play 1. Aperte (Home), depois feche o Download Play
1. Inicie o aplicativo Download Play 1. Inicie o aplicativo Download Play
1. Seu dispositivo deve abrir o Homebrew Launcher 1. Seu dispositivo deve abrir o Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Abra o FBI da lista de homebrews 1. Abra o FBI da lista de homebrews
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost
1. Inicie o GodMode9 segurando (Start) durante a inicialização 1. Inicie o GodMode9 segurando (Start) durante a inicialização
1. Se você for solicitado para criar um backup de arquivos essenciais, aperte (A) pra fazê-lo, e depois aperte (A) para continuar quando ele for concluído 1. Se você for solicitado para criar um backup de arquivos essenciais, aperte (A) pra fazê-lo, e depois aperte (A) para continuar quando ele for concluído
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Aperte (Home) para abrir o menu de ações 1. Aperte (Home) para abrir o menu de ações
1. Selecione "Scripts..." 1. Selecione "Scripts..."
1. Selecione "setup_ctrnand_luma3ds" 1. Selecione "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ A versão do seu dispositivo pode ser encontrada no canto inferior direito da te
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Instalando boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ A versão do seu dispositivo pode ser encontrada no canto inferior direito da te
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Use an "All Versions" Method</td> <td style="text-align: center; font-weight: bold;">Use an "All Versions" Method</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Instalando boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "Instalando boot9strap (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="Table of Contents" %} {% include toc title="Table of Contents" %}
@ -25,7 +25,7 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
1. Copy `boot.3dsx` to the root of your SD card 1. Copy `boot.3dsx` to the root of your SD card
1. Crie uma pasta chamada `boot9strap` na raiz do seu cartão SD 1. Crie uma pasta chamada `boot9strap` na raiz do seu cartão SD
1. Copie os arquivos `boot9strap.firm` e `boot9strap.firm.sha` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD 1. Copie os arquivos `boot9strap.firm` e `boot9strap.firm.sha` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD
1. Copie `arm9.bin` e `arm11.bin` do `.zip` do SafeB9SInstaller para a raiz do seu cartão SD 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,11 +35,11 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
#### Section II - Launching SafeB9SInstaller #### Section II - Launching SafeB9SInstaller
1. Inicie o navegador e vá para a seguinte URL no seu dispositivo 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
Caso você esteja em um New 3DS, New 2DS ou Old 2DS e deixou a comunicação sem fio desligada, você pode religá-la removendo a bateria e desconectando o carregador durante alguns segundos e depois ligando o console novamente + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Se você receber o erro "This service is not available in your region", use a Configuração do console para definir o país do dispositivo para coincidir com a região da NAND que você instalou na CTRTransfer para a 2.1.0 + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Se você esqueceu de desativar o controle dos pais antes de realizar a CTRTransfer, ou não pode acessar as configurações de wireless, note que o dispositivo irá se conectar automaticamente a qualquer rede chamada `attwifi` sem senha + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Se o exploit tiver sucesso, você terá entrado no SafeB9SInstaller 1. Se o exploit tiver sucesso, você terá entrado no SafeB9SInstaller

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Se encontrares algum erro, muda as configurações da DNS para "automático" + Se encontrares algum erro, muda as configurações da DNS para "automático"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ Pe parcursul acestui proces, vom instala și programe ca următoarele:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Pe parcursul acestui proces, vom instala și programe ca următoarele:
1. Introduceți cardul SD în calculator 1. Introduceți cardul SD în calculator
1. Creați un folder numit `3ds` în rădăcina cardului SD dacă nu există deja 1. Creați un folder numit `3ds` în rădăcina cardului SD dacă nu există deja
1. Creați un folder numit `cias` pe rădăcina cardului SD dacă nu există deja 1. Creați un folder numit `cias` pe rădăcina cardului SD dacă nu există deja
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copiați `FBI.3dsx` în folderul `/3ds/` de pe cardul SD 1. Copiați `FBI.3dsx` în folderul `/3ds/` de pe cardul SD
1. Copiați `hblauncher_loader.cia` din arhiva `.zip` hblauncher_loader în folderul `/cias/` de pe cardul SD 1. Copiați `hblauncher_loader.cia` din arhiva `.zip` hblauncher_loader în folderul `/cias/` de pe cardul SD
1. Copiați `lumaupdater.cia` în folderul `/cias/` de pe cardul SD 1. Copiați `lumaupdater.cia` în folderul `/cias/` de pe cardul SD
@ -67,7 +69,7 @@ Pe parcursul acestui proces, vom instala și programe ca următoarele:
#### Secțiunea II - Actualizând sistemul #### Secțiunea II - Actualizând sistemul
Dacă, în timp ce ați folosit o versiune anterioară a acestui ghid, ați efectuat un CTRTransfer pe *New 3DS-ul* dumneavoastră la 2.1.0, acum este timpul să vă [restaurați copia de rezervă NAND](godmode9-usage#restoring-a-nand-backup) înainte de a face această secțiune. If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
{: .notice--danger} {: .notice--danger}
Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND și doriți să mutați conținutul lui pe noul CFW SysNAND, acum este timpul să [urmați Mutare EmuNAND](move-emunand) înainte să faceți pașii din această secțiune. Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND și doriți să mutați conținutul lui pe noul CFW SysNAND, acum este timpul să [urmați Mutare EmuNAND](move-emunand) înainte să faceți pașii din această secțiune.
@ -78,7 +80,7 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND
+ Dacă aceasta vă dă o eroare, setați setările de DNS pe "auto" + Dacă aceasta vă dă o eroare, setați setările de DNS pe "auto"
+ Dacă tot primiți o eroare, [urmați CTRTransfer](ctrtransfer), apoi încercați să actualizați din nou + Dacă tot primiți o eroare, [urmați CTRTransfer](ctrtransfer), apoi încercați să actualizați din nou
#### Secțiunea III - Lansând FBI #### Section III - Homebrew Launcher
1. Lansați aplicația Download Play 1. Lansați aplicația Download Play
1. Apăsați (L) + (Jos) + (Select) în același timp ca să deschideți meniul Rosalina 1. Apăsați (L) + (Jos) + (Select) în același timp ca să deschideți meniul Rosalina
@ -90,6 +92,10 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND
1. Apăsați (Home), apoi închideți Download Play 1. Apăsați (Home), apoi închideți Download Play
1. Lansați aplicația Download Play 1. Lansați aplicația Download Play
1. Dispozitivul dumneavoastră ar trebui să încarce Hombrew Launcher-ul 1. Dispozitivul dumneavoastră ar trebui să încarce Hombrew Launcher-ul
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Lansați FBI din lista de homebrew 1. Lansați FBI din lista de homebrew
#### Secţiunea IV - Instalând CIA-uri #### Secţiunea IV - Instalând CIA-uri
@ -110,7 +116,6 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND
1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii 1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii
1. Când vi se cere să faceți o copie de rezervă a fișierelor esențiale, apăsați (A) pentru a o realiza, apoi apăsați (A) ca să continuați după ce s-a terminat 1. Când vi se cere să faceți o copie de rezervă a fișierelor esențiale, apăsați (A) pentru a o realiza, apoi apăsați (A) ca să continuați după ce s-a terminat
1. Dacă vi se cere să reparați dara și ora RTC, apăsați (A) pentru a efectua, apoi setați data și ora, apoi apăsați (A) pentru a continua 1. Dacă vi se cere să reparați dara și ora RTC, apăsați (A) pentru a efectua, apoi setați data și ora, apoi apăsați (A) pentru a continua
+ Țineți cont că, dacă trebuiați să reparați data și ora, va trebui să reparați ora în System Settings de asemenea după completarea acestui ghid
1. Apăsați (Home) pentru a arăta meniul de acțiuni 1. Apăsați (Home) pentru a arăta meniul de acțiuni
1. Selectați "Scripts..." 1. Selectați "Scripts..."
1. Selectaţi "setup_ctrnand_luma3ds" 1. Selectaţi "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ Versiunea dispozitvului poate fi găsit în colțul din dreapta jos al ecranului
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Instalând boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">8.1.0</td> <td style="text-align: center; font-weight: bold;">8.1.0</td>

View file

@ -47,7 +47,7 @@ Versiunea dispozitvului poate fi găsit în colțul din dreapta jos al ecranului
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">2.1.0</td> <td style="text-align: center; font-weight: bold;">2.1.0</td>
<td style="text-align: center; font-weight: bold;">Folosiți o metodă pentru "Toate versiunile"</td> <td style="text-align: center; font-weight: bold;">Folosiți o metodă pentru "Toate versiunile"</td>
<td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Instalând boot9strap (2xrsa)</a></td> <td style="text-align: center; font-weight: bold;"><a href="installing-boot9strap-(2xrsa)">Installing boot9strap (2xrsa)</a></td>
</tr> </tr>
<tr> <tr>
<td style="text-align: center; font-weight: bold;">2.2.0</td> <td style="text-align: center; font-weight: bold;">2.2.0</td>

View file

@ -1,5 +1,5 @@
--- ---
title: "Instalând boot9strap (2xrsa)" title: "Installing boot9strap (2xrsa)"
--- ---
{% include toc title="Cuprins" %} {% include toc title="Cuprins" %}
@ -24,8 +24,8 @@ Pentru a extrage fişierele `.7z` de pe această pagină, veţi avea nevoie de u
1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD
1. Copiați `boot.3dsx` în rădăcina cardului SD 1. Copiați `boot.3dsx` în rădăcina cardului SD
1. Creați un folder numit 'boot9strap' pe rădăcina cardului SD 1. Creați un folder numit 'boot9strap' pe rădăcina cardului SD
1. Copiați 'boot9strap.firm' și `boot9strap.firm.sha` din arhiva `.zip` boot9strap în folderul `/boot9strap/` de pe cardul SD 1. Copiați `boot9strap.firm` și `boot9strap.firm.sha` din arhiva `.zip` boot9strap în folderul `/boot9strap/` de pe cardul SD
1. Copiați 'arm9.bin' și 'arm11.bin' de pe arhiva 'zip' SafeB9SInstaller în rădăcina cardului SD 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }}) ![]({{ "/images/screenshots/boot9strap-2xrsa-file-layout.png" | absolute_url }})
{: .notice--info} {: .notice--info}
@ -35,12 +35,12 @@ Pentru a extrage fişierele `.7z` de pe această pagină, veţi avea nevoie de u
#### Secțiunea II - Lansând SafeB9SInstaller #### Secțiunea II - Lansând SafeB9SInstaller
1. Porniți browserul și mergeți la următorul URL pe dispozitivul dumneavoastră 1. Launch the browser and go to the following URL on your device
+ `http://2xrsa.hacks.guide` + `http://2xrsa.hacks.guide`
Dacă sunteți pe un New 2DS, New 3DS sau Old 2DS și ați lăsat comunicarea fără fir închisă, o puteți reporni prin scoaterea bateriei pentru câteva secunde și apoi repornind dispozitivul + If you are on a New 3DS, New 2DS, or Old 2DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
+ Dacă primiți eroarea "This service is not available in your region", folosiți System Settings pentru a seta țara dispozitivului ca să corespundă cu regiunea NAND-ului care l-ați instalat cu CTRTransfer 2.1.0 + If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ Dacă ați uitat să dezactivați controalele parentale înainte de CTRTransfer sau nu puteți accesa setările conexiunii fără fir, țineți cont că dispozitivul se va reconecta către orice rețea cu numele `attwifi` fără parolă + If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ Dacă primiți o altă eroare, [urmați acest ghid de depanare](troubleshooting#a-browser-based-exploit-is-not-working) + If you get another error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
1. Dacă exploit-ul a avut succes, veți porni în SafeB9SInstaller 1. Dacă exploit-ul a avut succes, veți porni în SafeB9SInstaller
#### Secțiunea III - Instalând boot9strap #### Secțiunea III - Instalând boot9strap

View file

@ -38,7 +38,7 @@ sitemap: false
+ [Acasă](/) + [Acasă](/)
+ [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (Alternative)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (Alternative)](homebrew-launcher-(alternatives))
+ [Instalând boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [Instalând boot9strap (Browser)](installing-boot9strap-(browser)) + [Instalând boot9strap (Browser)](installing-boot9strap-(browser))
+ [Instalând boot9strap (Lista de jocuri DSiWare pentru injectare)](installing-boot9strap-(dsiware-game-injection-list)) + [Instalând boot9strap (Lista de jocuri DSiWare pentru injectare)](installing-boot9strap-(dsiware-game-injection-list))
+ [Instalând boot9strap (Injectare cu joc DSiWare)](installing-boot9strap-(dsiware-game-injection)) + [Instalând boot9strap (Injectare cu joc DSiWare)](installing-boot9strap-(dsiware-game-injection))

View file

@ -27,6 +27,7 @@ title: "Завершение установки"
* Свежая версия [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Свежая версия [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* Свежая версия [DSP1](https://github.com/zoogie/DSP1/releases/latest) * Свежая версия [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* Свежая версия [FBI](https://github.com/Steveice10/FBI/releases/latest) *(`.cia-файл` и `.3dsx-файл`)* * Свежая версия [FBI](https://github.com/Steveice10/FBI/releases/latest) *(`.cia-файл` и `.3dsx-файл`)*
* Свежая версия [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* Свежая версия [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(`.cia-файл`)* * Свежая версия [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(`.cia-файл`)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ title: "Завершение установки"
1. Вставьте SD-карту в компьютер 1. Вставьте SD-карту в компьютер
1. Создайте папку `3ds` в корне SD-карты, если таковой нет 1. Создайте папку `3ds` в корне SD-карты, если таковой нет
1. Создайте папку `cias` в корне SD-карты, если таковой нет 1. Создайте папку `cias` в корне SD-карты, если таковой нет
1. Скопируйте `ctr-no-timeoffset.3dsx` в папку `/3ds/` на SD-карте
1. Скопируйте `FBI.3dsx` в папку `/3ds/` на SD-карте 1. Скопируйте `FBI.3dsx` в папку `/3ds/` на SD-карте
1. Скопируйте `hblauncher_loader.cia` из `.zip-архива` hblauncher_loader в папку `/cias/` на SD-карте 1. Скопируйте `hblauncher_loader.cia` из `.zip-архива` hblauncher_loader в папку `/cias/` на SD-карте
1. Скопируйте `lumaupdater.cia` в папку `/cias/` на SD-карте 1. Скопируйте `lumaupdater.cia` в папку `/cias/` на SD-карте
@ -78,7 +80,7 @@ title: "Завершение установки"
+ При появлении ошибки, поставьте в настройках подключения, в настройках DNS "Получать DNS автоматически" в положение "Да" + При появлении ошибки, поставьте в настройках подключения, в настройках DNS "Получать DNS автоматически" в положение "Да"
+ Если вы все еще получаете ошибку и версия вашего NAND ниже, [выполните CTRTransfer](ctrtransfer) и попробуйте обновиться еще раз + Если вы все еще получаете ошибку и версия вашего NAND ниже, [выполните CTRTransfer](ctrtransfer) и попробуйте обновиться еще раз
#### Часть III - Запуск FBI #### Часть III - Homebrew Launcher
1. Запустите приложение Загружаемая игра 1. Запустите приложение Загружаемая игра
1. Нажмите (L) + (Вниз) + (Select) одновременно чтобы открыть меню Rosalina 1. Нажмите (L) + (Вниз) + (Select) одновременно чтобы открыть меню Rosalina
@ -90,6 +92,10 @@ title: "Завершение установки"
1. Нажмите (Home), затем закройте приложение Загружаемая игра 1. Нажмите (Home), затем закройте приложение Загружаемая игра
1. Запустите приложение Загружаемая игра 1. Запустите приложение Загружаемая игра
1. Консоль должна загрузиться в Homebrew Launcher 1. Консоль должна загрузиться в Homebrew Launcher
1. Выберите ctr-no-timeoffset в списке homebrew
1. Нажмите (A), чтобы установить смещение на 0
+ Это приведет системные часы в соответствие с RTC датой и временем (которые мы вскоре настроим)
1. Нажмите (Start), чтобы вернуться в Homebrew Launcher
1. Выберите FBI в списке homebrew 1. Выберите FBI в списке homebrew
#### Часть IV - Установка CIA #### Часть IV - Установка CIA
@ -110,7 +116,6 @@ title: "Завершение установки"
1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки
1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения
1. Если вам предложат выставить RTC дату и время, нажмите кнопку (A) чтобы сделать это, настройте дату и время, затем нажмите (A) чтобы продолжить 1. Если вам предложат выставить RTC дату и время, нажмите кнопку (A) чтобы сделать это, настройте дату и время, затем нажмите (A) чтобы продолжить
+ Обратите внимание, что если вы выставили RTC дату и время, вам также придется исправить время в Системных настройках после завершения руководства
1. Нажмите кнопку (Home) для вызова меню 1. Нажмите кнопку (Home) для вызова меню
1. Выберите "Scripts..." 1. Выберите "Scripts..."
1. Выберите "setup_ctrnand_luma3ds" 1. Выберите "setup_ctrnand_luma3ds"

View file

@ -8,7 +8,7 @@ title: "Прошивка ntrboot (DSi)"
Прежде чем продолжить, убедитесь что вы прочитали всю информацию на странице [ntrboot](ntrboot) Прежде чем продолжить, убедитесь что вы прочитали всю информацию на странице [ntrboot](ntrboot)
Этот метод требует временного доступа к Nintendo DSi, совместимой с вашим флешкартриджем. Для запуска `.nds-файла` флешера ntrboot на вашей DSi в этом методе используется флешкартридж. This means that your flashcart must support launching `.nds` files on your DSi's version. Смотрите таблицу флешкартриджей на странице [ntrboot](ntrboot) для получения дополнительной информации. Этот метод требует временного доступа к Nintendo DSi, совместимой с вашим флешкартриджем. Для запуска `.nds-файла` флешера ntrboot на вашей DSi в этом методе используется флешкартридж. Ваш флешкартридж должен быть способен запускать `.nds-файлы` на вашей DSi. Смотрите таблицу флешкартриджей на странице [ntrboot](ntrboot) для получения дополнительной информации.
Обратите внимание, что в некоторых редких случаях процесс прошивки может **брикнуть** поддельный флешкартридж и навсегда сделать его нерабочим. Это маловероятно, но тем не менее поддерживаются только оригинальные флешкартриджи из списка. Чтобы уменьшить вероятность получения поддельного картриджа, рекомендуется использовать проверенный сайт для покупки флешкартриджа (например [NDS Card](http://www.nds-card.com/)) Обратите внимание, что в некоторых редких случаях процесс прошивки может **брикнуть** поддельный флешкартридж и навсегда сделать его нерабочим. Это маловероятно, но тем не менее поддерживаются только оригинальные флешкартриджи из списка. Чтобы уменьшить вероятность получения поддельного картриджа, рекомендуется использовать проверенный сайт для покупки флешкартриджа (например [NDS Card](http://www.nds-card.com/))
{: .notice--danger} {: .notice--danger}

View file

@ -91,7 +91,7 @@ ___
* Свежая версия [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) * Свежая версия [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest)
* Резервная копия прошивки, соответствующая вашему флешкартриджу * Резервная копия прошивки, соответствующая вашему флешкартриджу
+ Note that if you followed [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)), the flashrom already exists in the correct location and does not need to be downloaded + Обратите внимание, что если вы следовали инструкции [Прошивка ntrboot (Две консоли 3DS)](flashing-ntrboot-(3ds-multi-system)), резервная копия уже существует в нужном месте, и скачивать ее не требуется
+ Если вы не знаете HW revision вашего флешкартриджа, просто попробуйте их все. Только правильная версия позволит запустить флешкартридж из меню HOME, но прошивка неправильной версии не испортит картридж + Если вы не знаете HW revision вашего флешкартриджа, просто попробуйте их все. Только правильная версия позволит запустить флешкартридж из меню HOME, но прошивка неправильной версии не испортит картридж
| Флешкартридж | HW Revision | Прошивка для восстановления | | Флешкартридж | HW Revision | Прошивка для восстановления |

View file

@ -86,7 +86,7 @@ ___
#### Прошивка ntrboot (DSi) #### Прошивка ntrboot (DSi)
Этот метод требует временного доступа к Nintendo DSi, совместимой с вашим флешкартриджем. Для запуска `.nds-файла` флешера ntrboot на вашей DSi в этом методе используется флешкартридж. This means that your flashcart must support launching `.nds` files on your DSi's version. Смотрите таблицу флешкартриджей выше для получения дополнительной информации. Этот метод требует временного доступа к Nintendo DSi, совместимой с вашим флешкартриджем. Для запуска `.nds-файла` флешера ntrboot на вашей DSi в этом методе используется флешкартридж. Ваш флешкартридж должен быть способен запускать `.nds-файлы` на вашей DSi. Смотрите таблицу флешкартриджей выше для получения дополнительной информации.
Следующий шаг: [Прошивка ntrboot (DSi)](flashing-ntrboot-(dsi)) Следующий шаг: [Прошивка ntrboot (DSi)](flashing-ntrboot-(dsi))
{: .notice--primary} {: .notice--primary}

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Skapa en mapp som heter '3ds' i roten på SD-kortet om det inte redan finns 1. Skapa en mapp som heter '3ds' i roten på SD-kortet om det inte redan finns
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Kopiera `FBI.3dsx` till mappen `/3ds/` på ditt SD-kort 1. Kopiera `FBI.3dsx` till mappen `/3ds/` på ditt SD-kort
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Starta GodMode9 genom att hålla (Start) under uppstart 1. Starta GodMode9 genom att hålla (Start) under uppstart
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -38,7 +38,7 @@ sitemap: false
+ [Hem](/) + [Hem](/)
+ [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax))
+ [Homebrew Launcher (Alternativ)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (Alternativ)](homebrew-launcher-(alternatives))
+ [Installera boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa))
+ [Installera boot9strap (Browser)](installing-boot9strap-(browser)) + [Installera boot9strap (Browser)](installing-boot9strap-(browser))
+ [Installera boot9strap (Lista med injicerbara DSiWare-spel)](installing-boot9strap-(dsiware-game-injection-list)) + [Installera boot9strap (Lista med injicerbara DSiWare-spel)](installing-boot9strap-(dsiware-game-injection-list))
+ [Installera boot9strap (Injektion genom DSiWare-spel)](installing-boot9strap-(dsiware-game-injection)) + [Installera boot9strap (Injektion genom DSiWare-spel)](installing-boot9strap-(dsiware-game-injection))

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ Bu süreç boyunca, aşağıdaki gibi programları kuruyoruz:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ Bu süreç boyunca, aşağıdaki gibi programları kuruyoruz:
1. SD kartınızı bilgisayarınıza takın 1. SD kartınızı bilgisayarınıza takın
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. SD kartınızın ana dizininde eğer yoksa `cias` isminde klasör oluşturun 1. SD kartınızın ana dizininde eğer yoksa `cias` isminde klasör oluşturun
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ Bu bir hata verirse, DNS ayarlarınızı "otomatik" olarak belirleyin + Bu bir hata verirse, DNS ayarlarınızı "otomatik" olarak belirleyin
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ During this process, we also setup programs such as the following:
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -27,6 +27,7 @@ In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/)
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest) * The latest release of [DSP1](https://github.com/zoogie/DSP1/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* * The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)*
* The latest release of [ctr-no-timeoffset](https://github.com/ihaveamac/ctr-no-timeoffset/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* * The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)*
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -39,6 +40,7 @@ In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/)
1. Insert your SD card into your computer 1. Insert your SD card into your computer
1. Create a folder named `3ds` on the root of your SD card if it does not already exist 1. Create a folder named `3ds` on the root of your SD card if it does not already exist
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Copy `ctr-no-timeoffset.3dsx` to the `/3ds/` folder on your SD card
1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card 1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card
1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card 1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card
1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card 1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card
@ -78,7 +80,7 @@ If, before following this guide, you already had an EmuNAND setup and would like
+ If this gives you an error, set your DNS settings to "auto" + If this gives you an error, set your DNS settings to "auto"
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
#### Section III - Launching FBI #### Section III - Homebrew Launcher
1. Launch the Download Play application 1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
@ -90,6 +92,10 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Press (Home), then close Download Play 1. Press (Home), then close Download Play
1. Launch the Download Play application 1. Launch the Download Play application
1. Your device should load the Homebrew Launcher 1. Your device should load the Homebrew Launcher
1. Launch ctr-no-timeoffset from the list of homebrew
1. Press (A) to set the offset to 0
+ This will set the system clock to match the RTC date&time (which we will set soon)
1. Press (Start) to return to the Homebrew Launcher
1. Launch FBI from the list of homebrew 1. Launch FBI from the list of homebrew
#### Section IV - Installing CIAs #### Section IV - Installing CIAs
@ -110,7 +116,6 @@ If, before following this guide, you already had an EmuNAND setup and would like
1. Launch GodMode9 by holding (Start) during boot 1. Launch GodMode9 by holding (Start) during boot
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed 1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue 1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Press (Home) to bring up the action menu 1. Press (Home) to bring up the action menu
1. Select "Scripts..." 1. Select "Scripts..."
1. Select "setup_ctrnand_luma3ds" 1. Select "setup_ctrnand_luma3ds"

View file

@ -19,8 +19,8 @@ To extract the `.7z` files linked on this page, you will need a file archiver li
#### Section I - Prep Work #### Section I - Prep Work
1. Power off your device 1. 给设备关机
1. Insert your SD card into your computer 1. 将你的 SD 卡插入到您的计算机
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
1. Copy `boot.3dsx` to the root of your SD card 1. Copy `boot.3dsx` to the root of your SD card
1. Create a folder named `boot9strap` on the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card

View file

@ -8,13 +8,13 @@ title: "升級 A9LH 至 B9S"
本頁面適用於想更新至 boot9strap 且已安裝 arm9loaderhax 的使用者使用。 本頁面適用於想更新至 boot9strap 且已安裝 arm9loaderhax 的使用者使用。
未來的 Luma3DS 版本都只會推出 `.firm` 格式的檔案;此格式僅相容於 boot9strap 以及 sighax。 也就是說,如果您想要繼續使用最新版的 Luma3DS您應透過本教學來更新您的主機。 未來所有的 Luma3DS 版本都將以 `.firm` 形式推出,且此格式僅相容於 boot9strap 以及 sighax。 也就是說,如果您想要繼續使用最新版的 Luma3DS您應透過本章節來更新您的主機。
本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,您將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。 本頁面會有些許的[磁力](https://en.wikipedia.org/wiki/Magnet_URI_scheme)連結,您將需要個像 [Deluge](http://dev.deluge-torrent.org/wiki/Download) 的 BT 種子下載器來下載磁力連結的檔案。
要解壓此頁面中的`.7z`檔案,您將需要一個壓縮檔管理員,如 [7-Zip](http://www.7-zip.org/) 或 [The Unarchiver](https://theunarchiver.com/)。 若要解壓該頁面中的`.7z`檔案,您將需要一個壓縮檔管理員,如 [7-Zip](http://www.7-zip.org/) 或 [The Unarchiver](https://theunarchiver.com/)。
如果您先前有在 Luma3DS 中設置了安全 PIN 碼,除非您暫時將其關閉,否則 SafeB9SInstaller 安裝包將會出現『OTP Crypto Fail』的錯誤訊息。 如果您先前有在 Luma3DS 中設置了安全 PIN 碼,除非您暫時將其關閉,否則 SafeB9SInstaller 安裝包將會出現『OTP Crypto Fail』的錯誤訊息 (您可以在更新後重新設定 PIN 碼)
{: .notice--warning} {: .notice--warning}
{% capture notice-1 %} {% capture notice-1 %}
@ -42,13 +42,13 @@ title: "升級 A9LH 至 B9S"
{: .notice--info} {: .notice--info}
* <i class="fa fa-magnet" aria-hidden="true" title="這是個種子連結。 請使用一個 BT 下載器來下載此檔案。"></i> - **僅限 New 3DS 使用者:** [secret_sector.bin](magnet:?xt=urn:btih:15a3c97acf17d67af98ae8657cc66820cc58f655&dn=secret_sector.bin&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) * <i class="fa fa-magnet" aria-hidden="true" title="這是個種子連結。 請使用一個 BT 下載器來下載此檔案。"></i> - **僅限 New 3DS 使用者:** [secret_sector.bin](magnet:?xt=urn:btih:15a3c97acf17d67af98ae8657cc66820cc58f655&dn=secret_sector.bin&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce)
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)*
* The v7.0.5 release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/tag/v7.0.5) *(the `.7z` file)* * 7.0.5 版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/tag/v7.0.5) *(`.7z` 檔案)*
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap非 `devkit` 或 `ntr` 檔案)*
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * 最新版的 [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) * 最新版的 [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest)
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) * 最新版的 [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} * [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} * [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
@ -60,7 +60,7 @@ title: "升級 A9LH 至 B9S"
{: .notice--info} {: .notice--info}
1. 關閉您的主機 1. 關閉您的主機
1. 將 SD 卡插入電腦中 1. 將 SD 卡插入電腦中
1. 將 `boot.3dsx` 複製到 SD 卡根目錄中 1. 將 `boot.3dsx` 複製到 SD 卡根目錄中
1. 解壓最新版 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 1. 解壓最新版 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下
1. 解壓 v7.0.5 Luma3DS `.7z` 內的 `arm9loaderhax.bin` 到 SD 卡的根目錄底下 1. 解壓 v7.0.5 Luma3DS `.7z` 內的 `arm9loaderhax.bin` 到 SD 卡的根目錄底下
@ -145,7 +145,7 @@ title: "升級 A9LH 至 B9S"
+ 若您遇見錯誤訊息,請確保您的 SD 卡空間有 1.2GB 至 1.3GB 的剩餘空間。 + 若您遇見錯誤訊息,請確保您的 SD 卡空間有 1.2GB 至 1.3GB 的剩餘空間。
1. 按『A』 繼續 1. 按『A』 繼續
1. 同時按住『R』及『B』以卸除 SD 卡 1. 同時按住『R』及『B』以卸除 SD 卡
1. 將 SD 卡插入電腦中 1. 將 SD 卡插入電腦中
1. 從 SD 卡中的 `/gm9/out/` 資料夾中複製 `<date>_<serialnumber>_sysnand_###.bin` 及 `essential.exefs` 至電腦中安全的地方 1. 從 SD 卡中的 `/gm9/out/` 資料夾中複製 `<date>_<serialnumber>_sysnand_###.bin` 及 `essential.exefs` 至電腦中安全的地方
+ 建議備份至各個不同的地方(比如雲端硬碟中) + 建議備份至各個不同的地方(比如雲端硬碟中)
+ 這些備份檔案可於未來您磚機時用來修復系統檔案 + 這些備份檔案可於未來您磚機時用來修復系統檔案

View file

@ -6,7 +6,7 @@ title: "卡帶更新"
### 必讀事項 ### 必讀事項
所有的卡帶都有附上玩那遊戲所需要的系統更新,讓擁有比較舊的系統版本的玩家可以在離線的狀態下更新系統 所有的遊戲卡帶皆有附上執行該遊戲所需的系統更新,讓擁有較舊系統的玩家可以在離線的狀態下更新其韌體
{% capture notice-1 %} {% capture notice-1 %}

View file

@ -17,8 +17,8 @@ title: "CTRTransfer"
### 必備項目 ### 必備項目
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * 最新版的 [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the`.3dsx` file)* * 最新版的 [FBI 管理器](https://github.com/Steveice10/FBI/releases/latest) *(`.3dsx` 檔案)*
* [ctrtransfer_ticket_copy.gm9]({{ "/gm9_scripts/ctrtransfer_ticket_copy.gm9" | absolute_url }}){:download} * [ctrtransfer_ticket_copy.gm9]({{ "/gm9_scripts/ctrtransfer_ticket_copy.gm9" | absolute_url }}){:download}
* 對應您主機地區及型號的 11.5.0 CTRTransfer 鏡像檔 * 對應您主機地區及型號的 11.5.0 CTRTransfer 鏡像檔
*(如果您的主機不屬下列區域內,挑一個符合您主機型號的即可)*: *(如果您的主機不屬下列區域內,挑一個符合您主機型號的即可)*:
@ -36,7 +36,7 @@ title: "CTRTransfer"
#### 第一節 — 準備工作 #### 第一節 — 準備工作
1. 關閉您的主機 1. 關閉您的主機
1. 將 SD 卡插入電腦中 1. 將 SD 卡插入電腦中
1. 在 SD 卡的根目錄底下建立一個新資料夾 `3ds` 1. 在 SD 卡的根目錄底下建立一個新資料夾 `3ds`
1. 在 SD 卡的根目錄底下,建立一個新資料夾 `cias` 1. 在 SD 卡的根目錄底下,建立一個新資料夾 `cias`
1. 解壓 GodMode9 `.zip` 中的 `GodMode9.firm` 檔案到 SD 卡的 `/luma/payloads/` 資料夾中 1. 解壓 GodMode9 `.zip` 中的 `GodMode9.firm` 檔案到 SD 卡的 `/luma/payloads/` 資料夾中

View file

@ -14,17 +14,17 @@ title: "F3 (Linux)"
### 必備項目 ### 必備項目
* The latest version of [F3](https://github.com/AltraMayor/f3/releases/latest) * 最新版的 [F3](https://github.com/AltraMayor/f3/releases/latest)
### 操作說明 ### 操作說明
1. 解壓 f3 `.zip` 1. 解壓 f3 `.zip`
1. `cd` 至 f3 目錄中 1. `cd` 至 f3 目錄中
1. 透過 `make` 指令以編譯 F3 1. 運行 `make` 以編譯 F3
1. 將 SD 卡插入電腦中 1. 將 SD 卡插入電腦中
1. 掛載 SD 卡 1. 掛載 SD 卡
1. 輸入 `./f3write <您 SD 卡的掛載點>` 1. 輸入 `./f3write <您 SD 卡的掛載點>`
1. 等待程序完畢為止。 可以參考底下的範例。 1. 等到檢查完畢為止。 可以參考底下的範例。
~~~ bash ~~~ bash
$ ./f3write /media/michel/6135-3363/ $ ./f3write /media/michel/6135-3363/
@ -37,7 +37,7 @@ Average Writing speed: 4.90 MB/s
~~~ ~~~
1. 輸入 `./f3read <您 SD 卡的掛載點>` 1. 輸入 `./f3read <您 SD 卡的掛載點>`
1. 等待程序完畢為止。 可以參考底下的範例。 1. 等到檢查完畢為止。 可以參考底下的範例。
~~~ bash ~~~ bash
$ ./f3read /media/michel/6135-3363/ $ ./f3read /media/michel/6135-3363/
@ -56,7 +56,7 @@ Average Reading speed: 9.42 MB/s
___ ___
如果結果顯示`Data LOST: 0.00 Byte (0 sectors)`,則表示您的 SD 卡是沒問題的,接著就可以刪除卡上所有的`.h2w`檔案了 如果結果顯示 `Data LOST: 0.00 Byte (0 sectors)`,則表示您的 SD 卡是沒問題的,接著就可以刪除 SD 卡中所有的 `.h2w` 檔案了
{: .notice--success} {: .notice--success}
如果出現任何其他結果,您的 SD 卡可能是有問題且需要更換的! 如果出現任何其他結果,您的 SD 卡可能是有問題且需要更換的!

View file

@ -14,16 +14,16 @@ title: "F3X (Mac)"
### 必備項目 ### 必備項目
* The latest release of [F3X](https://github.com/insidegui/F3X/releases/latest) * 最新版的 [F3X](https://github.com/insidegui/F3X/releases/latest)
### 操作說明 ### 操作說明
1. 解壓 F3X `.zip` 壓縮檔 1. 解壓 F3X `.zip` 壓縮檔
1. 將 SD 卡插入電腦中 1. 將 SD 卡插入電腦中
1. 開啟 F3X 1. 開啟 F3X
1. 選擇您的 SD 卡 1. 選擇您的 SD 卡
1. 按下『開始測試(Start Test)』 1. 按下『開始測試 (Start Test)』
1. 等待程序完畢為止。 1. 等到檢查完畢為止。
___ ___

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