diff --git a/_pages/af_ZA/a9lh-to-b9s.txt b/_pages/af_ZA/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/af_ZA/a9lh-to-b9s.txt +++ b/_pages/af_ZA/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/af_ZA/ctrtransfer.txt b/_pages/af_ZA/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/af_ZA/ctrtransfer.txt +++ b/_pages/af_ZA/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/af_ZA/finalizing-setup.txt b/_pages/af_ZA/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/af_ZA/finalizing-setup.txt +++ b/_pages/af_ZA/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/af_ZA/godmode9-usage.txt b/_pages/af_ZA/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/af_ZA/godmode9-usage.txt +++ b/_pages/af_ZA/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/af_ZA/home.txt b/_pages/af_ZA/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/af_ZA/home.txt +++ b/_pages/af_ZA/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/af_ZA/homebrew-launcher-(alternatives).txt b/_pages/af_ZA/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/af_ZA/homebrew-launcher-(alternatives).txt +++ b/_pages/af_ZA/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/af_ZA/homebrew-launcher-(soundhax).txt b/_pages/af_ZA/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/af_ZA/homebrew-launcher-(soundhax).txt +++ b/_pages/af_ZA/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/af_ZA/installing-boot9strap-(2xrsa).txt b/_pages/af_ZA/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/af_ZA/installing-boot9strap-(2xrsa).txt +++ b/_pages/af_ZA/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/af_ZA/installing-boot9strap-(browser).txt b/_pages/af_ZA/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/af_ZA/installing-boot9strap-(browser).txt +++ b/_pages/af_ZA/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/af_ZA/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/af_ZA/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/af_ZA/installing-boot9strap-(hardmod).txt b/_pages/af_ZA/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/af_ZA/installing-boot9strap-(hardmod).txt +++ b/_pages/af_ZA/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt b/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/af_ZA/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/af_ZA/installing-boot9strap-(mset).txt b/_pages/af_ZA/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/af_ZA/installing-boot9strap-(mset).txt +++ b/_pages/af_ZA/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/af_ZA/installing-boot9strap-(ntrboot).txt b/_pages/af_ZA/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/af_ZA/installing-boot9strap-(ntrboot).txt +++ b/_pages/af_ZA/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/af_ZA/move-emunand.txt b/_pages/af_ZA/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/af_ZA/move-emunand.txt +++ b/_pages/af_ZA/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/af_ZA/region-changing.txt b/_pages/af_ZA/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/af_ZA/region-changing.txt +++ b/_pages/af_ZA/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/af_ZA/site-navigation.txt b/_pages/af_ZA/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/af_ZA/site-navigation.txt +++ b/_pages/af_ZA/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/af_ZA/uninstall-cfw.txt b/_pages/af_ZA/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/af_ZA/uninstall-cfw.txt +++ b/_pages/af_ZA/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/af_ZA/updating-b9s.txt b/_pages/af_ZA/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/af_ZA/updating-b9s.txt +++ b/_pages/af_ZA/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ar_SA/a9lh-to-b9s.txt b/_pages/ar_SA/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/ar_SA/a9lh-to-b9s.txt +++ b/_pages/ar_SA/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ar_SA/ctrtransfer.txt b/_pages/ar_SA/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/ar_SA/ctrtransfer.txt +++ b/_pages/ar_SA/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ar_SA/finalizing-setup.txt b/_pages/ar_SA/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/ar_SA/finalizing-setup.txt +++ b/_pages/ar_SA/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ar_SA/godmode9-usage.txt b/_pages/ar_SA/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/ar_SA/godmode9-usage.txt +++ b/_pages/ar_SA/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/ar_SA/home.txt b/_pages/ar_SA/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/ar_SA/home.txt +++ b/_pages/ar_SA/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ar_SA/homebrew-launcher-(alternatives).txt b/_pages/ar_SA/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/ar_SA/homebrew-launcher-(alternatives).txt +++ b/_pages/ar_SA/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ar_SA/homebrew-launcher-(soundhax).txt b/_pages/ar_SA/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/ar_SA/homebrew-launcher-(soundhax).txt +++ b/_pages/ar_SA/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ar_SA/installing-boot9strap-(2xrsa).txt b/_pages/ar_SA/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/ar_SA/installing-boot9strap-(2xrsa).txt +++ b/_pages/ar_SA/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ar_SA/installing-boot9strap-(browser).txt b/_pages/ar_SA/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/ar_SA/installing-boot9strap-(browser).txt +++ b/_pages/ar_SA/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ar_SA/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ar_SA/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ar_SA/installing-boot9strap-(hardmod).txt b/_pages/ar_SA/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/ar_SA/installing-boot9strap-(hardmod).txt +++ b/_pages/ar_SA/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt b/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ar_SA/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ar_SA/installing-boot9strap-(mset).txt b/_pages/ar_SA/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/ar_SA/installing-boot9strap-(mset).txt +++ b/_pages/ar_SA/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ar_SA/installing-boot9strap-(ntrboot).txt b/_pages/ar_SA/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/ar_SA/installing-boot9strap-(ntrboot).txt +++ b/_pages/ar_SA/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ar_SA/move-emunand.txt b/_pages/ar_SA/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/ar_SA/move-emunand.txt +++ b/_pages/ar_SA/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/ar_SA/region-changing.txt b/_pages/ar_SA/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/ar_SA/region-changing.txt +++ b/_pages/ar_SA/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ar_SA/site-navigation.txt b/_pages/ar_SA/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/ar_SA/site-navigation.txt +++ b/_pages/ar_SA/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ar_SA/uninstall-cfw.txt b/_pages/ar_SA/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/ar_SA/uninstall-cfw.txt +++ b/_pages/ar_SA/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/ar_SA/updating-b9s.txt b/_pages/ar_SA/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/ar_SA/updating-b9s.txt +++ b/_pages/ar_SA/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ca_ES/a9lh-to-b9s.txt b/_pages/ca_ES/a9lh-to-b9s.txt index 6dc1eeb2fd..fd6209ce7b 100644 --- a/_pages/ca_ES/a9lh-to-b9s.txt +++ b/_pages/ca_ES/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Premeu (A) per confirmar @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ca_ES/ctrtransfer.txt b/_pages/ca_ES/ctrtransfer.txt index 9f2866670d..25eb6f3d60 100644 --- a/_pages/ca_ES/ctrtransfer.txt +++ b/_pages/ca_ES/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ca_ES/finalizing-setup.txt b/_pages/ca_ES/finalizing-setup.txt index fb2c479b5a..b4a63ad138 100644 --- a/_pages/ca_ES/finalizing-setup.txt +++ b/_pages/ca_ES/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Què necessiteu + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instruccions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Premeu (A) per confirmar @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ca_ES/godmode9-usage.txt b/_pages/ca_ES/godmode9-usage.txt index 46772ce169..b7070d51cb 100644 --- a/_pages/ca_ES/godmode9-usage.txt +++ b/_pages/ca_ES/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Premeu (A) per confirmar diff --git a/_pages/ca_ES/home.txt b/_pages/ca_ES/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/ca_ES/home.txt +++ b/_pages/ca_ES/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ca_ES/homebrew-launcher-(alternatives).txt b/_pages/ca_ES/homebrew-launcher-(alternatives).txt index 61d6eff612..b163586558 100644 --- a/_pages/ca_ES/homebrew-launcher-(alternatives).txt +++ b/_pages/ca_ES/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Què necessiteu -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instruccions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ca_ES/homebrew-launcher-(soundhax).txt b/_pages/ca_ES/homebrew-launcher-(soundhax).txt index d0ddd27767..f8468307e5 100644 --- a/_pages/ca_ES/homebrew-launcher-(soundhax).txt +++ b/_pages/ca_ES/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Què necessiteu -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instruccions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ca_ES/installing-boot9strap-(2xrsa).txt b/_pages/ca_ES/installing-boot9strap-(2xrsa).txt index 5c8b855a1f..c6c0627c4e 100644 --- a/_pages/ca_ES/installing-boot9strap-(2xrsa).txt +++ b/_pages/ca_ES/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruccions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ca_ES/installing-boot9strap-(browser).txt b/_pages/ca_ES/installing-boot9strap-(browser).txt index 43cdb17007..7a60277728 100644 --- a/_pages/ca_ES/installing-boot9strap-(browser).txt +++ b/_pages/ca_ES/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruccions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt index d65c636aac..56fd44193f 100644 --- a/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ca_ES/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Premeu (A) per confirmar @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt index a657584f4d..9077868881 100644 --- a/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ca_ES/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Premeu (A) per confirmar @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ca_ES/installing-boot9strap-(hardmod).txt b/_pages/ca_ES/installing-boot9strap-(hardmod).txt index d764c9e54b..75bffb6beb 100644 --- a/_pages/ca_ES/installing-boot9strap-(hardmod).txt +++ b/_pages/ca_ES/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt b/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt index 90317db843..d9ebccfce1 100644 --- a/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ca_ES/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instruccions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ca_ES/installing-boot9strap-(mset).txt b/_pages/ca_ES/installing-boot9strap-(mset).txt index 9fbe59844f..f06362b35e 100644 --- a/_pages/ca_ES/installing-boot9strap-(mset).txt +++ b/_pages/ca_ES/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instruccions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ca_ES/installing-boot9strap-(ntrboot).txt b/_pages/ca_ES/installing-boot9strap-(ntrboot).txt index 9145dad461..a1af6700e6 100644 --- a/_pages/ca_ES/installing-boot9strap-(ntrboot).txt +++ b/_pages/ca_ES/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruccions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ca_ES/move-emunand.txt b/_pages/ca_ES/move-emunand.txt index fbb078bfdf..b2078787c0 100644 --- a/_pages/ca_ES/move-emunand.txt +++ b/_pages/ca_ES/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Premeu (A) per confirmar diff --git a/_pages/ca_ES/region-changing.txt b/_pages/ca_ES/region-changing.txt index 638621d8cb..dd462de31f 100644 --- a/_pages/ca_ES/region-changing.txt +++ b/_pages/ca_ES/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ca_ES/site-navigation.txt b/_pages/ca_ES/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/ca_ES/site-navigation.txt +++ b/_pages/ca_ES/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ca_ES/uninstall-cfw.txt b/_pages/ca_ES/uninstall-cfw.txt index ddc1393112..1c88745d50 100644 --- a/_pages/ca_ES/uninstall-cfw.txt +++ b/_pages/ca_ES/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/ca_ES/updating-b9s.txt b/_pages/ca_ES/updating-b9s.txt index 88383a35bf..7dc319f039 100644 --- a/_pages/ca_ES/updating-b9s.txt +++ b/_pages/ca_ES/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/cs_CZ/a9lh-to-b9s.txt b/_pages/cs_CZ/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/cs_CZ/a9lh-to-b9s.txt +++ b/_pages/cs_CZ/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/cs_CZ/ctrtransfer.txt b/_pages/cs_CZ/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/cs_CZ/ctrtransfer.txt +++ b/_pages/cs_CZ/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/cs_CZ/finalizing-setup.txt b/_pages/cs_CZ/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/cs_CZ/finalizing-setup.txt +++ b/_pages/cs_CZ/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/cs_CZ/godmode9-usage.txt b/_pages/cs_CZ/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/cs_CZ/godmode9-usage.txt +++ b/_pages/cs_CZ/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/cs_CZ/home.txt b/_pages/cs_CZ/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/cs_CZ/home.txt +++ b/_pages/cs_CZ/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/cs_CZ/homebrew-launcher-(alternatives).txt b/_pages/cs_CZ/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/cs_CZ/homebrew-launcher-(alternatives).txt +++ b/_pages/cs_CZ/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/cs_CZ/homebrew-launcher-(soundhax).txt b/_pages/cs_CZ/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/cs_CZ/homebrew-launcher-(soundhax).txt +++ b/_pages/cs_CZ/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt b/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt +++ b/_pages/cs_CZ/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/cs_CZ/installing-boot9strap-(browser).txt b/_pages/cs_CZ/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/cs_CZ/installing-boot9strap-(browser).txt +++ b/_pages/cs_CZ/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt b/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/cs_CZ/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/cs_CZ/installing-boot9strap-(hardmod).txt b/_pages/cs_CZ/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/cs_CZ/installing-boot9strap-(hardmod).txt +++ b/_pages/cs_CZ/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt b/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/cs_CZ/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/cs_CZ/installing-boot9strap-(mset).txt b/_pages/cs_CZ/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/cs_CZ/installing-boot9strap-(mset).txt +++ b/_pages/cs_CZ/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/cs_CZ/installing-boot9strap-(ntrboot).txt b/_pages/cs_CZ/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/cs_CZ/installing-boot9strap-(ntrboot).txt +++ b/_pages/cs_CZ/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/cs_CZ/move-emunand.txt b/_pages/cs_CZ/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/cs_CZ/move-emunand.txt +++ b/_pages/cs_CZ/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/cs_CZ/region-changing.txt b/_pages/cs_CZ/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/cs_CZ/region-changing.txt +++ b/_pages/cs_CZ/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/cs_CZ/site-navigation.txt b/_pages/cs_CZ/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/cs_CZ/site-navigation.txt +++ b/_pages/cs_CZ/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/cs_CZ/uninstall-cfw.txt b/_pages/cs_CZ/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/cs_CZ/uninstall-cfw.txt +++ b/_pages/cs_CZ/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/cs_CZ/updating-b9s.txt b/_pages/cs_CZ/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/cs_CZ/updating-b9s.txt +++ b/_pages/cs_CZ/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/da_DK/a9lh-to-b9s.txt b/_pages/da_DK/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/da_DK/a9lh-to-b9s.txt +++ b/_pages/da_DK/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/da_DK/ctrtransfer.txt b/_pages/da_DK/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/da_DK/ctrtransfer.txt +++ b/_pages/da_DK/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/da_DK/finalizing-setup.txt b/_pages/da_DK/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/da_DK/finalizing-setup.txt +++ b/_pages/da_DK/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/da_DK/godmode9-usage.txt b/_pages/da_DK/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/da_DK/godmode9-usage.txt +++ b/_pages/da_DK/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/da_DK/home.txt b/_pages/da_DK/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/da_DK/home.txt +++ b/_pages/da_DK/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/da_DK/homebrew-launcher-(alternatives).txt b/_pages/da_DK/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/da_DK/homebrew-launcher-(alternatives).txt +++ b/_pages/da_DK/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/da_DK/homebrew-launcher-(soundhax).txt b/_pages/da_DK/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/da_DK/homebrew-launcher-(soundhax).txt +++ b/_pages/da_DK/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/da_DK/installing-boot9strap-(2xrsa).txt b/_pages/da_DK/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/da_DK/installing-boot9strap-(2xrsa).txt +++ b/_pages/da_DK/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/da_DK/installing-boot9strap-(browser).txt b/_pages/da_DK/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/da_DK/installing-boot9strap-(browser).txt +++ b/_pages/da_DK/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/da_DK/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt b/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/da_DK/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/da_DK/installing-boot9strap-(hardmod).txt b/_pages/da_DK/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/da_DK/installing-boot9strap-(hardmod).txt +++ b/_pages/da_DK/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt b/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/da_DK/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/da_DK/installing-boot9strap-(mset).txt b/_pages/da_DK/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/da_DK/installing-boot9strap-(mset).txt +++ b/_pages/da_DK/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/da_DK/installing-boot9strap-(ntrboot).txt b/_pages/da_DK/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/da_DK/installing-boot9strap-(ntrboot).txt +++ b/_pages/da_DK/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/da_DK/move-emunand.txt b/_pages/da_DK/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/da_DK/move-emunand.txt +++ b/_pages/da_DK/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/da_DK/region-changing.txt b/_pages/da_DK/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/da_DK/region-changing.txt +++ b/_pages/da_DK/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/da_DK/site-navigation.txt b/_pages/da_DK/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/da_DK/site-navigation.txt +++ b/_pages/da_DK/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/da_DK/uninstall-cfw.txt b/_pages/da_DK/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/da_DK/uninstall-cfw.txt +++ b/_pages/da_DK/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/da_DK/updating-b9s.txt b/_pages/da_DK/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/da_DK/updating-b9s.txt +++ b/_pages/da_DK/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/de_DE/a9lh-to-b9s.txt b/_pages/de_DE/a9lh-to-b9s.txt index 9e492dbba6..87e0d36300 100644 --- a/_pages/de_DE/a9lh-to-b9s.txt +++ b/_pages/de_DE/a9lh-to-b9s.txt @@ -32,7 +32,7 @@ Es gibt Berichte über eine Welle von Banns, die Nintendo an CFW-Nutzer aushänd Beachte, dass die folgende Datei namens `secret_sector.bin` die gleiche ist, die auch in den verschiedenen Versionen der `data_input.zip` enthalten ist. Wenn du diese Datei irgendwo auf deiner Festplatte hast, kannst du diese benutzen anstatt die folgende Datei herunterzuladen. {: .notice--info} -Note that, only on New 3DS, `secret_sector.bin` is needed to revert the arm9loaderhax exploit, which is why it is not needed for the installation of boot9strap on a stock console. Wenn du keinen New 3DS hast, brauchst du die `secret_sector.bin` Datei nicht. +Beachte, dass auf dem New 3DS die `secret_sector.bin` benötigt wird, um den arm9loaderhax-Exploit umzukehren, deswegen ist diese Datei nicht nötig um boot9strap auf einer unmodifizierten Konsole zu installieren. Wenn du keinen New 3DS hast, brauchst du die `secret_sector.bin` Datei nicht. {: .notice--info} * - **Nur New 3DS Benutzer:** [`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) @@ -63,7 +63,7 @@ Note that, only on New 3DS, `secret_sector.bin` is needed to revert the arm9load 1. Kopiere `Godmode9.firm`von der `Godmode9.zip`-Datei nach `/luma/payloads/` auf deiner SD Karte 1. Kopiere den Ordner `gm9` aus der GodMode9 `.zip` in das Stammverzeichnis deiner SD-Karte 1. Kopiere `setup_ctrnand_luma3ds.gm9` nach `/gm9/scripts/` auf deiner SD-Karte -1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card +1. Kopiere `cleanup_sd_card.gm9` in den `/gm9/scripts/` Ordner auf deiner SD-Karte 1. Kopiere `SafeB9SInstaller.bin` von der SafeB9SInstaller `.zip` in den `/luma/payloads/`-Ordner deiner SD-Karte 1. Benenne `SafeB9SInstaller.bin` in dem `/luma/payloads/`-Ordner auf deiner SD-Karte zu `start_SafeB9SInstaller.bin` um 1. Kopiere `boot9strap.firm` und `boot9strap.firm.sha` aus der boot9strap `.zip` in den `/boot9strap/`-Ordner auf deiner SD-Karte @@ -82,7 +82,7 @@ Note that, only on New 3DS, `secret_sector.bin` is needed to revert the arm9load 1. Starte den SafeBS9Installer, indem du (A) drückst + Falls du dadurch eine Fehlermeldung erhälst, solltest du es entweder mit einer anderen SD-Karte versuchen, oder die SD-Karte formatieren (mache davor ein Backup) 1. Warte auf alle Sicherheitsüberprüfungen - + Bekommst du einen "OTP Crypto Fail"-Fehler, lade - [`aeskeydb.bin`](magnet:?xt=urn:btih:d25dab06a7e127922d70ddaa4fe896709dc99a1e&dn=aeskeydb.bin&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%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%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce), then put it in the `/boot9strap/` folder on your SD card and try again + + Bekommst du einen "OTP Crypto Fail"-Fehler, lade - [`aeskeydb.bin`](magnet:?xt=urn:btih:d25dab06a7e127922d70ddaa4fe896709dc99a1e&dn=aeskeydb.bin&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%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%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce), dann kopiere die Datei in den `/boot9strap/` Ordner auf deiner SD-Karte und versuche es erneut 1. Gib die Tastenkombination zur Bestätigung ein, wenn danach verlangt wird 1. Sobald dies abgeschlossen ist drücke (A) um das Gerät neuzustarten. + Wenn sich dein Gerät beim Startvorgang ausschaltet, solltest du sicherstellen, dass du die `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis der SD-Karte kopiert hast @@ -96,7 +96,7 @@ Dieser Abschnitt wird nur benötigt, wenn du nach dem Neustart im Luma3DS-Konfig + **"Show NAND or user string in System Settings"** 1. Drücke (Start) zum Speichern und neustarten -##### Section IV - Updating the System +##### Abschnitt IV - Aktualisierung des Systems 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. {: .notice--info} @@ -104,7 +104,7 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in 1. Aktualisiere deinen 3DS, indem zu zu den Systemeinstellungen gehst, dann "Allgemeine Einstellungen" auswählst und dann "System-Update" startest + Updates mit B9S + Luma (welches du hast) sind sicher + Wenn eine Fehlermeldung auftaucht, musst du in den DNS-Einstellungen die Option "Ja" auswählen, wenn du gefragt wirst, ob die DNS automatisch bezogen werden soll - + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + + Sollte immer noch ein Fehler auftreten, [befolge diese Schritte](ctrtransfer) und versuche es dann erneut ##### Abschnitt V - Installation des Luma3DS Updaters @@ -118,8 +118,9 @@ 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. Wenn du aufgefordert wirst, ein "essential files backup" durchzuführen, drücke (A). Drücke erneut (A) nachdem es abgeschlossen ist +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. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "setup_ctrnand_luma3ds" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren @@ -130,7 +131,6 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in #### Abschnitt 7 - Erstellung eines Backup für SysNAND 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "Backup SysNAND" 1. Drücke (A), um zu bestätigen @@ -141,22 +141,21 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in 1. Kopiere `_nandmin_###.bin` aus dem Ordner `/gm9/out/` auf deiner SD-Karte an einen sicheren Ort auf deinem Computer + Erstelle Backup Dateien an mehreren Orten (USB-Stick, PC, Externe Festplatte, Online-Speicher, etc.) + Diese Sicherheitskopie wird dich vor einem Brick schützen, falls in der Zukunft etwas schief gehen sollte - + Replace your old arm9loaderhax NAND backup with this new boot9strap one + + Ersetze dein altes arm9loaderhax NAND-Backup durch das neue boot9strap-Backup 1. Lösche `_nandmin_###.bin` aus dem Ordner `/gm9/out/` auf deiner SD-Karte, nach dem Kopieren 1. Stecke deine SD-Karte nun wieder in deinen 3DS -##### Section VIII - Cleanup SD Card +##### Abschnitt 8 - Die SD-Karte aufräumen -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +Beachte, dass dieses Skript die Ordner `/boot9strap/` und `/cias/` von deiner SD-Karte entfernt! {: .notice--danger} 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" -1. Select "cleanup_sd_card" +1. Wähle "cleanup_sd_card" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren 1. Drücke (A) um fortzufahren -1. Press (Start) to reboot +1. Drücke (Start), um das System neu zu starten ___ diff --git a/_pages/de_DE/ctrtransfer.txt b/_pages/de_DE/ctrtransfer.txt index c5ef37a3c4..63f3118ff4 100644 --- a/_pages/de_DE/ctrtransfer.txt +++ b/_pages/de_DE/ctrtransfer.txt @@ -2,13 +2,13 @@ title: "CTRTransfer" --- -This is add-on section for installing an 11.5.0 CTRTransfer image to your device. +Dies ist der zusätzliche Teil, um ein 11.5.0 CTRTransfer-Image auf deiner Konsole zu installieren. Um die [Magnet-Links](https://en.wikipedia.org/wiki/Magnet_URI_scheme) auf dieser Seite zu nutzen, brauchst du einen Torrent-Programm wie [Deluge](http://dev.deluge-torrent.org/wiki/Download) Beachte: Sollten noch weitere Dateien als nur die`GodMode9.firm` Datei im `/luma/payloads/` Ordner auf deiner SD-Karte sein, starte das "Chainloader Menu", indem du beim Starten der Konsole die (Start) Taste gedrückt hältst und in welchem du dann das D-Pad und die (A) Taste verwenden musst um "GodMode9", für die Anleitung, auszuwählen. -You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use this. +Du MUST schon Luma3DS mit boot9strap oder arm9loaderhax installiert haben und dies nutzen zu können. {: .notice--danger} #### Was du brauchst @@ -16,16 +16,16 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t * Der neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Die neueste Version von [FBI](https://github.com/Steveice10/FBI/releases/latest) *(die `.cia` Datei)* * [`ctrtransfer_ticket_copy.gm9`]({{ base_path }}/gm9_scripts/ctrtransfer_ticket_copy.gm9) -* The 11.5.0 CTRTransfer image for your device and region +* Das 11.5.0 CTRTransfer-Image für deine Konsole und Region *(Wenn dein Gerät nicht aus einer dieser Regionen ist, wähle einfach eine Region aus, die zu deinem Gerät passt)*: - + - [New 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) - + - [New 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) - + - [New 3DS or 2DS - 11.5.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:c9e4de20d30b80032a5dd6f675fecb6d748f71b1&dn=11.5.0-34K_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) - + - [New 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2b0a71a2523328e447938fea7b4c02ebe0b72705&dn=11.5.0-38U_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:c9e4de20d30b80032a5dd6f675fecb6d748f71b1&dn=11.5.0-34K_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2b0a71a2523328e447938fea7b4c02ebe0b72705&dn=11.5.0-38U_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) ~ - + - [Old 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:df0836a731778ab6ffe9a8c658400c782f0225cd&dn=11.5.0-38E_ctrtransfer_o3ds.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce) - + - [Old 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:d8913b4c0da224e8852fa2f685c41ddbce5310bc&dn=11.5.0-38J_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce) - + - [Old 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2708089605ca47387fa64e996a699eedd18031e8&dn=11.5.0-38U_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) + + - [Old 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:df0836a731778ab6ffe9a8c658400c782f0225cd&dn=11.5.0-38E_ctrtransfer_o3ds.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce) + + - [Old 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:d8913b4c0da224e8852fa2f685c41ddbce5310bc&dn=11.5.0-38J_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce) + + - [Old 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2708089605ca47387fa64e996a699eedd18031e8&dn=11.5.0-38U_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) #### Anleitung @@ -37,7 +37,7 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Kopiere `GodMode9.firm`von der `GodMode9.zip`-Datei nach /luma/payloads/ auf deiner SD-Karte 1. Kopiere den Ordner `gm9` aus der GodMode9 `.zip` in das Stammverzeichnis deiner SD-Karte 1. Kopiere `ctrtransfer_ticket_copy.gm9` nach `/gm9/scripts/` auf deiner SD-Karte -1. Copy the 11.5.0 CTRTransfer image `.bin` from the CTRTransfer `.zip` to the `/gm9/` folder on your SD card +1. Kopiere das 11.5.0 CTRTransfer-Image (Dateiendung: `.bin`) aus dem CTRTransfer-Archiv nach `/gm9/` auf deiner SD-Karte 1. Kopiere `FBI.3dsx` in den `/3ds/`-Ordner auf deiner SD-Karte 1. Stecke deine SD-Karte nun wieder in deinen 3DS @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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. 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. Navigiere zu `[0:] SDCARD` -> `gm9` 1. Drücke (A) auf der CTRTrasnfer `.bin`, um diese auszuwählen 1. Wähle "CTRNAND Options..." aus @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Drücke (B), um die Schreibrechte nicht zu deaktiveren 1. Drücke zweimal (B), um zurück in das Hauptmenü zu gelangen 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "ctrtransfer_ticket_copy" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren diff --git a/_pages/de_DE/finalizing-setup.txt b/_pages/de_DE/finalizing-setup.txt index 2caf7acc5b..bf3a7ddeb9 100644 --- a/_pages/de_DE/finalizing-setup.txt +++ b/_pages/de_DE/finalizing-setup.txt @@ -8,8 +8,6 @@ Die Datei "boot.firm", die von boot9strap gestartet wird nachdem es vom NAND gel In diesem Fall verwendest du Luma3DS von [AuroraWright](https://github.com/AuroraWright/), um direkt einen gepatchten SysNAND zu starten. Dies erlaubt es dir, die Notwendigkeit eines EmuNAND jeglicher Art komplett zu umgehen, was die Nutzung eines gehackten 3DS wesentlich erleichtert, sowie Speicherplatz auf der SD-Karte spart. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Während dieses Prozesses richtest du auch folgende Programme ein: + **FBI** *(installiert Spiele und Anwendungen im CIA-Format)* @@ -18,9 +16,48 @@ Während dieses Prozesses richtest du auch folgende Programme ein: + **GodMode9** *(Multifunktionstool, welches NAND- und Cartridge-Funktionen ausführen kann)* + **Homebrew Launcher Loader** *(startet den Homebrew Launcher als normale Anwendung dank Rosalinas Magie)* +#### Was du brauchst + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Der neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Anleitung -##### Section I - Updating the System +##### Abschnitt I - Vorbereitung + +1. Schalte deinen 3DS aus +1. Stecke deine SD-Karte in deinen Computer +1. Kopiere `FBI.3dsx` in den `/3ds/`-Ordner auf deiner SD-Karte +1. Erstelle einen Ordner namens `cias` im Stammverzeichnis deiner SD-Karte, falls er noch nicht existiert +1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card +1. Kopiere `lumaupdater.cia` in den `/cias/`-Ordner auf deiner SD-Karte +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Kopiere `Godmode9.firm`von der `Godmode9.zip`-Datei nach `/luma/payloads/` auf deiner SD Karte +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Kopiere den Ordner `gm9` aus der GodMode9 `.zip` in das Stammverzeichnis deiner SD-Karte +1. Kopiere `setup_ctrnand_luma3ds.gm9` nach `/gm9/scripts/` auf deiner SD-Karte +1. Kopiere `cleanup_sd_card.gm9` in den `/gm9/scripts/` Ordner auf deiner SD-Karte + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Stecke deine SD-Karte nun wieder in deinen 3DS +1. Schalte deine Konsole an + +##### Section II - Updating the System Falls du während einer älteren Version dieser Anleitung einen CTRTransfer von einem *New 3DS* zu 2.1.0 gemacht hast, ist es Zeit [dein NAND-Backup zurückzustellen][restore your NAND backup](godmode9-usage#nand_restore) bevor du fortfährst. {: .notice--danger} @@ -31,9 +68,9 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in 1. Aktualisiere deinen 3DS, indem zu zu den Systemeinstellungen gehst, dann "Allgemeine Einstellungen" auswählst und dann "System-Update" startest + Updates mit B9S + Luma (welches du hast) sind sicher + Wenn eine Fehlermeldung auftaucht, musst du in den DNS-Einstellungen die Option "Ja" auswählen, wenn du gefragt wirst, ob die DNS automatisch bezogen werden soll - + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again + + Sollte immer noch ein Fehler auftreten, [befolge diese Schritte](ctrtransfer) und versuche es dann erneut -##### Section II - Launching OCS +##### Abschnitt III - Starten von FBI 1. Starte die Download-Spiel Anwendung 1. Drücke gleichzeitig (L) + (Steuerkreuz unten) + (Select) um das Rosalina Menü zu öffnen @@ -44,26 +81,28 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in 1. Drücke (B), um das Rosalina-Menü zu schließen 1. Drücke (Home) und schließe die Download-Spiel Anwendung 1. Starte die Download-Spiel Anwendung -1. Your device should load OCS +1. Deine Konsole sollte den Homebrew Launcher laden -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Starte FBI aus der Liste des Homebrews +1. Navigiere zu `SD` -> `cias` +1. Wähle "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Drücke (Home) und schließe die Download-Spiel Anwendung -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Starte die DSP1 anwendung 1. Ist dies abgeschlossen, drücke (B) um die App zu löschen und zum Home Menü zurückzukehren -##### Section V - CTRNAND Luma3DS +##### Abschnitt VI - CTRNAND Luma3DS 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. 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. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "setup_ctrnand_luma3ds" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren @@ -71,10 +110,9 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in 1. Drücke (A) um fortzufahren 1. Drücke (A), um die Schreibrechte zu deaktivieren -##### Section VI - Backup SysNAND +#### Abschnitt 7 - Erstellung eines Backup für SysNAND 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "Backup SysNAND" 1. Drücke (A), um zu bestätigen @@ -88,15 +126,14 @@ Wenn du vor dieser Anleitung bereits einen EmuNAND hattest und dessen Inhalte in 1. Lösche `_nandmin_###.bin` aus dem Ordner `/gm9/out/` auf deiner SD-Karte, nach dem Kopieren 1. Stecke deine SD-Karte nun wieder in deinen 3DS -##### Section VII - Cleanup SD Card +##### Abschnitt 8 - Die SD-Karte aufräumen 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Select "cleanup_sd_card" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren 1. Drücke (A) um fortzufahren -1. Press (Start) to reboot +1. Drücke (Start), um das System neu zu starten ___ diff --git a/_pages/de_DE/flashing-ntrboot-(3ds-multi-system).txt b/_pages/de_DE/flashing-ntrboot-(3ds-multi-system).txt index 587c9dcc26..593a8de9c0 100644 --- a/_pages/de_DE/flashing-ntrboot-(3ds-multi-system).txt +++ b/_pages/de_DE/flashing-ntrboot-(3ds-multi-system).txt @@ -1,26 +1,26 @@ --- -title: "Flashing ntrboot (3DS Multi System)" +title: "ntrboot flashen (3DS Multi-System)" --- -Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot) +Bevor du fortfährst solltest du sicherstellen, dass du alle Informationen zu [ntrboot](ntrboot) gelesen hast -Note that R4i Gold 3DS RTS flashcarts will not be able to be used for their standard functions (such as launching `.nds` files) while the ntrboot exploit is installed on it. This does not apply to the Acekard 2i. +Beachte, dass du die Standardfunktionen (wie zum Beispiel `.nds` Dateien) von deiner R4i Gold 3DS RTS Flashkarte nicht mehr verwenden kannst, sobald du ntrboot installiert hast. Ausgenommen hiervon sind Acekard 2i Flashkarten. -There are optional steps at the end of the ntrboot boot9strap installation instructions to remove the ntrboot exploit from your flashcart when you are done. +Am Ende der ntrboot boot9strap Installation findest du weitere optionale Schritte, um ntrboot von deiner Flashkarte wieder zu entfernen. -This method requires temporary access to a second 3DS family device that is already running some kind of custom firmware (such as boot9strap or arm9loaderhax). It is compatible with the following flashcarts: +Diese Methode benötigt ein zweites 3DS System, welches bereits eine Custom Firmware (boot9strap oder arm9loaderhax) installiert hat. ntrboot ist kompatibel mit folgenden Modulen: + [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) + [R4i Gold 3DS RTS](http://www.nds-card.com/ProShow.asp?ProID=149) -Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +In manchen seltenen Fällen ist es möglich, das während des Flashens einer gefälschten Flashkarte diese **gebrickt** wird und somit permanent unbenutzbar wird. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) {: .notice--danger} #### Was du brauchst -* Your ntrboot compatible flashcart +* Eine ntrboot kompatible Flashkarte * Two 3DS family devices - + **The source 3DS**: the 3DS family device that is already running some kind of custom firmware (such as boot9strap) + + **Den Quell-3DS**: Ein Gerät der 3DS-Familie, welcher bereits eine Version einer Custom Firmware nutzt (beispielsweise boot9strap) + **The target 3DS**: the device on stock firmware * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(`ntr` boot9strap; not the `devkit` file)* * The latest release of [ntrboot_flasher](https://github.com/kitling/ntrboot_flasher/releases/latest) diff --git a/_pages/de_DE/flashing-ntrboot-(dsi).txt b/_pages/de_DE/flashing-ntrboot-(dsi).txt index 2ae53a8ad6..5f1b50ad2f 100644 --- a/_pages/de_DE/flashing-ntrboot-(dsi).txt +++ b/_pages/de_DE/flashing-ntrboot-(dsi).txt @@ -14,12 +14,12 @@ Note that more recent DSi versions have blocked access to some flashcarts. This + R4i Ultra : <= 1.4.1 + Infinity 3 R4i : <= 1.4.5 -Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +In manchen seltenen Fällen ist es möglich, das während des Flashens einer gefälschten Flashkarte diese **gebrickt** wird und somit permanent unbenutzbar wird. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) {: .notice--danger} #### Was du brauchst -* Your ntrboot compatible flashcart +* Eine ntrboot kompatible Flashkarte * Two devices + **The source DSi**: the Nintendo DSi which is compatible with your flashcart + **The target 3DS**: the 3DS family device on stock firmware diff --git a/_pages/de_DE/flashing-ntrboot-(nds).txt b/_pages/de_DE/flashing-ntrboot-(nds).txt index 1d98be1b3b..f1693d877b 100644 --- a/_pages/de_DE/flashing-ntrboot-(nds).txt +++ b/_pages/de_DE/flashing-ntrboot-(nds).txt @@ -4,9 +4,9 @@ title: "Flashing ntrboot (NDS)" Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot) -Note that R4i Gold 3DS RTS flashcarts will not be able to be used for their standard functions (such as launching `.nds` files) while the ntrboot exploit is installed on it. This does not apply to the Acekard 2i. +Beachte, dass du die Standardfunktionen (wie zum Beispiel `.nds` Dateien) von deiner R4i Gold 3DS RTS Flashkarte nicht mehr verwenden kannst, sobald du ntrboot installiert hast. Ausgenommen hiervon sind Acekard 2i Flashkarten. -There are optional steps at the end of the ntrboot boot9strap installation instructions to remove the ntrboot exploit from your flashcart when you are done. +Am Ende der ntrboot boot9strap Installation findest du weitere optionale Schritte, um ntrboot von deiner Flashkarte wieder zu entfernen. This method requires temporary access to a Nintendo DS or Nintendo DS Lite that is compatible with your flashcart. Note that this method is *not* compatible with the Nintendo DSi. It is compatible with the following flashcarts: @@ -18,12 +18,12 @@ This method requires temporary access to a Nintendo DS or Nintendo DS Lite that + Infinity 3 R4i + DSTT ([some flash chips only!](https://gist.github.com/Hikari-chin/6b48f1bb8dd15136403c15c39fafdb42)) -Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +In manchen seltenen Fällen ist es möglich, das während des Flashens einer gefälschten Flashkarte diese **gebrickt** wird und somit permanent unbenutzbar wird. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) {: .notice--danger} #### Was du brauchst -* Your ntrboot compatible flashcart +* Eine ntrboot kompatible Flashkarte * Two devices + **The source NDS / NDSL**: the Nintendo DS or Nintendo DS Lite which is compatible with your flashcart + **The target 3DS**: the 3DS family device on stock firmware diff --git a/_pages/de_DE/godmode9-usage.txt b/_pages/de_DE/godmode9-usage.txt index 84ce9a0c55..8f17d329ab 100644 --- a/_pages/de_DE/godmode9-usage.txt +++ b/_pages/de_DE/godmode9-usage.txt @@ -20,7 +20,6 @@ Das Schreibberechtigungssystem schützt dich durch die Bereitstellung von Warnun 1. Starte GodMode9, indem du während dem Starten deiner Konsole die Taste (Start) gedrückt hältst 1. Drücke (Home), um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "Backup SysNAND" 1. Drücke (A), um zu bestätigen diff --git a/_pages/de_DE/home.txt b/_pages/de_DE/home.txt index 23df1060dd..70b98b3210 100644 --- a/_pages/de_DE/home.txt +++ b/_pages/de_DE/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Los geht's" # - cta_url: "/de_DE/get-started" caption: excerpt: "Eine vollständige Anleitung für 3DS Custom Firmware,
von original zu boot9strap.
" # --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Für eine Liste jeder berechneten sighax-Signatur (die Plattform, auf der boot9s + Wenn du deinen 3DS bereits modifiziert hast und bereits über ein EmuNAND-Setup verfügst, kannst du den Inhalt des vorherigen EmuNANDs auf dein neues CFW-SysNAND transferieren. Befolge dazu alle Anweisungen zum Wiederherstellen des EmuNAND sobald du im Abschnitt [Setup fertigstellen](finalizing-setup) dazu aufgefordert wirst. + Diese Anleitung funktioniert mit New 3DS, Old 3DS, New 2DS und Old 2DS Geräten aus allen Regionen, mit einer Firmware von 11.5.0 oder niedriger. + Wenn alles nach Plan verläuft, wirst du keine Daten verlieren und dein System wird die gleichen Daten wie vorher haben (Spiele, NNID, Speicherstände, etc. werden erhalten bleiben). -+ **Sorge dafür, dass deine Konsole während des gesamten Prozesses geladen und am Stromnetz angeschlossen ist, um Datenverlust oder Schäden durch ein unerwartetes Abschalten zu vermeiden!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Deine SD-Karte sollte mit [MBR, nicht GPT](http://www.howtogeek.com/245610/) formatiert sein. (Die mitgelieferte SD-Karte ist standardmäßig mit MBR formatiert). + Falls du eine neue SD-Karte formatieren musst, kannst du [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) benutzen und die Größe der Zuordnungseinheiten ("Allocation Unit Size") auf 32K setzen. + Der 2DS ist Softwaremäßig im Wesentlichen identisch zum Old 3DS, und alle Schritte für den Old 3DS können auch für den 2DS durchgeführt werden. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/de_DE/homebrew-launcher-(alternatives).txt b/_pages/de_DE/homebrew-launcher-(alternatives).txt index d31d95b66c..967a103d89 100644 --- a/_pages/de_DE/homebrew-launcher-(alternatives).txt +++ b/_pages/de_DE/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise M Solltest du niemanden für Doodlebomb finden und du anders nicht den Homebrew Launcher starten kannst, ist hier die günstigste Möglichkeit, dir eine "Nintendo Selects" Kopie von [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (Versichere dich, die richtige Karte für deine Region gewählt zu haben) und [Powersaves](https://amzn.to/2fb3VY7) (kompatibel mit allen Regionen) zu kaufen und dann oot3dhax von der Tabelle weiter unten zu benutzen. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Was Du brauchst -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* Die neueste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* #### Anleitung 1. Schalte deinen 3DS aus 1. Stecke deine SD-Karte in deinen Computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Stecke deine SD-Karte nun wieder in deinen 3DS 1. Schalte deine Konsole an 1. Nutze einen der folgenden Eintrittpunkte um in den Homebrew Laucnher zu gelangen: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Deine Konsole sollte den Homebrew Launcher laden + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Weiter zu [boot9strap installieren (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/de_DE/homebrew-launcher-(soundhax).txt b/_pages/de_DE/homebrew-launcher-(soundhax).txt index 865631bffb..6f1a80e40c 100644 --- a/_pages/de_DE/homebrew-launcher-(soundhax).txt +++ b/_pages/de_DE/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise M Soundhax ist kompatibel mit den Versionen 9.0.0 bis einschließlich 11.3.0 in den Regionen EUR, JPN, KOR, and USA. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Das bedeutet, dass ein Karten-Update von einer Systemversion, die eine ältere V #### Was du brauchst -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* Die neueste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Anleitung 1. Schalte deine Konsole aus 1. Stecke deine SD-Karte in deinen Computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Kopiere _den Inhalt_ der `starter.zip` in das Stammverzeichnis der SD Karte 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Stecke deine SD-Karte nun wieder in deinen 3DS 1. Schalte deine Konsole an 1. Starte die Nintendo 3DS Sound App @@ -42,13 +57,17 @@ Das bedeutet, dass ein Karten-Update von einer Systemversion, die eine ältere V 1. Gehe zu `/SDCARD` und spiele die Datei "<3 nedwill 2016" ab + Dies kann einige Versuche benötigen + Wenn sich deine Konsole aufhängt, schalte sie durch langes halten des Power-Knopfes aus, und versuche es erneut + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Deine Konsole sollte den Homebrew Launcher laden + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Weiter zu [boot9strap installieren (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/de_DE/installing-boot9strap-(2xrsa).txt b/_pages/de_DE/installing-boot9strap-(2xrsa).txt index 153f686123..0b4940670a 100644 --- a/_pages/de_DE/installing-boot9strap-(2xrsa).txt +++ b/_pages/de_DE/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installation von boot9strap (2xrsa)" * Die neueste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Anleitung @@ -15,8 +15,8 @@ title: "Installation von boot9strap (2xrsa)" 1. Schalte deinen 3DS aus 1. Stecke deine SD-Karte in deinen Computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis deiner SD-Karte +1. Kopiere _den Inhalt_ der `starter.zip` in das Stammverzeichnis der 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 `arm9.bin` und `arm11.bin` aus der SafeB9SInstaller `.zip` in das Stammverzeichnis deiner SD-Karte diff --git a/_pages/de_DE/installing-boot9strap-(browser).txt b/_pages/de_DE/installing-boot9strap-(browser).txt index 8a783ed0b3..bbfbf4eda4 100644 --- a/_pages/de_DE/installing-boot9strap-(browser).txt +++ b/_pages/de_DE/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW ins * Die neueste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Anleitung @@ -17,8 +17,8 @@ Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW ins 1. Schalte deinen 3DS aus 1. Stecke deine SD-Karte in deinen Computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis deiner SD-Karte +1. Kopiere _den Inhalt_ der `starter.zip` in das Stammverzeichnis der 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 `SafeB9SInstaller.dat` und `Launcher.dat` aus der SafeB9SInstaller `.zip` in das Stammverzeichnis deiner SD-Karte diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt index a9ea7438a8..0b831ac206 100644 --- a/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/de_DE/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Wenn du nicht die richtige `.firm`-Datei benutzt, die dem Ziel-3DS entspricht, w * Die neueste Version von [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Benutze einen [save manager](https://github.com/J-D-K/JKSM/releases/latest) um a 1. Setze die **Quell-3DS** SD-Karte wieder in das entsprechende System ein 1. Starte den **Ausgangs 3DS** während du (Start) drückst um in GodMode9 zu kommen 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "Backup SysNAND" 1. Drücke (A), um zu bestätigen @@ -64,6 +63,8 @@ Benutze einen [save manager](https://github.com/J-D-K/JKSM/releases/latest) um a 1. Starte den **Ausgangs 3DS** während du (Start) drückst um in GodMode9 zu kommen 1. Wenn du aufgefordert wirst, ein "essential files backup" durchzuführen, drücke (A). Drücke erneut (A) nachdem es abgeschlossen ist +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. Navigiere zu `[0:] SDCARD` 1. Drücke (Y) auf der DSiWare Injektion `.app` um diese zu kopieren 1. Drücke (B), um zurück ins Hauptmenü zu gelangen @@ -136,7 +137,7 @@ Benutze einen [save manager](https://github.com/J-D-K/JKSM/releases/latest) um a 1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis deiner SD-Karte 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Erstelle einen Ordner namens `boot9strap` im Stammverzeichnis der SD-Karte des **Ziel-3DS** 1. Kopiere die 11.5.0 `.firm` passend zum **Ziel-3DS** in den Ordner `boot9strap` im Stammverzeichnis der SD-Karte des **Ziel-3DS* 1. Kopiere `boot9strap.firm` aus der boot9strap `.zip` in den `/boot9strap/`-Ordner auf deiner SD-Karte diff --git a/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt b/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt index 48efeca2c1..5ff17513bc 100644 --- a/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/de_DE/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Wenn du nicht die richtige `.firm`-Datei benutzt, die dem Ziel-3DS entspricht, w * Die neueste Version von [b9sTool] (https://github.com/Plailect/b9sTool/releases/latest) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Benutze einen [save manager](https://github.com/J-D-K/JKSM/releases/latest) um a 1. Setze die **Quell-3DS** SD-Karte wieder in das entsprechende System ein 1. Starte den **Ausgangs 3DS** während du (Start) drückst um in GodMode9 zu kommen 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "Backup SysNAND" 1. Drücke (A), um zu bestätigen @@ -128,6 +127,8 @@ Benutze einen [save manager](https://github.com/J-D-K/JKSM/releases/latest) um a + Du kannst auch einfach [die NNID vom **Quell-3DS** entfernen](https://3ds.guide/troubleshooting#rm_nnid), falls du es bevorzugst, dass diese auf **dem Ziel-3DS** bleibt 1. Starte den **Ausgangs 3DS** neu, während du (Start) drückst um in GodMode9 zu kommen 1. Wenn du aufgefordert wirst, ein "essential files backup" durchzuführen, drücke (A). Drücke erneut (A) nachdem es abgeschlossen ist +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. Navigiere zu `[0:] SDCARD` -> `gm9` -> `out` 1. Drücke (A) auf `_nandmin_###.bin` zum Auswählen, wähle "NAND image options..." und anschließend "Restore SysNAND (safe)" 1. Drücke (A), um SysNAND-Änderungen zu aktivieren. Gib danach die angezeigte Tastenkombination ein @@ -142,7 +143,7 @@ Benutze einen [save manager](https://github.com/J-D-K/JKSM/releases/latest) um a 1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis deiner SD-Karte 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Erstelle einen Ordner namens `boot9strap` im Stammverzeichnis der SD-Karte des **Ziel-3DS** 1. Kopiere die 11.5.0 `.firm` passend zum **Ziel-3DS** in den Ordner `boot9strap` im Stammverzeichnis der SD-Karte des **Ziel-3DS* 1. Kopiere `boot9strap.firm` aus der boot9strap `.zip` in den `/boot9strap/`-Ordner auf deiner SD-Karte diff --git a/_pages/de_DE/installing-boot9strap-(hardmod).txt b/_pages/de_DE/installing-boot9strap-(hardmod).txt index af68a5131a..20f1d5a0a2 100644 --- a/_pages/de_DE/installing-boot9strap-(hardmod).txt +++ b/_pages/de_DE/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ Dies funktioniert auf mit New 3DS, New 2DS, Old 3DS und Old 2DS auf *allen* Vers * Die neueste Version vom [hardmod-b9s-installer] (https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows-Benutzer können die kompilierte `.exe` benutzen, während Mac und Linux-Benutzer [Python 3] (https://www.python.org/downloads/) installiert haben müssen, um die `.py` auszuführen * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Die `.firm` entsprechend deiner Konsole und Firmware: | Version(en) | Kernel | Old 3DS oder Old 2DS | New 3DS oder New 2DS | @@ -54,8 +54,8 @@ Dies funktioniert auf mit New 3DS, New 2DS, Old 3DS und Old 2DS auf *allen* Vers ##### Abschnitt I - Vorbereitung -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis deiner SD-Karte +1. Kopiere _den Inhalt_ der `starter.zip` in das Stammverzeichnis der SD Karte 1. Kopiere den hardmod-b9s-installer-Ordner von der hardmod-b9s-installer `.zip` auf deinen Computer 1. Kopiere deine heruntergeladene `.firm` in den hardmod-b9s-installer-Ordner auf deinem PC 1. Benenne die heruntergeladene `.firm` in dem hardmod-b9s-installer-Ordner auf deinem PC zu `current.firm` um diff --git a/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt b/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt index d94c826c90..34a14bad2c 100644 --- a/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/de_DE/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW ins #### Anleitung -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + Hierzu wirst du wahrscheinlich mehrere Versuche benötigen - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Wenn sich deine Konsole aufhängt, schalte sie durch langes halten des Power-Knopfes aus, und versuche es erneut +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Wenn sich deine Konsole aufhängt, schalte sie durch langes halten des Power-Knopfes aus, und versuche es erneut 1. Wenn der Exploit erfolgreich war, wird nun direkt zum SafeBS9Installer gebootet ##### Abschnitt II - Installation von boot9strap @@ -34,4 +38,4 @@ Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW ins ___ Gehe weiter zu [Setup fertigstellen](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/de_DE/installing-boot9strap-(mset).txt b/_pages/de_DE/installing-boot9strap-(mset).txt index 227c8d14a3..beffef5e5a 100644 --- a/_pages/de_DE/installing-boot9strap-(mset).txt +++ b/_pages/de_DE/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW ins * Die neueste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Eine beliebige DS-Flashkarte, die mit deiner 3DS Version funktioniert #### Anleitung @@ -17,9 +17,9 @@ Falls du bereits deinen 3DS zuvor gehackt hast und eine EmuNAND basierte CFW ins ##### Abschnitt I - Vorbereitung 1. Schalte deinen 3DS aus -1. Stecke deine SD-Karte in deinen Computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Kopiere die Datei `boot.firm` aus der Luma3DS `.7z` in das Stammverzeichnis deiner SD-Karte +1. Kopiere _den Inhalt_ der `starter.zip` in das Stammverzeichnis der 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 `SafeBS9Installer.dat` aus der SafeBS9Installer `.zip` in das Stammverzeichnis deiner SD-Karte diff --git a/_pages/de_DE/installing-boot9strap-(ntrboot).txt b/_pages/de_DE/installing-boot9strap-(ntrboot).txt index a51874bce7..e6fc8d5e46 100644 --- a/_pages/de_DE/installing-boot9strap-(ntrboot).txt +++ b/_pages/de_DE/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * Die neueste Version von [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Die neueste Version von [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; nicht die `devkit` Datei, nicht die `ntr` Datei)* * Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Anleitung @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Schalte deinen 3DS aus 1. Stecke deine SD-Karte in deinen Computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Kopiere _den Inhalt_ der `starter.zip` in das Stammverzeichnis der 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 diff --git a/_pages/de_DE/move-emunand.txt b/_pages/de_DE/move-emunand.txt index 71ecea5552..071104abca 100644 --- a/_pages/de_DE/move-emunand.txt +++ b/_pages/de_DE/move-emunand.txt @@ -32,6 +32,8 @@ Wenn du noch keine DSiWare-Spiele oder Spielstände hast, überspringe diesen Ab 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. 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. Navigiere zu `[2:] SYSNAND TWLN` -> `title` 1. Halte (R) und drücke gleichzeitig (A) auf dem Ordner `00030004`, um ihn auszuwählen und wähle dann "Copy to 0:/gm9/out" + Das kann einen Moment dauern, wenn du viele DSiWare Spiele besitzt @@ -62,10 +64,10 @@ Diese Schritte sind nicht notwendig für andere Virtual Console Spiele (GBC, NES + Navigiere zum Ordner, den du für das GBA VC Spiel erstellt hast + Drücke (Y), um `gbavc.sav` einzufügen + Drücke (Start) um deinen 3DS neu zu starten -1. Starte GodMode9, indem du während dem Starten deiner Konsole die Taste (Start) gedrückt hältst ##### Abschnitt IV - Kopiere EmuNAND zu SysNAND +1. Starte GodMode9, indem du während dem Starten deiner Konsole die Taste (Start) gedrückt hältst 1. Navigiere zu `[E:] EMUNAND VIRTUAL` 1. Drücke (A) auf `nand.bin`, um es auszuwählen, wähle dann "NAND image options...", dann wähle "Restore SysNAND (safe)" 1. Drücke (A), um SysNAND-Änderungen zu aktivieren. Gib danach die angezeigte Tastenkombination ein @@ -118,7 +120,6 @@ Wenn du keine GBA VC Spielstände früher gesichert hast, überspringe den Absch #### Abschnitt 7 - Erstellung eines Backup für SysNAND 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "Backup SysNAND" 1. Drücke (A) um zu bestätigen diff --git a/_pages/de_DE/ntrboot.txt b/_pages/de_DE/ntrboot.txt index 43b293d75b..582fbb5777 100644 --- a/_pages/de_DE/ntrboot.txt +++ b/_pages/de_DE/ntrboot.txt @@ -2,12 +2,12 @@ title: "ntrboot" --- -If you already flashed ntrboot to your flashcart, you can follow [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) for instructions on how to use it. +Solltest du bereits ntrboot auf deiner Flashkarte installiert haben, kannst du mit der [Installation von boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) fortfahren. {: .notice--success} -Installing boot9strap with ntrboot requires a compatible DS / DSi flashcart to flash ntrboot to. +Um boot9strap mit ntrboot zu installieren benötigst du eine kompatible DS / DSi Flashkarte, worauf du ntrboot installieren kannst. -The ntrboot exploit itself is compatible with the following flashcarts: +ntrboot ist mit folgenden Flashkarten kompatibel: + [R4i Gold 3DS (RTS)](http://www.nds-card.com/ProShow.asp?ProID=149) + [Acekard 2i](http://www.nds-card.com/ProShow.asp?ProID=160) @@ -20,23 +20,23 @@ The ntrboot exploit itself is compatible with the following flashcarts: ![]({{ base_path }}/images/screenshots/ntrboot-flashcarts.png) {: .notice--info} -Note that specific methods may have additional compatibility information. +Beachte jedoch, dass einige Methoden zusätzliche Kompatibilitätsinformationen enthalten. -The usage of this exploit, regardless of flashing method, requires access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons. +Die Benutzung dieses Exploits, egal welche Flashing-Methode verwendet wird, benötigt Zugriff auf einen kleinen Magneten wenn die Ziel-Konsole zuklappbar ist (irgendein 3DS-Familiensystem, das nicht der alte 2DS mit einem Schlafmodus-Schalter ist). Das ist nötig, weil der Exploit erfordert, dass dein Gerät in den Schlafmodus geht, ohne den Zugang zu den Tasten zu verlieren. -To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot. +Um zu testen ob ein Magnet funktionieren wird, halte es auf oder in die Nähe der (A)(B)(X)(Y)-Tasten während die Konsole eingeschaltet ist, um zu sehen ob der Schlafmodus ausgelöst wird. Wenn dies der Fall ist, werden beide Bildschirme solange schwarz bleiben wie der Magnet an der Stelle gehalten wird. {: .notice--info} Note that the flashcart will not be able to be used for its standard functions while the ntrboot exploit is installed on it (except for in the case of the Acekard 2i, which remains functional *on 3DS systems with custom firmware installed only*). There are optional steps at the end of the ntrboot flashing instructions to remove it from your flashcart when you are done. -Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +In manchen seltenen Fällen ist es möglich, das während des Flashens einer gefälschten Flashkarte diese **gebrickt** wird und somit permanent unbenutzbar wird. Dies ist unwahrscheinlich, aber dennoch nur originale und aufgeführte Flashkarten werden unterstützt. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) {: .notice--danger} ___ {% capture notice-1 %} -[Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system)) +[ntrboot flashen (3DS Einzelsystem)](flashing-ntrboot-(3ds-single-system)) This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. @@ -54,9 +54,9 @@ Note that more recent 3DS versions have blocked access to some flashcarts, and s {% capture notice-1 %} -[Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) +[ntrboot flashen (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) -This method requires temporary access to a second 3DS family device that is already running some kind of custom firmware (such as boot9strap or arm9loaderhax). +Diese Methode benötigt ein zweites 3DS System, welches bereits eine Custom Firmware (boot9strap oder arm9loaderhax) installiert hat. {% endcapture %} @@ -64,9 +64,9 @@ This method requires temporary access to a second 3DS family device that is alre {% capture notice-1 %} -[Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) +[ntrboot flashen (NDS)](flashing-ntrboot-(nds)) -This method requires temporary access to a Nintendo DS or Nintendo DS Lite that is compatible with your flashcart. +Diese Methode erfordert temporären Zugriff auf einen Nintendo DS oder Nintendo DS Lite, welcher mit deiner Flashkarte kompatibel ist. {% endcapture %} @@ -74,7 +74,7 @@ This method requires temporary access to a Nintendo DS or Nintendo DS Lite that {% capture notice-1 %} -[Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) +[ntrboot flashen (DSi)](flashing-ntrboot-(dsi)) This method requires temporary access to a Nintendo DSi that is compatible with your flashcart. @@ -92,9 +92,9 @@ Note that more recent DSi versions have blocked access to some flashcarts. This {% capture notice-1 %} -[Flashing ntrboot (Powersaves)](flashing-ntrboot-(powersaves)) +[ntrboot flashen (Powersaves)](flash-ntrboot-(powersaves)) -This method, once ready, will require temporary access to a [Powersaves](https://amzn.to/2fb3VY7). This method is not yet complete, and as such is just a placeholder page. +Diese Methode, sobald fertiggestellt, benötigt eine [Powersaves](http://amzn.to/2pX5obY). Diese Methode ist noch nicht vollständig fertiggestellt und dient nur als eine Platzhalterseite. {% endcapture %} diff --git a/_pages/de_DE/region-changing.txt b/_pages/de_DE/region-changing.txt index 2bc7c89606..5db7257a6c 100644 --- a/_pages/de_DE/region-changing.txt +++ b/_pages/de_DE/region-changing.txt @@ -20,7 +20,7 @@ Beachte, dass der eShop ab und zu, aus unerklärlichen Gründen auf Geräten, au Regionswechsel, welche die CTRTransfer-Methode (welche in dieser Anleitung genutzt wird) benutzt wird, scheinen Neustartpatches nicht mehr zu funktionieren. The cause for this is unknown, but Old 3DS users, for now, will be unable to play extended memory mode games (such as Monster Hunter, Super Smash Bros, and Pokémon Sun / Moon) until they format their devices. -You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use this. +Du MUST schon Luma3DS mit boot9strap oder arm9loaderhax installiert haben und dies nutzen zu können. {: .notice--danger} #### Was du brauchst @@ -28,16 +28,16 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t * Der neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Die neueste Version von [FBI](https://github.com/Steveice10/FBI/releases/latest) *(die `.cia` Datei)* * [`ctrtransfer_ticket_copy.gm9`]({{ base_path }}/gm9_scripts/ctrtransfer_ticket_copy.gm9) -* The 11.5.0 CTRTransfer image for your device and region +* Das 11.5.0 CTRTransfer-Image für deine Konsole und Region *(Wenn dein Gerät nicht aus einer dieser Regionen ist, wähle einfach eine Region aus, die zu deinem Gerät passt)*: - + - [New 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) - + - [New 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) - + - [New 3DS or 2DS - 11.5.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:c9e4de20d30b80032a5dd6f675fecb6d748f71b1&dn=11.5.0-34K_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) - + - [New 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2b0a71a2523328e447938fea7b4c02ebe0b72705&dn=11.5.0-38U_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - KOR - CTRTransfer](magnet:?xt=urn:btih:c9e4de20d30b80032a5dd6f675fecb6d748f71b1&dn=11.5.0-34K_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) + + - [New 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2b0a71a2523328e447938fea7b4c02ebe0b72705&dn=11.5.0-38U_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) ~ - + - [Old 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:df0836a731778ab6ffe9a8c658400c782f0225cd&dn=11.5.0-38E_ctrtransfer_o3ds.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce) - + - [Old 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:d8913b4c0da224e8852fa2f685c41ddbce5310bc&dn=11.5.0-38J_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce) - + - [Old 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2708089605ca47387fa64e996a699eedd18031e8&dn=11.5.0-38U_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) + + - [Old 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:df0836a731778ab6ffe9a8c658400c782f0225cd&dn=11.5.0-38E_ctrtransfer_o3ds.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce) + + - [Old 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:d8913b4c0da224e8852fa2f685c41ddbce5310bc&dn=11.5.0-38J_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce) + + - [Old 3DS or 2DS - 11.5.0 - USA - CTRTransfer](magnet:?xt=urn:btih:2708089605ca47387fa64e996a699eedd18031e8&dn=11.5.0-38U_ctrtransfer_o3ds.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) #### Anleitung @@ -49,7 +49,7 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Kopiere `GodMode9.firm` (oder `GodMode9.bin` für arm9loaderhax-Benutzer) aus der GodMode9 `.zip` in den `/luma/payloads`-Ordner auf deiner SD-Karte 1. Kopiere den Ordner `gm9` aus der GodMode9 `.zip` in das Stammverzeichnis deiner SD-Karte 1. Kopiere `ctrtransfer_ticket_copy.gm9` nach `/gm9/scripts/` auf deiner SD-Karte -1. Copy the 11.5.0 CTRTransfer image `.bin` from the CTRTransfer `.zip` to the `/gm9/` folder on your SD card +1. Kopiere das 11.5.0 CTRTransfer-Image (Dateiendung: `.bin`) aus dem CTRTransfer-Archiv nach `/gm9/` auf deiner SD-Karte 1. Kopiere `FBI.3dsx` in den `/3ds/`-Ordner auf deiner SD-Karte 1. Stecke deine SD-Karte nun wieder in deinen 3DS @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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. 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. Navigiere zu `[0:] SDCARD` -> `gm9` 1. Drücke (A) auf der CTRTrasnfer `.bin`, um diese auszuwählen 1. Wähle "CTRNAND Options..." aus @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Drücke (B), um die Schreibrechte nicht zu deaktiveren, falls du dazu aufgefordert wirst 1. Drücke zweimal (B), um zurück in das Hauptmenü zu gelangen 1. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle "ctrtransfer_ticket_copy" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren diff --git a/_pages/de_DE/site-navigation.txt b/_pages/de_DE/site-navigation.txt index 5526e0144b..44e3ee8d00 100644 --- a/_pages/de_DE/site-navigation.txt +++ b/_pages/de_DE/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Startseite](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternativen)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installation von boot9strap (Browser)](installing-boot9strap-(browser)) + [Installation von boot9strap (DSiWare Spiel-Injektionsliste)](installing-boot9strap-(dsiware-game-injection-list)) + [Installation von boot9strap (DSiWare Spiel-Injektion)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/de_DE/uninstall-cfw.txt b/_pages/de_DE/uninstall-cfw.txt index a2f5bd3f75..a822854b77 100644 --- a/_pages/de_DE/uninstall-cfw.txt +++ b/_pages/de_DE/uninstall-cfw.txt @@ -33,8 +33,9 @@ Beachte: Sollten noch weitere Dateien als nur die`GodMode9.firm` Datei im `/luma 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. 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. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Wähle das Deinstallationsskript aus 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren diff --git a/_pages/de_DE/updating-b9s.txt b/_pages/de_DE/updating-b9s.txt index 2696ae5ad1..12d05f6e48 100644 --- a/_pages/de_DE/updating-b9s.txt +++ b/_pages/de_DE/updating-b9s.txt @@ -36,7 +36,7 @@ Es gibt Berichte über eine Welle von Sperren, die von Nintendo für CFW-Nutzer 1. Schalte deinen 3DS aus 1. Stecke deine SD-Karte in deinen Computer 1. Erstelle einen Ordner namens `boot9strap` im Stammverzeichnis deiner SD-Karte -1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card +1. Kopiere `cleanup_sd_card.gm9` in den `/gm9/scripts/` Ordner auf deiner SD-Karte 1. Kopiere `SafeB9SInstaller.firm` von der SafeB9SInstaller `.zip` in den `/luma/payloads/`-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. Stecke deine SD-Karte nun wieder in deinen 3DS @@ -51,18 +51,19 @@ Es gibt Berichte über eine Welle von Sperren, die von Nintendo für CFW-Nutzer ##### Section III - Cleanup SD Card -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +Beachte, dass dieses Skript die Ordner `/boot9strap/` und `/cias/` von deiner SD-Karte entfernt! {: .notice--danger} 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. 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. Drücke (HOME) um das Aktionsmenü aufzurufen -1. Wähle "More..." 1. Wähle "Scripts" 1. Select "cleanup_sd_card" 1. Drücke (A), wenn du dazu aufgefordert wirst, um fortzufahren 1. Drücke (A) um fortzufahren -1. Press (Start) to reboot +1. Drücke (Start), um das System neu zu starten ___ diff --git a/_pages/el_GR/a9lh-to-b9s.txt b/_pages/el_GR/a9lh-to-b9s.txt index 4f4f1ebffa..14092639f6 100644 --- a/_pages/el_GR/a9lh-to-b9s.txt +++ b/_pages/el_GR/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Πατήστε (A) για επιβεβαίωση @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/el_GR/ctrtransfer.txt b/_pages/el_GR/ctrtransfer.txt index a7cf6a49c8..ccf4c1c846 100644 --- a/_pages/el_GR/ctrtransfer.txt +++ b/_pages/el_GR/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/el_GR/finalizing-setup.txt b/_pages/el_GR/finalizing-setup.txt index 16d4cf3a88..1a3940c30b 100644 --- a/_pages/el_GR/finalizing-setup.txt +++ b/_pages/el_GR/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes Σε αυτήν την περίπτωση, θα χρησιμοποιήσουμε το Luma3DS του χρήστη [AuroraWright](https://github.com/AuroraWright/) ώστε να εκκινήσουμε απευθείας μια επεξεργασμένη έκδοση της SysNAND, που μας επιτρέπει να παρακάμψουμε την ανάγκη για μια EmuNAND, απλοποιώντας έτσι την χρήση ενός χακαρισμένου 3DS και απελευθερώνοντας χώρο στην κάρτα SD. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Ταυτόχρονα, θα εγκαταστήσουμε προγράμματα όπως τα παρακάτω: + **FBI** *(Εγκαθιστά εφαρμογές και παιχνίδια που έχουν την μορφή CIA)* @@ -18,9 +16,48 @@ Ensure your device's Wireless Communication is turned on and is connected to the + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Τι χρειάζεστε + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Την τελευταία έκδοση του [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Οδηγίες -##### Section I - Updating the System +##### Ενότητα I - Προετοιμασία + +1. Power off your device +1. Εισάγετε την κάρτα SD στον υπολογιστή σας +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Δημιουργήστε έναν φάκελο με το όνομα `cias` στην ρίζα της κάρτας SD, σε περίπτωση που δεν υπάρχει ήδη +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,7 @@ If, before following this guide, you already had an EmuNAND setup and would like + Εάν αντιμετωπίζετε σφάλμα, ρυθμίστε τις ρυθμίσεις του DNS σε "auto" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Επιλέξτε "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Πατήστε (A) για να συνεχίσετε 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Πατήστε (A) για επιβεβαίωση @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/el_GR/godmode9-usage.txt b/_pages/el_GR/godmode9-usage.txt index 60296b5009..14edef75b9 100644 --- a/_pages/el_GR/godmode9-usage.txt +++ b/_pages/el_GR/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Πατήστε (A) για επιβεβαίωση diff --git a/_pages/el_GR/home.txt b/_pages/el_GR/home.txt index f6a34447d5..ac92980572 100644 --- a/_pages/el_GR/home.txt +++ b/_pages/el_GR/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Ας αρχίσουμε" # - cta_url: "/el_GR/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + Εάν όλα πάνε σύμφωνα με το σχέδιο, δεν θα χάσετε τα δεδομένα σας και θα καταλήξετε με όλα όσα ξεκινήσατε (παιχνίδια, NNID, saves, κλπ. θα διατηρηθούν). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + Εάν χρειαστεί να διαμορφώσετε μια καινούργια κάρτα SD, μπορείτε να χρησιμοποιήσετε το [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) και να ορίσετε το Μέγεθος Μονάδας Εκχώρησης στα 32K. + Το 2DS είναι ουσιαστικά το ίδιο με το Old 3DS όσον αφορά το λογισμικό και οποιαδήποτε βήματα αναφέρονται στο "Old 3DS" εφαρμόζονται και στο 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/el_GR/homebrew-launcher-(alternatives).txt b/_pages/el_GR/homebrew-launcher-(alternatives).txt index 859c0f65cb..39c3b250bc 100644 --- a/_pages/el_GR/homebrew-launcher-(alternatives).txt +++ b/_pages/el_GR/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδ If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Τι χρειάζεστε -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Οδηγίες 1. Power off your device 1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/el_GR/homebrew-launcher-(soundhax).txt b/_pages/el_GR/homebrew-launcher-(soundhax).txt index d438a175d1..212ddbe36a 100644 --- a/_pages/el_GR/homebrew-launcher-(soundhax).txt +++ b/_pages/el_GR/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ To Ηomebrew Launcher έχει πολλές διαφορετικές μεθόδ Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Τι χρειάζεστε -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Οδηγίες 1. Power off your device 1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Εκκινήστε την εφαρμογή Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Μεταβείτε στο `/SDCARD`, στην συνέχεια παίξτε το "<3 nedwill 2016" + Μπορεί να χρειαστούν αρκετές προσπάθειες + Εάν παγώσει, επιβάλλετε το κλείσιμο της κονσόλας κρατώντας πατημένο το κουμπί ενεργοποίησης και δοκιμάστε ξανά + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/el_GR/installing-boot9strap-(2xrsa).txt b/_pages/el_GR/installing-boot9strap-(2xrsa).txt index 909ac2a2f8..b4caf608af 100644 --- a/_pages/el_GR/installing-boot9strap-(2xrsa).txt +++ b/_pages/el_GR/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Οδηγίες @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/el_GR/installing-boot9strap-(browser).txt b/_pages/el_GR/installing-boot9strap-(browser).txt index 622f7f146b..68107e02a1 100644 --- a/_pages/el_GR/installing-boot9strap-(browser).txt +++ b/_pages/el_GR/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Οδηγίες @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt index 242e7ea036..8fa49c3251 100644 --- a/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/el_GR/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Πατήστε (A) για επιβεβαίωση @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt index d42d697d8b..3bc5712b0d 100644 --- a/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/el_GR/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Πατήστε (A) για επιβεβαίωση @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/el_GR/installing-boot9strap-(hardmod).txt b/_pages/el_GR/installing-boot9strap-(hardmod).txt index 4671fe1f4d..1cf9b3cf0d 100644 --- a/_pages/el_GR/installing-boot9strap-(hardmod).txt +++ b/_pages/el_GR/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Ενότητα I - Προετοιμασία -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt b/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt index e1ed7ff5bd..44d9671146 100644 --- a/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/el_GR/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Οδηγίες -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Εάν παγώσει, επιβάλλετε το κλείσιμο της κονσόλας κρατώντας πατημένο το κουμπί ενεργοποίησης και δοκιμάστε ξανά +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Εάν παγώσει, επιβάλλετε το κλείσιμο της κονσόλας κρατώντας πατημένο το κουμπί ενεργοποίησης και δοκιμάστε ξανά 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/el_GR/installing-boot9strap-(mset).txt b/_pages/el_GR/installing-boot9strap-(mset).txt index 55fd488702..783215e15e 100644 --- a/_pages/el_GR/installing-boot9strap-(mset).txt +++ b/_pages/el_GR/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Οδηγίες @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Ενότητα I - Προετοιμασία 1. Power off your device -1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/el_GR/installing-boot9strap-(ntrboot).txt b/_pages/el_GR/installing-boot9strap-(ntrboot).txt index 59c563aaca..baa92de100 100644 --- a/_pages/el_GR/installing-boot9strap-(ntrboot).txt +++ b/_pages/el_GR/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * Την τελευταία έκδοση του [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Το Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Οδηγίες @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/el_GR/move-emunand.txt b/_pages/el_GR/move-emunand.txt index 3e731f873d..2d14b2240a 100644 --- a/_pages/el_GR/move-emunand.txt +++ b/_pages/el_GR/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Πατήστε (A) για επιβεβαίωση diff --git a/_pages/el_GR/region-changing.txt b/_pages/el_GR/region-changing.txt index ed4612e668..b76808f2a9 100644 --- a/_pages/el_GR/region-changing.txt +++ b/_pages/el_GR/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/el_GR/site-navigation.txt b/_pages/el_GR/site-navigation.txt index 76f459f6b2..406d6365e0 100644 --- a/_pages/el_GR/site-navigation.txt +++ b/_pages/el_GR/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Εναλλακτικές)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/el_GR/uninstall-cfw.txt b/_pages/el_GR/uninstall-cfw.txt index 10b8d97d8d..dfce88c3e9 100644 --- a/_pages/el_GR/uninstall-cfw.txt +++ b/_pages/el_GR/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/el_GR/updating-b9s.txt b/_pages/el_GR/updating-b9s.txt index 0824649536..3064147861 100644 --- a/_pages/el_GR/updating-b9s.txt +++ b/_pages/el_GR/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/en_PT/a9lh-to-b9s.txt b/_pages/en_PT/a9lh-to-b9s.txt index a8fa720838..b5d72bf873 100644 --- a/_pages/en_PT/a9lh-to-b9s.txt +++ b/_pages/en_PT/a9lh-to-b9s.txt @@ -119,8 +119,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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 th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, push (A) to proceed @@ -131,7 +132,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -152,7 +152,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, push (A) to proceed diff --git a/_pages/en_PT/ctrtransfer.txt b/_pages/en_PT/ctrtransfer.txt index aa8678d8f1..865d1f10e2 100644 --- a/_pages/en_PT/ctrtransfer.txt +++ b/_pages/en_PT/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on th' CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relockin' write permissions if prompted 1. Press (B) twice to be returnin' to th' main menu 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" diff --git a/_pages/en_PT/finalizing-setup.txt b/_pages/en_PT/finalizing-setup.txt index 49a1227139..0734eb42e4 100644 --- a/_pages/en_PT/finalizing-setup.txt +++ b/_pages/en_PT/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Durin' 'tis process, we also setup programs such as th' followin': + **FBI** *(installs CIA formatted games 'n applications)* @@ -18,9 +16,49 @@ Durin' 'tis process, we also setup programs such as th' followin': + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What ye need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Th' latest release 'o [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Set th' sails (prep work) + +1. Power off ye device +1. Insert ye SD card into ye computer +1. Copy `FBI.3dsx` to th' `/3ds/` folder on ye SD card +1. Create a folder named `cias` on th' root 'o ye SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from th' GodeMode9 `.zip` to th' `/luma/payloads/` folder on ye SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy th' `gm9` folder from th' GodMode9 `.zip` to th' root 'o ye SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to th' `/gm9/scripts/` folder on ye SD card + +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert ye SD card into ye device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +71,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 this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launchin' FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at th' same time to be openin' th' Rosalina menu @@ -44,26 +82,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Ye device should be loadin' th' Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from th' list 'o homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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 th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, push (A) to proceed @@ -71,10 +111,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +127,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from th' `/gm9/out/` folder on ye SD card after copyin' it 1. Reinsert ye SD card into ye device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, push (A) to proceed diff --git a/_pages/en_PT/godmode9-usage.txt b/_pages/en_PT/godmode9-usage.txt index 2270f198a0..5787b6e6bf 100644 --- a/_pages/en_PT/godmode9-usage.txt +++ b/_pages/en_PT/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holdin' (Start) durin' boot 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/en_PT/home.txt b/_pages/en_PT/home.txt index 80c901276d..a33c6089ce 100644 --- a/_pages/en_PT/home.txt +++ b/_pages/en_PT/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "/en_PT/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + 'Tis guide gunna work on New 3DS, Old 3DS, New 2DS, 'n Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/en_PT/homebrew-launcher-(alternatives).txt b/_pages/en_PT/homebrew-launcher-(alternatives).txt index 95659bb9ef..c4a30a40a1 100644 --- a/_pages/en_PT/homebrew-launcher-(alternatives).txt +++ b/_pages/en_PT/homebrew-launcher-(alternatives).txt @@ -6,19 +6,33 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* Th' latest release 'o [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* + +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* #### Instructions 1. Power off ye device 1. Insert ye SD card into ye computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card +1. Create a folder named `boot9strap` on th' root 'o ye SD card +1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert ye SD card into ye device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +66,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Ye device should be loadin' th' Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/en_PT/homebrew-launcher-(soundhax).txt b/_pages/en_PT/homebrew-launcher-(soundhax).txt index 4cf8c9e914..092c7a286f 100644 --- a/_pages/en_PT/homebrew-launcher-(soundhax).txt +++ b/_pages/en_PT/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Th' Homebrew Launcher has many different entrypoints, or methods 'o launchin'. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,33 @@ Note that Cart Updates will only deliver updates to core features, such as the S #### What ye need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* Th' latest release 'o [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* + +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert ye SD card into ye computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _th' contents 'o_ `starter.zip` to th' root 'o ye SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card +1. Create a folder named `boot9strap` on th' root 'o ye SD card +1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +58,17 @@ Note that Cart Updates will only deliver updates to core features, such as the S 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Ye device should be loadin' th' Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/en_PT/installing-boot9strap-(2xrsa).txt b/_pages/en_PT/installing-boot9strap-(2xrsa).txt index 4bfc4c28cf..f8ea1de7ca 100644 --- a/_pages/en_PT/installing-boot9strap-(2xrsa).txt +++ b/_pages/en_PT/installing-boot9strap-(2xrsa).txt @@ -8,7 +8,7 @@ title: "Installing boot9strap (2xrsa)" * Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -16,8 +16,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off ye device 1. Insert ye SD card into ye computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card +1. Copy _th' contents 'o_ `starter.zip` to th' root 'o ye SD card 1. Create a folder named `boot9strap` on th' root 'o ye SD card 1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/en_PT/installing-boot9strap-(browser).txt b/_pages/en_PT/installing-boot9strap-(browser).txt index 047d116fd3..977b9ea1bf 100644 --- a/_pages/en_PT/installing-boot9strap-(browser).txt +++ b/_pages/en_PT/installing-boot9strap-(browser).txt @@ -10,7 +10,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -18,8 +18,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off ye device 1. Insert ye SD card into ye computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card +1. Copy _th' contents 'o_ `starter.zip` to th' root 'o ye SD card 1. Create a folder named `boot9strap` on th' root 'o ye SD card 1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt index 57d07d6d7c..256fb5ed92 100644 --- a/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/en_PT/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * Th' latest release 'o [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, 'n not th' `ntr` file)* * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **th' source 3DS** while holdin' (Start) to be launchin' GodMode9 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **th' source 3DS** while holdin' (Start) to be launchin' GodMode9 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 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt index 5df5aa060b..8ddcb21c41 100644 --- a/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/en_PT/installing-boot9strap-(dsiware-save-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -54,7 +54,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **th' source 3DS** while holdin' (Start) to be launchin' GodMode9 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -129,6 +128,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **th' source 3DS** while holdin' (Start) to be launchin' GodMode9 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 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -143,7 +144,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/en_PT/installing-boot9strap-(hardmod).txt b/_pages/en_PT/installing-boot9strap-(hardmod).txt index f1a4a9c986..4199dbf08c 100644 --- a/_pages/en_PT/installing-boot9strap-(hardmod).txt +++ b/_pages/en_PT/installing-boot9strap-(hardmod).txt @@ -19,7 +19,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -56,8 +56,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Set th' sails (prep work) -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card +1. Copy _th' contents 'o_ `starter.zip` to th' root 'o ye SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt b/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt index 787e036346..1e1906d662 100644 --- a/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/en_PT/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installin' boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizin' Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/en_PT/installing-boot9strap-(mset).txt b/_pages/en_PT/installing-boot9strap-(mset).txt index 1573019b1d..a51b2b86a6 100644 --- a/_pages/en_PT/installing-boot9strap-(mset).txt +++ b/_pages/en_PT/installing-boot9strap-(mset).txt @@ -10,7 +10,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -18,9 +18,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Set th' sails (prep work) 1. Power off ye device -1. Insert ye SD card into ye computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from th' Luma3DS `.7z` to th' root 'o ye SD card +1. Copy _th' contents 'o_ `starter.zip` to th' root 'o ye SD card 1. Create a folder named `boot9strap` on th' root 'o ye SD card 1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/en_PT/installing-boot9strap-(ntrboot).txt b/_pages/en_PT/installing-boot9strap-(ntrboot).txt index 056ab97818..96102355cb 100644 --- a/_pages/en_PT/installing-boot9strap-(ntrboot).txt +++ b/_pages/en_PT/installing-boot9strap-(ntrboot).txt @@ -10,7 +10,7 @@ title: "Installing boot9strap (ntrboot)" * Th' latest release 'o [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not th' `devkit` file, not th' `ntr` file)* * Th' latest release 'o [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(th' `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Th' Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -18,8 +18,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off ye device 1. Insert ye SD card into ye computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _th' contents 'o_ `starter.zip` to th' root 'o ye SD card 1. Create a folder named `boot9strap` on th' root 'o ye SD card 1. Copy `boot9strap.firm` 'n `boot9strap.firm.sha` from th' boot9strap `.zip` to th' `/boot9strap/` folder on ye SD card diff --git a/_pages/en_PT/move-emunand.txt b/_pages/en_PT/move-emunand.txt index dd85e4a62c..1a2665db6b 100644 --- a/_pages/en_PT/move-emunand.txt +++ b/_pages/en_PT/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) 'n press (A) at th' same time on `00030004` to select th' folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holdin' (Start) durin' boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holdin' (Start) durin' boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/en_PT/region-changing.txt b/_pages/en_PT/region-changing.txt index 03633be07b..fb861d3d0b 100644 --- a/_pages/en_PT/region-changing.txt +++ b/_pages/en_PT/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on th' CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to be returnin' to th' main menu 1. Press (Home) to bring up th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" diff --git a/_pages/en_PT/site-navigation.txt b/_pages/en_PT/site-navigation.txt index 400df4bafa..d475c6fd7d 100644 --- a/_pages/en_PT/site-navigation.txt +++ b/_pages/en_PT/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/en_PT/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installin' boot9strap (Browser)](installing-boot9strap-(browser)) + [Installin' boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installin' boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/en_PT/uninstall-cfw.txt b/_pages/en_PT/uninstall-cfw.txt index 44c29ee9d5..b11f6a20ce 100644 --- a/_pages/en_PT/uninstall-cfw.txt +++ b/_pages/en_PT/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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 th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, push (A) to proceed diff --git a/_pages/en_PT/updating-b9s.txt b/_pages/en_PT/updating-b9s.txt index 96e72ab646..8a5daab323 100644 --- a/_pages/en_PT/updating-b9s.txt +++ b/_pages/en_PT/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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 th' action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, push (A) to proceed diff --git a/_pages/es_ES/a9lh-to-b9s.txt b/_pages/es_ES/a9lh-to-b9s.txt index 75c084cefc..f076f2637a 100644 --- a/_pages/es_ES/a9lh-to-b9s.txt +++ b/_pages/es_ES/a9lh-to-b9s.txt @@ -119,8 +119,9 @@ 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. 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 + + 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. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "setup_ctrnand_luma3ds" 1. Presiona (A) para continuar cuando se te pida @@ -131,7 +132,6 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m ##### Sección VII - Copia de seguridad de la SysNAND 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "Backup SysNAND" 1. Presiona (A) para confirmar @@ -148,11 +148,10 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m ##### Sección VIII - Limpiar tarjeta SD -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +¡Ten en cuenta que este script eliminará las carpetas `/boot9strap/` y`/cias/` de tu tarjeta SD! {: .notice--danger} 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "cleanup_sd_card" 1. Presiona (A) para continuar cuando se te pida diff --git a/_pages/es_ES/ctrtransfer.txt b/_pages/es_ES/ctrtransfer.txt index 4d819e0d41..dc522f6303 100644 --- a/_pages/es_ES/ctrtransfer.txt +++ b/_pages/es_ES/ctrtransfer.txt @@ -45,6 +45,8 @@ Ya DEBES tener instalado Luma3DS y boot9strap o arm9loaderhax para usar esto. 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 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. Ve a `[0:] SDCARD` -> `gm9` 1. Presiona (A) sobre el `.bin` del CTRTransfer para seleccionarlo 1. Selecciona "CTRNAND options..." @@ -57,7 +59,6 @@ Ya DEBES tener instalado Luma3DS y boot9strap o arm9loaderhax para usar esto. 1. Presiona (B) para rechazar el rebloqueo de permisos de escritura si se solicita 1. Presiona (B) dos veces para volver al menú principal 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "ctrtransfer_ticket_copy" 1. Presiona (A) para continuar cuando se te pida diff --git a/_pages/es_ES/finalizing-setup.txt b/_pages/es_ES/finalizing-setup.txt index ed7dfc917b..bcb1acdb2c 100644 --- a/_pages/es_ES/finalizing-setup.txt +++ b/_pages/es_ES/finalizing-setup.txt @@ -8,8 +8,6 @@ El archivo `boot.firm` es el que ejecuta boot9strap después de que termina de c En este caso, utilizamos Luma3DS de [AuroraWright](https://github.com/AuroraWright/) para ejecutar al inicio un SysNAND modificado directamente, permitiéndonos saltar la necesidad de cualquier EmuNAND, simplificando enormemente el uso de una 3DS hackeada además de ahorrar espacio en la tarjeta SD. -Asegúrate de que tu consola tenga la Comunicación inalámbrica habilitada y que esté conectada a internet. OCS requerirá descargar algunos archivos en tu consola. - Durante este proceso, también instalaremos programas como los siguientes: + **FBI** *(instala juegos y aplicaciones en formato CIA)* @@ -18,9 +16,48 @@ Durante este proceso, también instalaremos programas como los siguientes: + **GodMode9** *(herramienta multipropósito que puede realizar funciones sobre la NAND y cartridges)* + **Homebrew Launcher Loader** *(inicia el Homebrew Launcher como una aplicación regular gracias a la magia de Rosalina)* +#### Qué necesitas + +* La última versión de [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(el archivo `.cia`)* +* La última versión de [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* La última 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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(los archivos `.cia` y `.3dsx`)* +* La última versión (fork) de [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(el archivo `.cia`)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instrucciones -##### Sección I - Actualizar el sistema +##### Sección I - Preparativos + +1. Apaga tu consola +1. Inserta tu tarjeta SD en tu computadora +1. Copia `FBI.3dsx` a la carpeta `/3ds/` de tu tarjeta SD +1. Crea una carpeta llamada `cias` en la raíz de tu tarjeta SD, si aún no existe +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 `FBI.cia` a la carpeta `/cias/` en tu tarjeta SD +1. Copia `DSP1.cia` a la carpeta `/cias/` en tu tarjeta SD +1. Copia `Anemone3DS.cia` a la carpeta `/cias/` en tu tarjeta SD + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Crea una carpeta llamada `payloads` dentro de la carpeta `luma` en tu tarjeta SD si aún no existe +1. Copia el archivo `GodMode9.firm` desde el `.zip` de GodMode9 a la carpeta `/luma/payloads/` en tu tarjeta SD +1. Elimina `ntrboot_flasher.firm` desde la carpeta `/luma/payloads/` en tu tarjeta SD si existe +1. Copia la carpeta `gm9`contenida en el `.zip`de GodMode9 al directorio raíz de tu tarjeta SD +1. Copia `setup_ctrnand_luma3ds.gm9` a la carpeta `/gm9/scripts/` en tu tarjeta SD +1. Copia `cleanup_sd_card.gm9` a la carpeta `/gm9/scripts/` en tu tarjeta SD + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Vuelve a insertar tu tarjeta SD en tu consola +1. Enciende tu consola + +##### Sección II - Actualizar el sistema Si, mientras seguías una versión anterior de esta guía, hiciste CTRTransfer de tu *New 3DS* a 2.1.0, ahora es el momento de [restaurar tu copia de seguridad de la NAND](godmode9-usage#nand_restore) antes de hacer esta sección. {: .notice--danger} @@ -33,7 +70,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 sigue dando un error, [sigue CTRTransfer](ctrtransfer), luego reintenta actualizar -##### Sección II - Iniciar OCS +##### Sección III - Iniciar FBI 1. Inicia la aplicación de Modo Descarga 1. Presiona (L) + (Abajo) + (Select) a la vez para abrir el menú de Rosalina @@ -44,26 +81,28 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m 1. Presiona (B) para salir del menú de Rosalina 1. Presiona (Home), luego cierra la aplicación de Modo Descarga 1. Inicia la aplicación de Modo Descarga -1. Tu consola debería cargar OCS +1. Tu consola debería cargar el Homebrew Launcher -##### Sección III - OCS +##### Sección IV - Instalar CIAs -1. Presiona (A) para empezar -1. Espera a que se completen las descargas y las instalaciones -1. Presiona (Start) cuando se te pida +1. Inicia FBI desde la lista de homebrew +1. Ve a `SD` -> `cias` +1. Selecciona "\" +1. Selecciona la opción "Install and delete all CIAs", luego presiona (A) para confirmar 1. Presiona (Home), luego cierra la aplicación de Modo Descarga -##### Sección IV - Volcado de DSP +##### Sección V - Volcado de DSP 1. Inicia la aplicación DSP1 1. Una vez que se haya completado, presiona (B) para que la aplicación se elimine a sí misma y regresar al menú HOME -##### Sección V - CTRNAND Luma3DS +##### Sección VI - CTRNAND Luma3DS 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 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. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "setup_ctrnand_luma3ds" 1. Presiona (A) para continuar cuando se te pida @@ -71,10 +110,9 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m 1. Presiona (A) para continuar 1. Presiona (A) para volver a bloquear los permisos de escritura -##### Sección VI - Copia de seguridad de la SysNAND +##### Sección VII - Copia de seguridad de la SysNAND 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "Backup SysNAND" 1. Presiona (A) para confirmar @@ -88,10 +126,9 @@ Si, antes de seguir esta guía, ya tenías una configuración EmuNAND y deseas m 1. Elimina el archivo `_nandmin_###.bin` de la carpeta `/gm9/out/` de tu tarjeta SD después de haberlo copiado 1. Vuelve a insertar tu tarjeta SD en tu consola -##### Sección VII - Limpieza de la tarjeta SD +##### Sección VIII - Limpiar tarjeta SD 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "cleanup_sd_card" 1. Presiona (A) para continuar cuando se te pida diff --git a/_pages/es_ES/flashing-ntrboot-(3ds-single-system).txt b/_pages/es_ES/flashing-ntrboot-(3ds-single-system).txt index f21ea56b6f..e5dea66911 100644 --- a/_pages/es_ES/flashing-ntrboot-(3ds-single-system).txt +++ b/_pages/es_ES/flashing-ntrboot-(3ds-single-system).txt @@ -14,7 +14,7 @@ Ten en cuenta que versiones más recientes del firmware de 3DS han bloqueado el + R4i Ultra : <= 4.3.0 + Infinity 3 R4i : <= 11.5.0 -Ensure your flashcart is able to launch correctly before starting. Be sure to have any required kernel or firmware files copied to your flashcart's SD card. Consult your specific flashcart's instructions for more information. +Asegúrate de que tu flashcart inicia correctamente antes de comenzar. Asegúrate de tener cualquier archivo de kernel o firmware copiado en la tarjeta SD de tu flashcart. Para más información, revisa las instrucciones específicas para tu flashcart. 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 son compatibles. 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} diff --git a/_pages/es_ES/godmode9-usage.txt b/_pages/es_ES/godmode9-usage.txt index 0ca05c4fcb..a8c9e01e3b 100644 --- a/_pages/es_ES/godmode9-usage.txt +++ b/_pages/es_ES/godmode9-usage.txt @@ -20,7 +20,6 @@ El sistema de permisos de escritura te protege mostrando advertencias y te oblig 1. Inicia GodMode9 manteniendo presionado (Start) mientras enciendes la consola 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "Backup SysNAND" 1. Presiona (A) para confirmar diff --git a/_pages/es_ES/home.txt b/_pages/es_ES/home.txt index 88677e8486..4a2654beb8 100644 --- a/_pages/es_ES/home.txt +++ b/_pages/es_ES/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Comencemos" # - cta_url: "/es_ES/get-started" caption: excerpt: "Una guía completa de custom firmware para 3DS,
desde stock a boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Lee detenidamente todas las páginas de introducción (incluido ésta) antes de proceder. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Para una lista de cada una de las firmas calculadas de sighax (la plataforma en + Si ya has hackeado tu 3DS antes para tener una configuración con EmuNAND y quieres mover el contenido de esta a tu nueva CFW SysNAND, debes seguir todas las instrucciones y restaurar tu EmuNAND existente cuando se te solicite al llegar a [Finalizar Instalación](finalizing-setup). + Esta guía servirá para consolas New 3DS, Old 3DS New 2DS y 2DS de todas las regiones en la versión 11.5.0 o inferior. + Si todo va según el plan, no perderás datos y terminarás con todo lo que tenías anteriormente (juegos, NNID, datos de guardado, etc se conservarán). -+ **¡Mantén tu consola conectada y cargada durante todo el proceso para evitar pérdidas de datos o daños, producto de un apagado inesperado!** ++ Mantén tu consola conectada y cargada durante todo el proceso para evitar pérdidas de datos o daños, producto de un apagado inesperado! + Tu tarjeta SD debe ser [MBR, no GPT](http://www.howtogeek.com/245610/) (la tarjeta SD que viene con tu consola es MBR por defecto). + Si necesitas formatear una tarjeta SD nueva, puedes usar [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) y ajustar el tamaño de unidad de asignación a 32K. + La 2DS es esencialmente idéntica a la Old 3DS en términos de software, y cualquiera de los pasos donde aparece "Old 3DS" también se aplican a 2DS. + +___ + +Continúa en [Comencemos](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/es_ES/homebrew-launcher-(alternatives).txt b/_pages/es_ES/homebrew-launcher-(alternatives).txt index dc6b5d1cbe..d8b932372d 100644 --- a/_pages/es_ES/homebrew-launcher-(alternatives).txt +++ b/_pages/es_ES/homebrew-launcher-(alternatives).txt @@ -1,24 +1,38 @@ --- -title: "Homebrew Launcher (Alternativas)" +title: "Homebrew Launcher (alternativas)" --- El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecutarse. Si browserhax no es una opción (revisa la tabla de abajo), no posees ninguno de estos juegos y no tienes otra 3DS con acceso al Homebrew Launcher, la opción más barata es comprar una copia "Nintendo Selects" de [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (asegúrate de conseguir el cartucho correcto para tu región) y un [Powersaves](https://amzn.to/2fb3VY7) (compatible con todas las regiones), luego usa oot3dhax de la lista de abajo. -Asegúrate de que tu consola tenga la Comunicación inalámbrica habilitada y que esté conectada a internet. OCS (aplicación a utilizar en la próxima página) requerirá descargar algunos archivos en tu consola. +Asegúrate de que la Comunicación inalámbrica de tu dispositivo está encendida, ya que udsploit (usado en la siguiente página) necesitará que el módulo inalámbrico esté activado para funcionar. Algunos dispositivos (New 3DS, New 2DS y Old 2DS) no pueden ajustar la Comunicación inalámbrica desde el Hombrew Launcher. La Comunicación inalámbrica sólo tiene que estar encendida; conectarse a un punto de acceso no es necesario. #### Qué necesitas -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* La última versión de [SafeB9SInstaller] +(https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* +* La última versión de [safehax](https://github.com/TiniVi/safehax/releases/latest) +* La última versión de [udsploit](https://github.com/smealum/udsploit/releases/latest) +* La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* #### Instrucciones 1. Apaga tu consola 1. Inserta tu tarjeta SD en tu computadora -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copia el contenido de `starter.zip` a la raiz de tu tarjeta SD +1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD +1. Crea una carpeta llamada `boot9strap` en la raíz de tu tarjeta SD +1. Copia `boot9strap.firm` y `boot9strap.firm.sha` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD +1. Copia `safehax.3dsx` a la carpeta `/3ds/` en tu tarjeta SD +1. Copia `udsploit.3dsx` a la carpeta `/3ds/` en tu tarjeta SD +1. Copia `SafeB9SInstaller.bin` desde el `.zip` de SafeB9SInstaller a la raíz de tu tarjeta SD y renombra `SafeB9SInstaller.bin` a `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Vuelve a insertar tu tarjeta SD en tu consola 1. Enciende tu consola 1. Utiliza uno de los siguientes puntos de entrada alternativos para acceder al Homebrew Launcher: @@ -52,7 +66,10 @@ Asegúrate de que tu consola tenga la Comunicación inalámbrica habilitada y qu -1. Tu consola debería cargar OCS +1. Tu consola debería cargar el Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continúa en [Instalar boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/es_ES/homebrew-launcher-(soundhax).txt b/_pages/es_ES/homebrew-launcher-(soundhax).txt index 8a9454b0d1..10b51c3d95 100644 --- a/_pages/es_ES/homebrew-launcher-(soundhax).txt +++ b/_pages/es_ES/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ El Homebrew Launcher tiene diferentes puntos de entrada, o métodos para ejecuta Soundhax es compatible con las versiones 9.0.0 hasta la 11.3.0 en las regiones EUR, JPN, KOR y USA. -Asegúrate de que tu consola tenga la Comunicación inalámbrica habilitada y que esté conectada a internet. OCS (aplicación a utilizar en la próxima página) requerirá descargar algunos archivos en tu consola. +Asegúrate de que la Comunicación inalámbrica de tu dispositivo está encendida, ya que udsploit (usado en la siguiente página) necesitará que el módulo inalámbrico esté activado para funcionar. Algunos dispositivos (New 3DS, New 2DS y Old 2DS) no pueden ajustar la Comunicación inalámbrica desde el Hombrew Launcher. La Comunicación inalámbrica sólo tiene que estar encendida; conectarse a un punto de acceso no es necesario. {% capture notice-1 %} @@ -19,17 +19,33 @@ Ten en cuenta que las actualizaciones con cartucho sólo actualizarán los eleme #### Qué necesitas -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* La última versión de [Soundhax](http://soundhax.com/) *(correspondiente a tu consola y región)* +* La última versión de [SafeB9SInstaller] +(https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* +* La última versión de [safehax](https://github.com/TiniVi/safehax/releases/latest) +* La última versión de [udsploit](https://github.com/smealum/udsploit/releases/latest) +* La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* +* El [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(correspondiente a tu versión del sistema y región)* #### Instrucciones 1. Apaga tu consola 1. Inserta tu tarjeta SD en tu computadora -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD -1. Copy the Soundhax `.m4a` to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copia _el contenido de_ `starter.zip` a la raíz de tu tarjeta SD +1. Copia el archivo `.m4a` de Soundhax a la raíz de tu tarjeta SD +1. Copia el otherapp payload a la raíz de tu tarjeta SD y cambia su nombre a `otherapp.bin` +1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD +1. Crea una carpeta llamada `boot9strap` en la raíz de tu tarjeta SD +1. Copia `boot9strap.firm` y `boot9strap.firm.sha` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD +1. Copia `safehax.3dsx` a la carpeta `/3ds/` en tu tarjeta SD +1. Copia `udsploit.3dsx` a la carpeta `/3ds/` en tu tarjeta SD +1. Copia `SafeB9SInstaller.bin` desde el `.zip` de SafeB9SInstaller a la raíz de tu tarjeta SD y renombra `SafeB9SInstaller.bin` a `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Vuelve a insertar tu tarjeta SD en tu consola 1. Enciende tu consola 1. Inicia Nintendo 3DS Sound @@ -42,13 +58,17 @@ Ten en cuenta que las actualizaciones con cartucho sólo actualizarán los eleme 1. Ve a `/SDCARD`, y luego reproduce "<3 nedwill 2016" + Esto podría tomar varios intentos + Si se congela, fuerza el apagado de la consola manteniendo presionado el botón para apagarla y luego vuelve a intentar + + Si la pantalla se queda en rojo, asegúrate de haber copiado _los contenidos_de_la carpeta `starter` a la raíz de tu tarjeta SD ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Tu consola debería cargar OCS +1. Tu consola debería cargar el Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continúa en [Instalar boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/es_ES/installing-boot9strap-(2xrsa).txt b/_pages/es_ES/installing-boot9strap-(2xrsa).txt index 6fb4003edb..82ab4f99fb 100644 --- a/_pages/es_ES/installing-boot9strap-(2xrsa).txt +++ b/_pages/es_ES/installing-boot9strap-(2xrsa).txt @@ -8,7 +8,7 @@ title: "Instalar boot9strap (2xrsa)" (https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instrucciones @@ -16,8 +16,8 @@ title: "Instalar boot9strap (2xrsa)" 1. Apaga tu consola 1. Inserta tu tarjeta SD en tu computadora -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD 1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD +1. Copia _el contenido de_ `starter.zip` a la raíz de tu tarjeta SD 1. Crea una carpeta llamada `boot9strap` en la raíz de tu tarjeta SD 1. Copia `boot9strap.firm` y `boot9strap.firm.sha` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD 1. Copia `arm9.bin` y `arm11.bin` desde el `.zip` de SafeB9SInstaller a la raíz de tu tarjeta SD diff --git a/_pages/es_ES/installing-boot9strap-(browser).txt b/_pages/es_ES/installing-boot9strap-(browser).txt index 65a799c7ff..381821726d 100644 --- a/_pages/es_ES/installing-boot9strap-(browser).txt +++ b/_pages/es_ES/installing-boot9strap-(browser).txt @@ -10,7 +10,7 @@ Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía (https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instrucciones @@ -18,8 +18,8 @@ Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía 1. Apaga tu consola 1. Inserta tu tarjeta SD en tu computadora -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD 1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD +1. Copia _el contenido de_ `starter.zip` a la raíz de tu tarjeta SD 1. Crea una carpeta llamada `boot9strap` en la raíz de tu tarjeta SD 1. Copia `boot9strap.firm` y `boot9strap.firm.sha` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD 1. Copia `SafeB9SInstaller.dat` y `Launcher.dat` desde el `.zip` de SafeB9SInstaller a la raíz de tu tarjeta SD diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt index 52753d2267..ba87128028 100644 --- a/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/es_ES/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Antes de proceder, asegúrate de leer todos los avisos y advertencias al [Instal * La última versión de [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * El archivo `.firm` 11.4.0 / 11.5.0 (ámbas versiones tienen la misma versión FIRM) correspondiente a **la 3DS de destino** (ya sea "OLD" para Old 3DS, o "NEW" para New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Usa un [Gestor de datos de guardado](https://github.com/J-D-K/JKSM/releases/late 1. Reinserta la tarjeta SD de **la 3DS de origen** 1. Enciende la **3DS de origen** mientras mantienes presionado (Start) para abrir GodMode9 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "Backup SysNAND" 1. Presiona (A) para confirmar @@ -64,6 +63,8 @@ Usa un [Gestor de datos de guardado](https://github.com/J-D-K/JKSM/releases/late 1. Enciende la **3DS de origen** mientras mantienes presionado (Start) para abrir GodMode9 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 + + 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. Ve a `[0:] SDCARD` 1. Presiona (Y) en el archivo `.app` de inyección DSiWare para copiarlo 1. Presiona (B) para volver al menú principal @@ -136,7 +137,7 @@ Usa un [Gestor de datos de guardado](https://github.com/J-D-K/JKSM/releases/late 1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD 1. Copia `boot.nds` (B9STool) a la raíz de la tarjeta SD de **la 3DS de destino** -1. Copia `boot.3dsx` (OCS) a la raíz de la tarjeta SD de **la 3DS de destino** +1. Copia _el contenido de_ `starter.zip` a la raíz de la tarjeta SD de **la 3DS de destino** 1. Crea una carpeta llamada `boot9strap` en la raíz de la tarjeta SD de **la 3DS de destino** 1. Copia el archivo 11.5.0 `.firm` correspondiente a **la 3DS de destino** a la carpeta `boot9strap` en la raíz de la tarjeta SD de **la 3DS de destino** 1. Copia el archivo `boot9strap.firm` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD diff --git a/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt b/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt index 48d87017e8..969c1c7ab0 100644 --- a/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/es_ES/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Antes de proceder, asegúrate de leer todos los avisos y advertencias al [Instal * La última versión de [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * El archivo `.firm` 11.4.0 / 11.5.0 (ámbas versiones tienen la misma versión FIRM) correspondiente a **la 3DS de destino** (ya sea "OLD" para Old 3DS, o "NEW" para New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Usa un [Gestor de datos de guardado](https://github.com/J-D-K/JKSM/releases/late 1. Reinserta la tarjeta SD de **la 3DS de origen** 1. Enciende la **3DS de origen** mientras mantienes presionado (Start) para abrir GodMode9 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "Backup SysNAND" 1. Presiona (A) para confirmar @@ -128,6 +127,8 @@ Usa un [Gestor de datos de guardado](https://github.com/J-D-K/JKSM/releases/late + Puedes también [eliminar el ID de Nintendo Network](https://3ds.guide/troubleshooting#rm_nnid) de **la 3DS de Origen** si prefieres que permanezca en **la 3DS de Destino** 1. Reinicia la **3DS de origen** mientras mantienes presionado (Start) para abrir GodMode9 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 + + 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. Ve a `[0:] SDCARD` -> `gm9` -> `out` 1. Presiona (A) sobre `_nandmin_###.bin` para seleccionarlo, luego selecciona "NAND image options..." y luego "Restore SysNAND (safe)" 1. Presiona (A) para desbloquear la sobreescritura de la SysNAND, luego introduce la combinación de teclas mostrada @@ -142,7 +143,7 @@ Usa un [Gestor de datos de guardado](https://github.com/J-D-K/JKSM/releases/late 1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD 1. Copia `boot.nds` (B9STool) a la raíz de la tarjeta SD de **la 3DS de destino** -1. Copia `boot.3dsx` (OCS) a la raíz de la tarjeta SD de **la 3DS de destino** +1. Copia _el contenido de_ `starter.zip` a la raíz de la tarjeta SD de **la 3DS de destino** 1. Crea una carpeta llamada `boot9strap` en la raíz de la tarjeta SD de **la 3DS de destino** 1. Copia el archivo 11.5.0 `.firm` correspondiente a **la 3DS de destino** a la carpeta `boot9strap` en la raíz de la tarjeta SD de **la 3DS de destino** 1. Copia el archivo `boot9strap.firm` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD diff --git a/_pages/es_ES/installing-boot9strap-(hardmod).txt b/_pages/es_ES/installing-boot9strap-(hardmod).txt index bba2b95b82..d18e46a923 100644 --- a/_pages/es_ES/installing-boot9strap-(hardmod).txt +++ b/_pages/es_ES/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ Esto funcionará en New 3DS, New 2DS, Old 3DS, y Old 2DS en *todas* las versione * La última versión de [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Los usuarios de Windows pueden usar el `.exe` compilado, mientras que los usuarios de Mac y Linux necesitarán tener [Python 3](https://www.python.org/downloads/) instalado para ejecutar el `.py` * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * El archivo `.firm` correspondiente a tu consola y versión: | Versión(es) | Kernel | Old 3DS u Old 2DS | New 3DS o New 2DS | @@ -54,8 +54,8 @@ Esto funcionará en New 3DS, New 2DS, Old 3DS, y Old 2DS en *todas* las versione ##### Sección I - Preparativos -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD 1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD +1. Copia _el contenido de_ `starter.zip` a la raíz de tu tarjeta SD 1. Copia la carpeta hardmod-b9s-installer desde el `.zip` de hardmod-b9s-installer a tu computadora 1. Copia el `.firm` descargado a la carpeta hardmod-b9s-installer en tu computadora 1. Renombra el `.firm` descargado en la carpeta hardmod-b9s-installer en tu computadora a `current.firm` diff --git a/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt b/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt index 64a60e6572..5f8ca8b23a 100644 --- a/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/es_ES/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía #### Instrucciones -##### Sección I - OCS +##### Sección I - Ejecutar SafeB9SInstaller -1. Presiona (A) para empezar -1. Espera a que se completen las descargas -1. Espera a que se ejecute el exploit +1. Inicia udsploit desde la lista de homebrew + + Puede que tengas que deslizar hacia abajo para ver esta opción +1. Una vez terminado, presiona (Start) para salir de udsploit + Esto puede tomar varios intentos - + Si se congela, fuerza el apagado de la consola manteniendo presionado el botón de apagado y luego ejecuta OCS otra vez para intentar de nuevo - + Si aparece como error "PM INIT FAILED", intenta reemplazar el archivo `safehax.3dsx` en la carpeta `/3ds/` de tu tarjeta SD con el archivo encontrable en [la versión r19 de safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Si se congela, fuerza el apagado de la consola manteniendo presionado el botón para apagarla y luego vuelve a intentar +1. Inicia safehax desde la lista de homebrew + + Puede que tengas que deslizar hacia abajo para ver esta opción + + Si tienes el error "PM INIT FAILED", asegúrate de haber ejecutado udsploit con la Comunicación inalámbrica activada + + Si *aún* arroja el error "PM INIT FAILED", prueba con la [versión r19 de safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Si se congela, fuerza el apagado de la consola manteniendo presionado el botón para apagarla y luego vuelve a intentar 1. Si el exploit ha funcionado, habrás iniciado SafeB9SInstaller ##### Sección II - Instalar boot9strap @@ -34,4 +38,4 @@ Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía ___ Continúa en [Finalizar instalación](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/es_ES/installing-boot9strap-(mset).txt b/_pages/es_ES/installing-boot9strap-(mset).txt index d271a8bb5a..337d5b678b 100644 --- a/_pages/es_ES/installing-boot9strap-(mset).txt +++ b/_pages/es_ES/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía * La última versión de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Cualquier flashcart de DS que funcione en la versión de tu consola #### Instrucciones @@ -17,9 +17,9 @@ Si ya habías hackeado tu consola y tienes un CFW basado en EmuNAND, esta guía ##### Sección I - Preparativos 1. Apaga tu consola -1. Inserta tu tarjeta SD en tu computadora -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD +1. Insert your SD card into your computer 1. Copia el archivo `boot.firm` desde el `.7z` de Luma3DS a la raíz de tu tarjeta SD +1. Copia _el contenido de_ `starter.zip` a la raíz de tu tarjeta SD 1. Crea una carpeta llamada `boot9strap` en la raíz de tu tarjeta SD 1. Copia los archivos `boot9strap.firm` y `boot9strap.firm.sha` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD 1. Copia el archivo `SafeB9SInstaller.dat` desde el `.zip` de SafeB9SInstaller a la raíz de tu tarjeta SD diff --git a/_pages/es_ES/installing-boot9strap-(ntrboot).txt b/_pages/es_ES/installing-boot9strap-(ntrboot).txt index 49ce5847c8..08214c720f 100644 --- a/_pages/es_ES/installing-boot9strap-(ntrboot).txt +++ b/_pages/es_ES/installing-boot9strap-(ntrboot).txt @@ -10,7 +10,7 @@ title: "Instalar boot9strap (ntrboot)" (https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La última versión de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap normal; no el archivo `devkit` ni el archivo `ntr`)* * La última versión de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(el archivo`.7z`)* -* La última versión de [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instrucciones @@ -18,8 +18,8 @@ title: "Instalar boot9strap (ntrboot)" 1. Apaga tu consola 1. Inserta tu tarjeta SD en tu computadora -1. Copia `boot.3dsx` (OCS) a la raíz de tu tarjeta SD 1. Copia `SafeB9SInstaller.firm` a la raíz de tu tarjeta SD y renombra el archivo a `boot.firm` +1. Copia _el contenido de_ `starter.zip` a la raíz de tu tarjeta SD 1. Crea una carpeta llamada `boot9strap` en la raíz de tu tarjeta SD 1. Copia `boot9strap.firm` y `boot9strap.firm.sha` desde el `.zip` de boot9strap a la carpeta `/boot9strap/` en tu tarjeta SD @@ -83,9 +83,9 @@ No sigas esta sección mientras no hayas completado el resto de instrucciones de * El respaldo de flashrom correspondiente a tu flashcart + Ten en cuenta que si has seguido la sección de "Flashear ntrboot (Dos Consolas 3DS)", la flashrom ya se encuentra en la ubicación correcta y no necesita ser descargada + Si no sabes que revisión de HW tienes, intenta usar todas. 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: - + - [`R4i_Gold_3DS_(HW_A7)-Flashrom.zip`](magnet:?xt=urn:btih:fd1bc5c522988379ee931db45f82b223241ae729&dn=R4i_Gold_3DS_%28HW_A7%29-Flashrom.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) *(This is also compatible with the **R4i Gold 3DS RTS**)* - + - [`R4i_Gold_3DS_(HW_A6)-Flashrom.zip`](magnet:?xt=urn:btih:ed75f8b81b78dad0d98cea59e38f3f61a80d981d&dn=R4i_Gold_3DS_%28HW_A6%29-Flashrom.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) *(This is also compatible with the **R4 3D Revolution**)* - + - [`R4i_Gold_3DS_(HW_A5)-Flashrom.zip`](magnet:?xt=urn:btih:e69774d8a950879e93b18a5c1ccd36ab305b4acd&dn=R4i_Gold_3DS_%28HW_A5%29-Flashrom.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce) *(This is also compatible with the **Infinity 3 R4i**)* + + - [`R4i_Gold_3DS_(HW_A7)-Flashrom.zip`](magnet:?xt=urn:btih:fd1bc5c522988379ee931db45f82b223241ae729&dn=R4i_Gold_3DS_%28HW_A7%29-Flashrom.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) *(También es compatible con **R4i Gold 3DS RTS**)* + + - [`R4i_Gold_3DS_(HW_A6)-Flashrom.zip`](magnet:?xt=urn:btih:ed75f8b81b78dad0d98cea59e38f3f61a80d981d&dn=R4i_Gold_3DS_%28HW_A6%29-Flashrom.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) *(También es compatible con **R4 3D Revolution**)* + + - [`R4i_Gold_3DS_(HW_A5)-Flashrom.zip`](magnet:?xt=urn:btih:e69774d8a950879e93b18a5c1ccd36ab305b4acd&dn=R4i_Gold_3DS_%28HW_A5%29-Flashrom.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce) *(También es compatible con **Infinity 3 R4i**)* + - `R4i_Gold_3DS_"Starter"-Flashrom.zip` -- *No disponible* + - [`Acekard_2i_(HW_81)-Flashrom.zip`](magnet:?xt=urn:btih:948e6865b57fa2fc469d68df500f774a6d5887a4&dn=Acekard_2i_%28HW_81%29-Flashrom.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce) + - [`Acekard_2i_(HW_44)-Flashrom.zip`](magnet:?xt=urn:btih:d12b46b1bfadc6b03ff260ab90dcb136d890fd39&dn=Acekard_2i_%28HW_44%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce) diff --git a/_pages/es_ES/move-emunand.txt b/_pages/es_ES/move-emunand.txt index ebef5d1829..7bb3aaa9fd 100644 --- a/_pages/es_ES/move-emunand.txt +++ b/_pages/es_ES/move-emunand.txt @@ -32,6 +32,8 @@ Si no tienes ningún juego de DSiWare o datos del mismo que quieras conservar, p 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 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. Ve a `[2:] SYSNAND TWLN` -> `title` 1. Mantén presionado (R) y presiona (A) sobre `00030004` para seleccionar la carpeta y luego selecciona "Copy to 0:/gm9/out" + Este proceso puede llevar un tiempo si tienes muchos juegos de DSiWare @@ -62,10 +64,10 @@ Ten en cuenta que esto no es necesario para otro tipo de juegos de Consola Virtu + Navega hacia la carpeta que has creado para este juego de Consola Virtual de GBA + Presiona (Y) para pegar `gbavc.sav` + Presiona (Start) para reiniciar tu consola -1. Inicia GodMode9 manteniendo presionado (Start) mientras enciendes la consola ##### Sección IV - Copiar EmuNAND a la SysNAND +1. Inicia GodMode9 manteniendo presionado (Start) mientras enciendes la consola 1. Ve a `[E:] EMUNAND VIRTUAL` 1. Presiona (A) sobre `nand.bin` para seleccionarlo, luego selecciona "NAND image options..." y luego "Restore SysNAND (safe)" 1. Presiona (A) para desbloquear la sobreescritura de la SysNAND, luego introduce la combinación de teclas mostrada @@ -118,7 +120,6 @@ Si no habías respaldado datos de partidas de Consola Virtual de GBA antes, pued ##### Sección VII - Copia de seguridad de la SysNAND 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "Backup SysNAND" 1. Presiona (A) para confirmar diff --git a/_pages/es_ES/region-changing.txt b/_pages/es_ES/region-changing.txt index edb3e3842f..6a3f43b2f9 100644 --- a/_pages/es_ES/region-changing.txt +++ b/_pages/es_ES/region-changing.txt @@ -57,6 +57,8 @@ Ya DEBES tener instalado Luma3DS y boot9strap o arm9loaderhax para usar esto. 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 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. Ve a `[0:] SDCARD` -> `gm9` 1. Presiona (A) sobre el `.bin` del CTRTransfer para seleccionarlo 1. Selecciona "CTRNAND options..." @@ -69,7 +71,6 @@ Ya DEBES tener instalado Luma3DS y boot9strap o arm9loaderhax para usar esto. 1. Presiona (B) para rechazar el rebloqueo de permisos de escritura si se solicita 1. Presiona (B) dos veces para volver al menú principal 1. Presiona el botón (Home) para abrir el menú de acción -1. Selecciona "More..." 1. Selecciona "Scripts..." 1. Selecciona "ctrtransfer_ticket_copy" 1. Presiona (A) para continuar cuando se te pida diff --git a/_pages/es_ES/site-navigation.txt b/_pages/es_ES/site-navigation.txt index 2bd8c45799..1a2e28e073 100644 --- a/_pages/es_ES/site-navigation.txt +++ b/_pages/es_ES/site-navigation.txt @@ -37,7 +37,8 @@ sitemap: false + [H2testw (Windows)](h2testw-(windows)) + [Inicio](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Alternativas)](homebrew-launcher-(alternatives)) ++ [Homebrew Launcher (alternativas)](homebrew-launcher-(alternatives)) ++ [Instalar boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Instalar boot9strap (Navegador)](installing-boot9strap-(browser)) + [Instalar boot9strap (Lista de juegos DSiWare inyectables)](installing-boot9strap-(dsiware-game-injection-list)) + [Instalar boot9strap (Inyección de juegos DSiWare)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/es_ES/uninstall-cfw.txt b/_pages/es_ES/uninstall-cfw.txt index d9e76661f5..b1ec8b2bcf 100644 --- a/_pages/es_ES/uninstall-cfw.txt +++ b/_pages/es_ES/uninstall-cfw.txt @@ -33,8 +33,9 @@ Ten en cuenta que si tienes archivos de payloads distintos de `GodMode9.firm` en 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 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. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona el script de desinstalación 1. Presiona (A) para continuar cuando se te pida diff --git a/_pages/es_ES/updating-b9s.txt b/_pages/es_ES/updating-b9s.txt index 8f5483eb9a..4b4de379fb 100644 --- a/_pages/es_ES/updating-b9s.txt +++ b/_pages/es_ES/updating-b9s.txt @@ -51,13 +51,14 @@ Para todos los pasos en esta sección, sobreescribe cualquier archivo existente ##### Sección III - Limpiar tarjeta SD -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +¡Ten en cuenta que este script eliminará las carpetas `/boot9strap/` y`/cias/` de tu tarjeta SD! {: .notice--danger} 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 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. Selecciona "Mas..." 1. Selecciona "Scripts..." 1. Selecciona "cleanup_sd_card" 1. Presiona (A) para continuar cuando se te pida diff --git a/_pages/fi_FI/a9lh-to-b9s.txt b/_pages/fi_FI/a9lh-to-b9s.txt index 64004635d8..56701c447d 100644 --- a/_pages/fi_FI/a9lh-to-b9s.txt +++ b/_pages/fi_FI/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ 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. 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. 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. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "setup_ctrnand_luma3ds" 1. Paina kehotettaessa (A):ta jatkaaksesi @@ -130,7 +131,6 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais ##### Vaihe VII – SysNANDin varmuuskopiointi 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "Backup SysNAND" 1. Paina (A):ta vahvistaaksesi @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "cleanup_sd_card" 1. Paina kehotettaessa (A):ta jatkaaksesi diff --git a/_pages/fi_FI/ctrtransfer.txt b/_pages/fi_FI/ctrtransfer.txt index 2a20620af3..537d7be013 100644 --- a/_pages/fi_FI/ctrtransfer.txt +++ b/_pages/fi_FI/ctrtransfer.txt @@ -45,6 +45,8 @@ Sinulla TÄYTYY olla asennettuna sekä Luma3DS että boot9strap tai arm9loaderha 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. 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. Mene hakemistoon `[0:] SDCARD` → `gm9` 1. Paina (A):ta CTRTransfer-`.bin`-tiedoston kohdalla valitaksesi sen 1. Valitse "CTRNAND options..." @@ -57,7 +59,6 @@ Sinulla TÄYTYY olla asennettuna sekä Luma3DS että boot9strap tai arm9loaderha 1. Paina (B):tä kieltäytyäksesi lukitsemasta kirjoitusoikeuksia kehotettaessa 1. Paina (B):tä kahdesti palataksesi päävalikkoon 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "ctrtransfer_ticket_copy" 1. Paina (A):ta jatkaaksesi kehotettaessa diff --git a/_pages/fi_FI/finalizing-setup.txt b/_pages/fi_FI/finalizing-setup.txt index fac81082e7..e11fac35e2 100644 --- a/_pages/fi_FI/finalizing-setup.txt +++ b/_pages/fi_FI/finalizing-setup.txt @@ -8,8 +8,6 @@ Latauduttuaan NANDilta boot9strap suorittaa `boot.firm`-tiedoston, joka voi olla Tässä tapauksessa käytetään [AuroraWright](https://github.com/AuroraWright/)in luomaa Luma3DS:ää käynnistämään paikattu SysNAND suoraan, jolloin minkäänlaista EmuNANDia ei tarvita, mikä yksinkertaistaa hakkeroidun 3DS:n käyttöä sekä säästää tilaa SD-kortilta. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat: + **FBI** *(asentaa CIA-muotoisia pelejä ja sovelluksia)* @@ -18,9 +16,48 @@ Tämän prosessin aikana myös asennetaan muun muassa seuraavat ohjelmat: + **GodMode9** *(monikäyttöinen työkalu, jolla voi tehdä NANDiin ja pelikorttiin liittyviä toimintoja)* + **Homebrew Launcher Loader** *(avaa Homebrew Launcherin tavallisena sovelluksena, kiitos Rosalina-taian)* +#### Tarpeet + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* GodMode9:n [viimeisin julkaisu](https://github.com/d0k3/GodMode9/releases) +* 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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Ohjeet -##### Section I - Updating the System +##### Vaihe I – Valmistelut + +1. Sammuta konsolisi +1. Aseta SD-korttisi tietokoneeseesi +1. Kopioi `FBI.3dsx` SD-korttisi `/3ds/`-kansioon +1. Luo `cias`-niminen kansio SD-korttisi juureen, jos sitä ei jo ole olemassa +1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card +1. Kopioi `lumaupdater.cia` SD-korttisi `/cias/`-kansioon +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Kopioi GodMode9-`.zip`-pakkauksesta `GodMode9.firm` SD-korttisi `/luma/payloads/`-kansioon +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Kopioi GodMode9-`.zip`-pakkauksesta `gm9`-kansio SD-korttisi juureen +1. Kopioi `setup_ctrnand_luma3ds.gm9` SD-korttisi `/gm9/scripts/`-kansioon +1. Kopioi `cleanup_sd_card.gm9` SD-korttisi `/gm9/scripts/`-kansioon + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Aseta SD-korttisi takaisin konsoliisi +1. Käynnistä konsolisi + +##### Section II - Updating the System Jos käytit tämän oppaan vanhemmassa versiossa CTRTransferia saadaksesi *New 3DS* -konsolisi versiolle 2.1.0, [palauta NAND-varmuuskopiosi](godmode9-usage#nand_restore) ennen kuin jatkat tätä vaihetta. {: .notice--danger} @@ -33,7 +70,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 edelleen virheen, [seuraa osiota CTRTransfer](ctrtransfer) ja yritä sitten päivittämistä uudelleen -##### Section II - Launching OCS +##### Vaihe III – FBI:n avaaminen 1. Avaa Download Play -sovellus 1. Paina (L)-, (ALAS)- ja (SELECT)-painikkeita samaan aikaan avataksesi Rosalina-valikon @@ -44,26 +81,28 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais 1. Paina (B):tä poistuaksesi Rosalina-valikosta 1. Paina (HOME)-painiketta ja sulje Download Play 1. Avaa Download Play -sovellus -1. Your device should load OCS +1. Konsolisi pitäisi avata Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Avaa FBI homebrew-listasta +1. Mene hakemistoon `SD` → `cias` +1. Valitse "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Paina (HOME)-painiketta ja sulje Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Avaa DSP1-sovellus 1. Kun toiminto on suoritettu, paina (B):tä poistaaksesi sovelluksen ja palataksesi HOME-valikkoon -##### Section V - CTRNAND Luma3DS +##### Vaihe VI – Luma3DS:n asentaminen CTRNANDiin 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. 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. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "setup_ctrnand_luma3ds" 1. Paina kehotettaessa (A):ta jatkaaksesi @@ -71,10 +110,9 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais 1. Paina (A):ta jatkaaksesi 1. Paina (A):ta lukitaksesi kirjoitusoikeudet -##### Section VI - Backup SysNAND +##### Vaihe VII – SysNANDin varmuuskopiointi 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "Backup SysNAND" 1. Paina (A):ta vahvistaaksesi @@ -88,10 +126,9 @@ Jos sinulla oli ennen tämän oppaan aloittamista EmuNAND-kokoonpano, ja haluais 1. Poista SD-korttisi `/gm9/out/`-kansiosta `_nandmin_###.bin` kopioituasi sen 1. Aseta SD-korttisi takaisin konsoliisi -##### Section VII - Cleanup SD Card +##### Vaihe VIII – SD-kortin siivoaminen 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "cleanup_sd_card" 1. Paina kehotettaessa (A):ta jatkaaksesi diff --git a/_pages/fi_FI/godmode9-usage.txt b/_pages/fi_FI/godmode9-usage.txt index 0aa12cbad7..617878d205 100644 --- a/_pages/fi_FI/godmode9-usage.txt +++ b/_pages/fi_FI/godmode9-usage.txt @@ -20,7 +20,6 @@ Järjestelmän kirjoitusoikeudet on suojattu varoituksilla, ja sinun on syötett 1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "Backup SysNAND" 1. Paina (A):ta vahvistaaksesi diff --git a/_pages/fi_FI/home.txt b/_pages/fi_FI/home.txt index 791ce2da1d..437bd9ae59 100644 --- a/_pages/fi_FI/home.txt +++ b/_pages/fi_FI/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Aloita" # - cta_url: "/fi_FI/get-started" # caption: excerpt: "Perusteellinen opas 3DS:n mukautettuun laiteohjelmistoon,
vakio-ohjelmistosta boot9strapiin.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Luettelon kaikista lasketuista sighaxin allekirjoituksista (joiden päälle boot + Jos olet jo hakkeroinut konsolisi EmuNAND-kokoonpanoa varten, ja haluat siirtää sisältösi uuteen SysNAND-CFW-kokoonpanoon, seuraa kaikkia ohjeita ja palauta EmuNAND osiossa [Asennuksen viimeistely](finalizing-setup), siinä vaiheessa kun ohje siihen kehottaa. + Tämä opas toimii New 3DS:llä, vanhalla 3DS:llä, New 2DS:llä sekä vanhalla 2DS:llä kaikilla alueilla, laiteohjelmistolla 11.5.0 tai sitä vanhemmilla versioilla. + Jos kaikki menee suunnitelmien mukaan, et menetä mitään tietoja ja päädyt samaan kokoonpanoon, joka sinulla oli alussa (pelit, NNID, tallennukset jne. säilyvät). -+ **Pidä konsolisi latauksessa koko prosessin ajan välttyäksesi tietojen menettämiseltä tai odottamattomasta sammumisesta aiheutuvalta vahingolta!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + SD-korttisi osiointimallin on oltava [MBR, ei GPT](http://www.howtogeek.com/245610/) (konsolin mukana tuleva kortti on oletuksena MBR). + Jos sinun on alustettava uusi SD-kortti, voit käyttää [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm)-ohjelmaa ja asettaa varausyksiköksi 32 kt. + 2DS on ohjelmistoltaan identtinen vanhan 3DS:n kanssa, joten kaikki kohdat, joissa viitataan "vanhaan 3DS:ään", pätevät myös 2DS:ään. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fi_FI/homebrew-launcher-(alternatives).txt b/_pages/fi_FI/homebrew-launcher-(alternatives).txt index 812ca9eb64..8fda1288e7 100644 --- a/_pages/fi_FI/homebrew-launcher-(alternatives).txt +++ b/_pages/fi_FI/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja. Jos et voi käyttää browserhaxiä (ks. alla oleva lista) etkä omista yhtäkään näistä peleistä etkä toista 3DS:ää, jolla pääsee Homebrew Launcheriin, halvin vaihtoehto on ostaa [Ocarina of Time 3D](https://amzn.to/2fkaKdp):n "Nintendo Selects" -julkaisu (varmista, että hankit konsolisi aluetta vastaavan version) sekä [PowerSaves](https://amzn.to/2fb3VY7)-laite (yhteensopiva kaikkien alueidein kanssa). Voit sitten käyttää oot3dhax-menetelmää alla olevasta listasta. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Tarpeet -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) +* SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* #### Ohjeet 1. Sammuta konsolisi 1. Aseta SD-korttisi tietokoneeseesi -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Aseta SD-korttisi takaisin konsoliisi 1. Käynnistä konsolisi 1. Käytä jotakin seuraavista käynnistystavoista päästäksesi Homebrew Launcheriin: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Konsolisi pitäisi avata Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Jatka osioon [Boot9strapin asentaminen (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fi_FI/homebrew-launcher-(soundhax).txt b/_pages/fi_FI/homebrew-launcher-(soundhax).txt index 93c2c8ed19..4e146a5551 100644 --- a/_pages/fi_FI/homebrew-launcher-(soundhax).txt +++ b/_pages/fi_FI/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcherille on useita eri sisäänpääsy- eli käynnistystapoja. SoundHax on yhteensopiva versiosta 9.0.0 versioon 11.3.0 EUR-, JPN-, KOR- ja USA-konsoleiden kanssa. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Tämä tarkoittaa sitä, että korttipäivityksen tekeminen versiolta, jolla on #### Tarpeet -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Ohjeet 1. Sammuta konsolisi 1. Aseta SD-korttisi tietokoneeseesi -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Kopioi `starter.zip`-pakkauksen _sisältö_ SD-korttisi juureen 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Aseta SD-korttisi takaisin konsoliisi 1. Käynnistä konsolisi 1. Avaa Nintendo 3DS Sound @@ -42,13 +57,17 @@ Tämä tarkoittaa sitä, että korttipäivityksen tekeminen versiolta, jolla on 1. Mene hakemistoon `/SDCARD` ja toista tiedosto "<3 nedwill 2016" + Tämä saattaa vaatia useita yrityksiä + Jos ohjelma jumiutuu, pakota konsoli sulkeutumaan pitämällä virtapainiketta pohjassa ja yritä sitten uudelleen + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Konsolisi pitäisi avata Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Jatka osioon [Boot9strapin asentaminen (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fi_FI/installing-boot9strap-(2xrsa).txt b/_pages/fi_FI/installing-boot9strap-(2xrsa).txt index 2f4b6501ef..3a96190fbd 100644 --- a/_pages/fi_FI/installing-boot9strap-(2xrsa).txt +++ b/_pages/fi_FI/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Boot9strapin asentaminen (2xrsa)" * SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) #### Ohjeet @@ -15,8 +15,8 @@ title: "Boot9strapin asentaminen (2xrsa)" 1. Sammuta konsolisi 1. Aseta SD-korttisi tietokoneeseesi -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` SD-korttisi juureen +1. Kopioi `starter.zip`-pakkauksen _sisältö_ 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 SafeB9SInstaller-`.zip`-pakkauksesta `arm9.bin`- ja `arm11.bin`-tiedostot SD-korttisi juureen diff --git a/_pages/fi_FI/installing-boot9strap-(browser).txt b/_pages/fi_FI/installing-boot9strap-(browser).txt index b99738157e..605f318a49 100644 --- a/_pages/fi_FI/installing-boot9strap-(browser).txt +++ b/_pages/fi_FI/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen C * SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) #### Ohjeet @@ -17,8 +17,8 @@ Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen C 1. Sammuta konsolisi 1. Aseta SD-korttisi tietokoneeseesi -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` SD-korttisi juureen +1. Kopioi `starter.zip`-pakkauksen _sisältö_ 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 SafeB9SInstaller-`.zip`-pakkauksesta `SafeB9SInstaller.dat` ja `Launcher.dat` SD-korttisi juureen diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt index ba765681e4..20b11dc4b7 100644 --- a/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/fi_FI/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Jos et käytä oikeaa kohde-3DS:n mukaista `.firm`-tiedostoa, konsolista tulee K * b9sToolin [viimeisin julkaisu](https://github.com/Plailect/b9sTool/releases/latest) * Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) * **Kohde-3DS:ää** vastaava 11.4.0-/11.5.0-version (molemmilla versioilla on sama FIRM-versio) `.firm`-tiedosto ("OLD" vanhalle 3DS:lle tai "NEW" New 3DS:lle): + – [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + – [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Käytä [tallennuksenhallintaohjelmaa](https://github.com/J-D-K/JKSM/releases/la 1. Aseta SD-kortti takaisin **lähde-3DS**:ään 1. Avaa GodMode9 pitämällä **lähde-3DS**:n (START)-painiketta pohjassa käynnistyksen aikana 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "Backup SysNAND" 1. Paina (A):ta vahvistaaksesi @@ -64,6 +63,8 @@ Käytä [tallennuksenhallintaohjelmaa](https://github.com/J-D-K/JKSM/releases/la 1. Avaa GodMode9 pitämällä **lähde-3DS**:n (START)-painiketta pohjassa käynnistyksen aikana 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. 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. Mene hakemistoon `[0:] SDCARD` 1. Paina (Y):tä DSiWare-injektio-`.app`-tiedoston kohdalla kopioidaksesi sen 1. Paina (B):tä palataksesi päävalikkoon @@ -136,7 +137,7 @@ Käytä [tallennuksenhallintaohjelmaa](https://github.com/J-D-K/JKSM/releases/la 1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` SD-korttisi juureen 1. Kopioi `boot.nds` (B9STool) **kohde-3DS**:n SD-kortin juureen -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Luo `boot9strap`-niminen kansio **kohde-3DS**:n SD-kortin juureen 1. Kopioi **kohde-3DS**:ää vastaava 11.5.0-`.firm` **kohde-3DS**:n SD-kortin juureen 1. Kopioi boot9strap-`.zip`-pakkauksesta `boot9strap.firm` SD-korttisi `/boot9strap/`-kansioon diff --git a/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt b/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt index 05a3fc0b42..4c6ac32b7d 100644 --- a/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/fi_FI/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Jos et käytä oikeaa kohde-3DS:n mukaista `.firm`-tiedostoa, konsolista tulee K * B9sToolin [viimeisin julkaisu](https://github.com/Plailect/b9sTool/releases/latest) * Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) * **Kohde-3DS:ää** vastaava 11.4.0-/11.5.0-version (molemmilla versioilla on sama FIRM-versio) `.firm`-tiedosto ("OLD" vanhalle 3DS:lle tai "NEW" New 3DS:lle): + – [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + – [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Käytä [tallennuksenhallintaohjelmaa](https://github.com/J-D-K/JKSM/releases/la 1. Aseta SD-kortti takaisin **lähde-3DS**:ään 1. Avaa GodMode9 pitämällä **lähde-3DS**:n (START)-painiketta pohjassa käynnistyksen aikana 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "Backup SysNAND" 1. Paina (A):ta vahvistaaksesi @@ -128,6 +127,8 @@ Käytä [tallennuksenhallintaohjelmaa](https://github.com/J-D-K/JKSM/releases/la + Voit myös vain [poistaa NNID:si](https://3ds.guide/troubleshooting#rm_nnid) **lähde-3DS**:stä, jos haluat sen jäävän **kohde-3DS**:ään 1. Avaa GodMode9 pitämällä **lähde-3DS**:n (START)-painiketta pohjassa uudelleenkäynnistyksen aikana 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. 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. Mene hakemistoon `[0:] SDCARD` → `gm9` → `out` 1. Paina (A):ta `_nandmin_###.bin`-tiedoston kohdalla, valitse "NAND image options..." ja sitten "Restore SysNAND (safe)" 1. Paina (A):ta ottaaksesi käyttöön SysNANDin ylikirjoittamisen ja syötä annettu painikeyhdistelmä @@ -142,7 +143,7 @@ Käytä [tallennuksenhallintaohjelmaa](https://github.com/J-D-K/JKSM/releases/la 1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` SD-korttisi juureen 1. Kopioi `boot.nds` (B9STool) **kohde-3DS**:n SD-kortin juureen -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Luo `boot9strap`-niminen kansio **kohde-3DS**:n SD-kortin juureen 1. Kopioi **kohde-3DS**:ää vastaava 11.5.0-`.firm` **kohde-3DS**:n SD-kortin juureen 1. Kopioi boot9strap-`.zip`-pakkauksesta `boot9strap.firm` SD-korttisi `/boot9strap/`-kansioon diff --git a/_pages/fi_FI/installing-boot9strap-(hardmod).txt b/_pages/fi_FI/installing-boot9strap-(hardmod).txt index 525a992825..b19b558e37 100644 --- a/_pages/fi_FI/installing-boot9strap-(hardmod).txt +++ b/_pages/fi_FI/installing-boot9strap-(hardmod).txt @@ -18,7 +18,7 @@ Tämä toimii *kaikilla* versioilla New 3DS:llä, New 2DS:llä, vanhalla 3DS:ll * Hardmod-b9s-installerin [viimeisin versio](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows-käyttäjät voivat käyttää käännettyä `.exe`-tiedostoa, Mac- ja Linux-käyttäjät taas tarvitsevat [Python 3](https://www.python.org/downloads/):n suorittaakseen `.py`-tiedoston * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) * Konsolisi mallin ja alueen mukainen `.firm`-tiedosto: | Versio(t) | Käyttöjärjestelmäydin| Vanha 3DS tai vanha 2DS | New 3DS tai New 2DS | @@ -55,8 +55,8 @@ Tämä toimii *kaikilla* versioilla New 3DS:llä, New 2DS:llä, vanhalla 3DS:ll ##### Vaihe I – Valmistelut -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` SD-korttisi juureen +1. Kopioi `starter.zip`-pakkauksen _sisältö_ SD-korttisi juureen 1. Kopioi hardmod-b9s-installer-`.zip`-pakkauksesta hardmod-b9s-installer-kansio tietokoneellesi 1. Kopioi lataamasi `.firm`-tiedosto tietokoneesi hardmod-b9s-installer-kansioon 1. Uudelleennimeä tietokoneesi hardmod-b9s-installer-kansiossa oleva `.firm` muotoon `current.firm` diff --git a/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt b/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt index 326160e980..2fd90ac884 100644 --- a/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/fi_FI/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen C #### Ohjeet -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + Tämä saattaa vaatia useita yrityksiä - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Jos ohjelma jumiutuu, pakota konsoli sulkeutumaan pitämällä virtapainiketta pohjassa ja yritä sitten uudelleen +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Jos ohjelma jumiutuu, pakota konsoli sulkeutumaan pitämällä virtapainiketta pohjassa ja yritä sitten uudelleen 1. Jos haavoittuvuuden hyödyntäminen onnistui, SafeB9SInstallerin pitäisi avautua ##### Vaihe II – Boot9strapin asentaminen @@ -34,4 +38,4 @@ Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen C ___ Jatka osioon [Asennuksen viimeistely](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fi_FI/installing-boot9strap-(mset).txt b/_pages/fi_FI/installing-boot9strap-(mset).txt index e1bdb4ea25..eeae095926 100644 --- a/_pages/fi_FI/installing-boot9strap-(mset).txt +++ b/_pages/fi_FI/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen C * SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) * Mikä tahansa DS-flash-kortti, joka toimii konsolisi versiolla #### Ohjeet @@ -17,9 +17,9 @@ Jos olet jo hakkeroinut konsolisi aikaisemmin, ja sinulla on EmuNAND-pohjainen C ##### Vaihe I – Valmistelut 1. Sammuta konsolisi -1. Aseta SD-korttisi tietokoneeseesi -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Kopioi Luma3DS-`.7z`-pakkauksesta `boot.firm` SD-korttisi juureen +1. Kopioi `starter.zip`-pakkauksen _sisältö_ 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 SafeB9SInstaller-`.zip`-pakkauksesta `SafeB9SInstaller.dat` SD-korttisi juureen diff --git a/_pages/fi_FI/installing-boot9strap-(ntrboot).txt b/_pages/fi_FI/installing-boot9strap-(ntrboot).txt index 8b56412d03..30aa3ab5a3 100644 --- a/_pages/fi_FI/installing-boot9strap-(ntrboot).txt +++ b/_pages/fi_FI/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Boot9strapin asentaminen (ntrboot)" * SafeB9SInstallerin [viimeisin julkaisu](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Boot9strapin [viimeisin julkaisu](https://github.com/SciresM/boot9strap/releases/latest) *(tavallinen boot9strap-tiedosto; ei `devkit`- eikä `ntr`-tiedosto)* * Luma3DS:n [viimeisin julkaisu](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-tiedosto)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew-[aloituspakkaus](http://smealum.github.io/ninjhax2/starter.zip) #### Ohjeet @@ -17,8 +17,8 @@ title: "Boot9strapin asentaminen (ntrboot)" 1. Sammuta konsolisi 1. Aseta SD-korttisi tietokoneeseesi -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Kopioi `SafeB9SInstaller.firm` SD-korttisi juureen ja uudelleennimeä se siellä muotoon `boot.firm` +1. Kopioi `starter.zip`-pakkauksen _sisältö_ 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 diff --git a/_pages/fi_FI/move-emunand.txt b/_pages/fi_FI/move-emunand.txt index d7f34a8d5b..bcb9982b30 100644 --- a/_pages/fi_FI/move-emunand.txt +++ b/_pages/fi_FI/move-emunand.txt @@ -32,6 +32,8 @@ Jos sinulla ei ole yhtäkään DSiWare-peliä tai -tallennusta, voit ohittaa tä 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. 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. Mene hakemistoon `[2:] SYSNAND TWLN` → `title` 1. Pidä (R):ää pohjassa ja paina samalla (A):ta `00030004`-kansion kohdalla valitaksesi sen, ja valitse sitten "Copy to 0:/gm9/out" + Tämä prosessi voi kestää jonkin aikaa, jos sinulla on monta DSiWare-peliä @@ -62,10 +64,10 @@ Huomaa, että tämä ei ole tarpeellista muille Virtual Console -peleille (GBC, + Mene hakemistoon, jonka loit tälle pelille + Paina (Y):tä liittääksesi `gbavc.sav`-tiedoston + Paina (START)-painiketta käynnistääksesi uudelleen -1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä ##### Vaihe IV – EmuNANDin kopiointi SysNANDiin +1. Avaa GodMode9 pitämällä (START)-painiketta pohjassa konsolin käynnistyessä 1. Mene hakemistoon `[E:] SYSNAND VIRTUAL` 1. Paina (A):ta `nand.bin`-tiedoston kohdalla, valitse "NAND image options..." ja sitten "Restore SysNAND (safe)" 1. Paina (A):ta ottaaksesi käyttöön SysNANDin ylikirjoittamisen ja syötä annettu painikeyhdistelmä @@ -118,7 +120,6 @@ Jos et varmuuskopioinut GBA VC -tallennuksia aiemmin, voit ohittaa tämän osion ##### Vaihe VII – SysNANDin varmuuskopiointi 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "Backup SysNAND" 1. Paina (A):ta vahvistaaksesi diff --git a/_pages/fi_FI/region-changing.txt b/_pages/fi_FI/region-changing.txt index 0b53f87361..c01727b21c 100644 --- a/_pages/fi_FI/region-changing.txt +++ b/_pages/fi_FI/region-changing.txt @@ -57,6 +57,8 @@ Sinulla TÄYTYY olla asennettuna sekä Luma3DS että boot9strap tai arm9loaderha 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. 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. Mene hakemistoon `[0:] SDCARD` → `gm9` 1. Paina (A):ta CTRTransfer-`.bin`-tiedoston kohdalla valitaksesi sen 1. Valitse "CTRNAND options..." @@ -69,7 +71,6 @@ Sinulla TÄYTYY olla asennettuna sekä Luma3DS että boot9strap tai arm9loaderha 1. Paina (B):tä kieltäytyäksesi lukitsemasta kirjoitusoikeuksia kehotettaessa 1. Paina (B):tä kahdesti palataksesi päävalikkoon 1. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "ctrtransfer_ticket_copy" 1. Paina kehotettaessa (A):ta jatkaaksesi diff --git a/_pages/fi_FI/site-navigation.txt b/_pages/fi_FI/site-navigation.txt index 2a690b78d1..8634b6a716 100644 --- a/_pages/fi_FI/site-navigation.txt +++ b/_pages/fi_FI/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Etusivu](/) + [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (muut käynnistystavat)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Boot9strapin asentaminen (selain)](installing-boot9strap-(browser)) + [Boot9strapin asentaminen (injektoitavat DSiWare-pelit)](installing-boot9strap-(dsiware-game-injection-list)) + [Boot9strapin asentaminen (DSiWare-peli-injektio)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/fi_FI/uninstall-cfw.txt b/_pages/fi_FI/uninstall-cfw.txt index 3b516e7455..17ffa03a22 100644 --- a/_pages/fi_FI/uninstall-cfw.txt +++ b/_pages/fi_FI/uninstall-cfw.txt @@ -33,8 +33,9 @@ Huomaa, että jos sinulla on muita käynnistystiedostoja kuin `GodMode9.firm` SD 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. 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. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse poisto-ohjelma 1. Paina kehotettaessa (A):ta jatkaaksesi diff --git a/_pages/fi_FI/updating-b9s.txt b/_pages/fi_FI/updating-b9s.txt index 2dc1377789..8a57adf8b0 100644 --- a/_pages/fi_FI/updating-b9s.txt +++ b/_pages/fi_FI/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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. 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. Paina (HOME)-painiketta näyttääksesi toimintovalikon -1. Valitse "More..." 1. Valitse "Scripts..." 1. Valitse "cleanup_sd_card" 1. Paina kehotettaessa (A):ta jatkaaksesi diff --git a/_pages/fr_FR/a9lh-to-b9s.txt b/_pages/fr_FR/a9lh-to-b9s.txt index a5990bbb20..0e8b70b32b 100644 --- a/_pages/fr_FR/a9lh-to-b9s.txt +++ b/_pages/fr_FR/a9lh-to-b9s.txt @@ -119,8 +119,9 @@ 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. 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 qu’elle a complété +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. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "setup_ctrnand_luma3ds" 1. Lorsque vous êtes invité, appuyez sur (A) @@ -131,7 +132,6 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou ##### Section VII - Sauvegarder votre SysNAND 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "Backup SysNAND" 1. Appuyez sur (A) pour confirmer @@ -152,7 +152,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "cleanup_sd_card" 1. Lorsque vous êtes invité, appuyez sur (A) diff --git a/_pages/fr_FR/ctrtransfer.txt b/_pages/fr_FR/ctrtransfer.txt index 0231b27f0c..6aa3eb436f 100644 --- a/_pages/fr_FR/ctrtransfer.txt +++ b/_pages/fr_FR/ctrtransfer.txt @@ -45,6 +45,8 @@ Vous devez avoir déjà installé Luma3DS et boot9strap ou arm9loaderhax pour ut 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 qu’elle a complété +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. Naviguez vers `[0:] SDCARD` -> `gm9` 1. Appuyez sur (A) sur le CTRTransfer `.bin` pour le sélectionner 1. Sélectionnez "CTRNAND options..." @@ -57,7 +59,6 @@ Vous devez avoir déjà installé Luma3DS et boot9strap ou arm9loaderhax pour ut 1. Appuyez (B) à décliner reverrouiller autorisations en écriture si vous êtes invité 1. Appuyez deux fois sur (B) pour revenir au menu principal 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "ctrtransfer_ticket_copy" 1. Lorsque vous êtes invité, appuyez sur (A) diff --git a/_pages/fr_FR/finalizing-setup.txt b/_pages/fr_FR/finalizing-setup.txt index 63f78cbe5e..1d0d773c72 100644 --- a/_pages/fr_FR/finalizing-setup.txt +++ b/_pages/fr_FR/finalizing-setup.txt @@ -8,8 +8,6 @@ Le fichier `boot.firm` est ce qui est lancé par boot9strap lui-même après qu' Dans ce cas, nous utilisons Luma3DS de [AuroraWright](https://github.com/AuroraWright/) pour démarrer directement une SysNAND patchée, nous permettant de contourner complètement la nécessité d'une EmuNAND quelconque, ce qui simplifie grandement l'utilisation d'une 3DS piratée en plus d'économiser de l'espace sur votre carte SD. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Durant cette étape, nous allons également configurer les programmes suivants : + **FBI** *(Permet d'installer des jeux et applications au format CIA)* @@ -18,9 +16,48 @@ Durant cette étape, nous allons également configurer les programmes suivants : + **GodMode9** *(Programme multifonction qui peut effectuer des opérations relatives à la NAND et aux cartouches)* + **Homebrew Launcher Loader** *(Permet de lancez l'Homebrew Launcher comme une application normale grâce à Rosalina Magic)* +#### Ce dont vous aurez besoin + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* La dernière version de [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Préparation + +1. Éteignez votre 3DS +1. Insérez votre carte SD dans votre ordinateur +1. Copiez `FBI.3dsx` dans le dossier `/3ds/` de votre carte SD +1. Créez un dossier nommé `cias` à la racine de votre carte SD si celui ci n'existe pas +1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card +1. Copiez `lumaupdater.cia` vers le dossier`/cias/` sur votre carte SD +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copiez le fichier `GodMode9.firm` de l'archive GodMode9 `.zip` dans le dossier `/luma/payloads/` sur votre carte SD +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copiez le dossier `gm9` de GodMode9 `.zip` à la racine de votre carte SD +1. Copiez `setup_ctrnand_luma3ds.gm9` dans le dossier `/gm9/scripts/` sur votre carte SD +1. Copiez `cleanup_sd_card.gm9` dans le dossier `/gm9/scripts/` sur votre carte SD + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Réinsérez votre carte SD dans votre 3DS +1. Allumez à présent votre 3DS + +##### Section II - Updating the System Si, vous avez suivi une version précédente de ce guide, vous avez CTRTransférer votre *New 3DS* en 2.1.0, il est maintenant temps de [restaurer votre sauvegarde de la NAND](godmode9-usage#nand_restore) avant de faire cette section. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Lancez FBI 1. Lancez l’application Mode téléchargement 1. Appuyez simultanément sur (L) + (Bas) + (Select) pour ouvrir le menu Rosalina @@ -44,26 +81,28 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou 1. Appuyez sur (B) pour quitter le menu de Rosalina 1. Appuyez sur (Home), puis fermez Mode téléchargement 1. Lancez l’application Mode téléchargement -1. Your device should load OCS +1. Votre console devrait maintenant charger le Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Lancez FBI que vous trouverez dans la liste des homebrews +1. Naviguez vers `SD` -> `cias` +1. Sélectionnez "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Appuyez sur (Home), puis fermez Mode téléchargement -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Lancez DSP1 1. Une fois que c'est fini, presser (B) pour arrêter l'application et retourner au menu Home -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 qu’elle a complété +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. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "setup_ctrnand_luma3ds" 1. Lorsque vous êtes invité, appuyez sur (A) @@ -71,10 +110,9 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou 1. Appuyez sur (A) pour continuer 1. Appuyez (A) pour reverrouiller autorisations en écriture -##### Section VI - Backup SysNAND +##### Section VII - Sauvegarder votre SysNAND 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "Backup SysNAND" 1. Appuyez sur (A) pour confirmer @@ -88,10 +126,9 @@ Si, avant d'avoir suivi ce guide, vous aviez une installation EmuNAND et que vou 1. Supprimez `_nandmin_###.bin` dans le dossier `/gm9/out/` sur votre carde SD après l'avoir copié 1. Réinsérez votre carte SD dans votre 3DS -##### Section VII - Cleanup SD Card +##### Section VIII - Nettoyer la Carte SD 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "cleanup_sd_card" 1. Lorsque vous êtes invité, appuyez sur (A) diff --git a/_pages/fr_FR/godmode9-usage.txt b/_pages/fr_FR/godmode9-usage.txt index 7f9a827b65..6e4aebf6b8 100644 --- a/_pages/fr_FR/godmode9-usage.txt +++ b/_pages/fr_FR/godmode9-usage.txt @@ -20,7 +20,6 @@ Le système de permissions d’écriture vous protège en proposant des avertiss 1. Ouvrez Godmode9 en maintenant (Start) au démarrage 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "Backup SysNAND" 1. Appuyez sur (A) pour confirmer diff --git a/_pages/fr_FR/home.txt b/_pages/fr_FR/home.txt index 50eed4ae59..fe4566c30b 100644 --- a/_pages/fr_FR/home.txt +++ b/_pages/fr_FR/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Bien Démarrer" # - cta_url: "/fr_FR/get-started" # caption: excerpt: "Un guide complet pour le custom firmware de 3DS,
depuis le firmware original vers boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Pour obtenir la liste de chaque calcul des signatures sighax, (la plateforme sur + Si vous avez déjà hacké votre 3DS dans le passé pour obtenir une EmuNAND, et désirez déplacer le contenu de votre ancienne EmuNAND vers votre nouveau SysNAND CFW, vous devez suivre toutes les instructions et restaurer votre EmuNAND existante quand on vous le demande à l'étape [Finalisation de l'installation](finalizing-setup). + Ce guide fonctionnera sur les New3DS, Old3ds, New 2DS et 2DS dans toutes les régions en version 11.5.0 ou en dessous. + Si tout se passe comme prévu, vous ne perdrez aucune donnée et finirez avec tout ce que vous aviez au départ (les jeux, votre NNID, les sauvegardes, etc., seront préservées). -+ **Assurez-vous que votre console reste branchée et chargée pendant l'intégralité du processus pour éviter la perte de données ou les dommages causés par une extinction inattendue !** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Votre carte SD doit être en [MBR, pas GTP](http://www.howtogeek.com/245610/) (la carte SD fournie avec la console est en MBR par défaut). + Si vous devez formater une carte SD neuve, vous pouvez utiliser [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) en définissant "Allocation Unit Size" sur 32K. + La 2DS est quasiment identique à une Old (Ancienne) 3DS en termes de logiciel, donc toutes les étapes qui s'appliquent à l’Ancienne (Old) 3DS s'appliquent aussi à la 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fr_FR/homebrew-launcher-(alternatives).txt b/_pages/fr_FR/homebrew-launcher-(alternatives).txt index 970d8c836c..021ff1a36a 100644 --- a/_pages/fr_FR/homebrew-launcher-(alternatives).txt +++ b/_pages/fr_FR/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Il existe différentes méthodes pour lancer l'Homebrew Launcher. Si vous ne possédez aucun de ces jeux ni une seconde 3DS ayant accès au Homebrew Launcher, le moins cher est d'acheter une copie "Nintendo Selects" d'[Ocarina of Time 3D](https://amzn.to/2fkaKdp) (faites attention à bien acheter une cartouche de la région que votre console) ainsi qu'une [Powersaves](https://amzn.to/2fb3VY7) (compatible avec toutes les régions), puis de suivre les instructions concernant oot3dhax ci-dessous. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Ce dont vous aurez besoin -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* #### Instructions 1. Éteignez votre 3DS 1. Insérez votre carte SD dans votre ordinateur -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD +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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Réinsérez votre carte SD dans votre 3DS 1. Allumez à présent votre 3DS 1. Utilisez un de ces points d'accès alternatifs suivants pour entrer dans l'Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Votre console devrait maintenant charger le Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continuez à [Installer boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fr_FR/homebrew-launcher-(soundhax).txt b/_pages/fr_FR/homebrew-launcher-(soundhax).txt index 971b5bd5fc..def986978c 100644 --- a/_pages/fr_FR/homebrew-launcher-(soundhax).txt +++ b/_pages/fr_FR/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Il existe différentes méthodes pour lancer l'Homebrew Launcher. SoundHax est compatible pour les versions du firmware comprises entre 9.0.0 et 11.3.0 pour les régions EUR, JPN, KOR et USA. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Cela signifie qu'à l'aide d'une Mise à jour par Cartouche depuis une version #### Ce dont vous aurez besoin -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Éteignez votre 3DS 1. Insérez votre carte SD dans votre ordinateur -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copier _le contenu de_ `starter.zip` vers la racine de votre carte SD 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD +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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Retirez la carte SD de votre ordinateur et réinsérez-là dans votre 3DS 1. Allumez à présent votre 3DS 1. Lancez l'application Studio Son Nintendo 3DS @@ -42,13 +57,17 @@ Cela signifie qu'à l'aide d'une Mise à jour par Cartouche depuis une version 1. Naviguez vers `/Carte SD`, puis lisez le fichier "<3 nedwill 2016" + Il se peut que cela nécessite plusieurs tentatives + Si la console freeze (ne répond plus), forcez-la simplement à s'éteindre on maintenant le bouton Power, puis réessayez + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Votre console devrait maintenant charger le Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continuez à [Installer boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fr_FR/installing-boot9strap-(2xrsa).txt b/_pages/fr_FR/installing-boot9strap-(2xrsa).txt index a35f4654c2..265ef49be6 100644 --- a/_pages/fr_FR/installing-boot9strap-(2xrsa).txt +++ b/_pages/fr_FR/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installer boot9strap (2xrsa)" * La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installer boot9strap (2xrsa)" 1. Éteignez votre 3DS 1. Insérez votre carte SD dans votre ordinateur -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD +1. Copier _le contenu de_ `starter.zip` vers la racine de votre carte SD 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 `arm9.bin` et `arm11.bin` de SafeB9SInstaller `.zip` à la racine de votre carte SD diff --git a/_pages/fr_FR/installing-boot9strap-(browser).txt b/_pages/fr_FR/installing-boot9strap-(browser).txt index 588d7324b3..fd5bd68695 100644 --- a/_pages/fr_FR/installing-boot9strap-(browser).txt +++ b/_pages/fr_FR/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une E * La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une E 1. Éteignez votre 3DS 1. Insérez votre carte SD dans votre ordinateur -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD +1. Copier _le contenu de_ `starter.zip` vers la racine de votre carte SD 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 `SafeB9SInstaller.dat` et `Launcher.dat` depuis le dossier SafeB9SInstaller `.zip` à la racine de votre carte SD diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt index b29304604f..61b439ece0 100644 --- a/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/fr_FR/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Si vous n'utilisez pas le bon `.firm` correspondant à la 3DS cible, vous allez * La dernière version de [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Le 11.4.0 / 11.5.0 (les deux versions ont la même version ferme) `.firm` correspondant à **la cible 3DS** (soit "OLD" pour les OLD 3DS, ou "NEW" pour les NEW 3DS) : + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Utilisez [save manager](https://github.com/J-D-K/JKSM/releases/latest) pour fair 1. Réinsérez la carte SD de **la 3DS source** dans celle-ci 1. Démarrer **la 3DS source** en maintenant (Start) pour lancer GodMode9 1. Appuyez sur (Home) pour faire apparaître le menu d’actions -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "Backup SysNAND" 1. Appuyez sur (A) pour confirmer @@ -64,6 +63,8 @@ Utilisez [save manager](https://github.com/J-D-K/JKSM/releases/latest) pour fair 1. Démarrer **la 3DS source** en maintenant (Start) pour lancer GodMode9 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 qu’elle a complété +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. Naviguez vers `[0:] SDCARD` 1. Appuyez (Y) sur le fichier `.app` d'injection DSiWare afin de le copier 1. Appuyez sur (B) pour retourner sur le menu principal @@ -136,7 +137,7 @@ Utilisez [save manager](https://github.com/J-D-K/JKSM/releases/latest) pour fair 1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD 1. Copiez `boot.nds` (B9STool) à la racine de **la carte SD de la cible 3DS** -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Créez un dossier nommé `boot9strap` à la racine de la carte SD **de la 3DS cible** 1. Copiez le fichier `.firm` 11.5.0 correspondant à **la 3DS cible** dans le dossier `boot9strap` à la racine de **carte SD de la 3DS cible** 1. Copiez le fichier `boot9strap.firm`de l'archive boot9strap`.zip` dans le dossier `/boot9strap/` de votre carte SD diff --git a/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt index 6d116d1a11..978d8f3ba0 100644 --- a/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/fr_FR/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Si vous n'utilisez pas le bon `.firm` correspondant à la 3DS cible, vous allez * La dernière version de [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Le 11.4.0 / 11.5.0 (les deux versions ont la même version ferme) `.firm` correspondant à **la cible 3DS** (soit "OLD" pour les OLD 3DS, ou "NEW" pour les NEW 3DS) : + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Utilisez [save manager](https://github.com/J-D-K/JKSM/releases/latest) pour fair 1. Réinsérez la carte SD de **la 3DS source** dans **la 3DS source** 1. Démarrer **la 3DS source** en maintenant (Start) pour lancer GodMode9 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "Backup SysNAND" 1. Appuyez sur (A) pour confirmer @@ -128,6 +127,8 @@ Utilisez [save manager](https://github.com/J-D-K/JKSM/releases/latest) pour fair + Vous pouvez également juste [supprimer le NNID](https://3ds.guide/troubleshooting#rm_nnid) de **la 3DS source** si vous préférez qu'il reste sur **la 3DS cible** 1. Redémarrez **la 3DS source** en maintenant (Start) pour lancer GodMode9 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 qu’elle a complété +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. Naviguez vers `[0:] SDCARD` -> `gm9` -> `out` 1. Appuyez sur (A) sur `_nandmin_###.bin` pour le sélectionner, puis choisissez "NAND image options...", puis "Restore SysNAND (safe)" 1. Appuyez sur (A) pour débloquer l'écriture sur votre SysNAND, puis entrez la combinaison de touches demandée @@ -142,7 +143,7 @@ Utilisez [save manager](https://github.com/J-D-K/JKSM/releases/latest) pour fair 1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD 1. Copiez `boot.nds` (B9STool) à la racine de **la carte SD de la cible 3DS** -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Créez un dossier nommé `boot9strap` à la racine de la carte SD **de la 3DS cible** 1. Copiez le fichier `.firm` 11.5.0 correspondant à **la 3DS cible** dans le dossier `boot9strap` à la racine de **carte SD de la 3DS cible** 1. Copiez le fichier `boot9strap.firm`de l'archive boot9strap`.zip` dans le dossier `/boot9strap/` de votre carte SD diff --git a/_pages/fr_FR/installing-boot9strap-(hardmod).txt b/_pages/fr_FR/installing-boot9strap-(hardmod).txt index 6ab040f167..adfa86c44f 100644 --- a/_pages/fr_FR/installing-boot9strap-(hardmod).txt +++ b/_pages/fr_FR/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ Cela fonctionne sur la New3DS, Old3DS, New 2DS et Old 3DS sur *toutes* les versi * La dernière version de [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Les utilisateurs de Windows peuvent utiliser le `.exe` compilé, tandis que les utilisateurs Mac et Linux devront avoir [Python 3](https://www.python.org/downloads/) installé pour exécuter le `.py` * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Le `.firm` correspondant à votre appareil et version: | Version(s) | Kernel | Old 3DS ou Old 2DS | New 3DS ou New 2DS | @@ -54,8 +54,8 @@ Cela fonctionne sur la New3DS, Old3DS, New 2DS et Old 3DS sur *toutes* les versi ##### Section I - Préparation -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD +1. Copier _le contenu de_ `starter.zip` vers la racine de votre carte SD 1. Copiez hardmod-b9s-installer du dossier hardmod-b9s-installer`.zip` vers votre ordinateur 1. Copiez votre fichier `.firm` vers le dossier hardmod-b9s-installer sur votre ordinateur 1. Renommez votre fichier `.firm` dans le dossier hardmod-b9s-installer sur votre ordinateur en `current.firm` diff --git a/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt b/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt index 13cd91c70c..62b21064c3 100644 --- a/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/fr_FR/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une E #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + Cela peut nécessiter plusieurs essais - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Si la console freeze (ne répond plus), forcez-la simplement à s'éteindre on maintenant le bouton Power, puis réessayez +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Si la console freeze (ne répond plus), forcez-la simplement à s'éteindre on maintenant le bouton Power, puis réessayez 1. Si l'exploit a réussit, vous devriez avoir démarré dans SafeB9SInstaller ### Section II - Installation de boot9strap @@ -34,4 +38,4 @@ Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une E ___ Continuer vers [Finalisation de l'installation](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/fr_FR/installing-boot9strap-(mset).txt b/_pages/fr_FR/installing-boot9strap-(mset).txt index da1e9a17fe..07c7b96a11 100644 --- a/_pages/fr_FR/installing-boot9strap-(mset).txt +++ b/_pages/fr_FR/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une E * La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * N'importe quelle cartouche DS qui fonctionne sur la version de votre console #### Instructions @@ -17,9 +17,9 @@ Si vous avez déjà hacké votre console et que vous avez un CFW basé sur une E ##### Section I - Préparation 1. Éteignez votre 3DS -1. Insérez votre carte SD dans votre ordinateur -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copiez `boot.firm` de Luma3DS `.7z` dans la racine de votre carte SD +1. Copier _le contenu de_ `starter.zip` vers la racine de votre carte SD 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 `SafeB9SInstaller.dat` depuis le fichier `.zip` de SafeB9SInstaller à la racine de votre carte SD diff --git a/_pages/fr_FR/installing-boot9strap-(ntrboot).txt b/_pages/fr_FR/installing-boot9strap-(ntrboot).txt index ec61d8502d..ed46a79e47 100644 --- a/_pages/fr_FR/installing-boot9strap-(ntrboot).txt +++ b/_pages/fr_FR/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installer boot9strap (ntrboot)" * La dernière version de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * La dernière version de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard, pas le fichier `devkit` et ni le fichier `ntr`)* * La dernière version de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(le fichier `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Le Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installer boot9strap (ntrboot)" 1. Éteignez votre 3DS 1. Insérez votre carte SD dans votre ordinateur -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiez `SafeB9SInstaller.firm` à la racine de votre carte SD et renommez en `boot.firm` +1. Copier _le contenu de_ `starter.zip` vers la racine de votre carte SD 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 diff --git a/_pages/fr_FR/move-emunand.txt b/_pages/fr_FR/move-emunand.txt index d145c94e5f..1815c4be36 100644 --- a/_pages/fr_FR/move-emunand.txt +++ b/_pages/fr_FR/move-emunand.txt @@ -32,6 +32,8 @@ SI vous n'avez pas de DSiWares ou de sauvegardes (de DSiwares) auxquels vous ten 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 qu’elle a complété +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. Naviguez vers `[2:] SYSNAND TWLN` -> `title` 1. Maintenez la touche (R) appuyée et appuyez sur la touche (A) en même temps sur le dossier `00030004`pour le sélectionner, puis choisissez "Copy to 0:/gm9/out" + Ce processus peut prendre un certain temps si vous avez beaucoup de jeux DSiWare @@ -62,10 +64,10 @@ Notez que ce n’est pas nécessaire pour tout autre type de jeux Console Virtue + Naviguer vers le dossier que vous avez crée pour ce jeu GBA VC + Appuyez sur (Y) pour coller `gbavc.sav` + Appuyez sur (Start) pour redémarrer votre système -1. Ouvrez Godmode9 en maintenant (Start) au démarrage ##### Section IV - Copier votre EmuNAND sur votre SysNAND +1. Ouvrez Godmode9 en maintenant (Start) au démarrage 1. Naviguez vers `[E:] EMUNAND VIRTUAL` 1. Appuyez sur (A) sur `nand.bin` pour le sélectionner, puis choisissez "NAND image options...", puis "Restore SysNAND (safe)" 1. Appuyez sur (A) pour débloquer l'écriture sur votre SysNAND, puis entrez la combinaison de touches demandée @@ -118,7 +120,6 @@ Si vous n'avez pas fait de copies de sauvegardes GBA VC, ignorez cette section. ##### Section VII - Sauvegarder votre SysNAND 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "Backup SysNAND" 1. Appuyez sur (A) pour confirmer diff --git a/_pages/fr_FR/region-changing.txt b/_pages/fr_FR/region-changing.txt index 74756f9378..bba87a7374 100644 --- a/_pages/fr_FR/region-changing.txt +++ b/_pages/fr_FR/region-changing.txt @@ -57,6 +57,8 @@ Vous devez avoir déjà installé Luma3DS et boot9strap ou arm9loaderhax pour ut 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 qu’elle a complété +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. Naviguez vers `[0:] SDCARD` -> `gm9` 1. Appuyez sur (A) sur le CTRTransfer `.bin` pour le sélectionner 1. Sélectionnez "CTRNAND options..." @@ -69,7 +71,6 @@ Vous devez avoir déjà installé Luma3DS et boot9strap ou arm9loaderhax pour ut 1. Appuyez (B) pour décliner reverrouiller autorisations en écriture si vous êtes invité 1. Appuyez deux fois sur (B) pour revenir au menu principal 1. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "ctrtransfer_ticket_copy" 1. Lorsque vous êtes invité, appuyez sur (A) diff --git a/_pages/fr_FR/site-navigation.txt b/_pages/fr_FR/site-navigation.txt index 58b93edf09..363cca7ab1 100644 --- a/_pages/fr_FR/site-navigation.txt +++ b/_pages/fr_FR/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Accueil](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Méthodes Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installer boot9strap (Browser)](installing-boot9strap-(browser)) + [Installer boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installer boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/fr_FR/uninstall-cfw.txt b/_pages/fr_FR/uninstall-cfw.txt index 5e606cd11f..7fe5f5b678 100644 --- a/_pages/fr_FR/uninstall-cfw.txt +++ b/_pages/fr_FR/uninstall-cfw.txt @@ -33,8 +33,9 @@ Notez que si vous avez n’importe quel autre payload que `GodMode9.firm` dans l 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 qu’elle a complété +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. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez le script de désinstallation 1. Lorsque vous êtes invité, appuyez sur (A) diff --git a/_pages/fr_FR/updating-b9s.txt b/_pages/fr_FR/updating-b9s.txt index f9bd5b9af5..53ccf51c93 100644 --- a/_pages/fr_FR/updating-b9s.txt +++ b/_pages/fr_FR/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 qu’elle a complété +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. Appuyez sur (Home) pour faire apparaître le menu d’actions (action menu) -1. Sélectionnez "More..." 1. Sélectionnez "Scripts" 1. Sélectionnez "cleanup_sd_card" 1. Lorsque vous êtes invité, appuyez sur (A) diff --git a/_pages/he_IL/a9lh-to-b9s.txt b/_pages/he_IL/a9lh-to-b9s.txt index 1b15cf35f4..37ea0a9bfd 100644 --- a/_pages/he_IL/a9lh-to-b9s.txt +++ b/_pages/he_IL/a9lh-to-b9s.txt @@ -82,7 +82,7 @@ title: "A9LH אל B9S" 1. תפעילו את SafeB9SInstaller על ידי לחיצת (A) עליו + אם זה נותן לכם שגיאה, תנסו או כרטיס SD אחר, או תפרמטו את הSD שיש לכם (תגבו קבצים קיימים קודם) 1. תחכו שכל בדיקות הבטיחות יסתיימו - + אם אתם מקבלים את השגיאה "OTP Crypto Fail", תורידו את - [`aeskeydb.bin`](magnet:?xt=urn:btih:d25dab06a7e127922d70ddaa4fe896709dc99a1e&dn=aeskeydb.bin&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%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%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce), then put it in the `/boot9strap/` folder on your SD card and try again + + אם אתם מקבלים את השגיאה "OTP Crypto Fail", תורידו את - [`aeskeydb.bin`](magnet:?xt=urn:btih:d25dab06a7e127922d70ddaa4fe896709dc99a1e&dn=aeskeydb.bin&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%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%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce), ואז תשימו אותו בתיקיית `/boot9strap/` על כרטיס הSD שלכם ותנסו שוב 1. כאשר תתבקשו, תלחצו על הכפתורים שנתונים לכם כדי להתקין את boot9strap 1. כשזה סיים, לחצו על (A) כדי לאתחל את הקונסולה. אם הקונסולה שלכם מתכבה בהפעלה, תבדקו שהעתקתם את `boot.firm` מה `.7z` של Luma3DS אל שורש כרטיס הSD שלכם @@ -98,7 +98,7 @@ title: "A9LH אל B9S" ##### חלק IV - עדכון המערכת -במקרה שבו לפני החלקת המדריך היה לכם EmuNAND מותקן וברצונכם להעביר את התוכן שלו ל-SysNAND CFW שלכם, עכשיו זה הזמן לבצע [העברת EmuNAND](move-emunand) לפני ביצוע חלק זה. +במקרה שבו לפני התחלת המדריך היה לכם EmuNAND מותקן וברצונכם להעביר את התוכן שלו ל-SysNAND CFW שלכם, עכשיו זה הזמן לבצע [העברת EmuNAND](move-emunand) לפני ביצוע חלק זה. {: .notice--info} 1. עדכנו את המכשיר שלכם על ידי לחיצה על System Sttings, לאחר מכן "Other Settings", לכו ימינה עד הסוף ואז לחצו על "System Update" @@ -118,8 +118,9 @@ title: "A9LH אל B9S" 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "setup_ctrnand_luma3ds" 1. כשתתבקשו, תלחצו (A) כדי להמשיך @@ -130,7 +131,6 @@ title: "A9LH אל B9S" ##### חלק VII - גיבוי SysNAND 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "Backup SysNAND" 1. תלחצו (A) כדי לאשר @@ -147,11 +147,10 @@ title: "A9LH אל B9S" ##### חלק VIII - ניקוי ה SD -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +שימו לב שהסקריפט הזה ימחק את תיקייות `/boot9strap/` ו`/cias/`מכרטיס הSD שלכם! {: .notice--danger} 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב"cleanup_sd_card" 1. כשתתבקשו, תלחצו (A) כדי להמשיך diff --git a/_pages/he_IL/ctrtransfer.txt b/_pages/he_IL/ctrtransfer.txt index a4a2a9b435..00cf24946d 100644 --- a/_pages/he_IL/ctrtransfer.txt +++ b/_pages/he_IL/ctrtransfer.txt @@ -45,6 +45,8 @@ title: "CTRTransfer" 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. נווטו אל `[0:] SDCARD` ושם אל `gm9` 1. תלחצו (A) על קובץ ה`.bin` של הCTRTransfer כדי לבחור בו 1. תבחרו ב "CTRNAND options..." @@ -57,7 +59,6 @@ title: "CTRTransfer" 1. תלחצו (B) כדי לדחות נעילת הרשאות כתיבה אם תתבקשו 1. תלחצו (B) פעמיים כדי לחזור לתפריט הראשי 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "ctrtransfer_ticket_copy" 1. כשתתבקשו, תלחצו (A) כדי להמשיך diff --git a/_pages/he_IL/finalizing-setup.txt b/_pages/he_IL/finalizing-setup.txt index 4942ef6d9b..52a52fdffd 100644 --- a/_pages/he_IL/finalizing-setup.txt +++ b/_pages/he_IL/finalizing-setup.txt @@ -8,8 +8,6 @@ title: "סיום התהליך" לכן, נשתמש ב-Luma3DS מאת [AuroraWright](https://github.com/AuroraWright/) על מנת לעשות בוט לתוך SysNAND מותאם ישירות, דבר אשר מאפשר לנו לעקוף לחלוטין כל צורך של EmuNAND ובכך לפשט את השימוש ב-3DS פרוץ במקביל לחסכון בנפח ה-SD. -תבדקו שהתקשורת האלחוטית של הקונסולה שלכם דלוקה ומחוברת לאינטרנט. OCS יצטרך להוריד כמה קבצים על הקונסולה שלכם. - בתהליך זה, גם נתקין את התוכנות הבאות: + **FBI** *(התקנת משחקים ותוכנות בפורמט CIA)* @@ -18,14 +16,53 @@ title: "סיום התהליך" + **GodMode9** *(כלי רב שימושי אשר מסוגל לבצע פונקציות הקשורות ל-NAND ולקלטות משחק)* + **Homebrew Launcher Loader** *(מפעיל את הHomebrew Launcher כתוכנה רגילה תודות לRosalina)* +#### מה שאתם צריכים + +* את הגרסה העדכנית של [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(יש להוריד את קובץ ה-`.cia`)* +* את הגרסה העדכנית של [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* את הגרסה העדכנית של [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) +* את הגרסה העדכנית של [DSP1](https://github.com/zoogie/DSP1/releases/latest) +* את הגרסה העדכנית של [FBI](https://github.com/Steveice10/FBI/releases/latest) *(יש להוריד את קובץ ה- `.cia` ואת קובץ ה`.3dsx)* +* הפורק העדכני של [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(יש להוריד את קובץ ה- `.cia`)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### הוראות -##### חלק I - עדכון המערכת +##### חלק I - הכנות + +1. תכבו את המכשיר +1. תכניסו את ה-SD שלכם למחשב +1. תעתיקו את 'FBI.3dsx' לתיקיה '/ 3ds /' על כרטיס הזכרון +1. צרו תיקייה בשם `cias` בתיקיית האם של כרטיס ה- SD שלכם אם לא קיימת תיקייה כזו +1. תעתיקו את `hblauncher_loader.cia`מתוך הזיפ של hblauncher_loader לתוך התיקייה `/cias/` שב-SD שלכם +1. תעתיקו את הקובץ `lumaupdater.cia` לתוך התיקייה `/cias/` שב-SD שלכם +1. תעתיקו את הקובץ `FBI.cia` לתוך התיקייה `/cias/` שב-SD שלכם +1. תעתיקו את הקובץ `DSP1.cia` לתוך התיקייה `/cias/` שב-SD שלכם +1. תעתיקו את הקובץ `Anemone3DS.cia` לתוך התיקייה `/cias/` שב-SD שלכם + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. צרו תיקייה בשם `payloads` בתיקיית `luma` של כרטיס ה- SD שלכם אם לא קיימת תיקייה כזו +1. העתיקו את `GodMode9.firm` מהזיפ של GodMode9 אל תיקיית /luma/payloads/ ב- SD שלכם +1. תמחקו את `ntrboot_flasher.firm` מתיקיית `/luma/payloads/` על כרטיס הSD שלכם אם הוא קיים +1. תעתיקו את התיקייה `gm9` מתוך ה`.zip` של GodMode9 ל-SD שלכם +1. תעתיקו את `setup_ctrnand_luma3ds.gm9` אל תיקיית`/gm9/scripts/` על כרטיס הSD שלכם +1. תעתיקו את `cleanup_sd_card.gm9` אל תיקיית`/gm9/scripts/` על כרטיס הSD שלכם + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם +1. תפעילו את המכשיר + +##### חלק II - עדכון המערכת אם, במהלך שעקבתם אחרי גרסה ישנה של המדריך, שנמכתם את ה*New 3DS* שלכם לגרסא 2.1.0, עכשיו זה הזמן [לשחזר את הגיבוי שלכם](godmode9-usage#nand_restore) לפני שאתם עושים את החלק הזה. {: .notice--danger} -במקרה שבו לפני החלקת המדריך היה לכם EmuNAND מותקן וברצונכם להעביר את התוכן שלו ל-SysNAND CFW שלכם, עכשיו זה הזמן לבצע [העברת EmuNAND](move-emunand) לפני ביצוע חלק זה. +במקרה שבו לפני התחלת המדריך היה לכם EmuNAND מותקן וברצונכם להעביר את התוכן שלו ל-SysNAND CFW שלכם, עכשיו זה הזמן לבצע [העברת EmuNAND](move-emunand) לפני ביצוע חלק זה. {: .notice--info} 1. עדכנו את המכשיר שלכם על ידי לחיצה על System Sttings, לאחר מכן "Other Settings", לכו ימינה עד הסוף ואז לחצו על "System Update" @@ -33,7 +70,7 @@ title: "סיום התהליך" + אם אתם מקבלים שגיאה, שנו את הגדרות ה-DNS שלכם ל-"auto" + אם זה ממשיך לתת לכם שגיאה, [עקבו אחרי CTRTransfer](ctrtransfer), ואז תנסו לעדכן שוב -##### חלק II - הפעלת OCS +##### חלק III - הפעלת FBI 1. תפעילו את Download Play 1. תלחצו (L) + (Down) + (Select) באותו זמן כדי לפתוח את התפריט של Rosalina @@ -44,26 +81,28 @@ title: "סיום התהליך" 1. תלחצו (B) כדי לצאת מהתפריט של Rosalina 1. תלחצו על (Home), ואז תסגרו את Download Play 1. תפעילו את Download Play -1. הקונסולה שלכם אמורה לטעון את OCS +1. המכשיר שלכם אמור לטעון את הHomebrew Launcher -##### חלק III - OCS +##### חלק IV - התקנת CIA -1. תלחצו (A) כדי להתחיל -1. תחכו לכל ההורדות וההתקנות להסתיים -1. תלחצו (Start) כדי לצאת כשמבקשים ממכם +1. תפעילו את FBI מרשימת הhomebrew שלכם +1. נווטו אל `SD` ושם אל `cias` +1. לחצו על "\" +1. תבחרו את האופציה "Install and delete all CIAs", ולאחר מכן לחצו על (A) לאישור 1. תלחצו על (Home), ואז תסגרו את Download Play -##### חלק IV - DSP Dump +##### חלק V - DSP Dump 1. תפעילו את DSP1 1. אחרי שזה סיים, תלחצו (B) כדי למחוק את התוכנה ולחזור למסך הבית -##### חלק V - Luma3DS על ה- CTRNAND +##### חלק VI - Luma3DS על ה- CTRNAND 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "setup_ctrnand_luma3ds" 1. כשתתבקשו, תלחצו (A) כדי להמשיך @@ -71,10 +110,9 @@ title: "סיום התהליך" 1. תלחצו (A) כדי להמשיך 1. תלחצו (A) כדי לנעול הרשאות כתיבה -##### חלק VI - גיבוי SysNAND +##### חלק VII - גיבוי SysNAND 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "Backup SysNAND" 1. תלחצו (A) כדי לאשר @@ -88,10 +126,9 @@ title: "סיום התהליך" 1. תמחקו את `_nandmin_###.bin` בתיקיה `/gm9/out/` על הSD לאחר שהעתקתם אותו 1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם -##### חלק VII - ניקוי ה SD +##### חלק VIII - ניקוי ה SD 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב"cleanup_sd_card" 1. כשתתבקשו, תלחצו (A) כדי להמשיך diff --git a/_pages/he_IL/flashing-ntrboot-(3ds-single-system).txt b/_pages/he_IL/flashing-ntrboot-(3ds-single-system).txt index a481380ebf..ee8344c0fc 100644 --- a/_pages/he_IL/flashing-ntrboot-(3ds-single-system).txt +++ b/_pages/he_IL/flashing-ntrboot-(3ds-single-system).txt @@ -14,7 +14,7 @@ title: "צריבת ntrboot (מערכת 3DS אחת)" + R4i Ultra : <= 4.3.0 + Infinity 3 R4i : <= 11.5.0 -Ensure your flashcart is able to launch correctly before starting. Be sure to have any required kernel or firmware files copied to your flashcart's SD card. Consult your specific flashcart's instructions for more information. +תודאו שכרטיס הפריצה שלכם יכול לפעול כראוי לפני שאתם מתחילים. תבדקו שיש לכם את כל הקבצים הדרושים של הכרטיס על כרטיס הזכרון שלו. תבדקו בהוראות של כרטיס הפריצה שלכם לעוד מידע. שימו לב שבמקרים נדירים, יתכן שתהליך הצריבה **ישבור** כרטיס פריצה מזוייף ויגרום לו לא לעבוד. זה לא סביר שייקרה, אבל בכל זאת רק כרטיסי פריצה מקוריים שמפורטים נתמכים. כדי להוריד את הסיכויים של להשיג כרטיס פריצה מזוייף, מומלץ להשתמש באתר אמין כדי לקנות את הכרטיס (כמו [NDS Card](http://www.nds-card.com/)) {: .notice--danger} diff --git a/_pages/he_IL/godmode9-usage.txt b/_pages/he_IL/godmode9-usage.txt index 276026b679..d35230e9fe 100644 --- a/_pages/he_IL/godmode9-usage.txt +++ b/_pages/he_IL/godmode9-usage.txt @@ -20,7 +20,6 @@ GodMode9 הוא מנהל קבצים עם גישה מלאה לקונסולת ה-3 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "Backup SysNAND" 1. תלחצו (A) כדי לאשר diff --git a/_pages/he_IL/home.txt b/_pages/he_IL/home.txt index ef0a9f2ab0..ef0d1c2e15 100644 --- a/_pages/he_IL/home.txt +++ b/_pages/he_IL/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "צעדים ראשונים" # - cta_url: "/he_IL/get-started" # caption: excerpt: "מדריך שלם לפריצת 3DS,
מהחנות עד ל boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +תקראו ביסודיות את כל הדפים המקדימים (כולל את זה!) לפני שאתם ממשיכים. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ boot9strap היא השיטה הטובה ביותר והעדכנית של הפע + אם ה- 3DS שלכם כבר פרוץ עם Emunand ואתם רוצים להעביר את מה שיש עליו ל- Sysnand, עקבו אחרי כל ההוראות ולכו למקום המתאים כשאתם ב [סיום התהליך](finalizing-setup). + המדריך הזה יעבוד על כל New 3DS, Old 3DS, Old 2DS או New 2DS בכל האזורים על הגרסה 11.5.0 ומתחתיה. + אם הכול ילך לפי התוכנית, לא תאבדו נתונים ותסיימו עם כל מה שהתחלתם (משחקים, NNID, שמירות, ועוד). -+ ** תשמרו על המכשיר מחובר לחשמל וטעון לאורך כל התהליך כדי למנוע אובדן נתונים או נזק מכיבוי בלתי צפוי! ** ++ תשמרו על המכשיר מחובר לחשמל וטעון לאורך כל התהליך כדי למנוע אובדן נתונים או נזק מכיבוי בלתי צפוי! + ה- SD שלכם צריך להיות [MBR, לא GPT](http://www.howtogeek.com/245610/) (כרטיס ה- SD שמגיע עם המכשיר יהיה MBR כברירת מחדל). + אם אתם צריכים לפרמט כרטיס SD חדש, תשתמשו ב ['guiformat'](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) ותגדירו Allocation unit size של 32K. + ה2DS זהה במהותו לOld 3DS מבחינת תוכנה, כל הצעדים שאומרים "Old 3DS" מתקיימים גם ב2DS. עם זאת, ישנן הערות ספציפיות ל2DS. + +___ + +תמשיכו אל [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/he_IL/homebrew-launcher-(alternatives).txt b/_pages/he_IL/homebrew-launcher-(alternatives).txt index 37961fd029..9396190013 100644 --- a/_pages/he_IL/homebrew-launcher-(alternatives).txt +++ b/_pages/he_IL/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ title: "Homebrew Launcher (אלטרנטיבות)" אם Browserhax הוא לא אופציה (תראו את הטבלה למטה), ואין לכם אחד המשחקים האלה כבר או מכשיר נוסף שיש לו גישה לHomebrew Launcher, האופציה הכי זולה היא לקנות עותק של [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (תוודאות שאתם קונים את העותק הנכון לגרסא שלכם) ומכשיר [Powersaves](https://amzn.to/2fb3VY7) (מתאים לכלל האיזורים), ואז לבחור בoot3dhax מהטבלה. -תבדקו שהתקשורת האלחוטית של הקונסולה שלכם דלוקה ומחוברת לאינטרנט. OCS (משומש בעמוד הבא) יצטרך להוריד כמה קבצים על הקונסולה שלכם. +תבדקו שהWi-Fi של הקונסולה שלכם דלוק כי udsploit (שנדרש בעמוד הבא) ידרוש את התוכנה של הWi-Fi כדי לעבוד, ומספר מכשירים (הNew 3DS New 2DS, וה Old 2DS) לא יכולים להדליק את הWi-Fi מהHomebrew Launcher. הWi-Fi רק צריך לדלוק; לא צריך לחבר אותו לרשת אלחוטית. #### מה נדרש -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) +* הגרסה העדכנית של [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* +* הגרסה העדכנית של [safehax](https://github.com/TiniVi/safehax/releases/latest) +* את הגרסה העדכנית של [udsploit](https://github.com/smealum/udsploit/releases/latest) +* את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* #### הנחיות 1. תכבו את המכשיר 1. תכניסו את ה-SD שלכם למחשב -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) +1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם +1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` +1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם +1. תעתיקו את 'safehax.3dsx' לתיקיה '/ 3ds /' על כרטיס הזכרון +1. תעתיקו את הקובץ `udsploit.3dsx` לתוך התיקייה `/3ds/` שב-SD שלכם +1. תעתיקו את `SafeB9SInstaller.bin` מתוך ה `.zip` של SafeB9SInstaller אל שורש כרטיס הSD שלכם ושנו את השם של `SafeB9SInstaller.bin` אל `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם 1. תפעילו את המכשיר 1. השתמשו באחד מהכניסות הבאות על מנת להפעיל את הHomebrew Launcher: @@ -52,7 +65,10 @@ title: "Homebrew Launcher (אלטרנטיבות)" -1. הקונסולה שלכם אמורה לטעון את OCS +1. המכשיר שלכם אמור לטעון את הHomebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} תמשיכו אל [התקנת boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/he_IL/homebrew-launcher-(soundhax).txt b/_pages/he_IL/homebrew-launcher-(soundhax).txt index a85247cbc2..18b410ec54 100644 --- a/_pages/he_IL/homebrew-launcher-(soundhax).txt +++ b/_pages/he_IL/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ title: "Homebrew Launcher (Soundhax)" SoundHax תומך בגירסאות 9.0.0 עד 11.3.0 באזורים EUR, JPN, KOR, וUSA. -תבדקו שהתקשורת האלחוטית של הקונסולה שלכם דלוקה ומחוברת לאינטרנט. OCS (משומש בעמוד הבא) יצטרך להוריד כמה קבצים על הקונסולה שלכם. +תבדקו שהWi-Fi של הקונסולה שלכם דלוק כי udsploit (שנדרש בעמוד הבא) ידרוש את התוכנה של הWi-Fi כדי לעבוד, ומספר מכשירים (הNew 3DS New 2DS, וה Old 2DS) לא יכולים להדליק את הWi-Fi מהHomebrew Launcher. הWi-Fi רק צריך לדלוק; לא צריך לחבר אותו לרשת אלחוטית. {% capture notice-1 %} @@ -19,17 +19,32 @@ SoundHax תומך בגירסאות 9.0.0 עד 11.3.0 באזורים EUR, JPN, KO #### מה נדרש -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) +* הגרסה העדכנית של [Soundhax](http://soundhax.com/) *(למכשיר ואזור שלכם)* +* הגרסה העדכנית של [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* +* הגרסה העדכנית של [safehax](https://github.com/TiniVi/safehax/releases/latest) +* את הגרסה העדכנית של [udsploit](https://github.com/smealum/udsploit/releases/latest) +* את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* +* ה [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(למכשיר ולגרסה שלכם)* #### הוראות 1. תכבו את המכשיר 1. תכניסו את ה-SD שלכם למחשב -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD -1. Copy the Soundhax `.m4a` to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) +1. תעתיקו את קובץ האודיו עם סיומת "M4A" שמתאים לקונסולה שלכם ל-SD +1. תעתיקו את קובץ ה-Otherapp payload שהורדתם ל-SD שלכם ותשנו לו את השם ל-"otherapp.bin" (ללא מרכאות, ללא סיומת כפולה) +1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם +1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` +1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם +1. תעתיקו את 'safehax.3dsx' לתיקיה '/ 3ds /' על כרטיס הזכרון +1. תעתיקו את הקובץ `udsploit.3dsx` לתוך התיקייה `/3ds/` שב-SD שלכם +1. תעתיקו את `SafeB9SInstaller.bin` מתוך ה `.zip` של SafeB9SInstaller אל שורש כרטיס הSD שלכם ושנו את השם של `SafeB9SInstaller.bin` אל `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם 1. תפעילו את המכשיר 1. כנסו לנגן המוזיקה @@ -42,13 +57,17 @@ SoundHax תומך בגירסאות 9.0.0 עד 11.3.0 באזורים EUR, JPN, KO 1. תעברו אל ' / SDCARD ", ואז תפעילו את" < 3 nedwill 2016 " + זה עלול לקחת הרבה נסיונות + אם זה נקפא, כבו בכוח את המכשיר על-ידי החזקת כפתור ההדלקה ולאחר מכן נסו שוב + + אם אתם מקבלים מסך אדום, ודאו שהעתקתם את התוכן של התיקיה `starter` לתיקייה הראשית בSD ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. הקונסולה שלכם אמורה לטעון את OCS +1. המכשיר שלכם אמור לטעון את הHomebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ תמשיכו אל [התקנת boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/he_IL/installing-boot9strap-(2xrsa).txt b/_pages/he_IL/installing-boot9strap-(2xrsa).txt index ea1007f6eb..cb07ffdd2c 100644 --- a/_pages/he_IL/installing-boot9strap-(2xrsa).txt +++ b/_pages/he_IL/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "התקנת boot9strap (2xrsa)" * הגרסה העדכנית של [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) #### הוראות @@ -15,8 +15,8 @@ title: "התקנת boot9strap (2xrsa)" 1. תכבו את המכשיר 1. תכניסו את ה-SD שלכם למחשב -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD 1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) 1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` 1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם 1. מתוך הזיפ של SafeB9SInstaller, תעתיקו את הקבצים `arm9.bin` ו`arm11.bin` ל-SD שלכם diff --git a/_pages/he_IL/installing-boot9strap-(browser).txt b/_pages/he_IL/installing-boot9strap-(browser).txt index 3908172fe4..4d496edefb 100644 --- a/_pages/he_IL/installing-boot9strap-(browser).txt +++ b/_pages/he_IL/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ title: "התקנת boot9strap (דפדפן)" * הגרסה העדכנית של [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) #### הוראות @@ -17,8 +17,8 @@ title: "התקנת boot9strap (דפדפן)" 1. תכבו את המכשיר 1. תכניסו את ה-SD שלכם למחשב -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD 1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) 1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` 1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם 1. מתוך הזיפ של SafeB9SInstaller, תעתיקו את הקבצים SafeB9SInstaller.dat ו`Launcher.dat` ל-SD שלכם diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt index ad03d07618..053f76e119 100644 --- a/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/he_IL/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ title: "התקנת boot9strap (הזרקת משחק DSiWare)" * הגרסה העדכנית של [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) * קובץ ה `.firm` של 11.4.0 / 11.5.0 (לשתי הגרסאות יש את אותה גרסת FIRM) שמתאים ל **3DS היעד** (או "OLD" בשביל Old 3DS, או "NEW" בשביל New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ title: "התקנת boot9strap (הזרקת משחק DSiWare)" 1. תכניסו בחזרה את כרטיס הזכרון של **קונסולת המקור** 1. תפעילו **את ה3DS הפרוץ** תוך לחיצה על (Start) על מנת להפעיל את GodMode9 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "Backup SysNAND" 1. תלחצו (A) כדי לאשר @@ -64,6 +63,8 @@ title: "התקנת boot9strap (הזרקת משחק DSiWare)" 1. תפעילו **את ה3DS הפרוץ** תוך לחיצה על (Start) על מנת להפעיל את GodMode9 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. נווטו ל`[0:] SDCARD` 1. תלחצו (Y) על ה`.app` של הזרקת הDSiWare כדי להעתיק אותו 1. תלחצו (B) כדי לחזור לתפריט הראשי @@ -136,7 +137,7 @@ title: "התקנת boot9strap (הזרקת משחק DSiWare)" 1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם 1. תעתיקו את `boot.nds` (שזה B9STool) לשורש הSD של **קונסולת היעד** -1. תעתיקו את `boot.3dsx` (שזה OCS) לשורש הSD של **קונסולת היעד** +1. תעתיקו את התוכן של התיקייה `starter` מתוך `starter.zip` לתיקייה הראשית של כרטיס הSD של **קונסולת היעד** 1. תיצרו תיקייה בשם `boot9strap` על שורש כרטיס הSD של **קונסולת היעד** 1. תעתיקו את ה`.firm` של 11.5.0 שמתאים ל**קונסולת היעד** לתיקיית `boot9strap` על שורש כרטיס הSD של **קונסולת היעד** 1. תעתיקו את`boot9strap.firm` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם diff --git a/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt index 1b0a74311a..a189c4a3da 100644 --- a/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/he_IL/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ title: "התקנת boot9strap (הזרקת שמירת DSiWare)" * הגרסה העדכנית של [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) * קובץ ה `.firm` של 11.4.0 / 11.5.0 (לשתי הגרסאות יש את אותה גרסת FIRM) שמתאים ל **3DS היעד** (או "OLD" בשביל Old 3DS, או "NEW" בשביל New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ title: "התקנת boot9strap (הזרקת שמירת DSiWare)" 1. תכניסו בחזרה את כרטיס הזכרון של **קונסולת המקור** 1. תפעילו **את ה3DS הפרוץ** תוך לחיצה על (Start) על מנת להפעיל את GodMode9 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "Backup SysNAND" 1. תלחצו (A) כדי לאשר @@ -128,6 +127,8 @@ title: "התקנת boot9strap (הזרקת שמירת DSiWare)" + אתם יכולים גם פשוט [למחוק את הNNID](https://3ds.guide/troubleshooting#rm_nnid) מ**קונסולת המקור** אם אתם מעדיפים שהוא ישאר על **קונסולת היעד** 1. תפעילו מחדש **את ה3DS הפרוץ** תוך לחיצה על (Start) על מנת להפעיל את GodMode9 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. נווטו אל `[0:] SDCARD` ושם אל `gm9` ואז אל `out` 1. תלחצו (A) על `_nandmin_###.bin` כדי לבחור בו, ואז תבחרו ב "NAND image options...", ושם ב "Restore SysNAND (safe)" 1. לחצו (A) כדי לפתוח גישת שכתוב לSysNAND, ואז תלחצו על המקשים בסדר הנכון @@ -142,7 +143,7 @@ title: "התקנת boot9strap (הזרקת שמירת DSiWare)" 1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם 1. תעתיקו את `boot.nds` (שזה B9STool) לשורש הSD של **קונסולת היעד** -1. תעתיקו את `boot.3dsx` (שזה OCS) לשורש הSD של **קונסולת היעד** +1. תעתיקו את התוכן של התיקייה `starter` מתוך `starter.zip` לתיקייה הראשית של כרטיס הSD של **קונסולת היעד** 1. תיצרו תיקייה בשם `boot9strap` על שורש כרטיס הSD של **קונסולת היעד** 1. תעתיקו את ה`.firm` של 11.5.0 שמתאים ל**קונסולת היעד** לתיקיית `boot9strap` על שורש כרטיס הSD של **קונסולת היעד** 1. תעתיקו את`boot9strap.firm` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם diff --git a/_pages/he_IL/installing-boot9strap-(hardmod).txt b/_pages/he_IL/installing-boot9strap-(hardmod).txt index 6098da6417..0c108058db 100644 --- a/_pages/he_IL/installing-boot9strap-(hardmod).txt +++ b/_pages/he_IL/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ title: "התקנת boot9strap (הלחמה)" * הגרסה העדכנית של [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + משתמשי Windows יכולים להשתמש ב`.exe` המקומפל, בעוד שמשתמשי Mac וLinux יצטרכו את [Python 3](https://www.python.org/downloads/) מותקן כדי להריץ את ה`.py` * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) * הקובץ`.firm` לפי הקונסולה והאזור: | גרסא(אות) | ליבה | Old 3DS או Old 2DS | New 3DS או New 2DS | @@ -54,8 +54,8 @@ title: "התקנת boot9strap (הלחמה)" ##### חלק I - הכנות -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD 1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) 1. תעתיקו את תיקיית hardmod-b9s-installer מה `.zip` של hardmod-b9s-installer אל תיקייה במחשב שלכם 1. תעתיקו את ה`.firm` שהורדתם אל תיקיית hardmod-b9s-installer במחשב שלכם 1. שנו שם ל `.firm` שהורדתם בתיקיית hardmod-b9s-installer על המחשב שלכם אל `current.firm` diff --git a/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt b/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt index df7bc59e8f..729a522b6f 100644 --- a/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/he_IL/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ title: "התקנת boot9strap (Homebrew Launcher)" #### הוראות -##### חלק I - OCS +##### חלק I - הפעלת SafeB9SInstaller -1. תלחצו (A) כדי להתחיל -1. תחכו לכל ההורדות להסתיים -1. תחכו לפירצה לרוץ +1. תפעילו את udsploit מרשימת הhomebrew שלכם + + ייתכן שתצטרכו לגלול למטה כדי לראות את האופציה הזאת +1. לאחר שזה סיים, תלחצו (Start) כדי לצאת מudsploit + זה יכול לקחת כמה נסיונות - + אם זה נקפא, כבו בכוח את המכשיר על-ידי החזקת כפתור ההדלקה ולאחר מכן תפעילו מחדש את OCS כדי לנסות שוב - אם אתם מקבלים את השגיאה "PM INIT FAILED", תנסו להחליף את הקובץ `safehax.3dsx` בתיקיית `/3ds/` עם האחד מ[גרסת r19 של safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + אם זה נקפא, כבו בכוח את המכשיר על-ידי החזקת כפתור ההדלקה ולאחר מכן נסו שוב +1. תפעילו את safehax מרשימת הhomebrew שלכם + + ייתכן שתצטרכו לגלול למטה כדי לראות את האופציה הזאת + אם אתם מקבלים את הודעת השגיאה "PM INIT FAILED", שימו לב שאתם מריצים את udsploit עם תקשורת אלחוטית מופעלת + + אם אתם *עדיין* מקבלים את השגיאה "PM INIT FAILED", תנסו להשתמש ב[גרסת r19 של safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + אם זה נקפא, כבו בכוח את המכשיר על-ידי החזקת כפתור ההדלקה ולאחר מכן נסו שוב 1. כעת אתם אמורים להיכנס לתוך SafeB9SInstaller #### חלק II - התקנת boot9strap @@ -34,4 +38,4 @@ title: "התקנת boot9strap (Homebrew Launcher)" ___ תמשיכו ל[סיום התהליך](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/he_IL/installing-boot9strap-(mset).txt b/_pages/he_IL/installing-boot9strap-(mset).txt index 12195d1391..d7a78fe70d 100644 --- a/_pages/he_IL/installing-boot9strap-(mset).txt +++ b/_pages/he_IL/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ title: "התקנת boot9strap (MSET)" * הגרסה העדכנית של [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) * כל כרטיס פריצה של DS שעובד על הגרסה של המכשיר שלכם (לא SKY3DS) #### הוראות @@ -17,9 +17,9 @@ title: "התקנת boot9strap (MSET)" ##### חלק I - הכנות 1. תכבו את המכשיר -1. תכניסו את ה-SD שלכם למחשב -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD +1. תכניסו את כרטיס ה- SD שלכם אל המחשב 1. תעתיקו את הקובץ `boot.firm` מתוך ה`.7z` של Luma3DS לתוך ה-SD שלכם +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) 1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` 1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם 1. מתוך הזיפ של SafeB9SInstaller, תעתיקו את הקובץ SafeB9SInstaller.dat ל-SD שלכם diff --git a/_pages/he_IL/installing-boot9strap-(ntrboot).txt b/_pages/he_IL/installing-boot9strap-(ntrboot).txt index 6527ca22d6..f393851550 100644 --- a/_pages/he_IL/installing-boot9strap-(ntrboot).txt +++ b/_pages/he_IL/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "התקנת boot9strap (ntrboot)" * הגרסה העדכנית של [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * הגרסא העדכנית של [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *( boot9strap רגיל; לא קובץ ה `devkit`, ולא קובץ ה`ntr`)* * את הגרסה העדכנית של [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(יש להוריד את קובץ ה-`.7z`)* -* הגרסה העדכנית של [OCS](https://github.com/Pirater12/ocs/releases/latest) +* את הכלים בשביל ה [Homebrew Launcher](http://smealum.github.io/ninjhax2/starter.zip) #### הוראות @@ -17,8 +17,8 @@ title: "התקנת boot9strap (ntrboot)" 1. תכבו את המכשיר 1. תכניסו את ה-SD שלכם למחשב -1. תעתיקו את `boot.3dsx` שהוא OCS אל שורש כרטיס ה SD 1. תעתיקו את `SafeB9SInstaller.firm` אל שורש כרטיס ה SD שלכם ותשכתבו אותו אל `boot.firm` +1. תפתחו את starter.zip, בתוך הקובץ יש קובץ boot.3dsx ותיקייה, חלצו את שניהם לתוך ה-SD שלכם. (מחוץ לכל תיקייה) 1. תצרו ב-SD שלכם תיקייה חדשה בשם `boot9strap` 1. תעתיקו את`boot9strap.firm` ואת `boot9strap.firm.sha` מה `.zip` של boot9strap אל תיקיית `/boot9strap/`על כרטיס הSD שלכם @@ -83,7 +83,7 @@ ___ + שימו לב שאם עקבתם אחרי "צריבת ntrboot (שתי מערכות 3DS)", הflashrom כבר קיים במקום המתאים ולא צריך להוריד אותו + אם אתם לא יודעים איזה גרסת HW יש לכם תנסו את כולם. רק הגרסה הנכונה תאפשר לכרטיס פריצה שלכם לפעול כראוי מהתפריט הראשי, אבל צריבת הקובץ השגוי לא תשבור את הכרטיס: + - [`R4i_Gold_3DS_(HW_A7)-Flashrom.zip`](magnet:?xt=urn:btih:fd1bc5c522988379ee931db45f82b223241ae729&dn=R4i_Gold_3DS_%28HW_A7%29-Flashrom.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) *(זה גם תואם עם ה**R4i Gold 3DS RTS**)* - + - [`R4i_Gold_3DS_(HW_A6)-Flashrom.zip`](magnet:?xt=urn:btih:ed75f8b81b78dad0d98cea59e38f3f61a80d981d&dn=R4i_Gold_3DS_%28HW_A6%29-Flashrom.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) *(This is also compatible with the **R4 3D Revolution**)* + + - [`R4i_Gold_3DS_(HW_A6)-Flashrom.zip`](magnet:?xt=urn:btih:ed75f8b81b78dad0d98cea59e38f3f61a80d981d&dn=R4i_Gold_3DS_%28HW_A6%29-Flashrom.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) *(זה גם תואם עם ה **R4 3D Revolution**)* + - [`R4i_Gold_3DS_(HW_A5)-Flashrom.zip`](magnet:?xt=urn:btih:e69774d8a950879e93b18a5c1ccd36ab305b4acd&dn=R4i_Gold_3DS_%28HW_A5%29-Flashrom.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce) *(זה גם תואם עם ה **Infinity 3 R4i**)* + - `R4i_Gold_3DS_"Starter"-Flashrom.zip` -- *חסר* + - [`Acekard_2i_(HW_81)-Flashrom.zip`](magnet:?xt=urn:btih:948e6865b57fa2fc469d68df500f774a6d5887a4&dn=Acekard_2i_%28HW_81%29-Flashrom.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce) diff --git a/_pages/he_IL/move-emunand.txt b/_pages/he_IL/move-emunand.txt index e7d0c7d249..1ec186f3bb 100644 --- a/_pages/he_IL/move-emunand.txt +++ b/_pages/he_IL/move-emunand.txt @@ -32,6 +32,8 @@ title: "הזזת EmuNAND" 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. נווטו אל`[2:] SYSNAND TWLN` ומשם ל `title` 1. תחזיקו (R) ותלחצו (A) באותו הזמן על `00030004` כדי לבחור את התיקייה, ואז תבחרו "Copy to 0:/gm9/out" + תהליך זה עלול לקחת זמן מה אם יש לכם הרבה משחקי DSiWare @@ -62,10 +64,10 @@ title: "הזזת EmuNAND" + נווטו לתיקייה שיצרתם בשביל משחק הGBA VC + תלחצו (Y) כדי להדביק את `gbavc.sav` + תלחצו (Start) כדי לאתחל את המכשיר -1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה ##### חלק IV - העתקת EmuNAND אל SysNAND +1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. נווטו אל `[E:] EMUNAND VIRTUAL` 1. תלחצו (A) על `nand.bin` כדי לבחור בו, ואז תבחרו ב "NAND image options...", ושם ב "Restore SysNAND (safe)" 1. לחצו (A) כדי לפתוח גישת שכתוב לSysNAND, ואז תלחצו על המקשים בסדר הנכון @@ -118,7 +120,6 @@ title: "הזזת EmuNAND" ##### חלק VII - גיבוי SysNAND 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "Backup SysNAND" 1. תלחצו (A) כדי לאשר diff --git a/_pages/he_IL/region-changing.txt b/_pages/he_IL/region-changing.txt index a7652e20ea..27c188d4aa 100644 --- a/_pages/he_IL/region-changing.txt +++ b/_pages/he_IL/region-changing.txt @@ -57,6 +57,8 @@ title: "שינוי אזור" 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. נווטו אל `[0:] SDCARD` ושם אל `gm9` 1. תלחצו (A) על קובץ ה`.bin` של הCTRTransfer כדי לבחור בו 1. תבחרו ב "CTRNAND options..." @@ -69,7 +71,6 @@ title: "שינוי אזור" 1. תלחצו (B) כדי לדחות נעילת הרשאות כתיבה אם תתבקשו 1. תלחצו (B) פעמיים כדי לחזור לתפריט הראשי 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב "ctrtransfer_ticket_copy" 1. כשתתבקשו, תלחצו (A) כדי להמשיך diff --git a/_pages/he_IL/site-navigation.txt b/_pages/he_IL/site-navigation.txt index 3b4771b546..44913d5057 100644 --- a/_pages/he_IL/site-navigation.txt +++ b/_pages/he_IL/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [בית](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (אלטרנטיבות)](homebrew-launcher-(alternatives)) ++ [התקנת boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [התקנת boot9strap (דפדפן)](installing-boot9strap-(browser)) + [התקנת boot9strap (רשימת משחקי DSiWare הניתן להזריק))](installing-boot9strap-(dsiware-game-injection-list)) + [התקנת boot9strap (הכנסת משחק DSiWare)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/he_IL/uninstall-cfw.txt b/_pages/he_IL/uninstall-cfw.txt index 34b54f7b9c..bf5a54cb5b 100644 --- a/_pages/he_IL/uninstall-cfw.txt +++ b/_pages/he_IL/uninstall-cfw.txt @@ -33,8 +33,9 @@ title: "הסרת CFW" 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו את הסקריפט של ההסרה 1. כשתתבקשו, תלחצו (A) כדי להמשיך diff --git a/_pages/he_IL/updating-b9s.txt b/_pages/he_IL/updating-b9s.txt index 4a5a860edc..a1d9a16a69 100644 --- a/_pages/he_IL/updating-b9s.txt +++ b/_pages/he_IL/updating-b9s.txt @@ -51,13 +51,14 @@ title: "עדכון B9S" ##### חלק III - ניקוי ה SD -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +שימו לב שהסקריפט הזה ימחק את תיקייות `/boot9strap/` ו`/cias/`מכרטיס הSD שלכם! {: .notice--danger} 1. תפתחו את GodMode9 על ידי החזקה של המקש (Start) בעת ההדלקה 1. אם תתבקשו לעשות גיבוי של קבצים חיוניים, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך אחרי שזה סיים +1. אם אתם מתבקשים לתקן את זמן ותאריך הRTC, תלחצו (A) כדי לעשות זאת, ואז תלחצו (A) כדי להמשיך + + שימו לב, אם הייתם צריכים לתקן את תאריך וזמן הRTC, תצטרכו לתקן את הזמן בהגדרות המערכת גם כן אחרי המדריך הזה 1. תלחצו על (Home) כדי להראות את תפריט הפעולה -1. תבחרו ב"More..." 1. תבחרו "Scripts..." 1. תבחרו ב"cleanup_sd_card" 1. כשתתבקשו, תלחצו (A) כדי להמשיך diff --git a/_pages/hu_HU/a9lh-to-b9s.txt b/_pages/hu_HU/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/hu_HU/a9lh-to-b9s.txt +++ b/_pages/hu_HU/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/hu_HU/ctrtransfer.txt b/_pages/hu_HU/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/hu_HU/ctrtransfer.txt +++ b/_pages/hu_HU/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/hu_HU/finalizing-setup.txt b/_pages/hu_HU/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/hu_HU/finalizing-setup.txt +++ b/_pages/hu_HU/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/hu_HU/godmode9-usage.txt b/_pages/hu_HU/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/hu_HU/godmode9-usage.txt +++ b/_pages/hu_HU/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/hu_HU/home.txt b/_pages/hu_HU/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/hu_HU/home.txt +++ b/_pages/hu_HU/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/hu_HU/homebrew-launcher-(alternatives).txt b/_pages/hu_HU/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/hu_HU/homebrew-launcher-(alternatives).txt +++ b/_pages/hu_HU/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/hu_HU/homebrew-launcher-(soundhax).txt b/_pages/hu_HU/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/hu_HU/homebrew-launcher-(soundhax).txt +++ b/_pages/hu_HU/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/hu_HU/installing-boot9strap-(2xrsa).txt b/_pages/hu_HU/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/hu_HU/installing-boot9strap-(2xrsa).txt +++ b/_pages/hu_HU/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/hu_HU/installing-boot9strap-(browser).txt b/_pages/hu_HU/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/hu_HU/installing-boot9strap-(browser).txt +++ b/_pages/hu_HU/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/hu_HU/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt b/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/hu_HU/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/hu_HU/installing-boot9strap-(hardmod).txt b/_pages/hu_HU/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/hu_HU/installing-boot9strap-(hardmod).txt +++ b/_pages/hu_HU/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt b/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/hu_HU/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/hu_HU/installing-boot9strap-(mset).txt b/_pages/hu_HU/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/hu_HU/installing-boot9strap-(mset).txt +++ b/_pages/hu_HU/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/hu_HU/installing-boot9strap-(ntrboot).txt b/_pages/hu_HU/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/hu_HU/installing-boot9strap-(ntrboot).txt +++ b/_pages/hu_HU/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/hu_HU/move-emunand.txt b/_pages/hu_HU/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/hu_HU/move-emunand.txt +++ b/_pages/hu_HU/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/hu_HU/region-changing.txt b/_pages/hu_HU/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/hu_HU/region-changing.txt +++ b/_pages/hu_HU/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/hu_HU/site-navigation.txt b/_pages/hu_HU/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/hu_HU/site-navigation.txt +++ b/_pages/hu_HU/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/hu_HU/uninstall-cfw.txt b/_pages/hu_HU/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/hu_HU/uninstall-cfw.txt +++ b/_pages/hu_HU/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/hu_HU/updating-b9s.txt b/_pages/hu_HU/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/hu_HU/updating-b9s.txt +++ b/_pages/hu_HU/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/id_ID/a9lh-to-b9s.txt b/_pages/id_ID/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/id_ID/a9lh-to-b9s.txt +++ b/_pages/id_ID/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/id_ID/ctrtransfer.txt b/_pages/id_ID/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/id_ID/ctrtransfer.txt +++ b/_pages/id_ID/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/id_ID/finalizing-setup.txt b/_pages/id_ID/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/id_ID/finalizing-setup.txt +++ b/_pages/id_ID/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/id_ID/godmode9-usage.txt b/_pages/id_ID/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/id_ID/godmode9-usage.txt +++ b/_pages/id_ID/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/id_ID/home.txt b/_pages/id_ID/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/id_ID/home.txt +++ b/_pages/id_ID/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/id_ID/homebrew-launcher-(alternatives).txt b/_pages/id_ID/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/id_ID/homebrew-launcher-(alternatives).txt +++ b/_pages/id_ID/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/id_ID/homebrew-launcher-(soundhax).txt b/_pages/id_ID/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/id_ID/homebrew-launcher-(soundhax).txt +++ b/_pages/id_ID/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/id_ID/installing-boot9strap-(2xrsa).txt b/_pages/id_ID/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/id_ID/installing-boot9strap-(2xrsa).txt +++ b/_pages/id_ID/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/id_ID/installing-boot9strap-(browser).txt b/_pages/id_ID/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/id_ID/installing-boot9strap-(browser).txt +++ b/_pages/id_ID/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/id_ID/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt b/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/id_ID/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/id_ID/installing-boot9strap-(hardmod).txt b/_pages/id_ID/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/id_ID/installing-boot9strap-(hardmod).txt +++ b/_pages/id_ID/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt b/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/id_ID/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/id_ID/installing-boot9strap-(mset).txt b/_pages/id_ID/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/id_ID/installing-boot9strap-(mset).txt +++ b/_pages/id_ID/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/id_ID/installing-boot9strap-(ntrboot).txt b/_pages/id_ID/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/id_ID/installing-boot9strap-(ntrboot).txt +++ b/_pages/id_ID/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/id_ID/move-emunand.txt b/_pages/id_ID/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/id_ID/move-emunand.txt +++ b/_pages/id_ID/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/id_ID/region-changing.txt b/_pages/id_ID/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/id_ID/region-changing.txt +++ b/_pages/id_ID/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/id_ID/site-navigation.txt b/_pages/id_ID/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/id_ID/site-navigation.txt +++ b/_pages/id_ID/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/id_ID/uninstall-cfw.txt b/_pages/id_ID/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/id_ID/uninstall-cfw.txt +++ b/_pages/id_ID/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/id_ID/updating-b9s.txt b/_pages/id_ID/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/id_ID/updating-b9s.txt +++ b/_pages/id_ID/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/it_IT/a9lh-to-b9s.txt b/_pages/it_IT/a9lh-to-b9s.txt index 10b0e52a26..785d3e27c6 100644 --- a/_pages/it_IT/a9lh-to-b9s.txt +++ b/_pages/it_IT/a9lh-to-b9s.txt @@ -72,7 +72,7 @@ Se durante questa sezione ti verrà chiesto di sovrascrivere dei file sulla tua ![]({{ base_path }}/images/screenshots/a9lh-to-b9s-file-layout.png) {: .notice--info} -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console ##### Sezione II - Installazione di boot9strap @@ -118,8 +118,9 @@ 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. 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 + + 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. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "setup_ctrnand_luma3ds" 1. Quando richiesto, premi (A) per procedere @@ -130,7 +131,6 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e ##### Sezione VII - Backup della SysNAND 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "Backup SysNAND" 1. Premi (A) per confermare @@ -143,15 +143,14 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e + Questi backup ti salveranno da un brick nel caso dovesse accadere qualcosa in futuro + Sostituisci il backup della NAND fatto con arm9loaderhax con questo più recente, fatto con boot9strap 1. Cancella il file `_nandmin_###.bin` dalla cartella `/gm9/out/` della tua scheda SD dopo la copia -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console ##### Sezione VIII - Pulizia della scheda SD -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +Attenzione: questo script rimuoverà le cartelle `/boot9strap/` e `/cias/` dalla tua scheda SD! {: .notice--danger} 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "cleanup_sd_card" 1. Quando richiesto, premi (A) per procedere diff --git a/_pages/it_IT/ctrtransfer.txt b/_pages/it_IT/ctrtransfer.txt index d8f260977b..95343eb6e4 100644 --- a/_pages/it_IT/ctrtransfer.txt +++ b/_pages/it_IT/ctrtransfer.txt @@ -39,12 +39,14 @@ DEVI aver già installato Luma3DS e uno tra boot9strap e arm9loaderhax per poter 1. Copia il file `ctrtransfer_ticket_copy.gm9` nella cartella `/gm9/scripts/` della tua scheda SD 1. Copia il file immagine del CTRTransfer 11.5.0 con estensione `.bin` dall'archivio `.zip` del CTRTransfer alla cartella `/gm9/` presente nella scheda SD 1. Copia il file `FBI.3dsx` nella cartella `/3ds/` nella tua scheda SD -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console ##### Sezione II - CTRTransfer 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 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. Entra nella cartella `[0:] SDCARD` -> `gm9` 1. Premi (A) sul file `.bin` del CTRTransfer per selezionarlo 1. Seleziona "CTRNAND options..." @@ -57,7 +59,6 @@ DEVI aver già installato Luma3DS e uno tra boot9strap e arm9loaderhax per poter 1. Se richiesto, premi (B) per rifiutare il ritiro delle autorizzazioni di scrittura 1. Premi (B) due volte per ritornare al menu principale 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "ctrtransfer_ticket_copy" 1. Quando richiesto, premi (A) per procedere diff --git a/_pages/it_IT/finalizing-setup.txt b/_pages/it_IT/finalizing-setup.txt index c4fab914a2..c0c00f5384 100644 --- a/_pages/it_IT/finalizing-setup.txt +++ b/_pages/it_IT/finalizing-setup.txt @@ -8,8 +8,6 @@ Il file `boot.firm` viene lanciato da boot9strap stesso al termine del caricamen In questo caso, useremo Luma3DS di [AuroraWright](https://github.com/AuroraWright/) per avviare direttamente una SysNAND patchata, bypassando del tutto il bisogno di una EmuNAND. Questo semplifica l'uso di un 3DS così modificato, e permette di risparmiare spazio sulla scheda SD. -Assicurati che la comunicazione wireless della tua console sia attiva e di essere connesso ad internet. OCS ne avrà bisogno per scaricare dei file nella console. - Durante la guida verranno anche configurate le seguenti applicazioni: + **FBI** *(installa i giochi e le applicazioni in formato CIA)* @@ -18,9 +16,48 @@ Durante la guida verranno anche configurate le seguenti applicazioni: + **GodMode9** *(applicazione multifunzione per gestire NAND e schede di gioco)* + **Homebrew Launcher Loader** *(avvia l'Homebrew Launcher come fosse una normale applicazione grazie alla magia di Rosalina)* +#### Cosa serve + +* L'ultima versione di [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(il file `.cia`)* +* L'ultima versione di [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* L'ultima release 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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(i file `.cia` e `.3dsx`)* +* L'ultima fork di [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(il file `.cia`)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Istruzioni -##### Sezione I - Aggiornare il Sistema +##### Sezione I - Preparazione + +1. Spegni il tuo 3DS +1. Inserisci la scheda SD nel tuo computer +1. Copia il file `FBI.3dsx` nella cartella `/3ds/` nella tua scheda SD +1. Se assente, crea una cartella chiamata `cias` nella directory principale 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 `FBI.cia` nella cartella `/cias/` della tua scheda SD +1. Copia il file `DSP1.cia` nella cartella `/cias/` della tua scheda SD +1. Copia il file `Anemone3DS.cia` nella cartella `/cias/` della tua scheda SD + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Se assente, crea una cartella chiamata `payloads` nella cartella `luma` della tua scheda SD +1. Copia il file `GodMode9.firm` dall'archivio `.zip` di GodMode9 dentro la cartella `/luma/payloads/` della tua scheda SD +1. Se presente, elimina il file `ntrboot_flasher.firm` dalla cartella `/luma/payloads/` della tua scheda SD +1. Copia la cartella `gm9` presente nell'archivio `.zip` di GodMode9 nella directory principale della tua scheda SD +1. Copia il file `setup_ctrnand_luma3ds.gm9` nella cartella `/gm9/scripts/` della tua scheda SD +1. Copia il file `cleanup_sd_card.gm9` nella cartella `/gm9/scripts/` della tua scheda SD + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinserisci la scheda SD nella tua console +1. Accendi la console + +##### Sezione II - Aggiornare il Sistema Se, utilizzando una versione precedente di questa guida, hai effettuato un CTRTransfer alla versione del software 2.1.0 su un *New 3DS*, dovresti adesso [ripristinare il tuo backup della NAND](godmode9-usage#nand_restore) prima di proseguire con questa sezione. {: .notice--danger} @@ -33,7 +70,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 continui ad ottenere un errore, [segui la guida per il CTRTransfer](ctrtransfer), poi riprova ad aggiornare la console -##### Sezione II - Avviare OCS +##### Sezione III - Avviare FBI 1. Avvia l'applicazione "Modalità download" 1. Premi simultaneamente i pulsanti (L) + (Giù) + (Select) per aprire il menu di Rosalina @@ -44,26 +81,28 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e 1. Premi (B) per uscire dal menu di Rosalina 1. Premi il pulsante HOME, quindi chiudi l'applicazione "Modalità download" 1. Avvia l'applicazione "Modalità download" -1. Ora la console dovrebbe avviare OCS +1. La console dovrebbe ora avviare l'Homebrew Launcher -##### Sezione III - OCS +##### Sezione IV - Installazione dei CIA -1. Premi (A) per cominciare -1. Attendi il termine del download e dell'installazione -1. Premi (Start) per uscire quando richiesto +1. Avvia FBI dalla lista degli homebrew disponibili +1. Entra nella cartella `SD` -> `cias` +1. Seleziona "\" +1. Seleziona l'opzione "Install and delete all CIAs", quindi premi (A) per confermare la scelta 1. Premi il pulsante HOME, quindi chiudi l'applicazione "Modalità download" -##### Sezione IV - Dump di DSP +##### Sezione V - Dump di DSP 1. Avviare l'applicazione DSP1 1. Al termine delle operazioni, premi (B) per cancellare l'app e ritornare al menu HOME -##### Sezione V - CTRNAND Luma3DS +##### Sezione VI - CTRNAND Luma3DS 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 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. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "setup_ctrnand_luma3ds" 1. Quando richiesto, premi (A) per procedere @@ -71,10 +110,9 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e 1. Premi il pulsante (A) per continuare 1. Premi (A) per ritirare le autorizzazioni di scrittura -##### Sezione VI - Backup della SysNAND +##### Sezione VII - Backup della SysNAND 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "Backup SysNAND" 1. Premi (A) per confermare @@ -86,12 +124,11 @@ Se prima di seguire questa guida avevi già un'installazione EmuNAND presente e + Crea dei backup in più posti (come ad esempio un servizio di storage dei file online) + Questi backup ti salveranno da un brick nel caso dovesse accadere qualcosa in futuro 1. Cancella il file `_nandmin_###.bin` dalla cartella `/gm9/out/` della tua scheda SD dopo la copia -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console -##### Sezione VII - Pulizia della scheda SD +##### Sezione VIII - Pulizia della scheda SD 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "cleanup_sd_card" 1. Quando richiesto, premi (A) per procedere diff --git a/_pages/it_IT/flashing-ntrboot-(3ds-single-system).txt b/_pages/it_IT/flashing-ntrboot-(3ds-single-system).txt index 1bf9b2f254..42ca5f01b2 100644 --- a/_pages/it_IT/flashing-ntrboot-(3ds-single-system).txt +++ b/_pages/it_IT/flashing-ntrboot-(3ds-single-system).txt @@ -14,7 +14,7 @@ Tieni presente che le più recenti versioni del software del 3DS hanno bloccato + R4i Ultra : <= 4.3.0 + Infinity 3 R4i : <= 11.5.0 -Ensure your flashcart is able to launch correctly before starting. Be sure to have any required kernel or firmware files copied to your flashcart's SD card. Consult your specific flashcart's instructions for more information. +Assicurati che la tua flashcart si avvii prima di cominciare. Assicurati di avere copiato nella scheda SD della flashcart tutti i file di kernel o di firmware necessari. Per ulteriori informazioni, consulta le istruzioni specifiche per la tua flashcart. 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} diff --git a/_pages/it_IT/godmode9-usage.txt b/_pages/it_IT/godmode9-usage.txt index 5f2a8cdd52..acdcbc8efa 100644 --- a/_pages/it_IT/godmode9-usage.txt +++ b/_pages/it_IT/godmode9-usage.txt @@ -20,7 +20,6 @@ Il sistema dei permessi di scrittura ti protegge facendo apparire avvisi e costr 1. Avvia GodMode9 tenendo premuto (Start) durante l'accensione della console 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "Backup SysNAND" 1. Premi (A) per confermare @@ -32,7 +31,7 @@ Il sistema dei permessi di scrittura ti protegge facendo apparire avvisi e costr + Crea dei backup in più posti (come ad esempio un servizio di storage dei file online) + Questi backup ti salveranno da un brick nel caso dovesse accadere qualcosa in futuro 1. Cancella il file `_nandmin_###.bin` dalla cartella `/gm9/out/` della tua scheda SD dopo la copia -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console ## Ripristinare un backup della NAND @@ -138,7 +137,7 @@ Usa il menu `Titles` di FBI per ottenere il Title ID del titolo del quale deside 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer 1. Crea una cartella all'interno della cartella `/gm9/` per ogni gioco GBA della Virtual Console del quale vuoi mantenere i salvataggi -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Accendi la console 1. Esegui i seguenti passaggi per ogni gioco GBA della Virtual Console del quale vuoi mantenere i salvataggi: + Avvia il gioco GBA diff --git a/_pages/it_IT/home.txt b/_pages/it_IT/home.txt index c5ea6ee52d..c7780c2667 100644 --- a/_pages/it_IT/home.txt +++ b/_pages/it_IT/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Cominciamo!" # - cta_url: "/it_IT/get-started" # caption: excerpt: "La guida omnicomprensiva per installare un custom firmware su 3DS,
da zero a boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Leggi attentamente tutte le pagine introduttive (compresa questa!) prima di continuare. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Per una lista di tutte le firme di sighax (la piattaforma su cui si basa boot9st + Se hai già modificato in precedenza il tuo 3DS per configurare un'EmuNAND e vorresti spostare il contenuto dell'EmuNAND nel nuovo CFW SysNAND, segui tutte le istruzioni per ripristinare l'EmuNAND una volta raggiunta la sezione [Completamento dell'installazione](finalizing-setup). + Questa guida è applicabile a New 3DS, Old 3DS, New 2DS e Old 2DS di ogni regione e con versione del software 11.5.0 o inferiore. + Seguendo correttamente la guida non perderai alcun dato e manterrai tutto ciò che era installato nella console (per cui giochi, NNID, salvataggi, ecc verranno tutti conservati). -+ **Mantieni sempre la console in carica per evitare la perdita di dati o danni derivanti dall'improvviso spegnimento della console!** ++ Mantieni sempre la console in carica per evitare la perdita di dati o danni derivanti dall'improvviso spegnimento della console! + La tua scheda SD dovrebbe essere [MBR e non GPT](http://www.howtogeek.com/245610/) (la scheda SD preconfezionata con la console è MBR di default). + Se devi formattare una nuova scheda SD, puoi usare [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) e impostare Allocation Unit Size a 32K. + Il 2DS è essenzialmente identico a un Old 3DS in termini di software, per cui tutti i passi della guida che fanno riferimento a un "Old 3DS" si applicano anche ai 2DS. + +___ + +Prosegui con [Cominciamo!](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/it_IT/homebrew-launcher-(alternatives).txt b/_pages/it_IT/homebrew-launcher-(alternatives).txt index 3509aa85ed..7f7ec48d73 100644 --- a/_pages/it_IT/homebrew-launcher-(alternatives).txt +++ b/_pages/it_IT/homebrew-launcher-(alternatives).txt @@ -6,20 +6,33 @@ L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato. Se non puoi utilizzare browserhax (vedi la tabella qui sotto), non possiedi alcuno dei seguenti giochi e non hai a disposizione un altro 3DS che può accedere all'Homebrew Launcher, l'alternativa più economica è acquistare la versione "Nintendo Selects" di [Ocarina of Time 3D](http://amzn.eu/1B4k35L) (assicurati di acquistare la versione corretta per la tua regione) e un [Powersaves](http://amzn.eu/38VYEIF) (compatibile con tutte le console), e poi selezionare l'oot3dhax dalla tabella sottostante. -Assicurati che la comunicazione wireless della tua console sia attiva e di essere connesso ad internet. OCS (usato nella prossima parte della guida) ne avrà bisogno per scaricare dei file nella tua console. +Assicurati che la comunicazione wireless sia attiva dato che udsploit (usato nella prossima pagina) ha bisogno di poter accedere al modulo wireless della console, e alcune (come il New 3DS, il New 2DS e l'Old 2DS) non possono gestirne l'attivazione tramite Homebrew Launcher. Non è necessaria la connessione ad un access point. #### Cosa serve -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* +* L'ultima versione di [safehax](https://github.com/TiniVi/safehax/releases/latest) +* L'ultima versione di [udsploit](https://github.com/smealum/udsploit/releases/latest) +* L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* #### Istruzioni 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD +1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD +1. Crea una cartella chiamata `boot9strap` nella directory principale della tua scheda SD +1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD +1. Copia il file `safehax.3dsx` nella cartella `/3ds/` della tua scheda SD +1. Copia il file `udsploit.3dsx` nella cartella `/3ds/` della tua scheda SD +1. Copia il file `SafeB9SInstaller.bin` dall'archivio `.zip` di SafeB9SInstaller nella directory principale della tua scheda SD e rinominalo in `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + +1. Reinserisci la scheda SD nella tua console 1. Accendi la console 1. Usa uno dei seguenti entrypoint per accedere all'Homebrew Launcher: @@ -52,7 +65,10 @@ Assicurati che la comunicazione wireless della tua console sia attiva e di esser -1. Ora la console dovrebbe avviare OCS +1. La console dovrebbe ora avviare l'Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Prosegui con l'[Installazione di boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/it_IT/homebrew-launcher-(soundhax).txt b/_pages/it_IT/homebrew-launcher-(soundhax).txt index f4b314ef62..04ec565242 100644 --- a/_pages/it_IT/homebrew-launcher-(soundhax).txt +++ b/_pages/it_IT/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ L'Homebrew Launcher ha numerosi entrypoint, o metodi per essere avviato. Soundhax è compatibile con le versioni del software comprese tra 9.0.0 e 11.3.0 nelle regioni EUR, JPN, KOR e USA. -Assicurati che la comunicazione wireless della tua console sia attiva e di essere connesso ad internet. OCS (usato nella prossima parte della guida) ne avrà bisogno per scaricare dei file nella tua console. +Assicurati che la comunicazione wireless sia attiva dato che udsploit (usato nella prossima pagina) ha bisogno di poter accedere al modulo wireless della console, e alcune (come il New 3DS, il New 2DS e l'Old 2DS) non possono gestirne l'attivazione tramite Homebrew Launcher. Non è necessaria la connessione ad un access point. {% capture notice-1 %} @@ -19,18 +19,33 @@ Ciò significa che se aggiornate con una scheda di gioco da una versione avente #### Cosa serve -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* L'ultima versione di [Soundhax](http://soundhax.com/) *(adatta alla tua console e alla tua regione)* +* L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* +* L'ultima versione di [safehax](https://github.com/TiniVi/safehax/releases/latest) +* L'ultima versione di [udsploit](https://github.com/smealum/udsploit/releases/latest) +* L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* +* Il file [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(adatto alla versione e alla regione della console)* #### Istruzioni 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD -1. Copy the Soundhax `.m4a` to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD +1. Copia il file `.m4a`di Soundhax nella directory principale della tua scheda SD +1. Copia il file otherapp payload nella directory principale della tua scheda SD e rinominalo in `otherapp.bin` +1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD +1. Crea una cartella chiamata `boot9strap` nella directory principale della tua scheda SD +1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD +1. Copia il file `safehax.3dsx` nella cartella `/3ds/` della tua scheda SD +1. Copia il file `udsploit.3dsx` nella cartella `/3ds/` della tua scheda SD +1. Copia il file `SafeB9SInstaller.bin` dall'archivio `.zip` di SafeB9SInstaller nella directory principale della tua scheda SD e rinominalo in `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + +1. Reinserisci la scheda SD nella tua console 1. Accendi la console 1. Avvia Sound Nintendo 3DS @@ -42,13 +57,17 @@ Ciò significa che se aggiornate con una scheda di gioco da una versione avente 1. Seleziona `/Scheda SD`, quindi avvia "<3 nedwill 2016" + Potrebbero essere necessari più tentativi + Se la console dovesse bloccarsi, forzane lo spegnimento tenendo premuto il pulsante di accensione, quindi riprova + + Se ottieni una schermata rossa, assicurati di aver copiato _il contenuto_ della cartella `starter` nella directory principale della tua scheda SD ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Ora la console dovrebbe avviare OCS +1. La console dovrebbe ora avviare l'Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Prosegui con l'[Installazione di boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/it_IT/installing-boot9strap-(2xrsa).txt b/_pages/it_IT/installing-boot9strap-(2xrsa).txt index c5107be5b2..7f341ccd2f 100644 --- a/_pages/it_IT/installing-boot9strap-(2xrsa).txt +++ b/_pages/it_IT/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installazione di boot9strap (2xrsa)" * L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Istruzioni @@ -15,8 +15,8 @@ title: "Installazione di boot9strap (2xrsa)" 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD 1. Crea una cartella chiamata `boot9strap` nella directory principale della tua scheda SD 1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD 1. Copia i file `arm9.bin` e `arm11.bin` dall'archivio `.zip` di SafeB9SInstaller nella directory principale della tua scheda SD @@ -24,7 +24,7 @@ title: "Installazione di boot9strap (2xrsa)" ![]({{ base_path }}/images/screenshots/boot9strap-2xrsa-file-layout.png) {: .notice--info} -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Accendi la console ##### Sezione II - Avvio di SafeB9SInstaller diff --git a/_pages/it_IT/installing-boot9strap-(browser).txt b/_pages/it_IT/installing-boot9strap-(browser).txt index ec86ca7b70..e42928300a 100644 --- a/_pages/it_IT/installing-boot9strap-(browser).txt +++ b/_pages/it_IT/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E * L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Istruzioni @@ -17,8 +17,8 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD 1. Crea una cartella chiamata `boot9strap` nella directory principale della tua scheda SD 1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD 1. Copia i file `SafeB9SInstaller.dat` e `Launcher.dat` dall'archivio `.zip` di SafeB9SInstaller nella directory principale della tua scheda SD @@ -26,7 +26,7 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E ![]({{ base_path }}/images/screenshots/boot9strap-browser-file-layout.png) {: .notice--info} -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Accendi la console ##### Sezione II - Avvio di SafeB9SInstaller diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt index c16956311b..adf9dc088f 100644 --- a/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/it_IT/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Se non usi il file `.firm` corrispondente al 3DS di destinazione, BRICKERAI la c * L'ultima versione di [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Il file `.firm` per versione del software 11.4.0/11.5.0 (entrambe hanno la stessa versione del file FIRM) corrispondente al **3DS di destinazione** ("OLD" per Old 3DS o "NEW" per New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Usa un [save manager](https://github.com/J-D-K/JKSM/releases/latest) per eseguir 1. Reinserisci la scheda SD nel **3DS di partenza** 1. Avvia il **3DS di partenza** tenendo premuto (Start) per avviare GodMode9 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "Backup SysNAND" 1. Premi (A) per confermare @@ -64,6 +63,8 @@ Usa un [save manager](https://github.com/J-D-K/JKSM/releases/latest) per eseguir 1. Avvia il **3DS di partenza** tenendo premuto (Start) per avviare GodMode9 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 + + Tieni presente che in tal caso dovrai anche reimpostare data ed ora anche nelle Impostazioni della Console al termine della guida 1. Entra in `[0:] SDCARD` 1. Premi (Y) sul file `.app` di inject del DSiWare per copiarlo 1. Premi (B) per tornare al menu principale @@ -136,7 +137,7 @@ Usa un [save manager](https://github.com/J-D-K/JKSM/releases/latest) per eseguir 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD 1. Copia il file `boot.nds` (B9STool) nella directory principale della scheda SD del **3DS di destinazione** -1. Copia il file `boot.3dsx` (OCS) nella directory principale della scheda SD del **3DS di destinazione** +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della scheda SD del **3DS di destinazione** 1. Crea una cartella chiamata `boot9strap` nella directory principale della scheda SD del **3DS di destinazione** 1. Copia il file `.firm` della versione del software 11.5.0 corrispondente al **3DS di destinazione** nella cartella `boot9strap` nella directory principale della scheda SD del **3DS di destinazione** 1. Copia il file `boot9strap.firm` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD diff --git a/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt index 44bbd16640..2101b638b2 100644 --- a/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/it_IT/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Se non usi il file `.firm` corrispondente al 3DS di destinazione, BRICKERAI la c * L'ultima versione di [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Il file `.firm` per versione del software 11.4.0/11.5.0 (entrambe hanno la stessa versione del file FIRM) corrispondente al **3DS di destinazione** ("OLD" per Old 3DS o "NEW" per New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Usa un [save manager](https://github.com/J-D-K/JKSM/releases/latest) per eseguir 1. Reinserisci la scheda SD nel **3DS di partenza** 1. Avvia il **3DS di partenza** tenendo premuto (Start) per avviare GodMode9 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "Backup SysNAND" 1. Premi (A) per confermare @@ -128,6 +127,8 @@ Usa un [save manager](https://github.com/J-D-K/JKSM/releases/latest) per eseguir + Puoi anche semplicemente [rimuovere il NNID](https://3ds.guide/troubleshooting#rm_nnid) dal **3DS di partenza** se vuoi che rimanga sul **3DS di destinazione** 1. Riavvia il **3DS di partenza** tenendo premuto (Start) per avviare GodMode9 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 + + Tieni presente che in tal caso dovrai anche reimpostare data ed ora anche nelle Impostazioni della Console al termine della guida 1. Entra nella cartella `[0:] SDCARD` -> `gm9` -> `out` 1. Premi (A) su `_nandmin_###.bin` per selezionarlo, quindi seleziona "NAND image options...", ed infine seleziona "Restore SysNAND (safe)" 1. Premi il pulsante (A) per sbloccare la sovrascrittura su SysNAND, quindi inserisci la combinazione di tasti richiesta a schermo @@ -142,7 +143,7 @@ Usa un [save manager](https://github.com/J-D-K/JKSM/releases/latest) per eseguir 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD 1. Copia il file `boot.nds` (B9STool) nella directory principale della scheda SD del **3DS di destinazione** -1. Copia il file `boot.3dsx` (OCS) nella directory principale della scheda SD del **3DS di destinazione** +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della scheda SD del **3DS di destinazione** 1. Crea una cartella chiamata `boot9strap` nella directory principale della scheda SD del **3DS di destinazione** 1. Copia il file `.firm` della versione del software 11.5.0 corrispondente al **3DS di destinazione** nella cartella `boot9strap` nella directory principale della scheda SD del **3DS di destinazione** 1. Copia il file `boot9strap.firm` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD diff --git a/_pages/it_IT/installing-boot9strap-(hardmod).txt b/_pages/it_IT/installing-boot9strap-(hardmod).txt index ded7bfd2eb..b5aa0612e5 100644 --- a/_pages/it_IT/installing-boot9strap-(hardmod).txt +++ b/_pages/it_IT/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ Questo processo funziona su New 3DS, New 2DS, Old 3DS e Old 2DS su *tutte* le ve * L'ultima versione di [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Gli utenti Windows possono usare il file `.exe` precompilato, mentre gli utenti Mac e Linux dovranno installare [Python 3](https://www.python.org/downloads/) per avviare il file `.py` * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Il file `.firm` per la tua console e per la tua versione di sistema: | Versione(i) | Kernel | Old 3DS o Old 2DS | New 3DS o New 2DS | @@ -54,8 +54,8 @@ Questo processo funziona su New 3DS, New 2DS, Old 3DS e Old 2DS su *tutte* le ve ##### Sezione I - Preparazione -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD 1. Copia la cartella hardmod-b9s-installer dall'archivio `.zip` di hardmod-b9s-installer sul tuo computer 1. Copia il file `.firm` scaricato nella cartella hardmod-b9s-installer sul tuo computer 1. Rinomina il file `.firm` appena copiato in `current.firm` diff --git a/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt b/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt index bd6d878292..bb3d5dfbaa 100644 --- a/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/it_IT/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E #### Istruzioni -##### Sezione I - OCS +##### Sezione I - Avvio di SafeB9SInstaller -1. Premi (A) per cominciare -1. Attendi il termine del download -1. Attendi l'avvio dell'exploit +1. Avvia udsploit dalla lista degli homebrew disponibili + + Potrebbe essere necessario scorrere la lista per visualizzare l'homebrew +1. Al termine del processo, premi (Start) per uscire da udsploit + Potrebbero essere necessari più tentativi - + Se la console dovesse bloccarsi, forzane lo spegnimento tenendo premuto il pulsante di accensione, quindi rilancia OCS per riprovare - + Se riscontri l'errore "PM INIT FAILED", prova a sostituire il file `safehax.3dsx` nella cartella `/3ds/` della tua scheda SD con quello della [versione r19 di safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Se la console dovesse bloccarsi, forzane lo spegnimento tenendo premuto il pulsante di accensione, quindi riprova +1. Avvia safehax dalla lista degli homebrew disponibili + + Potrebbe essere necessario scorrere la lista per visualizzare l'homebrew + + Se dovessi riscontrare l'errore "PM INIT FAILED", assicurati di aver avviato udsploit con la comunicazione wireless attivata + + Se dovessi *ancora* riscontrare l'errore "PM INIT FAILED", prova ad usare la [versione r19 di safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Se la console dovesse bloccarsi, forzane lo spegnimento tenendo premuto il pulsante di accensione, quindi riprova 1. Se l'exploit è andato a buon fine, si avvierà SafeB9SInstaller ##### Sezione II - Installazione di boot9strap @@ -34,4 +38,4 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E ___ Prosegui con il [Completamento dell'installazione](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/it_IT/installing-boot9strap-(mset).txt b/_pages/it_IT/installing-boot9strap-(mset).txt index 3d188675ac..9fcb938b43 100644 --- a/_pages/it_IT/installing-boot9strap-(mset).txt +++ b/_pages/it_IT/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E * L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Una flashcart per il Nintendo DS che funzioni sulla versione di sistema della tua console #### Istruzioni @@ -18,8 +18,8 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD 1. Crea una cartella chiamata `boot9strap` nella directory principale della tua scheda SD 1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD 1. Copia il file `SafeB9SInstaller.dat` dall'archivio `.zip` di SafeB9SInstaller nella directory principale della tua scheda SD @@ -27,7 +27,7 @@ Se hai già modificato il tuo 3DS in passato e hai installato un CFW basato su E ![]({{ base_path }}/images/screenshots/boot9strap-mset-file-layout.png) {: .notice--info} -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Copia il file `SafeB9SInstaller.nds` dall'archivio `.zip` di SafeB9SInstaller nella scheda SD della flashcart DS 1. Accendi la console diff --git a/_pages/it_IT/installing-boot9strap-(ntrboot).txt b/_pages/it_IT/installing-boot9strap-(ntrboot).txt index 0cf916fb61..7124a15ba3 100644 --- a/_pages/it_IT/installing-boot9strap-(ntrboot).txt +++ b/_pages/it_IT/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installazione di boot9strap (ntrboot)" * L'ultima versione di [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * L'ultima versione di [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(la versione normale di boot9strap; non il file `devkit`, né il file `ntr`)* * L'ultima versione di [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(il file `.7z`)* -* L'ultima versione di [OCS](https://github.com/Pirater12/ocs/releases/latest) +* L'[Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Istruzioni @@ -17,15 +17,15 @@ title: "Installazione di boot9strap (ntrboot)" 1. Spegni il tuo 3DS 1. Inserisci la scheda SD nel tuo computer -1. Copia il file `boot.3dsx` (OCS) nella directory principale della tua scheda SD 1. Copia il file `SafeB9SInstaller.firm` nella directory principale della tua scheda SD e rinominalo in `boot.firm` +1. Copia il _contenuto_ dell'archivio `starter.zip` nella directory principale della tua scheda SD 1. Crea una cartella chiamata `boot9strap` nella directory principale della tua scheda SD 1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD ![]({{ base_path }}/images/screenshots/boot9strap-ntrboot-file-layout.png) {: .notice--info} -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Accendi la console ##### Sezione II - ntrboot @@ -52,7 +52,7 @@ title: "Installazione di boot9strap (ntrboot)" 1. Inserisci la scheda SD nel tuo computer 1. Elimina il file `boot.firm` dalla directory principale della tua scheda SD 1. Copia il file `boot.firm` dall'archivio `.7z` di Luma3DS nella directory principale della tua scheda SD -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Accendi la console 1. La tua console dovrebbe avviarsi all'interno del menu di configurazione di Luma3DS + Se ottieni una schermata nera, [segui questa guida per risolvere il problema](troubleshooting#ts_sys_b9s) diff --git a/_pages/it_IT/move-emunand.txt b/_pages/it_IT/move-emunand.txt index a3f2508553..d673c64d84 100644 --- a/_pages/it_IT/move-emunand.txt +++ b/_pages/it_IT/move-emunand.txt @@ -23,7 +23,7 @@ Tieni presente che se hai altri file payload oltre a `GodMode9.firm` nella carte 1. Inserisci la scheda SD nel tuo computer 1. Copia il file `GodMode9.firm` (o `GodMode9.bin` se usi arm9loaderhax) dall'archivhio `zip` di GodMode9 alla cartella `/luma/payloads/` sulla tua scheda SD 1. Copia la cartella `gm9` presente nell'archivio `.zip` di GodMode9 nella directory principale della tua scheda SD -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console ##### Sezione II - Backup dei salvataggi dei DSiWare su SysNAND @@ -32,6 +32,8 @@ Se non hai alcun DSiWare o se non hai salvataggi che desideri salvare, salta que 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 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. Entra nella cartella `[2:] SYSNAND TWLN` -> `title` 1. Tenendo premuto (R), premi (A) sulla cartella `00030004` per selezionarla, quindi seleziona "Copy to 0:/gm9/out" + Questo processo potrebbe durare molto se hai molti giochi DSiWare @@ -48,7 +50,7 @@ Questo processo non è necessario per giochi delle altre Virtual Console (quali 1. Tenendo premuto (R), premi (Start) per spegnere la console 1. Inserisci la scheda SD nel tuo computer 1. Crea una cartella all'interno della cartella `/gm9/` per ogni gioco GBA della Virtual Console del quale vuoi mantenere i salvataggi -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Avvia la console nella SysNAND 1. Esegui i seguenti passaggi per ogni gioco GBA della Virtual Console del quale vuoi mantenere i salvataggi: + Avvia il gioco GBA sulla SysNAND @@ -62,10 +64,10 @@ Questo processo non è necessario per giochi delle altre Virtual Console (quali + Entra nella cartella che hai creato per questo gioco GBA della Virtual Console + Premi (Y) per incollare `gbavc.sav` + Premi (Start) per riavviare la console -1. Avvia GodMode9 tenendo premuto (Start) durante l'accensione della console ##### Sezione IV - Copiare la EmuNAND nella SysNAND +1. Avvia GodMode9 tenendo premuto (Start) durante l'accensione della console 1. Entra in `[E:] EMUNAND VIRTUAL` 1. Premi (A) su `nand.bin` per selezionarlo, quindi seleziona "NAND image options...", ed infine seleziona "Restore SysNAND (safe)" 1. Premi il pulsante (A) per sbloccare la sovrascrittura su SysNAND, quindi inserisci la combinazione di tasti richiesta a schermo @@ -118,7 +120,6 @@ Se non hai mantenuto alcun salvataggio GBA della Virtual Console, salta questa s ##### Sezione VII - Backup della SysNAND 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "Backup SysNAND" 1. Premi il pulsante (A) per confermare @@ -134,7 +135,7 @@ Se non hai mantenuto alcun salvataggio GBA della Virtual Console, salta questa s ##### Sezione VIII - Formattazione della scheda SD -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Premi il pulsante HOME per far apparire il menu delle azioni 1. Seleziona "More..." 1. Seleziona "SD format menu" @@ -148,7 +149,7 @@ Se non hai mantenuto alcun salvataggio GBA della Virtual Console, salta questa s 1. Inserisci la scheda SD nel tuo computer 1. Ripristina tutti i file sulla tua scheda SD + Assicurati di sostituire il file `boot.firm` sulla tua scheda SD con quello preso dal tuo backup -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Premi (A) per eseguire il remount della scheda SD 1. Premi il pulsante (Start) per riavviare la console 1. Se ottieni una schermata nera, [segui questa guida per risolvere il problema](troubleshooting#ts_sys_a9lh) diff --git a/_pages/it_IT/region-changing.txt b/_pages/it_IT/region-changing.txt index b7331094ce..3fc4085602 100644 --- a/_pages/it_IT/region-changing.txt +++ b/_pages/it_IT/region-changing.txt @@ -57,6 +57,8 @@ DEVI aver già installato Luma3DS e uno tra boot9strap e arm9loaderhax per poter 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 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. Entra nella cartella `[0:] SDCARD` -> `gm9` 1. Premi (A) sul file `.bin` del CTRTransfer per selezionarlo 1. Seleziona "CTRNAND options..." @@ -69,7 +71,6 @@ DEVI aver già installato Luma3DS e uno tra boot9strap e arm9loaderhax per poter 1. Se richiesto, premi (B) per rifiutare il ritiro delle autorizzazioni di scrittura 1. Premi (B) due volte per ritornare al menu principale 1. Premi il pulsante HOME per far apparire il menu delle azioni -1. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "ctrtransfer_ticket_copy" 1. Quando richiesto, premi (A) per procedere diff --git a/_pages/it_IT/site-navigation.txt b/_pages/it_IT/site-navigation.txt index a8d50ade60..e07ab4de71 100644 --- a/_pages/it_IT/site-navigation.txt +++ b/_pages/it_IT/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Pagina iniziale](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternative)](homebrew-launcher-(alternatives)) ++ [Installazione di boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installazione di boot9strap (Browser)](installing-boot9strap-(browser)) + [Installazione di boot9strap (lista dei giochi per inject su DSiWare)](installing-boot9strap-(dsiware-game-injection-list)) + [Installazione di boot9strap (inject su DSiWare)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/it_IT/uninstall-cfw.txt b/_pages/it_IT/uninstall-cfw.txt index 63c6707dbc..b443822f4a 100644 --- a/_pages/it_IT/uninstall-cfw.txt +++ b/_pages/it_IT/uninstall-cfw.txt @@ -26,15 +26,16 @@ Tieni presente che se hai altri file payload oltre a `GodMode9.firm` nella carte 1. Copia il file `GodMode9.firm` dall'archivio `.zip` di GodMode9 dentro la cartella `/luma/payloads/` della tua scheda SD 1. Copia la cartella `gm9` presente nell'archivio `.zip` di GodMode9 nella directory principale della tua scheda SD 1. Copia lo script di disinstallazione corrispondente alla tua console nella cartella `/gm9/scripts/` della tua scheda SD -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console 1. Accendi la console ##### Sezione II - Lanciare lo script di disinstallazione 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 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. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona lo script di disinstallazione 1. Quando richiesto, premi (A) per procedere diff --git a/_pages/it_IT/updating-b9s.txt b/_pages/it_IT/updating-b9s.txt index b5bc2312e7..87a912ed5d 100644 --- a/_pages/it_IT/updating-b9s.txt +++ b/_pages/it_IT/updating-b9s.txt @@ -39,7 +39,7 @@ Se durante questa sezione ti verrà chiesto di sovrascrivere dei file sulla tua 1. Copia il file `cleanup_sd_card.gm9` nella cartella `/gm9/scripts/` della tua scheda SD 1. Copia il file `SafeB9SInstaller.firm` dall'archivio `.zip` di SafeB9SInstaller nella cartella `/luma/payloads/` della tua scheda SD 1. Copia i file `boot9strap.firm` e `boot9strap.firm.sha` dall'archivio `.zip` di boot9strap nella cartella `/boot9strap/` della tua scheda SD -1. Reinserisci la scheda SD nel Nintendo 3DS +1. Reinserisci la scheda SD nella tua console ##### Sezione II - Installazione di boot9strap @@ -51,13 +51,14 @@ Se durante questa sezione ti verrà chiesto di sovrascrivere dei file sulla tua ##### Sezione III - Pulizia della scheda SD -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +Attenzione: questo script rimuoverà le cartelle `/boot9strap/` e `/cias/` dalla tua scheda SD! {: .notice--danger} 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 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. Seleziona "More..." 1. Seleziona "Scripts..." 1. Seleziona "cleanup_sd_card" 1. Quando richiesto, premi (A) per procedere diff --git a/_pages/ja_JP/a9lh-to-b9s.txt b/_pages/ja_JP/a9lh-to-b9s.txt index 9f0f3aa81e..bc6fd35752 100644 --- a/_pages/ja_JP/a9lh-to-b9s.txt +++ b/_pages/ja_JP/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. 「More...」を選択します 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. 「More...」を選択します 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A) を押して確認します @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. 「More...」を選択します 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ja_JP/ctrtransfer.txt b/_pages/ja_JP/ctrtransfer.txt index 2e9910330c..e8ec348432 100644 --- a/_pages/ja_JP/ctrtransfer.txt +++ b/_pages/ja_JP/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. 「More...」を選択します 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ja_JP/finalizing-setup.txt b/_pages/ja_JP/finalizing-setup.txt index 2a557d25cf..6c333da66d 100644 --- a/_pages/ja_JP/finalizing-setup.txt +++ b/_pages/ja_JP/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes 本文では、[AuroraWright](https://github.com/AuroraWright/)さんのLuma3DSで直接にパッチしたSysNANDを実行するようにします。これにより、EmuNANDを実行する必要はゼロになったり、ハッキングされた3DSの使用を簡単にしたり、SDカードの空き領域を節約したりできます。 -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - 手順の一部として、下記のプログラムもインストールします: + **FBI** *(CIAフォーマットのゲームとアプリをインストールします)* @@ -18,9 +16,48 @@ Ensure your device's Wireless Communication is turned on and is connected to the + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### 必要なもの + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### 手順 -##### Section I - Updating the System +##### セクション I - 準備 + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. SDカードのルートに`cias`フォルダはない場合、そのフォルダを作成します +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. 「\」を選択します +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,27 +110,25 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm + This process will take some time 1. Press (A) to continue 1. Hold (R) and press (B) at the same time to eject your SD card -1. Insert your SD card into your computer +1. パソコンにSDカードを入れます 1. Copy `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer + Make backups in multiple locations (such as online file storage) + This backup will save you from a brick if anything goes wrong in the future 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ja_JP/godmode9-usage.txt b/_pages/ja_JP/godmode9-usage.txt index a3350f5847..f723bac336 100644 --- a/_pages/ja_JP/godmode9-usage.txt +++ b/_pages/ja_JP/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. 「More...」を選択します 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A) を押して確認します @@ -74,7 +73,7 @@ This will only work if the Health & Safety injection was performed by GodMode9 ( 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. 「More...」を選択します +1. Select "More..." 1. Select "Restore H&S" 1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given 1. Press (A) to relock write permissions if prompted @@ -181,7 +180,7 @@ Use the `Titles` menu in FBI to get the Title ID of the installed title you wish 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. 「More...」を選択します +1. Select "More..." 1. 「SD format menu」を選択します 1. Select any EmuNAND options you wish to use + Most users will want to select "No EmuNAND" diff --git a/_pages/ja_JP/home.txt b/_pages/ja_JP/home.txt index 0c615be6bd..36ec2a96be 100644 --- a/_pages/ja_JP/home.txt +++ b/_pages/ja_JP/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "はじめる" # - cta_url: "/ja_JP/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. すべてが計画通りに進めば、データは全く失われず、導入前にあなたが使用していたすべてのもの (ゲーム、NNID、セーブデータなど) が保持されます。 -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + SDカードをフォーマットする必要がある場合は、[`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) を使用することができます。アロケーションユニットサイズは32Kを指定してください。 + 2DSはソフトウェア面ではOld 3DSと本質的に同じであり、"Old 3DS"で行うステップは2DSにも適用されます。 + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ja_JP/homebrew-launcher-(alternatives).txt b/_pages/ja_JP/homebrew-launcher-(alternatives).txt index 1d9107668a..95babb807b 100644 --- a/_pages/ja_JP/homebrew-launcher-(alternatives).txt +++ b/_pages/ja_JP/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcherは色んなエントリーポイントと起動方法があり If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### 必要なもの -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン #### 手順 1. Power off your device 1. パソコンにSDカードを入れます -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ja_JP/homebrew-launcher-(soundhax).txt b/_pages/ja_JP/homebrew-launcher-(soundhax).txt index 15888707ba..6e9dfd9cff 100644 --- a/_pages/ja_JP/homebrew-launcher-(soundhax).txt +++ b/_pages/ja_JP/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcherには、さまざまなエントリーポイントや起動方 Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### 必要なもの -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### 手順 1. Power off your device 1. パソコンにSDカードを入れます -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. ニンテンドー3DSサウンドを起動します @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. `/SDCARD`に行って、「<3 nedwill 2016」を再生します + 何度も試行しなければならないことがあります + 画面がフリーズした場合、電源ボタン長押しで強制的に電源を切り、もう一度やり直してください + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ja_JP/installing-boot9strap-(2xrsa).txt b/_pages/ja_JP/installing-boot9strap-(2xrsa).txt index 4b37431bb1..d9979f99dc 100644 --- a/_pages/ja_JP/installing-boot9strap-(2xrsa).txt +++ b/_pages/ja_JP/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) #### 手順 @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. パソコンにSDカードを入れます -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ja_JP/installing-boot9strap-(browser).txt b/_pages/ja_JP/installing-boot9strap-(browser).txt index ec02f11076..2e6a616729 100644 --- a/_pages/ja_JP/installing-boot9strap-(browser).txt +++ b/_pages/ja_JP/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) #### 手順 @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. パソコンにSDカードを入れます -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt index f4ae865ed4..e1447c1501 100644 --- a/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ja_JP/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. 「More...」を選択します 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A) を押して確認します @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt index 3dac2408a4..4d9bd41e9a 100644 --- a/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ja_JP/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. 「More...」を選択します 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A) を押して確認します @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ja_JP/installing-boot9strap-(hardmod).txt b/_pages/ja_JP/installing-boot9strap-(hardmod).txt index b952a0a499..441cdc24df 100644 --- a/_pages/ja_JP/installing-boot9strap-(hardmod).txt +++ b/_pages/ja_JP/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### セクション I - 準備 -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt b/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt index a44b52ab8c..1827af02b9 100644 --- a/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ja_JP/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### 手順 -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 画面がフリーズした場合、電源ボタン長押しで強制的に電源を切り、もう一度やり直してください +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 画面がフリーズした場合、電源ボタン長押しで強制的に電源を切り、もう一度やり直してください 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ja_JP/installing-boot9strap-(mset).txt b/_pages/ja_JP/installing-boot9strap-(mset).txt index 21b35de601..603bfb945f 100644 --- a/_pages/ja_JP/installing-boot9strap-(mset).txt +++ b/_pages/ja_JP/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### 手順 @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### セクション I - 準備 1. Power off your device -1. パソコンにSDカードを入れます -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ja_JP/installing-boot9strap-(ntrboot).txt b/_pages/ja_JP/installing-boot9strap-(ntrboot).txt index 175f23b835..00c9da73cb 100644 --- a/_pages/ja_JP/installing-boot9strap-(ntrboot).txt +++ b/_pages/ja_JP/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` ファイル)*の最新バージョン -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [スターターキット](http://smealum.github.io/ninjhax2/starter.zip) #### 手順 @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. パソコンにSDカードを入れます -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ja_JP/move-emunand.txt b/_pages/ja_JP/move-emunand.txt index 375f14990c..e2eb837fea 100644 --- a/_pages/ja_JP/move-emunand.txt +++ b/_pages/ja_JP/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + たくさんのDSiWareゲームがインストールされている場合この作業には少し時間がかかることがあります @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A) で確認します diff --git a/_pages/ja_JP/region-changing.txt b/_pages/ja_JP/region-changing.txt index 9a41be90b4..0ebfe6d4c1 100644 --- a/_pages/ja_JP/region-changing.txt +++ b/_pages/ja_JP/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ja_JP/site-navigation.txt b/_pages/ja_JP/site-navigation.txt index f881442d3d..e24931139a 100644 --- a/_pages/ja_JP/site-navigation.txt +++ b/_pages/ja_JP/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [ホームページ](/) + [Homebrew Launcher(Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher(その他の方法)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ja_JP/uninstall-cfw.txt b/_pages/ja_JP/uninstall-cfw.txt index 2959add6f1..08113a544c 100644 --- a/_pages/ja_JP/uninstall-cfw.txt +++ b/_pages/ja_JP/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. 「More...」を選択します 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/ja_JP/updating-b9s.txt b/_pages/ja_JP/updating-b9s.txt index 37a7ebca51..5429017a25 100644 --- a/_pages/ja_JP/updating-b9s.txt +++ b/_pages/ja_JP/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. 「More...」を選択します 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ko_KR/a9lh-to-b9s.txt b/_pages/ko_KR/a9lh-to-b9s.txt index 013c60c506..3045280797 100644 --- a/_pages/ko_KR/a9lh-to-b9s.txt +++ b/_pages/ko_KR/a9lh-to-b9s.txt @@ -119,8 +119,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -131,7 +132,6 @@ If, before following this guide, you already had an EmuNAND setup and would like # 섹션 VII - SysNAND 백업 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A)를 눌러 주세요. @@ -152,7 +152,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ko_KR/ctrtransfer.txt b/_pages/ko_KR/ctrtransfer.txt index 396c3c5b87..87c2561942 100644 --- a/_pages/ko_KR/ctrtransfer.txt +++ b/_pages/ko_KR/ctrtransfer.txt @@ -46,6 +46,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. CTRTransfer `.bin`에 (A)를 눌러 선택해 주세요. 1. "CTRNAND options..."를 선택해 주세요. @@ -58,7 +60,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. (B)를 두 번 눌러 메인 메뉴로 돌아가 주세요. 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ko_KR/finalizing-setup.txt b/_pages/ko_KR/finalizing-setup.txt index a9529dfab6..c836e4972d 100644 --- a/_pages/ko_KR/finalizing-setup.txt +++ b/_pages/ko_KR/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes 여기에서는 [AuroraWright](https://github.com/AuroraWright/)의 Luma3DS를 사용해 패치된 SysNAND를 부팅하므로 EmuNAND를 사용할 필요가 없으며, 해킹된 3DS의 사용을 크게 단순화시키고 사용되는 SD 카드의 공간도 절약할 수 있습니다. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - 이 과정을 진행하는 동안 다음 프로그램도 설치하게 됩니다: + **FBI** *(CIA 형식의 게임 및 애플리케이션 설치)* @@ -18,9 +16,48 @@ Ensure your device's Wireless Communication is turned on and is connected to the + **Godmode9** *(NAND와 게임 카드의 기능을 수행할 수 있는 다목적 툴)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### 준비물 + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* 최신 버전의 [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### 진행 방법 -##### Section I - Updating the System +##### 섹션 I - 준비 작업 + +1. 기기를 종료해 주세요. +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. SD 카드의 최상위 경로에 `cias` 폴더가 없을 경우 폴더를 만들어 주세요. +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. SD 카드를 기기에 다시 삽입해 주세요. +1. 기기를 시작해 주세요. + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,7 @@ If, before following this guide, you already had an EmuNAND setup and would like + 오류가 발생한다면, DNS 설정을 "자동"으로 설정해 주세요. + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. 성공하면 홈브류 런처가 실행될 것입니다. -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. `SD` -> `cias`로 이동해 주세요. +1. "\" 폴더를 선택해 주세요. +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,27 +110,25 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. (A)를 눌러 진행해 주세요. 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +# 섹션 VII - SysNAND 백업 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A)를 눌러 주세요. + 이 과정은 시간이 좀 걸릴 것입니다. 1. (A)를 눌러 진행해 주세요. 1. (R) 버튼과 (B)를 동시에 눌러 SD 카드를 뺄 준비를 해 주세요. -1. Insert your SD card into your computer +1. SD 카드를 컴퓨터에 삽입해 주세요. 1. Copy `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer + 여러 위치에 백업을 해 주세요. (온라인 파일 저장 공간 등) + 나중에 문제가 생겨 벽돌이 되었을 때 이 백업으로 기기를 살릴 수 있습니다. 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. SD 카드를 기기에 다시 삽입해 주세요. -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ko_KR/godmode9-usage.txt b/_pages/ko_KR/godmode9-usage.txt index bb1aacae60..c41333e793 100644 --- a/_pages/ko_KR/godmode9-usage.txt +++ b/_pages/ko_KR/godmode9-usage.txt @@ -20,7 +20,6 @@ This is powerful stuff. GodMode9 provides you with the means to do basically any 1. Launch GodMode9 by holding (Start) during boot 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A)를 눌러 주세요. diff --git a/_pages/ko_KR/home.txt b/_pages/ko_KR/home.txt index 2f6f8f323a..ee0fa3e25a 100644 --- a/_pages/ko_KR/home.txt +++ b/_pages/ko_KR/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "시작하기" - cta_url: "/ko_KR/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + 모든 것이 계획대로 진행될 경우 시작할 때 갖고 있던 데이터가 모두 보존됩니다. (게임, NNID, 저장 데이터 등) -+ **갑작스러운 방전으로 인한 데이터 손상 혹은 손실을 예방하기 위해 AC 어댑터를 연결한 채 진행해 주세요!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + SD 카드는 [GPT가 아니라 MBR](http://www.howtogeek.com/245610/) 기반이어야 합니다. (처음 샀을 때 끼워져 있는 SD 카드는 기본적으로 MBR입니다.) + 새 SD 카드를 포맷해야 한다면, [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm)을 사용할 수 있습니다. Allocation unit size를 32K로 설정해 주세요. + 2DS는 소프트웨어 측면에서 Old 3DS와 본질적으로 동일하며, "Old 3DS"가 언급된 모든 단계는 2DS에도 적용됩니다. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ko_KR/homebrew-launcher-(alternatives).txt b/_pages/ko_KR/homebrew-launcher-(alternatives).txt index 4b0f5faaf1..27d93ab674 100644 --- a/_pages/ko_KR/homebrew-launcher-(alternatives).txt +++ b/_pages/ko_KR/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ title: "Homebrew Launcher (Alternatives)" If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### 준비 사항 -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* #### 진행 방법 1. 기기를 종료해 주세요. 1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. SD 카드를 기기에 다시 삽입해 주세요. 1. 기기를 시작해 주세요. 1. 다음 홈브류 런처 대체 진입법을 사용해 주세요: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. 성공하면 홈브류 런처가 실행될 것입니다. + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ko_KR/homebrew-launcher-(soundhax).txt b/_pages/ko_KR/homebrew-launcher-(soundhax).txt index ce63862d9c..0f7e657145 100644 --- a/_pages/ko_KR/homebrew-launcher-(soundhax).txt +++ b/_pages/ko_KR/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ title: "Homebrew Launcher (Soundhax)" Soundhax는 미국, 유럽, 일본, 한국 지역의 9.0.0~11.3.0 버전에서 사용이 가능합니다. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Ensure your device's Wireless Communication is turned on and is connected to the #### 준비물 -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### 진행 방법 1. 기기를 종료해 주세요. 1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. SD 카드를 기기에 다시 삽입해 주세요. 1. 기기를 시작해 주세요. 1. 닌텐도 3DS 사운드 앱을 실행해 주세요. @@ -42,13 +57,17 @@ Ensure your device's Wireless Communication is turned on and is connected to the 1. `/ SDCARD`로 가서 "<3 nedwill 2016"를 재생해 주세요. + 여러 번의 시도가 필요할 수 있습니다. + 재생중 화면이 멈출 경우 전원 버튼을 길게 눌러서 기기를 강제로 종료시킨 후 다시 시도해 주세요. + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. 성공하면 홈브류 런처가 실행될 것입니다. + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ko_KR/installing-boot9strap-(2xrsa).txt b/_pages/ko_KR/installing-boot9strap-(2xrsa).txt index 59b1ec4212..5eebf598c6 100644 --- a/_pages/ko_KR/installing-boot9strap-(2xrsa).txt +++ b/_pages/ko_KR/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) #### 진행 방법 @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. 기기를 종료해 주세요. 1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ko_KR/installing-boot9strap-(browser).txt b/_pages/ko_KR/installing-boot9strap-(browser).txt index 990498311f..31bf1b39eb 100644 --- a/_pages/ko_KR/installing-boot9strap-(browser).txt +++ b/_pages/ko_KR/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (Browser)" * The latest release of [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)* * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) #### 진행 방법 @@ -17,8 +17,8 @@ title: "Installing boot9strap (Browser)" 1. 기기를 종료해 주세요. 1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt index cf2383da7b..55a6d7bb56 100644 --- a/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ko_KR/installing-boot9strap-(dsiware-game-injection).txt @@ -28,7 +28,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): * - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -48,7 +48,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A)를 눌러 주세요. @@ -65,6 +64,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. `[0:] SDCARD`로 이동해 주세요. 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -137,7 +138,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt index 2f57f87fb9..4928ba7ae8 100644 --- a/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ko_KR/installing-boot9strap-(dsiware-save-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): * - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -54,7 +54,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A)를 눌러 주세요. @@ -129,6 +128,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. (A)를 눌러 SysNAND 덮어쓰기 잠금을 풀고 주어진 키 조합을 입력해 주세요. @@ -143,7 +144,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ko_KR/installing-boot9strap-(hardmod).txt b/_pages/ko_KR/installing-boot9strap-(hardmod).txt index e559d756e4..ff33b06483 100644 --- a/_pages/ko_KR/installing-boot9strap-(hardmod).txt +++ b/_pages/ko_KR/installing-boot9strap-(hardmod).txt @@ -18,7 +18,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -55,8 +55,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### 섹션 I - 준비 작업 -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt b/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt index 47cbcafe54..c232646955 100644 --- a/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ko_KR/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ title: "Installing boot9strap (Homebrew Launcher)" #### 진행 방법 -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 재생중 화면이 멈출 경우 전원 버튼을 길게 눌러서 기기를 강제로 종료시킨 후 다시 시도해 주세요. +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 재생중 화면이 멈출 경우 전원 버튼을 길게 눌러서 기기를 강제로 종료시킨 후 다시 시도해 주세요. 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ title: "Installing boot9strap (Homebrew Launcher)" ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ko_KR/installing-boot9strap-(mset).txt b/_pages/ko_KR/installing-boot9strap-(mset).txt index 5d37306d7d..15dd0728cf 100644 --- a/_pages/ko_KR/installing-boot9strap-(mset).txt +++ b/_pages/ko_KR/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (MSET)" * The latest release of [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)* * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### 진행 방법 @@ -17,9 +17,9 @@ title: "Installing boot9strap (MSET)" ##### 섹션 I - 준비 작업 1. 기기를 종료해 주세요. -1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ko_KR/installing-boot9strap-(ntrboot).txt b/_pages/ko_KR/installing-boot9strap-(ntrboot).txt index 1a919d98f3..89b3d577d6 100644 --- a/_pages/ko_KR/installing-boot9strap-(ntrboot).txt +++ b/_pages/ko_KR/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * 최신 버전의 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 파일)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 홈브류 [스타터 킷](http://smealum.github.io/ninjhax2/starter.zip) #### 진행 방법 @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. 기기를 종료해 주세요. 1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ko_KR/move-emunand.txt b/_pages/ko_KR/move-emunand.txt index b834c0e6aa..c30d985797 100644 --- a/_pages/ko_KR/move-emunand.txt +++ b/_pages/ko_KR/move-emunand.txt @@ -32,6 +32,8 @@ DSiWare 게임이나 저장 데이터에 대해 신경 쓰지 않는다연 이 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 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. `[2:] SYSNAND TWLN` -> `title`로 이동해 주세요. 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + 이 과정은 기기에 DSiware 게임이 많다면 시간이 좀 걸릴 수 있습니다. @@ -62,10 +64,10 @@ GBA VC 게임이나 저장 데이터에 대해 신경 쓰지 않는다면 이 + 이 GBA VC 게임을 위해 만든 폴더로 이동해 주세요. + (Y)를 눌러 `gbavc.sav`를 붙여넣어 주세요. + (start)를 눌러 기기를 다시 시작해 주세요. -1. Launch GodMode9 by holding (Start) during boot ##### 섹션 IV - EmuNAND를 SysNAND로 복사 +1. Launch GodMode9 by holding (Start) during boot 1. `[E:] EMUNAND VIRTUAL`로 이동해 주세요. 1. `nand.bin`에 (A)를 눌러 선택하고 "NAND image options..."를 선택하고 "Restore SysNAND (safe)"를 선택해 주세요. 1. (A)를 눌러 SysNAND 덮어쓰기 잠금을 풀고 주어진 키 조합을 입력해 주세요. @@ -118,7 +120,6 @@ GBA VC 게임이나 저장 데이터에 대해 신경 쓰지 않는다면 이 # 섹션 VII - SysNAND 백업 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. (A)를 눌러 주세요. diff --git a/_pages/ko_KR/region-changing.txt b/_pages/ko_KR/region-changing.txt index 085adb0bdb..6ae2635fbb 100644 --- a/_pages/ko_KR/region-changing.txt +++ b/_pages/ko_KR/region-changing.txt @@ -58,6 +58,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. CTRTransfer `.bin`에 (A)를 눌러 선택해 주세요. 1. "CTRNAND options..."를 선택해 주세요. @@ -70,7 +72,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. (B)를 두 번 눌러 메인 메뉴로 돌아가 주세요. 1. (Home)을 눌러 작업 메뉴를 띄워 주세요. -1. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ko_KR/site-navigation.txt b/_pages/ko_KR/site-navigation.txt index e531274181..f80b4416ed 100644 --- a/_pages/ko_KR/site-navigation.txt +++ b/_pages/ko_KR/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [홈](/) + [홈브류 런처 (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ko_KR/uninstall-cfw.txt b/_pages/ko_KR/uninstall-cfw.txt index 04d5ea2306..1a3c5d69f5 100644 --- a/_pages/ko_KR/uninstall-cfw.txt +++ b/_pages/ko_KR/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/ko_KR/updating-b9s.txt b/_pages/ko_KR/updating-b9s.txt index dc266e0089..6f86d58eff 100644 --- a/_pages/ko_KR/updating-b9s.txt +++ b/_pages/ko_KR/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. "More..."를 선택해 주세요. 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ms_MY/a9lh-to-b9s.txt b/_pages/ms_MY/a9lh-to-b9s.txt index 47df3b6d2f..6a7735afdd 100644 --- a/_pages/ms_MY/a9lh-to-b9s.txt +++ b/_pages/ms_MY/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Tekan (A) untuk pengesahan @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ms_MY/ctrtransfer.txt b/_pages/ms_MY/ctrtransfer.txt index 420f4028d6..0fd4fe62d9 100644 --- a/_pages/ms_MY/ctrtransfer.txt +++ b/_pages/ms_MY/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ms_MY/finalizing-setup.txt b/_pages/ms_MY/finalizing-setup.txt index e294c8dd92..e85b5bb288 100644 --- a/_pages/ms_MY/finalizing-setup.txt +++ b/_pages/ms_MY/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes Dalam kes ini, kita menggunakan Luma3DS dari [AuroraWright](https://github.com/AuroraWright/) untuk boot SysNAND yang ditampal secara terus, membolehkan kita sepenuhnya melepasi keperluan apa-apa jenis EmuNAND, lalu memudahkan penggunaan 3DS yang diubah suai dalam menjimatkan ruang kad SD. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Semasa proses ini, kami juga akan memasang program-program berikut: + **FBI** *(pemasangan CIA formatted games dan aplikasi)* @@ -18,9 +16,48 @@ Semasa proses ini, kami juga akan memasang program-program berikut: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Apa yang ada perlukan + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Keluaran terkini [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Arahan -##### Section I - Updating the System +##### Seksyen 1 - Persediaan + +1. Power off your device +1. Pasang kad SD anda ke dalam komputer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Cipta satu folder bernama `cias` pada root kad SD anda jika ianya tidak pernah wujud +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,7 @@ If, before following this guide, you already had an EmuNAND setup and would like + Jika terdapat error, set DNS settings anda ke "auto" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Pilih "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Tekan (A) untuk meneruskan 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Tekan (A) untuk pengesahan @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ms_MY/godmode9-usage.txt b/_pages/ms_MY/godmode9-usage.txt index db5984c626..fa2dff43d1 100644 --- a/_pages/ms_MY/godmode9-usage.txt +++ b/_pages/ms_MY/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Tekan (A) untuk pengesahan diff --git a/_pages/ms_MY/home.txt b/_pages/ms_MY/home.txt index d05e214716..b6b7ae72b9 100644 --- a/_pages/ms_MY/home.txt +++ b/_pages/ms_MY/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Bermula" # - cta_url: "/ms_MY/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + Jika segala-galanya mengikut perancangan, anda tidak akan kehilangan sebarang data dan akhirnya masih yang sama (games, NNID, saves, dan sebagainya akan dikekalkan). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + jika anda ingin format kad SD yang baru, sila gunakan [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) dan set Allocation Unit Size ke 32K. + 2DS pada asasnya sama dengan Old 3DS didalam terma perisiannya, dan mana-mana langkah yang mengatakan "Old 3DS" juga boleh digunakan pada 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ms_MY/homebrew-launcher-(alternatives).txt b/_pages/ms_MY/homebrew-launcher-(alternatives).txt index 4cc4a39968..2680ee7b52 100644 --- a/_pages/ms_MY/homebrew-launcher-(alternatives).txt +++ b/_pages/ms_MY/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcher mempunyai pelbagai cara masuk, atau cara melancarkannya. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. ### Apa yang anda perlukan -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +*Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* #### Arahan 1. Power off your device 1. Pasang kad SD anda ke dalam komputer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ms_MY/homebrew-launcher-(soundhax).txt b/_pages/ms_MY/homebrew-launcher-(soundhax).txt index 703467c393..44ec766193 100644 --- a/_pages/ms_MY/homebrew-launcher-(soundhax).txt +++ b/_pages/ms_MY/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher mempunyai pelbagai cara masuk, atau cara melancarkannya. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Apa yang ada perlukan -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +*Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Arahan 1. Power off your device 1. Pasang kad SD anda ke dalam komputer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Buka Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Pergi ke `/SDCARD`, kemudian mainkan "<3 nedwill 2016" + Mungkin memerlukan beberapa kali cubaan + Jika ia beku, anda boleh memaksa power off peranti anda dengan menahan butang power, kemudian cuba lagi + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ms_MY/installing-boot9strap-(2xrsa).txt b/_pages/ms_MY/installing-boot9strap-(2xrsa).txt index 3097418c51..f8999cf99f 100644 --- a/_pages/ms_MY/installing-boot9strap-(2xrsa).txt +++ b/_pages/ms_MY/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Arahan @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Pasang kad SD anda ke dalam komputer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ms_MY/installing-boot9strap-(browser).txt b/_pages/ms_MY/installing-boot9strap-(browser).txt index 048120b301..d0de5f48f3 100644 --- a/_pages/ms_MY/installing-boot9strap-(browser).txt +++ b/_pages/ms_MY/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Arahan @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Pasang kad SD anda ke dalam komputer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt index e7a0c43b97..9e9aefa8cb 100644 --- a/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ms_MY/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Tekan (A) untuk pengesahan @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt index a5f1258009..cdf0c93e33 100644 --- a/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ms_MY/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Tekan (A) untuk pengesahan @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ms_MY/installing-boot9strap-(hardmod).txt b/_pages/ms_MY/installing-boot9strap-(hardmod).txt index cae180eec3..19a248ff8f 100644 --- a/_pages/ms_MY/installing-boot9strap-(hardmod).txt +++ b/_pages/ms_MY/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Seksyen 1 - Persediaan -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt b/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt index 181dbdf510..cd00d7b155 100644 --- a/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ms_MY/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Arahan -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Jika ia beku, anda boleh memaksa power off peranti anda dengan menahan butang power, kemudian cuba lagi +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Jika ia beku, anda boleh memaksa power off peranti anda dengan menahan butang power, kemudian cuba lagi 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ms_MY/installing-boot9strap-(mset).txt b/_pages/ms_MY/installing-boot9strap-(mset).txt index 98b90c9707..caf8c53747 100644 --- a/_pages/ms_MY/installing-boot9strap-(mset).txt +++ b/_pages/ms_MY/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Arahan @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Seksyen 1 - Persediaan 1. Power off your device -1. Pasang kad SD anda ke dalam komputer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/ms_MY/installing-boot9strap-(ntrboot).txt b/_pages/ms_MY/installing-boot9strap-(ntrboot).txt index 88adff3358..5b20fe6367 100644 --- a/_pages/ms_MY/installing-boot9strap-(ntrboot).txt +++ b/_pages/ms_MY/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* *Keluaran terkini [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fail `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Arahan @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Pasang kad SD anda ke dalam komputer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/ms_MY/move-emunand.txt b/_pages/ms_MY/move-emunand.txt index 9889d5061c..b2679bb7d9 100644 --- a/_pages/ms_MY/move-emunand.txt +++ b/_pages/ms_MY/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Tekan (A) untuk pengesahan diff --git a/_pages/ms_MY/region-changing.txt b/_pages/ms_MY/region-changing.txt index a50747ee3f..7346501733 100644 --- a/_pages/ms_MY/region-changing.txt +++ b/_pages/ms_MY/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/ms_MY/site-navigation.txt b/_pages/ms_MY/site-navigation.txt index e7888dd768..830d620391 100644 --- a/_pages/ms_MY/site-navigation.txt +++ b/_pages/ms_MY/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatif)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ms_MY/uninstall-cfw.txt b/_pages/ms_MY/uninstall-cfw.txt index 647721f5f4..9d7bec8e10 100644 --- a/_pages/ms_MY/uninstall-cfw.txt +++ b/_pages/ms_MY/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/ms_MY/updating-b9s.txt b/_pages/ms_MY/updating-b9s.txt index 429f4098f5..38e3b2d899 100644 --- a/_pages/ms_MY/updating-b9s.txt +++ b/_pages/ms_MY/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/nl_NL/a9lh-to-b9s.txt b/_pages/nl_NL/a9lh-to-b9s.txt index 0fcf231103..86e75061c4 100644 --- a/_pages/nl_NL/a9lh-to-b9s.txt +++ b/_pages/nl_NL/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Selecteer "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Deel VII - Backup SysNAND 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Druk op (A) om te bevestigen @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/nl_NL/ctrtransfer.txt b/_pages/nl_NL/ctrtransfer.txt index 4c75eb16ba..315b8eadb4 100644 --- a/_pages/nl_NL/ctrtransfer.txt +++ b/_pages/nl_NL/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Druk op (A) op de CTRTransfer `.bin` om deze te selecteren 1. Selecteer "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Druk twee keer op (B) om terug te gaan naar het hoofdmenu 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/nl_NL/finalizing-setup.txt b/_pages/nl_NL/finalizing-setup.txt index 7480bdd7d2..8146e07db0 100644 --- a/_pages/nl_NL/finalizing-setup.txt +++ b/_pages/nl_NL/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In dit geval gebruiken we Luma3DS, gemaakt door [AuroraWright](https://github.com/AuroraWright/), om een gepatchde SysNAND op te starten, wat ervoor zorgt dat we geen EmuNAND nodig hebben, hierdoor is het makkelijker om een gehackte 3DS te gebruiken en bespaar je ruimte op je SD kaart. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Tijdens dit proces zullen we ook de volgende programma's installeren: + **FBI** *(Installeert spellen en applicaties in CIA formaat)* @@ -18,9 +16,48 @@ Tijdens dit proces zullen we ook de volgende programma's installeren: + **GodMode9** *(multifunctionele tool met NAND en cartridge functies)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Benodigdheden + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* De meest recente versie van [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + ### Instructies -##### Section I - Updating the System +##### Deel I - Voorbereiding + +1. Schakel je 3ds uit +1. Plaats je SD kaart in je computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Maak een map genaamd `cias` op de root van jouw SD kaart, indien deze nog niet aanwezig is +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Stop je SD kaart terug in je 3DS +1. Zet je 3DS aan + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Nu zou je console de Homebrew Launcher moeten openen -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigeer naar `SD` -> `cias` +1. Selecteer "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Selecteer "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Druk op (A) om door te gaan 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Deel VII - Backup SysNAND 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Druk op (A) om te bevestigen @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Stop je SD kaart terug in je 3DS -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/nl_NL/godmode9-usage.txt b/_pages/nl_NL/godmode9-usage.txt index 3040e02699..cbcdc40180 100644 --- a/_pages/nl_NL/godmode9-usage.txt +++ b/_pages/nl_NL/godmode9-usage.txt @@ -20,7 +20,6 @@ Het heeft een systeem in plaats dat je zal beschermen door middel van waarschuwi 1. Launch GodMode9 by holding (Start) during boot 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Druk op (A) om te bevestigen diff --git a/_pages/nl_NL/home.txt b/_pages/nl_NL/home.txt index 57ac2c1ddb..c98f73ce2b 100644 --- a/_pages/nl_NL/home.txt +++ b/_pages/nl_NL/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Begin" # - cta_url: "/nl_NL/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + als alles volgens plan gaat, zal je geen data verliezen en eindigen met alles waarmee je begon (spellen, NNID, saves, etc. zullen bewaard blijven). -+ **Laad je apparaat continu op tijdens het hele proces om dataverlies of schade van een onverwachte power-off te vermijden!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Je SD kaart zal een [MBR, niet GPT](http://www.howtogeek.com/245610/) (de SD card die standaard komt bij je 3DS is MBR) moeten zijn. + Als je een gloednieuwe SD moet formatteren, gebruik dan [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) en stel de Allocation Unit Size in op 32K. + De 2DS is zo goed als indentiek aan de Old 3DS qua software, hierom zullen alle stappen die "Old 3DS" zeggen ook van toepassing zijn op de 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/nl_NL/homebrew-launcher-(alternatives).txt b/_pages/nl_NL/homebrew-launcher-(alternatives).txt index c5677b1fe1..6913fc9868 100644 --- a/_pages/nl_NL/homebrew-launcher-(alternatives).txt +++ b/_pages/nl_NL/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ De Homebrew Launcher heeft veel verschillende entrypoints (ingangspunten) of lan If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Benodigdheden -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* #### Instructies 1. Schakel je 3ds uit 1. Plaats je SD kaart in je computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Stop je SD kaart terug in je 3DS 1. Zet je 3DS aan 1. Gebruik een van de volgende alternatieve entrypoints om in de Homebrew Launcher te komen: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Nu zou je console de Homebrew Launcher moeten openen + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/nl_NL/homebrew-launcher-(soundhax).txt b/_pages/nl_NL/homebrew-launcher-(soundhax).txt index 593ea81f1f..84232aa7f1 100644 --- a/_pages/nl_NL/homebrew-launcher-(soundhax).txt +++ b/_pages/nl_NL/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ De Homebrew Launcher heeft veel verschillende entrypoints (ingangspunten) of lan Soundhax is compatibel met firmwareversies 9.0.0 tot en met 11.3.0 in regio's EUR, JPN, KOR en USA. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Benodigdheden -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructies 1. Schakel je 3DS uit 1. Plaats je SD kaart in je computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Stop je SD kaart terug in je 3DS 1. Zet je 3DS aan 1. Start Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Ga naar `/SDCARD`, en speel dan "<3 nedwill 2016" af + Dit kan meerdere pogingen nodig hebben + Als het vastloopt, zet het apparaat dan gewoon uit door de power knop ingedrukt te houden, probeer het daarna opnieuw + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Nu zou je console de Homebrew Launcher moeten openen + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/nl_NL/installing-boot9strap-(2xrsa).txt b/_pages/nl_NL/installing-boot9strap-(2xrsa).txt index af97145fae..95094e636a 100644 --- a/_pages/nl_NL/installing-boot9strap-(2xrsa).txt +++ b/_pages/nl_NL/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) ### Instructies @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Schakel je 3ds uit 1. Plaats je SD kaart in je computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/nl_NL/installing-boot9strap-(browser).txt b/_pages/nl_NL/installing-boot9strap-(browser).txt index f1e7d9704c..d34f1a161c 100644 --- a/_pages/nl_NL/installing-boot9strap-(browser).txt +++ b/_pages/nl_NL/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW set * The latest release of [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)* * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) ### Instructies @@ -17,8 +17,8 @@ Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW set 1. Schakel je 3ds uit 1. Plaats je SD kaart in je computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt index 1c088faf06..f474dc9993 100644 --- a/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/nl_NL/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Druk op (A) om te bevestigen @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigeer naar `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt index dc5fb95bbe..c8429822fd 100644 --- a/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/nl_NL/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Druk op (A) om te bevestigen @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Druk op (A) om SysNAND overwriting te ontgrendelen en voer daarna de toetsencombinatie in die wordt gegeven @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/nl_NL/installing-boot9strap-(hardmod).txt b/_pages/nl_NL/installing-boot9strap-(hardmod).txt index 9be320b582..9e7bae8fe8 100644 --- a/_pages/nl_NL/installing-boot9strap-(hardmod).txt +++ b/_pages/nl_NL/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Deel I - Voorbereiding -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt b/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt index fe46e8d6e5..65611c4192 100644 --- a/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/nl_NL/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW set ### Instructies -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + Hiervoor kunnen meerdere pogingen nodig zijn - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Als het vastloopt, zet het apparaat dan gewoon uit door de power knop ingedrukt te houden, probeer het daarna opnieuw +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Als het vastloopt, zet het apparaat dan gewoon uit door de power knop ingedrukt te houden, probeer het daarna opnieuw 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW set ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/nl_NL/installing-boot9strap-(mset).txt b/_pages/nl_NL/installing-boot9strap-(mset).txt index 2c881cb47e..dc57124770 100644 --- a/_pages/nl_NL/installing-boot9strap-(mset).txt +++ b/_pages/nl_NL/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW set * The latest release of [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)* * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version ### Instructies @@ -17,9 +17,9 @@ Als je je 3DS al eens eerder gehacked hebt met een op EmuNAND-gebaseerde CFW set ##### Deel I - Voorbereiding 1. Schakel je 3ds uit -1. Plaats je SD kaart in je computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/nl_NL/installing-boot9strap-(ntrboot).txt b/_pages/nl_NL/installing-boot9strap-(ntrboot).txt index 2009801245..f3da186384 100644 --- a/_pages/nl_NL/installing-boot9strap-(ntrboot).txt +++ b/_pages/nl_NL/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * De meest recente versie van [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(het `.7z` bestand)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) ### Instructies @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Schakel je 3ds uit 1. Plaats je SD kaart in je computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/nl_NL/move-emunand.txt b/_pages/nl_NL/move-emunand.txt index ee0c4b9cb4..9fea9204bc 100644 --- a/_pages/nl_NL/move-emunand.txt +++ b/_pages/nl_NL/move-emunand.txt @@ -32,6 +32,8 @@ Als je geen DSiWare spellen of saves hebt die je wilt behouden, kan je dit deel 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 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. Navigeer naar `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + Dit proces kan even duren als je veel DSiWare spellen hebt @@ -62,10 +64,10 @@ Dit is niet nodig voor elke andere soort van Virtual Console spellen (GBC, NES, + Navigeer naar de map die je gemaakt hebt voor dit GBA VC spel + Druk op (Y) om `gbavc.sav` te plakken + Druk op (Start) om je 3DS opnieuw op te starten -1. Launch GodMode9 by holding (Start) during boot ##### Deel IV - EmuNAND naar SysNAND kopiëren +1. Launch GodMode9 by holding (Start) during boot 1. Navigeer naar `[E:] EMUNAND VIRTUAL` 1. Druk op (A) op `nand.bin` om het te selecteren, selecteer vervolgens "NAND image options...", en selecteer dan "Restore SysNAND (safe)" 1. Druk op (A) om SysNAND overwriting te ontgrendelen en voer daarna de toetsencombinatie in die wordt gegeven @@ -118,7 +120,6 @@ Als je geen backup GBA VC Saves hebt gemaakt, kan je dit overslaan. ##### Deel VII - Backup SysNAND 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Druk op (A) om het te bevestigen diff --git a/_pages/nl_NL/region-changing.txt b/_pages/nl_NL/region-changing.txt index 6ed6f02eea..60b40db132 100644 --- a/_pages/nl_NL/region-changing.txt +++ b/_pages/nl_NL/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Druk op (A) op de CTRTransfer `.bin` om deze te selecteren 1. Selecteer "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Druk twee keer op (B) om terug te gaan naar het hoofdmenu 1. Druk op de (Home) knop om het actiemenu te openen -1. Selecteer "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/nl_NL/site-navigation.txt b/_pages/nl_NL/site-navigation.txt index 3471fb1a19..d5cbc6e2ef 100644 --- a/_pages/nl_NL/site-navigation.txt +++ b/_pages/nl_NL/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatieven)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/nl_NL/uninstall-cfw.txt b/_pages/nl_NL/uninstall-cfw.txt index 65424bfb4c..db7e915d18 100644 --- a/_pages/nl_NL/uninstall-cfw.txt +++ b/_pages/nl_NL/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Selecteer "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/nl_NL/updating-b9s.txt b/_pages/nl_NL/updating-b9s.txt index 38f28ec51a..2ed3095b9e 100644 --- a/_pages/nl_NL/updating-b9s.txt +++ b/_pages/nl_NL/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Selecteer "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/no_NO/a9lh-to-b9s.txt b/_pages/no_NO/a9lh-to-b9s.txt index 19df54adcc..dcdf8074dd 100644 --- a/_pages/no_NO/a9lh-to-b9s.txt +++ b/_pages/no_NO/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Velg "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Trykk (A) for å bekrefte @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/no_NO/ctrtransfer.txt b/_pages/no_NO/ctrtransfer.txt index 8c42ed4ecc..174729520a 100644 --- a/_pages/no_NO/ctrtransfer.txt +++ b/_pages/no_NO/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Trykk (A) på CTRTransfer `.bin` for å velge den 1. Velg "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Trykk (B) to ganger for å gå tilbake til hovedmenyen 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/no_NO/finalizing-setup.txt b/_pages/no_NO/finalizing-setup.txt index 34e209ab0a..b181626b3f 100644 --- a/_pages/no_NO/finalizing-setup.txt +++ b/_pages/no_NO/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes I dette tilfellet bruker vi Luma3DS fra [AuroraWright](https://github.com/AuroraWright/) for å starte et patchet SysNAND direkte, slik at vi kan omgå behovet for alle slags EmuNAND fullstendig, og dermed forenkle bruken av en hacket 3DS utover det å spare plass på SD-kort. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Under denne prossesen, vil vi også sette opp program som følgende: + **FBI** *(installerer CIAformaterte spill og applikasjoner)* @@ -18,9 +16,48 @@ Under denne prossesen, vil vi også sette opp program som følgende: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Det du trenger + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Siste utgave av [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instruksjoner -##### Section I - Updating the System +##### Seksjon I - Forarbeid + +1. Slå av enheten +1. Sett inn SD-kortet i datamaskinen din +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Opprett en mappe kalt `cias` på roten av SD-kortet hvis den ikke allerede er der +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Kopier `GodMode9.firm` fra GodMode9 `.zip` til `/luma/payloads/` på SD-kortet ditt +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Sett inn SD-kortet i konsollen igjen +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigér til `SD` -> `cias` +1. Velg "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Velg "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Trykk (A) for å fortsette 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Trykk (A) for å bekrefte @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Sett inn SD-kortet i konsollen igjen -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/no_NO/godmode9-usage.txt b/_pages/no_NO/godmode9-usage.txt index 9e4b234b8e..b62d87dc50 100644 --- a/_pages/no_NO/godmode9-usage.txt +++ b/_pages/no_NO/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Trykk (A) for å bekrefte diff --git a/_pages/no_NO/home.txt b/_pages/no_NO/home.txt index 39ffc35286..f052d746f2 100644 --- a/_pages/no_NO/home.txt +++ b/_pages/no_NO/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + Hvis alt går etter planen, vil du ikke miste data, og ende opp med alt som du startet med (spill, NNID, saver, osv blir bevart). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + Hvis du må formatere et helt nytt SD-kort, kan du bruke [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) og sette den til en størrelse på tildelingsenhet på 32 kB. + 2DSen er identisk til de gamle 3DS i programvaren, og når et skritt sier "Gamle 3DS" gjelder dette også for 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/no_NO/homebrew-launcher-(alternatives).txt b/_pages/no_NO/homebrew-launcher-(alternatives).txt index 9a5033cf76..6ece754a67 100644 --- a/_pages/no_NO/homebrew-launcher-(alternatives).txt +++ b/_pages/no_NO/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Det du trenger -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* #### Instruksjoner 1. Slå av enheten 1. Sett inn SD-kortet i datamaskinen din -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Sett inn SD-kortet i konsollen igjen 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/no_NO/homebrew-launcher-(soundhax).txt b/_pages/no_NO/homebrew-launcher-(soundhax).txt index a73953f574..00c94a8f2b 100644 --- a/_pages/no_NO/homebrew-launcher-(soundhax).txt +++ b/_pages/no_NO/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher har flere forskjellige inngangspunkt eller metoder for å star Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Det du trenger -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instruksjoner 1. Slå av enheten 1. Sett inn SD-kortet i datamaskinen din -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Sett inn SD-kortet i konsollen igjen 1. Power on your device 1. Åpne Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Gå til `/SDCARD`, og spill deretter av "<3 nedwill 2016" + Dette kan ta flere forsøk + Hvis enheten fryser, kan du tvinge den til å skru seg av ved og holde av-knappen og så prøve igjen + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/no_NO/installing-boot9strap-(2xrsa).txt b/_pages/no_NO/installing-boot9strap-(2xrsa).txt index d8f4f068b7..9b675e9bbc 100644 --- a/_pages/no_NO/installing-boot9strap-(2xrsa).txt +++ b/_pages/no_NO/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruksjoner @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Slå av enheten 1. Sett inn SD-kortet i datamaskinen din -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/no_NO/installing-boot9strap-(browser).txt b/_pages/no_NO/installing-boot9strap-(browser).txt index af61be22df..b5aa1cef3b 100644 --- a/_pages/no_NO/installing-boot9strap-(browser).txt +++ b/_pages/no_NO/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruksjoner @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Slå av enheten 1. Sett inn SD-kortet i datamaskinen din -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt index 1cd155efb5..5bfaa468c0 100644 --- a/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/no_NO/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Trykk (A) for å bekrefte @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigér til `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt b/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt index b8ef4b6892..5b510e7617 100644 --- a/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/no_NO/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Trykk (A) for å bekrefte @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/no_NO/installing-boot9strap-(hardmod).txt b/_pages/no_NO/installing-boot9strap-(hardmod).txt index 6a5d0a2a37..32df73c0ce 100644 --- a/_pages/no_NO/installing-boot9strap-(hardmod).txt +++ b/_pages/no_NO/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Seksjon I - Forarbeid -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt b/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt index 67ca427d95..8f2e58f1fe 100644 --- a/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/no_NO/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instruksjoner -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Hvis enheten fryser, kan du tvinge den til å skru seg av ved og holde av-knappen og så prøve igjen +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Hvis enheten fryser, kan du tvinge den til å skru seg av ved og holde av-knappen og så prøve igjen 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/no_NO/installing-boot9strap-(mset).txt b/_pages/no_NO/installing-boot9strap-(mset).txt index 361373db0e..121caebf0a 100644 --- a/_pages/no_NO/installing-boot9strap-(mset).txt +++ b/_pages/no_NO/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instruksjoner @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Seksjon I - Forarbeid 1. Slå av enheten -1. Sett inn SD-kortet i datamaskinen din -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/no_NO/installing-boot9strap-(ntrboot).txt b/_pages/no_NO/installing-boot9strap-(ntrboot).txt index 79c28b885d..0a67667b3f 100644 --- a/_pages/no_NO/installing-boot9strap-(ntrboot).txt +++ b/_pages/no_NO/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * Siste utgave av [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z`-filen)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruksjoner @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Slå av enheten 1. Sett inn SD-kortet i datamaskinen din -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/no_NO/move-emunand.txt b/_pages/no_NO/move-emunand.txt index 93abc55072..b8ea66108a 100644 --- a/_pages/no_NO/move-emunand.txt +++ b/_pages/no_NO/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigér til `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigér til `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Trykk (A) for å bekrefte diff --git a/_pages/no_NO/region-changing.txt b/_pages/no_NO/region-changing.txt index c88539a9fd..017222c730 100644 --- a/_pages/no_NO/region-changing.txt +++ b/_pages/no_NO/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Trykk (A) på CTRTransfer `.bin` for å velge den 1. Velg "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Trykk (B) to ganger for å gå tilbake til hovedmenyen 1. Press (Home) to bring up the action menu -1. Velg "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/no_NO/site-navigation.txt b/_pages/no_NO/site-navigation.txt index 55ca850071..32dee27291 100644 --- a/_pages/no_NO/site-navigation.txt +++ b/_pages/no_NO/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Hjem](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/no_NO/uninstall-cfw.txt b/_pages/no_NO/uninstall-cfw.txt index 5d95e5f02c..16ac4a6833 100644 --- a/_pages/no_NO/uninstall-cfw.txt +++ b/_pages/no_NO/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Velg "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/no_NO/updating-b9s.txt b/_pages/no_NO/updating-b9s.txt index 71f4103ebc..37551071be 100644 --- a/_pages/no_NO/updating-b9s.txt +++ b/_pages/no_NO/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Velg "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/pl_PL/a9lh-to-b9s.txt b/_pages/pl_PL/a9lh-to-b9s.txt index f291d58784..206bf1235a 100644 --- a/_pages/pl_PL/a9lh-to-b9s.txt +++ b/_pages/pl_PL/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Naciśnij (A) aby potwierdzić @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/pl_PL/ctrtransfer.txt b/_pages/pl_PL/ctrtransfer.txt index c86f213aa8..9acd404a76 100644 --- a/_pages/pl_PL/ctrtransfer.txt +++ b/_pages/pl_PL/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/pl_PL/finalizing-setup.txt b/_pages/pl_PL/finalizing-setup.txt index c3fe7b6a18..96f59c7111 100644 --- a/_pages/pl_PL/finalizing-setup.txt +++ b/_pages/pl_PL/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes W naszym przypadku, używamy Luma3DS autorstwa [AuroraWright](https://github.com/AuroraWright/) do bezpośredniego startu ze zmodyfikowanego SysNAND, co pozwala na zupełną rezygnację z korzystania z EmuNAND i znacznie upraszcza obsługę zhackowanego 3DS oraz nie zużywa miejsca na karcie SD. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Podczas tego procesu zainstalujemy również takie programy jak: + **FBI** *(instaluje gry i programy w formacie CIA)* @@ -18,9 +16,48 @@ Podczas tego procesu zainstalujemy również takie programy jak: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Czego potrzebujesz + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Najnowszej wersji [GodMode9](https://github.com/d0k3/GodMode9/releases/) +* 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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instrukcje -##### Section I - Updating the System +##### Sekcja I - Przygotowania + +1. Power off your device +1. Włóż kartę SD do komputera +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Stwórz folder o nazwie "cias" w głównym katalogu twojej karty SD, jeśli jeszcze nie istnieje +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,7 @@ If, before following this guide, you already had an EmuNAND setup and would like + Jeśli przy próbie aktualizacji pojawia się błąd, ustaw swoje DNS (w ustawieniach połączenia internetowego 3DS) na "auto" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Wybierz "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Naciśnij (A), aby kontynuować 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Naciśnij (A) aby potwierdzić @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/pl_PL/godmode9-usage.txt b/_pages/pl_PL/godmode9-usage.txt index 83cc53c1ff..a56d1b680e 100644 --- a/_pages/pl_PL/godmode9-usage.txt +++ b/_pages/pl_PL/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Naciśnij (A) aby potwierdzić diff --git a/_pages/pl_PL/home.txt b/_pages/pl_PL/home.txt index 6b8d4e4afd..e2f4f08bb1 100644 --- a/_pages/pl_PL/home.txt +++ b/_pages/pl_PL/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Rozpocznij" # - cta_url: /pl_PL/get-started caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + Jeśli wszystko pójdzie zgodnie z planem, nie stracisz żadnych danych i wszystko pozostanie tak jak przed rozpoczęciem instrukcji (gry, NNID, zapisy itp. zostaną zachowane). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + Jeśli potrzebujesz sformatować nowo zakupioną kartę SD, możesz użyć [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) i ustawić rozmiar jednostki alokacji do 32k. + 2DS jest zasadniczo identyczny do Old 3DS pod względem oprogramowania, i wszelkie kroki, które mówią "Old 3DS" dotyczą także 2DS'a. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pl_PL/homebrew-launcher-(alternatives).txt b/_pages/pl_PL/homebrew-launcher-(alternatives).txt index 4b3bf2cfdc..1160ff8c5c 100644 --- a/_pages/pl_PL/homebrew-launcher-(alternatives).txt +++ b/_pages/pl_PL/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Czego potrzebujesz -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* #### Instrukcje 1. Power off your device 1. Włóż kartę SD do komputera -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pl_PL/homebrew-launcher-(soundhax).txt b/_pages/pl_PL/homebrew-launcher-(soundhax).txt index 8b31c138b6..f33134fb5e 100644 --- a/_pages/pl_PL/homebrew-launcher-(soundhax).txt +++ b/_pages/pl_PL/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher ma wiele punktów wejścia - sposobów na jego uruchomienie. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Czego potrzebujesz -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instrukcje 1. Power off your device 1. Włóż kartę SD do komputera -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Uruchom aplikację Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Nawiguj do `/SDCARD`, następnie odtwórz "<3 nedwill 2016" + Może to wymagać wielu prób + Jeśli konsola się zawiesi, przytrzymaj przycisk power aby ją wyłączyć i spróbuj ponownie + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pl_PL/installing-boot9strap-(2xrsa).txt b/_pages/pl_PL/installing-boot9strap-(2xrsa).txt index 43ab0a45b8..3a2aeb4c5b 100644 --- a/_pages/pl_PL/installing-boot9strap-(2xrsa).txt +++ b/_pages/pl_PL/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) #### Instrukcje @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Włóż kartę SD do komputera -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/pl_PL/installing-boot9strap-(browser).txt b/_pages/pl_PL/installing-boot9strap-(browser).txt index 3134a781b8..97d42c63dd 100644 --- a/_pages/pl_PL/installing-boot9strap-(browser).txt +++ b/_pages/pl_PL/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) #### Instrukcje @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Włóż kartę SD do komputera -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt index 95503305fb..6a47608ca8 100644 --- a/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/pl_PL/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Naciśnij (A) aby potwierdzić @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt index 9eb73bc62f..410049d24d 100644 --- a/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/pl_PL/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Naciśnij (A) aby potwierdzić @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pl_PL/installing-boot9strap-(hardmod).txt b/_pages/pl_PL/installing-boot9strap-(hardmod).txt index e6ac1796e5..7180837921 100644 --- a/_pages/pl_PL/installing-boot9strap-(hardmod).txt +++ b/_pages/pl_PL/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Sekcja I - Przygotowania -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt b/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt index 54bf557243..cf3dea3a4c 100644 --- a/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/pl_PL/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instrukcje -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Jeśli konsola się zawiesi, przytrzymaj przycisk power aby ją wyłączyć i spróbuj ponownie +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Jeśli konsola się zawiesi, przytrzymaj przycisk power aby ją wyłączyć i spróbuj ponownie 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pl_PL/installing-boot9strap-(mset).txt b/_pages/pl_PL/installing-boot9strap-(mset).txt index 131eef8e37..a02adc1a90 100644 --- a/_pages/pl_PL/installing-boot9strap-(mset).txt +++ b/_pages/pl_PL/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instrukcje @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Sekcja I - Przygotowania 1. Power off your device -1. Włóż kartę SD do komputera -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/pl_PL/installing-boot9strap-(ntrboot).txt b/_pages/pl_PL/installing-boot9strap-(ntrboot).txt index 40a8bfc89d..a160acbc0c 100644 --- a/_pages/pl_PL/installing-boot9strap-(ntrboot).txt +++ b/_pages/pl_PL/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * Najnowszą wersję [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(plik`.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Pakietu startowego [Homebrew](http://smealum.github.io/ninjhax2/starter.zip) #### Instrukcje @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Włóż kartę SD do komputera -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pl_PL/move-emunand.txt b/_pages/pl_PL/move-emunand.txt index ba44a55f7e..a4035ecc45 100644 --- a/_pages/pl_PL/move-emunand.txt +++ b/_pages/pl_PL/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Naciśnij (A) aby potwierdzić diff --git a/_pages/pl_PL/region-changing.txt b/_pages/pl_PL/region-changing.txt index ecf9f06964..1c1897eff3 100644 --- a/_pages/pl_PL/region-changing.txt +++ b/_pages/pl_PL/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/pl_PL/site-navigation.txt b/_pages/pl_PL/site-navigation.txt index 984b1839bf..1385425048 100644 --- a/_pages/pl_PL/site-navigation.txt +++ b/_pages/pl_PL/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/pl_PL/uninstall-cfw.txt b/_pages/pl_PL/uninstall-cfw.txt index a2015fa38d..88a08c5b33 100644 --- a/_pages/pl_PL/uninstall-cfw.txt +++ b/_pages/pl_PL/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/pl_PL/updating-b9s.txt b/_pages/pl_PL/updating-b9s.txt index 796ef6264f..d7359768e7 100644 --- a/_pages/pl_PL/updating-b9s.txt +++ b/_pages/pl_PL/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/pt_BR/a9lh-to-b9s.txt b/_pages/pt_BR/a9lh-to-b9s.txt index f0097ab8c6..fd9cc008d3 100644 --- a/_pages/pt_BR/a9lh-to-b9s.txt +++ b/_pages/pt_BR/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ 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. 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 + + 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. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione o "setup_ctrnand_luma3ds" 1. Quando solicitado, aperte (A) para prosseguir @@ -130,7 +131,6 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost ##### Seção VII - Backup da SysNAND 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "Backup SysNAND" 1. Aperte (A) para confirmar @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Select "cleanup_sd_card" 1. Quando solicitado, aperte (A) para prosseguir diff --git a/_pages/pt_BR/ctrtransfer.txt b/_pages/pt_BR/ctrtransfer.txt index 9003c8c042..390fd96b5d 100644 --- a/_pages/pt_BR/ctrtransfer.txt +++ b/_pages/pt_BR/ctrtransfer.txt @@ -45,6 +45,8 @@ Você já DEVE ter instalado Luma3DS e boot9strap ou arm9loaderhax para usar ist 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. 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. Navegue para `[0:] SDCARD` -> `gm9` 1. Aperte (A) no `.bin` da CTRTransfer para selecioná-lo 1. Selecione "CTRNAND options..." @@ -57,7 +59,6 @@ Você já DEVE ter instalado Luma3DS e boot9strap ou arm9loaderhax para usar ist 1. Se solicitado, aperte (B) para recusar o bloqueio da permissão de escrita 1. Aperte (B) duas vezes para retornar para o menu principal 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "ctrtransfer_ticket_copy" 1. Quando solicitado, aperte (A) para prosseguir diff --git a/_pages/pt_BR/finalizing-setup.txt b/_pages/pt_BR/finalizing-setup.txt index ef5cce86b8..87429c240a 100644 --- a/_pages/pt_BR/finalizing-setup.txt +++ b/_pages/pt_BR/finalizing-setup.txt @@ -8,8 +8,6 @@ O arquivo `boot.firm` é o que é executado pelo boot9strap depois que ele acaba Neste caso, usamos o Luma3DS por [AuroraWright](https://github.com/AuroraWright/) para carregar uma SysNAND com patches diretamente, o que nos permite evitar a necessidade de qualquer tipo de EmuNAND, simplificando enormemente o uso de um 3DS hackeado, além de economizar espaço no cartão SD. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Durante este processo, também configuramos alguns programas como os seguintes: + **FBI** *(Instala jogos e aplicativos no formato CIA)* @@ -18,9 +16,48 @@ Durante este processo, também configuramos alguns programas como os seguintes: + **GodMode9** *(Ferramenta multiuso com funções de NAND e cartucho)* + **Homebrew Launcher Loader** *(inicia o Homebrew Launcher como um aplicativo normal, graças à mágica do Rosalina)* +#### O que você precisa + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* A versão mais recente do [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instruções -##### Section I - Updating the System +##### Seção I - Trabalho Preparatório + +1. Desligue seu dispositivo +1. Insira o cartão SD no seu computador +1. Copie `FBI.3dsx` para a pasta `/3ds/` no seu cartão SD +1. Crie uma pasta chamada `cias` na raiz do seu cartão SD se ela ainda não existir +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. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copie o `GodMode9.firm` do `.zip` do GodMode9 para a pasta `/luma/payloads/` no seu cartão SD +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copie a pasta `gm9` do `.zip` do GodMode9 para a raiz do seu cartão SD +1. Copie o`setup_ctrnand_luma3ds.gm9` para a pasta `/gm9/scripts/`no seu cartão de memória +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsira seu cartão SD no seu dispositivo +1. Ligue o seu dispositivo + +##### Section II - Updating the System Se, enquanto você seguia uma versão antiga deste guia, você fez um CTRTransfer no seu *New 3DS* para 2.1.0, agora é o momento de [restaurar seu backup do NAND](godmode9-usage#nand_restore) antes de fazer esta seção. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Seção III - Iniciando o FBI 1. Inicie o aplicativo Download Play 1. Aperte (L) + (Baixo) + (Select) ao mesmo tempo para abrir o menu do Rosalina @@ -44,26 +81,28 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost 1. Aperte (B) para sair do menu do Rosalina 1. Aperte (Home), depois feche o Download Play 1. Inicie o aplicativo Download Play -1. Your device should load OCS +1. Seu dispositivo deve abrir o Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Abra o FBI da lista de homebrews +1. Navegue para `SD` -> `cias` +1. Selecione "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Aperte (Home), depois feche o Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Inicie o aplicativo DSP1 1. Quando completado, aperte (B) para auto excluir o app e retornar ao Menu HOME -##### Section V - CTRNAND Luma3DS +##### Seção VI - Luma3DS & CTRNAND 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. 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. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "setup_ctrnand_luma3ds" 1. Quando solicitado, aperte (A) para prosseguir @@ -71,10 +110,9 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost 1. Aperte (A) para continuar 1. Aperte (A) para bloquear as permissões de escrita -##### Section VI - Backup SysNAND +##### Seção VII - Backup da SysNAND 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "Backup SysNAND" 1. Aperte (A) para confirmar @@ -88,10 +126,9 @@ Se, antes de seguir este guia, você já possuia uma instalação EmuNAND e gost 1. Apague `_nandmin_###.bin` da pasta `/gm9/out/` no seu cartão SD após copiá-lo 1. Reinsira seu cartão SD no seu dispositivo -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Select "cleanup_sd_card" 1. Quando solicitado, aperte (A) para prosseguir diff --git a/_pages/pt_BR/godmode9-usage.txt b/_pages/pt_BR/godmode9-usage.txt index c5826be56c..c38a586f43 100644 --- a/_pages/pt_BR/godmode9-usage.txt +++ b/_pages/pt_BR/godmode9-usage.txt @@ -20,7 +20,6 @@ O sistema de permissões de escrita lhe protege fornecendo avisos e lhe obrigand 1. Inicie o GodMode9 segurando (Start) durante a inicialização 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "Backup SysNAND" 1. Aperte (A) para confirmar diff --git a/_pages/pt_BR/home.txt b/_pages/pt_BR/home.txt index fd83c3f8d1..f35b21644b 100644 --- a/_pages/pt_BR/home.txt +++ b/_pages/pt_BR/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Começar" # - cta_url: "/pt_BR/get-started" # caption: excerpt: "Um guia completo de Custom Firmware para o 3DS,
do zero até boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Para uma lista de cada uma das assinaturas calculadas pelo sighax (a plataforma + Se você já fez um hack anteriormente no seu 3DS com uma instalação EmuNAND, e gostaria de mover o conteúdo da sua antiga EmuNAND para a nova SysNAND com CFW, você deve seguir as instruções e restaurar sua EmuNAND quando solicitado, assim que chegar em [Finalizando a instalação](finalizing-setup). + Este guia funcionará no New 3DS, Old 3DS, New 2DS e Old 2DS de todas as regiões em versões de firmware iguais ou inferiores a 11.5.0. + Se tudo ocorrer conforme o esperado, você não perderá dados pessoais e continuará com tudo o que tinha antes de começar (jogos, NNID, saves, etc serão preservados). -+ **Mantenha o seu dispositivo plugado e carregando durante todo o processo para evitar perda de dados ou danos causados por um desligamento inesperado!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + O seu cartão SD deve ser [MBR, e não GPT](http://adrenaline.uol.com.br/forum/threads/tutorial-convertendo-mbr-gpt-e-gpt-mbr.461966/) (o cartão SD que vem com o seu dispositivo é, por padrão, MBR). + Se você precisa formatar um cartão SD novo, você pode utilizar o [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) e colocar Allocation Unit Size para 32K. + O 2DS é essencialmente idêntico ao Old 3DS em termos de software, e todas as etapas que dizem "Old 3DS" também se aplicam ao 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_BR/homebrew-launcher-(alternatives).txt b/_pages/pt_BR/homebrew-launcher-(alternatives).txt index c6bab968a7..16ebaf6054 100644 --- a/_pages/pt_BR/homebrew-launcher-(alternatives).txt +++ b/_pages/pt_BR/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ O Homebrew Launcher possui vários pontos de entrada diferentes ou, métodos de Caso o browserhax não seja uma opção (verifique a tabela abaixo), você ainda não tenha nenhum desses jogos, e não possua outro 3DS com acesso ao Homebrew Launcher, a opção mais barata é comprar uma cópia "Nintendo Selects" do [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (assegure-se de comprar o cartucho correto para a sua região) e um [Powersaves](https://amzn.to/2fb3VY7) (compatível com todas as regiões), depois usar o oot3dhax da tabela abaixo. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### O que você precisa -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) +*A versão mais recente do [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* #### Instruções 1. Desligue seu dispositivo 1. Insira o cartão SD no seu computador -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsira seu cartão SD no seu dispositivo 1. Ligue o seu dispositivo 1. Use um dos seguintes pontos de entrada alternativos para entrar no Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Seu dispositivo deve abrir o Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue para [Instalando boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_BR/homebrew-launcher-(soundhax).txt b/_pages/pt_BR/homebrew-launcher-(soundhax).txt index dbac49c099..85847883c7 100644 --- a/_pages/pt_BR/homebrew-launcher-(soundhax).txt +++ b/_pages/pt_BR/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ O Homebrew Launcher possui vários pontos de entrada diferentes, ou métodos de Soundhax é compatível com as versões de 9.0.0 a 11.3.0 nas regiões EUA, EUR, JPN, KOR. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Isto significa que usar um Update por Cartucho de uma versão contendo uma vers #### O que você precisa -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +*A versão mais recente do [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instruções 1. Desligue seu dispositivo 1. Insira o cartão SD no seu computador -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copie _o conteúdo do_ `starter.zip` para a raiz do seu cartão SD 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsira seu cartão SD no seu dispositivo 1. Ligue o seu dispositivo 1. Abra o Som Nintendo 3DS @@ -42,13 +57,17 @@ Isto significa que usar um Update por Cartucho de uma versão contendo uma vers 1. Vá até `/SDCARD`, depois toque "<3 nedwill 2016" + Isso pode levar várias tentativas + Se o console congelar, force-o a desligar segurando o botão Power, e então tente novamente + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Seu dispositivo deve abrir o Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue para [Instalando boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_BR/installing-boot9strap-(2xrsa).txt b/_pages/pt_BR/installing-boot9strap-(2xrsa).txt index a00f1b4c4b..6e17dbcb27 100644 --- a/_pages/pt_BR/installing-boot9strap-(2xrsa).txt +++ b/_pages/pt_BR/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Instalando boot9strap (2xrsa)" *A versão mais recente do [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* * A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) #### Instruções @@ -15,8 +15,8 @@ title: "Instalando boot9strap (2xrsa)" 1. Desligue seu dispositivo 1. Insira o cartão SD no seu computador -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD +1. Copie _o conteúdo do_ `starter.zip` para a 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 `arm9.bin` e `arm11.bin` do `.zip` do SafeB9SInstaller para a raiz do seu cartão SD diff --git a/_pages/pt_BR/installing-boot9strap-(browser).txt b/_pages/pt_BR/installing-boot9strap-(browser).txt index b84f2fd37a..ca206287b0 100644 --- a/_pages/pt_BR/installing-boot9strap-(browser).txt +++ b/_pages/pt_BR/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAN *A versão mais recente do [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* * A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) #### Instruções @@ -17,8 +17,8 @@ Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAN 1. Desligue seu dispositivo 1. Insira o cartão SD no seu computador -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD +1. Copie _o conteúdo do_ `starter.zip` para a 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 `SafeB9SInstaller.dat` e `Launcher.dat` do `.zip` do SafeB9SInstaller para a raiz de seu cartão SD diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt index f6f2292334..ad98e0162d 100644 --- a/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/pt_BR/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Se você não usar o `.firm` correto correspondente ao 3DS de destino, você cau * A versão mais recente do [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* * A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use um [gerenciador de saves](https://github.com/J-D-K/JKSM/releases/latest) par 1. Reinsira o cartão SD do **3DS de origem** 1. Inicie **o 3DS de origem** segurando (Start) para abrir o GodMode9 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "Backup SysNAND" 1. Aperte (A) para confirmar @@ -64,6 +63,8 @@ Use um [gerenciador de saves](https://github.com/J-D-K/JKSM/releases/latest) par 1. Inicie **o 3DS de origem** segurando (Start) para abrir o GodMode9 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 + + 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. Navegue para `[0:] SDCARD` 1. Aperte (Y) no `.app` de injeção DSiware para copiar ele 1. Aperte (B) para voltar para o menu principal @@ -136,7 +137,7 @@ Use um [gerenciador de saves](https://github.com/J-D-K/JKSM/releases/latest) par 1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Crie uma pasta chamada `boot9strap` na raiz do cartão SD do **3DS de destino** 1. Copie o `.firm` 11.5.0 correspondente ao **3DS de destino** para a pasta `boot9strap` na raiz do cartão SD do **3DS de destino** 1. Copie `boot9strap.firm` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD diff --git a/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt index e50786b194..206232a247 100644 --- a/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/pt_BR/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Se você não usar o `.firm` correto correspondente ao 3DS de destino, você cau * A versão mais recente do [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* * A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use um [gerenciador de saves](https://github.com/J-D-K/JKSM/releases/latest) par 1. Reinsira o cartão SD do **3DS de origem** 1. Inicie **o 3DS de origem** segurando (Start) para abrir o GodMode9 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "Backup SysNAND" 1. Aperte (A) para confirmar @@ -128,6 +127,8 @@ Use um [gerenciador de saves](https://github.com/J-D-K/JKSM/releases/latest) par + Você também pode apenas [remover o NNID](https://3ds.guide/troubleshooting#rm_nnid) do **3DS de origem** se você preferir que ele continue no **3DS de destino** 1. Reinicie **o 3DS de origem** segurando (Start) para abrir o GodMode9 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 + + 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. Navegue para `[0:] SDCARD` -> `gm9` -> `out` 1. Aperte (A) em `_nandmin_###.bin` para selecioná-lo, então selecione "NAND image options...", depois selecione "Restore SysNAND (safe)" 1. Aperte (A) para destravar as modificações na SysNAND, então aperte a sequência de botões solicitada @@ -142,7 +143,7 @@ Use um [gerenciador de saves](https://github.com/J-D-K/JKSM/releases/latest) par 1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Crie uma pasta chamada `boot9strap` na raiz do cartão SD do **3DS de destino** 1. Copie o `.firm` 11.5.0 correspondente ao **3DS de destino** para a pasta `boot9strap` na raiz do cartão SD do **3DS de destino** 1. Copie `boot9strap.firm` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD diff --git a/_pages/pt_BR/installing-boot9strap-(hardmod).txt b/_pages/pt_BR/installing-boot9strap-(hardmod).txt index 9d1035bae8..427dd6bb08 100644 --- a/_pages/pt_BR/installing-boot9strap-(hardmod).txt +++ b/_pages/pt_BR/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ Isto funcionará no New 3DS, New 2DS, Old 3DS e Old 2DS em *todas* as versões e * A versão mais recente do [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Os usuários de Windows podem usar o compilado `.exe`, enquanto os usuários de Mac e Linux precisarão ter [Python 3](https://www.python.org/downloads/) instalado para executar o `.py` * A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * O `.firm` correspondente ao seu dispositivo e versão: | Versão(ões) | Kernel | Old 3DS ou Old 2DS | New 3DS ou New 2DS | @@ -54,8 +54,8 @@ Isto funcionará no New 3DS, New 2DS, Old 3DS e Old 2DS em *todas* as versões e ##### Seção I - Trabalho Preparatório -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD +1. Copie _o conteúdo do_ `starter.zip` para a raiz do seu cartão SD 1. Copie a pasta do hardmod-b9s-installer do `.zip` do hardmod-b9s-Installer para seu computador 1. Copie o `.firm` baixado para a pasta hardmod-b9s-installer no seu computador 1. Renomeie o seu `.firm` baixado na pasta hardmod-b9s-installer no seu computador para `current.firm` diff --git a/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt b/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt index 2a3be8a8b9..e4d2e3e08b 100644 --- a/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/pt_BR/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAN #### Instruções -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + Isto pode levar várias tentativas - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Se o console congelar, force-o a desligar segurando o botão Power, e então tente novamente +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Se o console congelar, force-o a desligar segurando o botão Power, e então tente novamente 1. Se o exploit tiver sucesso, você terá entrado no SafeB9SInstaller ##### Seção II - Instalando o boot9strap @@ -34,4 +38,4 @@ Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAN ___ Continue para [Finalizando a instalação](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_BR/installing-boot9strap-(mset).txt b/_pages/pt_BR/installing-boot9strap-(mset).txt index 5bae9eada3..1b611d146b 100644 --- a/_pages/pt_BR/installing-boot9strap-(mset).txt +++ b/_pages/pt_BR/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAN *A versão mais recente do [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * A versão mais recente do [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap padrão; não o arquivo `devkit`, nem o arquivo `ntr`)* * A versão mais recente do [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(o arquivo `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) * Um flashcart de DS que funcione na versão do seu dispositivo #### Instruções @@ -17,9 +17,9 @@ Se você já fez um hack no seu dispositivo antes e tem um CFW baseado em EmuNAN ##### Seção I - Trabalho Preparatório 1. Desligue seu dispositivo -1. Insira o cartão SD no seu computador -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copie o `boot.firm` do `.7z` do Luma3DS para a raíz do seu cartão SD +1. Copie _o conteúdo do_ `starter.zip` para a 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 `SafeB9SInstaller.dat` do `.zip` do SafeB9SInstaller para a raiz de seu cartão SD diff --git a/_pages/pt_BR/installing-boot9strap-(ntrboot).txt b/_pages/pt_BR/installing-boot9strap-(ntrboot).txt index 4d756036ed..fdfd83f40a 100644 --- a/_pages/pt_BR/installing-boot9strap-(ntrboot).txt +++ b/_pages/pt_BR/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Instalando boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* O [Kit de Iniciante de Homebrew](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Instalando boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copie _o conteúdo do_ `starter.zip` para a raiz do seu cartão SD 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pt_BR/move-emunand.txt b/_pages/pt_BR/move-emunand.txt index 8b54c6ca49..bb30a292b1 100644 --- a/_pages/pt_BR/move-emunand.txt +++ b/_pages/pt_BR/move-emunand.txt @@ -32,6 +32,8 @@ Se você não tem nenhum jogo ou save de DSiWare que você se importa, pule esta 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. 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. Navegue para `[2:] SYSNAND TWLN` -> `title` 1. Segure (R) e aperte (A) ao mesmo tempo em `00030004` para selecionar a pasta, depois selecione "Copy to 0:/gm9/out" + Este processo pode tomar algum tempo caso você tenha muitos jogos DSiWare @@ -62,10 +64,10 @@ Note que isto não é necessário para nenhum outro tipo de jogo de Virtual Cons + Navegue até a pasta que você criou para este jogo de VC de GBA + Aperte (Y) para colar `gbavc.sav` + Aperte (Start) para reiniciar seu dispositivo -1. Inicie o GodMode9 segurando (Start) durante a inicialização ##### Seção IV - Copiar a EmuNAND para a SysNAND +1. Inicie o GodMode9 segurando (Start) durante a inicialização 1. Navegue para `[E:] EMUNAND VIRTUAL` 1. Aperte (A) em `nand.bin` para selecioná-lo, depois selecione "NAND image options...", depois selecione "Restore SysNAND (safe)" 1. Aperte (A) para destravar as modificações na SysNAND, então aperte a sequência de botões solicitada @@ -118,7 +120,6 @@ Se você não fez o backup de Saves do VC de GBA anteriormente, pule esta seçã ##### Seção VII - Backup da SysNAND 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "Backup SysNAND" 1. Aperte (A) para confirmar diff --git a/_pages/pt_BR/region-changing.txt b/_pages/pt_BR/region-changing.txt index 391aa35f61..b2236ff146 100644 --- a/_pages/pt_BR/region-changing.txt +++ b/_pages/pt_BR/region-changing.txt @@ -57,6 +57,8 @@ Você já DEVE ter instalado Luma3DS e boot9strap ou arm9loaderhax para usar ist 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. 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. Navegue para `[0:] SDCARD` -> `gm9` 1. Aperte (A) no `.bin` da CTRTransfer para selecioná-lo 1. Selecione "CTRNAND options..." @@ -69,7 +71,6 @@ Você já DEVE ter instalado Luma3DS e boot9strap ou arm9loaderhax para usar ist 1. Se solicitado, aperte (B) para recusar o bloqueio da permissão de escrita 1. Aperte (B) duas vezes para retornar para o menu principal 1. Aperte (Home) para abrir o menu de ações -1. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione "ctrtransfer_ticket_copy" 1. Quando solicitado, aperte (A) para prosseguir diff --git a/_pages/pt_BR/site-navigation.txt b/_pages/pt_BR/site-navigation.txt index 8b0f50f727..0b36f96bdc 100644 --- a/_pages/pt_BR/site-navigation.txt +++ b/_pages/pt_BR/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/pt_BR/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternativas)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Instalando boot9strap (Navegador)](installing-boot9strap-(browser)) + [Instalando boot9strap (Lista de jogos compatíveis com injeções DSIWare)](installing-boot9strap-(dsiware-game-injection-list)) + [Instalando boot9strap (Injeção de jogo DSiWare)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/pt_BR/uninstall-cfw.txt b/_pages/pt_BR/uninstall-cfw.txt index 3418f15a00..9bacc5f5f1 100644 --- a/_pages/pt_BR/uninstall-cfw.txt +++ b/_pages/pt_BR/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note que se você tem outros arquivos de payload diferentes do `GodMode9.firm` n 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. 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. Selecione "More..." 1. Selecione "Scripts..." 1. Selecione o script de desinstalação 1. Quando solicitado, aperte (A) para prosseguir diff --git a/_pages/pt_BR/updating-b9s.txt b/_pages/pt_BR/updating-b9s.txt index 9b8f5eeb8b..501e7939ba 100644 --- a/_pages/pt_BR/updating-b9s.txt +++ b/_pages/pt_BR/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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. 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. Selecione "More..." 1. Selecione "Scripts..." 1. Select "cleanup_sd_card" 1. Quando solicitado, aperte (A) para prosseguir diff --git a/_pages/pt_PT/a9lh-to-b9s.txt b/_pages/pt_PT/a9lh-to-b9s.txt index 221f9704c8..e2e53b4b8b 100644 --- a/_pages/pt_PT/a9lh-to-b9s.txt +++ b/_pages/pt_PT/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Pressiona (A) para confirmar @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/pt_PT/ctrtransfer.txt b/_pages/pt_PT/ctrtransfer.txt index 97ac1704c9..c64381934f 100644 --- a/_pages/pt_PT/ctrtransfer.txt +++ b/_pages/pt_PT/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/pt_PT/finalizing-setup.txt b/_pages/pt_PT/finalizing-setup.txt index e1c36a13f2..082b6435b6 100644 --- a/_pages/pt_PT/finalizing-setup.txt +++ b/_pages/pt_PT/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### O que precisas + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* A versão mais recente do [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instruções -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Pressiona (A) para confirmar @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/pt_PT/godmode9-usage.txt b/_pages/pt_PT/godmode9-usage.txt index e1e72d3cff..489fca0c2e 100644 --- a/_pages/pt_PT/godmode9-usage.txt +++ b/_pages/pt_PT/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Pressiona (A) para confirmar diff --git a/_pages/pt_PT/home.txt b/_pages/pt_PT/home.txt index 3c1fc936d9..d60c62e2d7 100644 --- a/_pages/pt_PT/home.txt +++ b/_pages/pt_PT/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Começar" # - cta_url: "/pt_PT/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + Se precisares de formatar um cartão SD novo, podes usar o [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) e definir o Tamanho da Unidade de Atribuição para 32K. + A 2DS é, em termos de software, praticamente igual à Old 3DS, logo quaisquer passos que digam "Old 3DS" também se aplicam à 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_PT/homebrew-launcher-(alternatives).txt b/_pages/pt_PT/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/pt_PT/homebrew-launcher-(alternatives).txt +++ b/_pages/pt_PT/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_PT/homebrew-launcher-(soundhax).txt b/_pages/pt_PT/homebrew-launcher-(soundhax).txt index 7c4c2bb8e3..02e698e14a 100644 --- a/_pages/pt_PT/homebrew-launcher-(soundhax).txt +++ b/_pages/pt_PT/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Há muitas maneiras e pontos de entrada (entrypoints) para acederes ao Homebrew Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Requisitos -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instruções 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Abre a aplicação Som Nintendo 3DS @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_PT/installing-boot9strap-(2xrsa).txt b/_pages/pt_PT/installing-boot9strap-(2xrsa).txt index d6a0d2a44d..0432dc89e5 100644 --- a/_pages/pt_PT/installing-boot9strap-(2xrsa).txt +++ b/_pages/pt_PT/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruções @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/pt_PT/installing-boot9strap-(browser).txt b/_pages/pt_PT/installing-boot9strap-(browser).txt index cc0ee9054c..981e1fd69c 100644 --- a/_pages/pt_PT/installing-boot9strap-(browser).txt +++ b/_pages/pt_PT/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruções @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt index 94bca3937c..fe83628174 100644 --- a/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/pt_PT/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Pressiona (A) para confirmar @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt b/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt index 17dc91567e..d803e1d81e 100644 --- a/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/pt_PT/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Pressiona (A) para confirmar @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pt_PT/installing-boot9strap-(hardmod).txt b/_pages/pt_PT/installing-boot9strap-(hardmod).txt index 046654f337..d061cceddb 100644 --- a/_pages/pt_PT/installing-boot9strap-(hardmod).txt +++ b/_pages/pt_PT/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt b/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt index 74e5df1def..af6b57d1f6 100644 --- a/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/pt_PT/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instruções -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/pt_PT/installing-boot9strap-(mset).txt b/_pages/pt_PT/installing-boot9strap-(mset).txt index 106369b303..8fc1f8d86b 100644 --- a/_pages/pt_PT/installing-boot9strap-(mset).txt +++ b/_pages/pt_PT/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instruções @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/pt_PT/installing-boot9strap-(ntrboot).txt b/_pages/pt_PT/installing-boot9strap-(ntrboot).txt index 213fb4d790..3d1f659a66 100644 --- a/_pages/pt_PT/installing-boot9strap-(ntrboot).txt +++ b/_pages/pt_PT/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instruções @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/pt_PT/move-emunand.txt b/_pages/pt_PT/move-emunand.txt index 16f4142a15..7584a749e5 100644 --- a/_pages/pt_PT/move-emunand.txt +++ b/_pages/pt_PT/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/pt_PT/region-changing.txt b/_pages/pt_PT/region-changing.txt index 9b09e48301..2f946e58f0 100644 --- a/_pages/pt_PT/region-changing.txt +++ b/_pages/pt_PT/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/pt_PT/site-navigation.txt b/_pages/pt_PT/site-navigation.txt index 0122129588..4985583a7a 100644 --- a/_pages/pt_PT/site-navigation.txt +++ b/_pages/pt_PT/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/pt_PT/uninstall-cfw.txt b/_pages/pt_PT/uninstall-cfw.txt index 3f9c984462..64450aba34 100644 --- a/_pages/pt_PT/uninstall-cfw.txt +++ b/_pages/pt_PT/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/pt_PT/updating-b9s.txt b/_pages/pt_PT/updating-b9s.txt index 11d37e9763..dda8777133 100644 --- a/_pages/pt_PT/updating-b9s.txt +++ b/_pages/pt_PT/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/ro_RO/a9lh-to-b9s.txt b/_pages/ro_RO/a9lh-to-b9s.txt index 5e07f40394..c8b486e9e9 100644 --- a/_pages/ro_RO/a9lh-to-b9s.txt +++ b/_pages/ro_RO/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ 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. 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. 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. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "setup_ctrnand_luma3ds" 1. Când vi se solicită, apăsaţi (A) pentru a continua @@ -130,7 +131,6 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND ##### Secțiunea VII - Copie de rezervă SysNAND 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați "Backup SysNAND" 1. Apăsați (A) pentru a confirma @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "cleanup_sd_card" 1. Când vi se solicită, apăsaţi (A) pentru a continua diff --git a/_pages/ro_RO/ctrtransfer.txt b/_pages/ro_RO/ctrtransfer.txt index 0fa51aa059..7a92e2132d 100644 --- a/_pages/ro_RO/ctrtransfer.txt +++ b/_pages/ro_RO/ctrtransfer.txt @@ -2,7 +2,7 @@ title: "CTRTransfer" --- -This is add-on section for installing an 11.5.0 CTRTransfer image to your device. +Aceasta este o secțiune suplimentară pentru a instala imaginea CTRTransfer 11.5.0 în dispozitivul dumneavoastră. Pentru a folosi linkurile [magnetice](https://en.wikipedia.org/wiki/Magnet_URI_scheme) de pe această pagină, veți avea nevoie de un client de torrente ca [Deluge](http://dev.deluge-torrent.org/wiki/Download) @@ -16,7 +16,7 @@ Trebuie să aveți deja instalat Luma3DS şi boot9strap sau arm9loaderhax pentru * Cea mai nouă versiune de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Cea mai nouă versiune de [FBI](https://github.com/Steveice10/FBI/releases/) *(fișierul `.3dsx`)* * [`ctrtransfer_ticket_copy.gm9`]({{ base_path }}/gm9_scripts/ctrtransfer_ticket_copy.gm9) -* The 11.5.0 CTRTransfer image for your device and region +* Imaginea CTRTransfer 11.5.0 pentru dispozitivul și regiunea dumneavoastră *(dacă dispozitivul dumneavoastră nu e din una din aceste regiuni, doar alegeți una ce se potrivește cu tipul dumneavoastră de dispozitiv)*: + - [New 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) * - [New 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) @@ -45,6 +45,8 @@ Trebuie să aveți deja instalat Luma3DS şi boot9strap sau arm9loaderhax pentru 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. 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 + + 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. Navigați spre `[0:] SDCARD` -> `gm9` 1. Apăsați (A) pe CTRTransfer `.bin` pantru a-l selecta 1. Selectați "CTRNAND options..." @@ -57,7 +59,6 @@ Trebuie să aveți deja instalat Luma3DS şi boot9strap sau arm9loaderhax pentru 1. Apăsați (B) ca să refuzați reblocarea permisiunilor de scriere dacă vi se cere 1. Apăsați (B) de două ori ca să vă întoarceți la meniul principal 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "ctrtransfer_ticket_copy" 1. Când vi se solicită, apăsaţi (A) pentru a continua diff --git a/_pages/ro_RO/finalizing-setup.txt b/_pages/ro_RO/finalizing-setup.txt index f3bf0b4327..493786ab98 100644 --- a/_pages/ro_RO/finalizing-setup.txt +++ b/_pages/ro_RO/finalizing-setup.txt @@ -8,8 +8,6 @@ Fișierul `boot.firm` este ceea ce e rulat de boot9strap însuși după ce se î În acest caz, putem să folosim Luma3DS de [AuroraWright](https://github.com/AuroraWright/) pentru a porni un SysNAND patch-uit direct, făcând inutilă nevoia de a folosi orice fel de EmuNAND, simplificând semnificativ folosirea unui 3DS modat economisind de asemenea spațiu pe cardul SD. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Pe parcursul acestui proces, vom instala și programe ca următoarele: + **FBI** *(instalează jocuri și aplicații în format CIA)* @@ -18,9 +16,48 @@ Pe parcursul acestui proces, vom instala și programe ca următoarele: + **GodMode9** *(unealtă multifuncțională care poate face funcții de NAND și card)* + **Homebrew Launcher Loader** *(pornește Homebrew Launcher ca o aplicație obișnuită mulțumită magiei lui Rosalina)* +#### Ce aveți nevoie + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Cea mai nouă versiune de [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instrucțiuni -##### Section I - Updating the System +##### Secțiunea I - Preparații + +1. Închideți dispozitivul +1. Introduceți cardul SD în calculator +1. Copiați `FBI.3dsx` în folderul `/3ds/` de pe cardul SD +1. Creați un folder numit `cias` pe rădăcina cardului SD dacă nu există deja +1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card +1. Copiați `lumaupdater.cia` în folderul `/cias/` de pe cardul SD +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copiați `GodMode9.firm` de pe arhiva `.zip` GodMode9 în folderul `/luma/payloads/` de pe cardul SD +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copiați folderul `gm9` din fișierul `.zip` GodMode9 în rădăcina cardului SD +1. Copiați `setup_ctrnand_luma3ds.gm9` în folderul `/gm9/scripts/` de pe cardul SD +1. Copiați `cleanup_sd_card.gm9` în folderul `/gm9/scripts/` de pe cardul SD + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reintroduceți cardul SD în dispozitivul dumneavoastră +1. Porniți dispozitivul + +##### Section II - Updating the System 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#nand_restore) înainte de a face această secțiune. {: .notice--danger} @@ -33,7 +70,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" + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Secțiunea III - Lansând FBI 1. Lansați aplicația Download Play 1. Apăsați (L) + (Jos) + (Select) în același timp ca să deschideți meniul Rosalina @@ -44,26 +81,28 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND 1. Apăsați (B) pentru a ieși din meniul Rosalina 1. Apăsați (Home), apoi închideți Download Play 1. Lansați aplicația Download Play -1. Your device should load OCS +1. Dispozitivul dumneavoastră ar trebui să încarce Hombrew Launcher-ul -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Lansați FBI din lista de homebrew +1. Navigați spre `SD` -> `cias` +1. Selectați "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Apăsați (Home), apoi închideți Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Lansați aplicația DSP1 1. Odată completat, apăsați (B) pentru a auto-șterge aplicația și întoarceți-vă în meniul HOME -##### Section V - CTRNAND Luma3DS +##### Secțiunea VI - CTRNAND Luma3DS 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. 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 + + 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. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "setup_ctrnand_luma3ds" 1. Când vi se solicită, apăsaţi (A) pentru a continua @@ -71,10 +110,9 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND 1. Apăsați (A) pentru a continua 1. Apăsați (A) ca să reblocați permisiunile de scriere -##### Section VI - Backup SysNAND +##### Secțiunea VII - Copie de rezervă SysNAND 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați "Backup SysNAND" 1. Apăsați (A) pentru a confirma @@ -88,10 +126,9 @@ Dacă, înainte să urmăriți acest ghid, aveați deja o configurare cu EmuNAND 1. Ștergeți `_nandmin_###.bin` din folderul `/gm9out/` de pe cardul SD după ce l-ați copiat 1. Reintroduceți cardul SD în dispozitivul dumneavoastră -##### Section VII - Cleanup SD Card +##### Secțiunea VIII - Curățarea cardului SD 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "cleanup_sd_card" 1. Când vi se solicită, apăsaţi (A) pentru a continua diff --git a/_pages/ro_RO/godmode9-usage.txt b/_pages/ro_RO/godmode9-usage.txt index b8daee4c7b..c484f32822 100644 --- a/_pages/ro_RO/godmode9-usage.txt +++ b/_pages/ro_RO/godmode9-usage.txt @@ -20,7 +20,6 @@ Sistemul de permisiuni de scriere vă protejează prin furnizarea de avertisment 1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați "Backup SysNAND" 1. Apăsați (A) pentru a confirma diff --git a/_pages/ro_RO/home.txt b/_pages/ro_RO/home.txt index aff9c1e8ea..efaae459aa 100644 --- a/_pages/ro_RO/home.txt +++ b/_pages/ro_RO/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Începeţi" # - cta_url: "/ro_RO/get-started" # caption: excerpt: "Un ghid complet spre firmware personalizat pentru 3DS,
de la stoc la boot9strap.
" # --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Pentru o listă cu fiecare dintre semnăturile calculate de sighax (platforma pe + Daca v-ați modat deja 3DS-ul înainte pentru a avea o configurare de tip EmuNAND și doriți să mutați conținutul lui pe noul CFW SysNAND, va trebui să urmați toate instrucțiunile și să restaurați EmuNAND-ul vostru existent atunci când ajungeți la [Finalizând instalarea](finalizing-setup). + Acest ghid va merge pe New 3DS, Old 3DS, și 2DS în toate regiunile cu firmware 11.5.0 sau inferior. + Dacă totul merge așa cum trebuie, nu o să pierdeți nimic și o să ajungeți să aveți toate lucrurile cu care ați început (jocurile, NNID, salvările, etc. vor fi păstrate). -+ **Țineți dispozitivul conectat și încărcat pe toată durata procedeului pentru a evita pierderea de date sau daune de la o închidere neașteptată!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Cardul SD ar trebui să fie [MBR, nu GPT](http://www.howtogeek.com/245610/) (cardul SD care vine cu dispozitivul va fi MBR). + Dacă aveți nevoie să formatați un card SD nou, puteți să folosiți [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) și să setați Dimensiunea Unității de Alocare la 32k. + 2DS-ul este în mod esențial identic cu Old 3DS în termeni de software, și orice pas care se aplică pentru "Old 3DS" se aplică și pentru 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ro_RO/homebrew-launcher-(alternatives).txt b/_pages/ro_RO/homebrew-launcher-(alternatives).txt index f6dd8c986d..ed705856e6 100644 --- a/_pages/ro_RO/homebrew-launcher-(alternatives).txt +++ b/_pages/ro_RO/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcher-ul are multe puncte de intrare sau metode de a fi accesat. În cazul în care browserhax nu este o opțiune (vedeți tabelul de mai jos), nu dețineți deja niciunul dintre aceste jocuri, și nu aveți un alt 3DS care are acces la Homebrew Launcher, cea mai ieftină opțiune este să cumpărați versiunea "Nintendo Selects" a jocului [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (asigurați-vă că luați cardul corect pentru regiunea dumneavoastră) și un [Powersaves](https://amzn.to/2fb3VY7) (compatibil cu toate regiunile), apoi folosiți oot3dhax din tabelul de mai jos. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Ce aveți nevoie -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew +* Cea mai nouă versiune de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* #### Instrucțiuni 1. Închideți dispozitivul 1. Introduceți cardul SD în calculator -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copiați `boot.firm` de la Luma3DS `.7z` în 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reintroduceți cardul SD în dispozitivul dumneavoastră 1. Porniți dispozitivul 1. Folosiți una dintre următoarele puncte de intrare alternative pentru a accesa Homebrew Launcher: @@ -53,7 +66,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Dispozitivul dumneavoastră ar trebui să încarce Hombrew Launcher-ul + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continuați la [Instalând boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ro_RO/homebrew-launcher-(soundhax).txt b/_pages/ro_RO/homebrew-launcher-(soundhax).txt index 5b3455629d..ea055cc0f6 100644 --- a/_pages/ro_RO/homebrew-launcher-(soundhax).txt +++ b/_pages/ro_RO/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher-ul are multe puncte de intrare sau metode de a fi accesat. Soundhax este compatibil cu versiunile 9.0.0 până la 11.3.0 în regiunile EUR, JPN, KOR și USA. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Asta înseamnă că folosind o actualizare cu cardul de la o versiune care conț #### Ce aveți nevoie -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* Cea mai nouă versiune de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instrucțiuni 1. Închideți dispozitivul 1. Introduceți cardul SD în calculator -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copiați _conținutul de_ pe `starter.zip` în rădăcina cardului SD 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copiați `boot.firm` de la Luma3DS `.7z` în 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. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reintroduceți cardul SD în dispozitivul dumneavoastră 1. Porniți dispozitivul 1. Lansați Nintendo 3DS Sound @@ -42,13 +57,17 @@ Asta înseamnă că folosind o actualizare cu cardul de la o versiune care conț 1. Mergeți în `/SDCARD`, apoi apăsați "<3 nedwill 2016" + S-ar putea să fie nevoie să încercați de mai multe ori + Dacă se blochează, închideți dispozitivul forțat ținând apăsat butonul de pornire și încercați din nou + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Dispozitivul dumneavoastră ar trebui să încarce Hombrew Launcher-ul + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continuați la [Instalând boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ro_RO/installing-boot9strap-(2xrsa).txt b/_pages/ro_RO/installing-boot9strap-(2xrsa).txt index 11b4d96ea3..2906ceb642 100644 --- a/_pages/ro_RO/installing-boot9strap-(2xrsa).txt +++ b/_pages/ro_RO/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Instalând boot9strap (2xrsa)" * Cea mai nouă versiune de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew #### Instrucțiuni @@ -15,8 +15,8 @@ title: "Instalând boot9strap (2xrsa)" 1. Închideți dispozitivul 1. Introduceți cardul SD în calculator -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD +1. Copiați _conținutul de_ pe `starter.zip` în 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 'arm9.bin' și 'arm11.bin' de pe arhiva 'zip' SafeB9SInstaller în rădăcina cardului SD diff --git a/_pages/ro_RO/installing-boot9strap-(browser).txt b/_pages/ro_RO/installing-boot9strap-(browser).txt index 1e549174e8..925083458f 100644 --- a/_pages/ro_RO/installing-boot9strap-(browser).txt +++ b/_pages/ro_RO/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ Dacă v-ați modat deja 3DS-ul înainte și aveți o configurare cu CFW bazat pe * Cea mai nouă versiune de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew #### Instrucțiuni @@ -17,8 +17,8 @@ Dacă v-ați modat deja 3DS-ul înainte și aveți o configurare cu CFW bazat pe 1. Închideți dispozitivul 1. Introduceți cardul SD în calculator -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD +1. Copiați _conținutul de_ pe `starter.zip` în 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 `SafeB9SInstaller.dat` și `Launcher.dat` din arhiva `.zip` SafeB9SInstaller în rădăcina cardului SD diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt index f3b558c451..ce1b909ec4 100644 --- a/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ro_RO/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ Dacă nu folosiți `.firm`-ul corect care corespunde 3DS-ului țintă, veți fac * Cea mai nouă versiune de [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): * - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Folosiți un [manager de salvări](https://github.com/J-D-K/JKSM/releases/latest 1. Reintroduceți cardul SD al **3DS-ului sursă** 1. Porniți **3DS-ul sursă** cât țineți apăsat (Start) pentru a lansa GodMode9 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați "Backup SysNAND" 1. Apăsați (A) pentru a confirma @@ -64,6 +63,8 @@ Folosiți un [manager de salvări](https://github.com/J-D-K/JKSM/releases/latest 1. Porniți **3DS-ul sursă** cât țineți apăsat (Start) pentru a lansa GodMode9 1. Dacă 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 + + 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. Navigați spre `[0:] SDCARD` 1. Apsați (Y) pe fișierul `.app` de injectare DSiWare ca s-o copiați 1. Apăsați (B) pentru a vă întoarce la meniul principal @@ -136,7 +137,7 @@ Folosiți un [manager de salvări](https://github.com/J-D-K/JKSM/releases/latest 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Creați un folder numit `boot9strap` pe rădăcina cardului SD a **3DS-ului țintă** 1. Copiați `.firm`-ul 11.5.0 care corespunde cu **3DS-ul țintă** pe folderul `boot9strap` din rădăcina cardului SD al **3DS-ului țintă** 1. Copiați `boot9strap.firm` din arhiva `.zip` boot9strap în folderul `/boot9strap/` de pe cardul SD diff --git a/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt index 60d29f6d3b..c11887df9b 100644 --- a/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ro_RO/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ Dacă nu folosiți `.firm`-ul corect care corespunde 3DS-ului țintă, veți fac * Cea mai nouă versiune de [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): * - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Folosiți un [manager de salvări](https://github.com/J-D-K/JKSM/releases/latest 1. Reintroduceți cardul SD al **3DS-ului sursă** 1. Porniți **3DS-ul sursă** cât țineți apăsat (Start) pentru a lansa GodMode9 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați "Backup SysNAND" 1. Apăsați (A) pentru a confirma @@ -128,6 +127,8 @@ Folosiți un [manager de salvări](https://github.com/J-D-K/JKSM/releases/latest + Puteți și să [înlăturați NNID-ul](https://3ds.guide/troubleshooting#rm_nnid) din **3DS-ul sursă** dacă ați prefera să rămână pe **3DS-ul țintă** 1. Reporniți **3DS-ul sursă** ținând apăsat (Start) pentru a lansa GodMode9 1. Dacă 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 + + 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. Navigați spre `[0:] SDCARD` -> `gm9` -> `out` 1. Apăsați (A) pe `_nandmin_###.bin` pentru a-l selecta, apoi selectați "NAND image options...", apoi selectați "Restore SysNAND (safe)" 1. Apăsați (A) pentru a debloca rescrierea în SysNAND, apoi introduceți combinația de butoane care vi se cere @@ -142,7 +143,7 @@ Folosiți un [manager de salvări](https://github.com/J-D-K/JKSM/releases/latest 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Creați un folder numit `boot9strap` pe rădăcina cardului SD a **3DS-ului țintă** 1. Copiați `.firm`-ul 11.5.0 care corespunde cu **3DS-ul țintă** pe folderul `boot9strap` din rădăcina cardului SD al **3DS-ului țintă** 1. Copiați `boot9strap.firm` din arhiva `.zip` boot9strap în folderul `/boot9strap/` de pe cardul SD diff --git a/_pages/ro_RO/installing-boot9strap-(hardmod).txt b/_pages/ro_RO/installing-boot9strap-(hardmod).txt index d2781e7a96..004db34574 100644 --- a/_pages/ro_RO/installing-boot9strap-(hardmod).txt +++ b/_pages/ro_RO/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ Aceasta va funcționa pe New 3DS, New 2DS, Old 3DS și Old 2DS pe *toate* versiu * Cea mai recentă versiune de [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Utilizatorii Windows pot folosi fișierul compilat `.exe`, în timp ce utilizatori de Mac și Linux vor avea nevoie de [Python 3](https://www.python.org/downloads/) instalat ca să poată rula `.py` * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew * Fișierul `.firm` corespunzător cu dispozitivul și versiunea dumneavoastră: | Versiune(i) | Kernel | Old 3DS sau Old 2DS| New 3DS sau New 2DS | @@ -54,8 +54,8 @@ Aceasta va funcționa pe New 3DS, New 2DS, Old 3DS și Old 2DS pe *toate* versiu ##### Secțiunea I - Preparații -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD +1. Copiați _conținutul de_ pe `starter.zip` în rădăcina cardului SD 1. Copiați folderul hardmod-b9s-installer din arhiva `.zip` hardmod-b9s-installer pe calculatorul dumneavoastră 1. Copiați fișierul descărcat `.firm` în folderul hardmod-b9s-instaler de pe calculator 1. Redeumiți fișierul descărcat `.firm` din folderul hardmod-b9s-installer de pe calculator în `current.firm` diff --git a/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt b/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt index a6741dcec0..d5cdf6c90b 100644 --- a/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ro_RO/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ Dacă v-ați modat deja 3DS-ul înainte și aveți o configurare cu CFW bazat pe #### Instrucțiuni -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + S-ar putea să fie nevoie să încercați de mai multe ori - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Dacă se blochează, închideți dispozitivul forțat ținând apăsat butonul de pornire și încercați din nou +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Dacă se blochează, închideți dispozitivul forțat ținând apăsat butonul de pornire și încercați din nou 1. Dacă exploit-ul a avut succes, veți porni în SafeB9SInstaller ##### Secțiunea II - Instalând boot9strap @@ -34,4 +38,4 @@ Dacă v-ați modat deja 3DS-ul înainte și aveți o configurare cu CFW bazat pe ___ Continuați la [Finalizând instalarea](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ro_RO/installing-boot9strap-(mset).txt b/_pages/ro_RO/installing-boot9strap-(mset).txt index 2cfd112ce1..215e3f83ab 100644 --- a/_pages/ro_RO/installing-boot9strap-(mset).txt +++ b/_pages/ro_RO/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ Dacă v-ați modat deja 3DS-ul înainte și aveți o configurare cu CFW bazat pe * Cea mai nouă versiune de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew * Orice flashcart DS care funcționează pe versiunea dispozitivului dumneavoastră #### Instrucțiuni @@ -17,9 +17,9 @@ Dacă v-ați modat deja 3DS-ul înainte și aveți o configurare cu CFW bazat pe ##### Secțiunea I - Preparații 1. Închideți dispozitivul -1. Introduceți cardul SD în calculator -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copiați `boot.firm` de la Luma3DS `.7z` în rădăcina cardului SD +1. Copiați _conținutul de_ pe `starter.zip` în 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 `SafeB9SInstaller.dat` din arhiva `.zip` SafeB9SInstaller în rădăcina cardului SD diff --git a/_pages/ro_RO/installing-boot9strap-(ntrboot).txt b/_pages/ro_RO/installing-boot9strap-(ntrboot).txt index ad0e87ce5c..c12dc7cd06 100644 --- a/_pages/ro_RO/installing-boot9strap-(ntrboot).txt +++ b/_pages/ro_RO/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Instalând boot9strap (ntrboot)" * Cea mai nouă versiune de [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Cea mai nouă versiune de [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(boot9strap standard; nu fișierul `devkit`, nici cel `ntr`)* * Cea mai nouă versiune de [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(fișierul `.7z`)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* [Kit-ul de începător](http://smealum.github.io/ninjhax2/starter.zip) în Homebrew #### Instrucțiuni @@ -17,8 +17,8 @@ title: "Instalând boot9strap (ntrboot)" 1. Închideți dispozitivul 1. Introduceți cardul SD în calculator -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copiați `SafeB9SInstaller.firm` pe rădăcina cardului SD și redenumiți în `boot.firm` +1. Copiați _conținutul de_ pe `starter.zip` în 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 diff --git a/_pages/ro_RO/move-emunand.txt b/_pages/ro_RO/move-emunand.txt index d6f5671dd4..288d2e1d5c 100644 --- a/_pages/ro_RO/move-emunand.txt +++ b/_pages/ro_RO/move-emunand.txt @@ -32,6 +32,8 @@ Dacă nu aveți niciun joc DSiWare sau date de salvare de care vă interesează, 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. 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 + + 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. Navigați spre `[2:] SYSNAND TWLN` -> `title` 1. Țineți apăsat (R) și apăsați (A) în același timp pe `00030004` pentru a selecta folderul, apoi selectați "Copy to 0:/gm9/out" + Acest proces poate lua ceva timp dacă aveți multe jocuri DSiWare @@ -62,10 +64,10 @@ Dacă nu aveți niciun joc VC GBA sau date de salvare de care vă interesează, + Navigați spre folderul care l-ați creat pentru jocul VC GBA + Apăsați (Y) ca să lipiți `gbavc.sav` + Apăsați (Start) pentru a reporni dispozitivul -1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii ##### Secțiunea IV - Copiind EmuNAND pe SysNAND +1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii 1. Navigați spre `[E:] EMUNAND VIRTUAL` 1. Apăsați (A) pe `nand.bin` pentru a-l selecta, apoi selectați "NAND image options...", apoi selectați "Restore SysNAND (safe)" 1. Apăsați (A) pentru a debloca rescrierea în SysNAND, apoi introduceți combinația de butoane care vi se cere @@ -118,7 +120,6 @@ Dacă nu ați făcut o copie de rezervă la datele de salvare VC GBA, săriți p ##### Secțiunea VII - Copie de rezervă SysNAND 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați "Backup SysNAND" 1. Apăsați (A) pentru a confirma diff --git a/_pages/ro_RO/region-changing.txt b/_pages/ro_RO/region-changing.txt index 4ab5a4bd3b..0b18ccd667 100644 --- a/_pages/ro_RO/region-changing.txt +++ b/_pages/ro_RO/region-changing.txt @@ -28,7 +28,7 @@ Trebuie să aveți deja instalat Luma3DS şi boot9strap sau arm9loaderhax pentru * Cea mai nouă versiune de [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Cea mai nouă versiune de [FBI](https://github.com/Steveice10/FBI/releases/) *(fișierul `.3dsx`)* * [`ctrtransfer_ticket_copy.gm9`]({{ base_path }}/gm9_scripts/ctrtransfer_ticket_copy.gm9) -* The 11.5.0 CTRTransfer image for your device and region +* Imaginea CTRTransfer 11.5.0 pentru dispozitivul și regiunea dumneavoastră *(dacă dispozitivul dumneavoastră nu e din una din aceste regiuni, doar alegeți una ce se potrivește cu tipul dumneavoastră de dispozitiv)*: + - [New 3DS or 2DS - 11.5.0 - EUR - CTRTransfer](magnet:?xt=urn:btih:465f1048f81e8e5c651ce2a4d9df48fec88d1099&dn=11.5.0-38E_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce) * - [New 3DS or 2DS - 11.5.0 - JPN - CTRTransfer](magnet:?xt=urn:btih:70f641c9f2a4933a07fac49eb7ad19451c7c8c96&dn=11.5.0-38J_ctrtransfer_n3ds.zip&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) @@ -57,6 +57,8 @@ Trebuie să aveți deja instalat Luma3DS şi boot9strap sau arm9loaderhax pentru 1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii 1. Dacă 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 + + 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. Navigați spre `[0:] SDCARD` -> `gm9` 1. Apăsați (A) pe CTRTransfer `.bin` pantru a-l selecta 1. Selectați "CTRNAND options..." @@ -69,7 +71,6 @@ Trebuie să aveți deja instalat Luma3DS şi boot9strap sau arm9loaderhax pentru 1. Apăsați (B) ca să refuzați reblocarea permisiunilor de scriere dacă vi se cere 1. Apăsați (B) de două ori ca să vă întoarceți la meniul principal 1. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "ctrtransfer_ticket_copy" 1. Când vi se solicită, apăsaţi (A) pentru a continua diff --git a/_pages/ro_RO/site-navigation.txt b/_pages/ro_RO/site-navigation.txt index eec69e5177..82578d222b 100644 --- a/_pages/ro_RO/site-navigation.txt +++ b/_pages/ro_RO/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Acasă](/) + [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternative)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [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 (Injectare cu joc DSiWare)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ro_RO/uninstall-cfw.txt b/_pages/ro_RO/uninstall-cfw.txt index 45945f4fc8..94129b918e 100644 --- a/_pages/ro_RO/uninstall-cfw.txt +++ b/_pages/ro_RO/uninstall-cfw.txt @@ -33,8 +33,9 @@ Acest lucru nu va afecta NNID-ul, orice joc cumpărat în mod legitim, sau orice 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. 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 + + 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. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectați scriptul de dezinstalare 1. Când vi se solicită, apăsaţi (A) pentru a continua diff --git a/_pages/ro_RO/updating-b9s.txt b/_pages/ro_RO/updating-b9s.txt index 3819707d1a..18bde8a5dd 100644 --- a/_pages/ro_RO/updating-b9s.txt +++ b/_pages/ro_RO/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 1. Lansați GodMode9 ținând apăsat (Start) în timpul pornirii 1. Dacă 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 + + 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. Apăsați (Home) pentru a arăta meniul de acțiuni -1. Selectați "More..." 1. Selectați "Scripts..." 1. Selectaţi "cleanup_sd_card" 1. Când vi se solicită, apăsaţi (A) pentru a continua diff --git a/_pages/ru_RU/a9lh-to-b9s.txt b/_pages/ru_RU/a9lh-to-b9s.txt index 4fdc661df1..d074050666 100644 --- a/_pages/ru_RU/a9lh-to-b9s.txt +++ b/_pages/ru_RU/a9lh-to-b9s.txt @@ -18,7 +18,7 @@ title: "С A9LH до B9S" 1. Отключите опцию "Отправка информации о системе" 1. Закройте Системные настройки (System settings) 1. Откройте Список друзей (значок в виде лица на верхней строчке меню HOME) - + Если появляется ошибка и вас не пускают в меню, значит Список друзей уже отключен + + Если появляется ошибка и вас не пускают в меню, значит нужная настройка в Списке друзей уже отключена 1. Перейдите в настройки Списка друзей, затем "Настройки сообщений друга", затем "Показать друзьям, во что вы играете" 1. Отключите опцию "Показать друзьям, во что вы играете" 1. Закройте Список друзей @@ -61,7 +61,7 @@ title: "С A9LH до B9S" 1. Создайте папку `boot9strap` в корне SD-карты 1. Удалите все существующие `.bin` приложения в папке `/luma/payloads/` на SD-карте, так как они не будут совместимы с boot9strap совместимыми версиями Luma3DS 1. Скопируйте `GodMode9.firm` из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте -1. Скопируйте папку `gm9` из `.zip-архива` `GodMode9` в корень SD-карты +1. Скопируйте папку `gm9` из `.zip-архива` GodMode9 в корень SD-карты 1. Скопируйте `setup_ctrnand_luma3ds.gm9` в папку `/gm9/scripts/` на SD-карте 1. Скопируйте `cleanup_sd_card.gm9` в папку `/gm9/scripts/` на SD-карте 1. Скопируйте `SafeB9SInstaller.bin` из `.zip-архива` SafeB9SInstaller в папку `/luma/payloads/` на SD-карте @@ -118,8 +118,9 @@ title: "С A9LH до B9S" 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "setup_ctrnand_luma3ds" 1. При появлении запроса, нажмите (A) для продолжения @@ -130,7 +131,6 @@ title: "С A9LH до B9S" ##### Часть VII - Создание бэкапа SysNAND 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "Backup SysNAND" 1. Нажмите (A) для подтверждения @@ -147,11 +147,10 @@ title: "С A9LH до B9S" ##### Часть VIII - Очистка SD-карты -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +Обратите внимание, что этот скрипт удалит папки `/boot9strap/` и `/cias/` с SD-карты! {: .notice--danger} 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "cleanup_sd_card" 1. При появлении запроса, нажмите (A) для продолжения diff --git a/_pages/ru_RU/ctrtransfer.txt b/_pages/ru_RU/ctrtransfer.txt index 084a74a591..f8bde072fd 100644 --- a/_pages/ru_RU/ctrtransfer.txt +++ b/_pages/ru_RU/ctrtransfer.txt @@ -35,7 +35,7 @@ title: "CTRTransfer" 1. Вставьте SD-карту в компьютер 1. Создайте папку `cias` в корне SD-карты, если таковой нет 1. Скопируйте `GodMode9.firm` из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте -1. Скопируйте папку `gm9` из `.zip-архива` `GodMode9` в корень SD-карты +1. Скопируйте папку `gm9` из `.zip-архива` GodMode9 в корень SD-карты 1. Скопируйте `ctrtransfer_ticket_copy.gm9` в папку `/gm9/scripts/` на SD-карте 1. Скопируйте `.bin` файл из `.zip-архива` с образом 11.5.0 CTRTransfer в папку `/gm9/` на SD-карте 1. Скопируйте `FBI.3dsx` в папку `/3ds/` на SD-карте @@ -45,6 +45,8 @@ title: "CTRTransfer" 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Перейдите в `[0:] SDCARD` -> `gm9` 1. Нажмите (A) чтобы выбрать файл `.bin` CTRTransfer 1. Выберите "CTRNAND options..." @@ -57,7 +59,6 @@ title: "CTRTransfer" 1. Нажмите (B) чтобы не восстанавливать запрет на запись, если появится запрос 1. Дважды нажмите (B) для возврата в главное меню 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "ctrtransfer_ticket_copy" 1. При появлении запроса, нажмите (A) для продолжения diff --git a/_pages/ru_RU/finalizing-setup.txt b/_pages/ru_RU/finalizing-setup.txt index 657fc15404..2041c47126 100644 --- a/_pages/ru_RU/finalizing-setup.txt +++ b/_pages/ru_RU/finalizing-setup.txt @@ -8,8 +8,6 @@ title: "Завершение установки" Мы используем Luma3DS от [AuroraWright](https://github.com/AuroraWright/), чтобы запускать пропатченный SysNAND напрямую, поэтому необходимость в каком-либо виде EmuNAND полностью пропадает, что значительно упрощает использование взломанной 3DS и экономит место на SD-карте. -Убедитесь, что Беспроводной режим включен и консоль подключена к интернету. OCS будет нужно скачать несколько файлов на ваше устройство. - В процессе мы установим и настроим следующие программы: + **FBI** *(установщик приложений и игр в формате CIA)* @@ -18,9 +16,48 @@ title: "Завершение установки" + **GodMode9** *(многофункциональная утилита для работы с NAND и картриджами)* + **Homebrew Launcher Loader** *(запускает Homebrew Launcher в качестве обычного приложения благодаря магии Rosalina)* +#### Что понадобится + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* Свежая версия [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Инструкция -##### Часть I - Обновление системы +##### Часть I - Подготовительные работы + +1. Выключите консоль +1. Вставьте SD-карту в компьютер +1. Скопируйте `FBI.3dsx` в папку `/3ds/` на SD-карте +1. Создайте папку `cias` в корне SD-карты, если таковой нет +1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card +1. Скопируйте `lumaupdater.cia` в папку `/cias/` на SD-карте +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Скопируйте `GodMode9.firm` из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Скопируйте папку `gm9` из `.zip-архива` GodMode9 в корень SD-карты +1. Скопируйте `setup_ctrnand_luma3ds.gm9` в папку `/gm9/scripts/` на SD-карте +1. Скопируйте `cleanup_sd_card.gm9` в папку `/gm9/scripts/` на SD-карте + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Вставьте SD-карту обратно в консоль +1. Включите консоль + +##### Section II - Updating the System Если вы, следуя предыдущей версии этого руководства, выполнили CTRTransfer на прошивку 2.1.0 на *New 3DS*, [Восстановите бэкап NAND](godmode9-usage#nand_restore), прежде чем приступить к этой части. {: .notice--danger} @@ -33,7 +70,7 @@ title: "Завершение установки" + При появлении ошибки, поставьте в настройках подключения, в настройках DNS "Получать DNS автоматически" в положение "Да" + Если вы все еще получаете ошибку и версия вашего NAND ниже, [выполните CTRTransfer](ctrtransfer) и попробуйте обновиться еще раз -##### Часть II - Запуск OCS +##### Часть III - Запуск FBI 1. Запустите приложение Загружаемая игра 1. Нажмите (L) + (Вниз) + (Select) одновременно чтобы открыть меню Rosalina @@ -44,26 +81,28 @@ title: "Завершение установки" 1. Нажмите (B) для выхода из главного меню Rosalina 1. Нажмите (Home), затем закройте приложение Загружаемая игра 1. Запустите приложение Загружаемая игра -1. Ваше устройство должно загрузить OCS +1. Консоль должна загрузиться в Homebrew Launcher -##### Часть III - OCS +##### Section IV - Installing CIAs -1. Нажмите (A), чтобы начать -1. Дождитесь завершения загрузки и установки -1. Для выхода, при появлении запроса, нажмите (Start) +1. Выберите FBI в списке homebrew +1. Перейдите в `SD` -> `cias` +1. Выберите "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Нажмите (Home), затем закройте приложение Загружаемая игра -##### Часть IV - DSP Dump +##### Section V - DSP Dump 1. Запустите DSP1 1. После завершения нажмите (B) чтобы удалить это приложение и вернуться в меню HOME -##### Часть V - CTRNAND Luma3DS +##### Часть VI - CTRNAND Luma3DS 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "setup_ctrnand_luma3ds" 1. При появлении запроса, нажмите (A) для продолжения @@ -71,10 +110,9 @@ title: "Завершение установки" 1. Нажмите (A), чтобы продолжить 1. Нажмите (A) чтобы восстановить запрет на запись -##### Часть VI - Создание бэкапа SysNAND +##### Часть VII - Создание бэкапа SysNAND 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "Backup SysNAND" 1. Нажмите (A) для подтверждения @@ -88,10 +126,9 @@ title: "Завершение установки" 1. После копирования удалите `_nandmin_###.bin` из папки `/gm9/out/` на SD-карте 1. Вставьте SD-карту обратно в консоль -##### Часть VII - Очистка SD-карты +##### Часть VIII - Очистка SD-карты 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "cleanup_sd_card" 1. При появлении запроса, нажмите (A) для продолжения diff --git a/_pages/ru_RU/flashing-ntrboot-(3ds-single-system).txt b/_pages/ru_RU/flashing-ntrboot-(3ds-single-system).txt index c3ce67e29d..58c0e94615 100644 --- a/_pages/ru_RU/flashing-ntrboot-(3ds-single-system).txt +++ b/_pages/ru_RU/flashing-ntrboot-(3ds-single-system).txt @@ -14,7 +14,7 @@ title: "Прошивка ntrboot (Одна консоль 3DS)" + R4i Ultra : <= 4.3.0 + Infinity 3 R4i : <= 11.5.0 -Ensure your flashcart is able to launch correctly before starting. Be sure to have any required kernel or firmware files copied to your flashcart's SD card. Consult your specific flashcart's instructions for more information. +Убедитесь, что флешкатридж корректно запускается, прежде чем начать. Убедитесь, что все необходимые файлы ядра или прошивки скопированы на SD-карту флешкатриджа. Обратитесь к инструкции по конкретному флешкатриджу для получения дополнительной информации. Обратите внимание, что в некоторых редких случаях процесс прошивки может **брикнуть** поддельный флешкартридж и навсегда сделать его нерабочим. Это маловероятно, но тем не менее поддерживаются только оригинальные флешкартриджи из списка. Чтобы уменьшить вероятность получения поддельного картриджа, рекомендуется использовать проверенный сайт для покупки флешкартриджа (например [NDS Card](http://www.nds-card.com/)) {: .notice--danger} diff --git a/_pages/ru_RU/get-started.txt b/_pages/ru_RU/get-started.txt index a14015a302..128fed0af4 100644 --- a/_pages/ru_RU/get-started.txt +++ b/_pages/ru_RU/get-started.txt @@ -24,7 +24,7 @@ title: "Начало" 1. Отключите опцию "Отправка информации о системе" 1. Закройте Системные настройки 1. Откройте Список друзей (значок в виде лица на верхней строчке меню HOME) - + Если появляется ошибка и вас не пускают в меню, значит Список друзей уже отключен + + Если появляется ошибка и вас не пускают в меню, значит нужная настройка в Списке друзей уже отключена 1. Перейдите в настройки Списка друзей, затем "Настройки сообщений друга", затем "Показать друзьям, во что вы играете" 1. Отключите опцию "Показать друзьям, во что вы играете" 1. Закройте Список друзей diff --git a/_pages/ru_RU/godmode9-usage.txt b/_pages/ru_RU/godmode9-usage.txt index 1d7e144eae..0f4e6feccd 100644 --- a/_pages/ru_RU/godmode9-usage.txt +++ b/_pages/ru_RU/godmode9-usage.txt @@ -20,7 +20,6 @@ GodMode9 это полноценный файловый менеджер для 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "Backup SysNAND" 1. Нажмите (A) для подтверждения diff --git a/_pages/ru_RU/home.txt b/_pages/ru_RU/home.txt index c2d132985c..602ddf0664 100644 --- a/_pages/ru_RU/home.txt +++ b/_pages/ru_RU/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Начать" # - cta_url: "/ru_RU/get-started" # caption: excerpt: "Полное руководство по прошивке 3DS,
от начала до boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Внимательно прочитайте все вводные страницы (включая эту!) прежде чем продолжить. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ Boot9strap имеет множество преимуществ перед др + Если ранее вы уже взламывали свою 3DS для получения EmuNAND и хотите перенести его содержимое в SysNAND с кастомной прошивкой, просто следуйте руководству пока не дойдете до пункта о восстановлении EmuNAND в разделе [Завершение установки](finalizing-setup). + Руководство предназначено для New 3DS, Old 3DS, New 2DS, и Old 2DS любых регионов на прошивке 11.5.0 или ниже. + Если всё пройдет по плану, вы ничего не потеряете и всё останется в первоначальном состоянии (игры, сохранения, NNID). -+ **Держите консоль подключенной к зарядному устройству на протяжении всего процесса, чтобы избежать потери данных или поломки, в случае внезапного отключения консоли** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + SD-карта должна использовать [MBR, а не GPT](http://www.howtogeek.com/245610/) (англ.) (SD-карта, входящая в комплект, уже использует MBR). + Если вам нужно отформатировать новую SD-карту, воспользуйтесь [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) (англ.) и установите Allocation Unit Size на 32К. + 2DS программно практически полностью идентична Old 3DS. Все шаги, предназначенные для "Old 3DS" применимы и к 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ru_RU/homebrew-launcher-(alternatives).txt b/_pages/ru_RU/homebrew-launcher-(alternatives).txt index eaff51e9d9..27d8fcb0f5 100644 --- a/_pages/ru_RU/homebrew-launcher-(alternatives).txt +++ b/_pages/ru_RU/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcher имеет множество точек входа, или м Если вы не можете использовать browserhax (см. таблицу ниже), у вас нет одной из этих игр и другой 3DS с доступом к Homebrew Launcher, самый дешевый вариант это купить "Nintendo Selects" версию [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (убедитесь, что покупаете картридж своего региона) и [Powersaves](https://amzn.to/2fb3VY7) (совместим со всеми регионами), затем использовать oot3dhax из таблицы ниже. -Убедитесь, что Беспроводной режим включен и консоль подключена к интернету. OCS (используется на следующей странице) будет нужно скачать несколько файлов на ваше устройство. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Что понадобится -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) -* [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(для вашей версии и региона)* +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* Свежая версия [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* #### Инструкция 1. Выключите консоль 1. Вставьте SD-карту в компьютер -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты -1. Скопируйте otherapp payload в корень вашей SD-карты и переименуйте его в `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты +1. Создайте папку `boot9strap` в корне SD-карты +1. Скопируйте `boot9strap.firm` и `boot9strap.firm.sha` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Вставьте SD-карту обратно в консоль 1. Включите консоль 1. Используйте одну из следующих точек входа для запуска Homebrew Launcher: @@ -52,7 +65,10 @@ Homebrew Launcher имеет множество точек входа, или м -1. Ваше устройство должно загрузить OCS +1. Консоль должна загрузиться в Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Следующий шаг: [Установка boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ru_RU/homebrew-launcher-(soundhax).txt b/_pages/ru_RU/homebrew-launcher-(soundhax).txt index f3d6511519..6c7b793566 100644 --- a/_pages/ru_RU/homebrew-launcher-(soundhax).txt +++ b/_pages/ru_RU/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher имеет множество точек входа, или м Soundhax совместим с версиями прошивки от 9.0.0 до 11.3.0 в регионах EUR, JPN, KOR и USA. -Убедитесь, что Беспроводной режим включен и консоль подключена к интернету. OCS (используется на следующей странице) будет нужно скачать несколько файлов на ваше устройство. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ Soundhax совместим с версиями прошивки от 9.0.0 до #### Что понадобится -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* Свежая версия [Soundhax](http://soundhax.com/) *(для вашего устройства и региона)* +* Свежая версия [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* +* [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(для вашей версии и региона)* #### Инструкция 1. Выключите консоль 1. Вставьте SD-карту в компьютер -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты -1. Copy the Soundhax `.m4a` to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Скопируйте _содержимое_ `starter.zip` в корень вашей SD-карты +1. Скопируйте Soundhax `.m4a` в корень вашей SD-карты +1. Скопируйте otherapp payload в корень вашей SD-карты и переименуйте его в `otherapp.bin` +1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты +1. Создайте папку `boot9strap` в корне SD-карты +1. Скопируйте `boot9strap.firm` и `boot9strap.firm.sha` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Вставьте SD-карту обратно в консоль 1. Включите консоль 1. Запустите приложение Звук Nintendo 3DS (Nintendo 3DS Sound) @@ -42,13 +57,17 @@ Soundhax совместим с версиями прошивки от 9.0.0 до 1. Перейдите в `/SDCARD`, затем начните воспроизведение "<3 nedwill 2016" + Может потребоваться несколько попыток + При зависании отключите питание консоли, зажав кнопку питания, и попробуйте снова + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Ваше устройство должно загрузить OCS +1. Консоль должна загрузиться в Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Следующий шаг: [Установка boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ru_RU/installing-boot9strap-(2xrsa).txt b/_pages/ru_RU/installing-boot9strap-(2xrsa).txt index a757df72dc..1741287417 100644 --- a/_pages/ru_RU/installing-boot9strap-(2xrsa).txt +++ b/_pages/ru_RU/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Установка boot9strap (2xrsa)" * Свежая версия [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Инструкция @@ -15,8 +15,8 @@ title: "Установка boot9strap (2xrsa)" 1. Выключите консоль 1. Вставьте SD-карту в компьютер -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты 1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты +1. Скопируйте _содержимое_ `starter.zip` в корень вашей SD-карты 1. Создайте папку `boot9strap` в корне SD-карты 1. Скопируйте `boot9strap.firm` и `boot9strap.firm.sha` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты 1. Скопируйте `arm9.bin` и `arm11.bin` из `.zip-архива` SafeB9SInstaller в корень SD-карты diff --git a/_pages/ru_RU/installing-boot9strap-(browser).txt b/_pages/ru_RU/installing-boot9strap-(browser).txt index 627c665da0..629157ae2b 100644 --- a/_pages/ru_RU/installing-boot9strap-(browser).txt +++ b/_pages/ru_RU/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ title: "Установка boot9strap (Браузер)" * Свежая версия [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Инструкция @@ -17,8 +17,8 @@ title: "Установка boot9strap (Браузер)" 1. Выключите консоль 1. Вставьте SD-карту в компьютер -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты 1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты +1. Скопируйте _содержимое_ `starter.zip` в корень вашей SD-карты 1. Создайте папку `boot9strap` в корне SD-карты 1. Скопируйте `boot9strap.firm` и `boot9strap.firm.sha` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты 1. Скопируйте `SafeB9SInstaller.dat` и `Launcher.dat` из `.zip-ахрива` SafeB9SInstaller в корень SD-карты diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt index 5de7f7fa2b..d44ecc872e 100644 --- a/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/ru_RU/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ title: "Установка boot9strap (Инъекция в игры DSiWare)" * Свежая версия [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * 11.4.0 / 11.5.0 (обе версии имеют одинаковую версию FIRM) `.firm`, соответствующий **целевой 3DS** ("OLD" для Old 3DS, или "NEW" для New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ title: "Установка boot9strap (Инъекция в игры DSiWare)" 1. Вставьте SD-карту в **исходную 3DS** 1. Включите **исходную 3DS** кнопкой питания, держа нажатой кнопку (Start), чтобы запустить GodMode9 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "Backup SysNAND" 1. Нажмите (A) для подтверждения @@ -64,6 +63,8 @@ title: "Установка boot9strap (Инъекция в игры DSiWare)" 1. Включите **исходную 3DS** кнопкой питания, держа нажатой кнопку (Start), чтобы запустить GodMode9 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Перейдите в `[0:] SDCARD` 1. Нажмите (Y) на `.app-файле` из архива DSiWare injection, чтобы скопировать его 1. Нажмите (B) для возврата в главное меню @@ -136,7 +137,7 @@ title: "Установка boot9strap (Инъекция в игры DSiWare)" 1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты 1. Скопируйте `boot.nds` (B9STool) в корень SD-карты **целевой 3DS** -1. Скопируйте `boot.nds` (OCS) в корень SD-карты **целевой 3DS** +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Создайте папку `boot9strap` в корне SD-карты **целевой 3DS** 1. Скопируйте 11.5.0 `.firm`, соответствующий **целевой 3DS** в папку `boot9strap` на SD-карте **целевой 3DS** 1. Скопируйте `boot9strap.firm` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты diff --git a/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt b/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt index 1cb4a4deb4..273a023f4b 100644 --- a/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/ru_RU/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ title: "Установка boot9strap (Инъекция в сохранения * Свежая версия [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * 11.4.0 / 11.5.0 (обе версии имеют одинаковую версию FIRM) `.firm`, соответствующий **целевой 3DS** ("OLD" для Old 3DS, или "NEW" для New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ title: "Установка boot9strap (Инъекция в сохранения 1. Вставьте SD-карту в **исходную 3DS** 1. Включите **исходную 3DS** кнопкой питания, держа нажатой кнопку (Start), чтобы запустить GodMode9 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "Backup SysNAND" 1. Нажмите (A) для подтверждения @@ -128,6 +127,8 @@ title: "Установка boot9strap (Инъекция в сохранения + Можете просто [удалить NNID](https://3ds.guide/troubleshooting#rm_nnid) из **исходной 3DS**, чтобы оставить его на **целевой 3DS** 1. Перезагрузите **исходную 3DS**, держа нажатой кнопку (Start) во время загрузки, чтобы запустить GodMode9 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Перейдите в `[0:] SDCARD` -> `gm9` -> `out` 1. Нажмите (A) чтобы выбрать файл `_nandmin_###.bin`, затем выберите "NAND image options...", затем "Restore SysNAND (safe)" 1. Нажмите (A), чтобы разрешить запись в SysNAND и введите указанную комбинацию кнопок @@ -142,7 +143,7 @@ title: "Установка boot9strap (Инъекция в сохранения 1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты 1. Скопируйте `boot.nds` (B9STool) в корень SD-карты **целевой 3DS** -1. Скопируйте `boot.nds` (OCS) в корень SD-карты **целевой 3DS** +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Создайте папку `boot9strap` в корне SD-карты **целевой 3DS** 1. Скопируйте 11.5.0 `.firm`, соответствующий **целевой 3DS** в папку `boot9strap` на SD-карте **целевой 3DS** 1. Скопируйте `boot9strap.firm` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты diff --git a/_pages/ru_RU/installing-boot9strap-(hardmod).txt b/_pages/ru_RU/installing-boot9strap-(hardmod).txt index 702b42c720..a6440f6a29 100644 --- a/_pages/ru_RU/installing-boot9strap-(hardmod).txt +++ b/_pages/ru_RU/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ title: "Установка boot9strap (Hardmod)" * Свежая версия [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Пользователи Windows могут воспользоваться скомпилированным `.exe-файлом`, тогда как пользователям Mac и Linux нужно иметь в системе установленный [Python 3](https://www.python.org/downloads/) для запуска `.py-файлов` * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * `.firm`, соответствующий вашему устройству и версии ПО: | Версия(и) | Kernel | Old 3DS или Old 2DS | New 3DS или New 2DS | @@ -54,8 +54,8 @@ title: "Установка boot9strap (Hardmod)" ##### Часть I - Подготовительные работы -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты 1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты +1. Скопируйте _содержимое_ `starter.zip` в корень вашей SD-карты 1. Скопируйте папку hardmod-b9s-installer из `.zip-архива` hardmod-b9s-installer на ваш компьютер 1. Скопируйте загруженный `.firm` в папку hardmod-b9s-installer на вашем компьютере 1. Переименуйте загруженный `.firm` в папке hardmod-b9s-installer в `current.firm` diff --git a/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt b/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt index 384a8b0c23..90a10718ba 100644 --- a/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/ru_RU/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ title: "Установка boot9strap (Homebrew Launcher)" #### Инструкция -##### Часть I - OCS +##### Section I - Launching SafeB9SInstaller -1. Нажмите (A), чтобы начать -1. Дождитесь завершения загрузок -1. Дождитесь запуска эксплойта +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + Может потребоваться несколько попыток - + При зависании отключите питание консоли, зажав кнопку питания, затем перезапустите OCS, и попробуйте снова - + Если появляется ошибка "PM INIT FAILED", попробуйте заменить файл `safehax.3dsx` в папке `/3ds/` на SD-карте файлом из [safehax версии r19](https://github.com/TiniVi/safehax/releases/tag/r19) + + При зависании отключите питание консоли, зажав кнопку питания, и попробуйте снова +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + При зависании отключите питание консоли, зажав кнопку питания, и попробуйте снова 1. Если эксплойт сработал, запустится SafeB9SInstaller ##### Часть II - Установка boot9strap @@ -34,4 +38,4 @@ title: "Установка boot9strap (Homebrew Launcher)" ___ Следующий шаг: [Завершение установки](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/ru_RU/installing-boot9strap-(mset).txt b/_pages/ru_RU/installing-boot9strap-(mset).txt index 43697ea9b2..72bc0d67f2 100644 --- a/_pages/ru_RU/installing-boot9strap-(mset).txt +++ b/_pages/ru_RU/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ title: "Установка boot9strap (MSET)" * Свежая версия [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Любой флешкартридж для DS, работающий на вашей версии прошивки #### Инструкция @@ -17,9 +17,9 @@ title: "Установка boot9strap (MSET)" ##### Часть I - Подготовительные работы 1. Выключите консоль -1. Вставьте SD-карту в компьютер -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты +1. Insert your SD card into your compute 1. Скопируйте файл `boot.firm` из `.7z-архива` Luma3DS в корень SD-карты +1. Скопируйте _содержимое_ `starter.zip` в корень вашей SD-карты 1. Создайте папку `boot9strap` в корне SD-карты 1. Скопируйте `boot9strap.firm` и `boot9strap.firm.sha` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты 1. Скопируйте `SafeB9SInstaller.dat` из `.zip-ахрива` SafeB9SInstaller в корень SD-карты diff --git a/_pages/ru_RU/installing-boot9strap-(ntrboot).txt b/_pages/ru_RU/installing-boot9strap-(ntrboot).txt index d4c21b79ef..9817fc2179 100644 --- a/_pages/ru_RU/installing-boot9strap-(ntrboot).txt +++ b/_pages/ru_RU/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Установка boot9strap (ntrboot)" * Свежая версия [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * Свежая версия [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(стандартный boot9strap; не `devkit-файл`, не `ntr-файл`)* * Свежая версия [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z-архив`)* -* Свежая версия [OCS](https://github.com/Pirater12/ocs/releases/latest) +* Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Инструкция @@ -17,8 +17,8 @@ title: "Установка boot9strap (ntrboot)" 1. Выключите консоль 1. Вставьте SD-карту в компьютер -1. Скопируйте `boot.3dsx` (OCS) в корень SD-карты 1. Скопируйте `SafeB9SInstaller.firm` в корень SD-карты и переименуйте его в `boot.firm` +1. Скопируйте _содержимое_ `starter.zip` в корень вашей SD-карты 1. Создайте папку `boot9strap` в корне SD-карты 1. Скопируйте `boot9strap.firm` и `boot9strap.firm.sha` из `.zip-архива` boot9strap в папку `/boot9strap/` в корне SD-карты diff --git a/_pages/ru_RU/move-emunand.txt b/_pages/ru_RU/move-emunand.txt index 4cd86023cf..01cb0e4701 100644 --- a/_pages/ru_RU/move-emunand.txt +++ b/_pages/ru_RU/move-emunand.txt @@ -22,7 +22,7 @@ title: "Перенос EmuNAND" 1. Выключите консоль 1. Вставьте SD-карту в компьютер 1. Скопируйте `GodMode9.firm` (или `GodMode9.bin` для пользователей arm9loaderhax) из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте -1. Скопируйте папку `gm9` из `.zip-архива` `GodMode9` в корень SD-карты +1. Скопируйте папку `gm9` из `.zip-архива` GodMode9 в корень SD-карты 1. Вставьте SD-карту обратно в консоль ##### Часть II - Бэкап сохранений DSiWare из SysNAND @@ -32,6 +32,8 @@ title: "Перенос EmuNAND" 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Перейдите в `[2:] SYSNAND TWLN` -> `title` 1. Удерживая (R), нажмите (A) чтобы выбрать папку `00030004`, затем выберите "Copy to 0:/gm9/out" + Этот процесс может занять некоторое время, если у вас много DSiWare игр @@ -62,10 +64,10 @@ title: "Перенос EmuNAND" + Перейдите в папку, которую вы создали для этой игры GBA VC + Нажмите (Y) чтобы вставить файл `gbavc.sav` + Нажмите (Start) для перезагрузки -1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки ##### Часть IV - Копирование EmuNAND в SysNAND +1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Перейдите в `[E:] EMUNAND VIRTUAL` 1. Нажмите (A) чтобы выбрать файл `nand.bin`, затем выберите "NAND image options...", затем "Restore SysNAND (safe)" 1. Нажмите (A), чтобы разрешить запись в SysNAND и введите указанную комбинацию кнопок @@ -118,7 +120,6 @@ title: "Перенос EmuNAND" ##### Часть VII - Создание бэкапа SysNAND 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "Backup SysNAND" 1. Нажмите (A) для подтверждения diff --git a/_pages/ru_RU/region-changing.txt b/_pages/ru_RU/region-changing.txt index f725933bfa..a3323c828f 100644 --- a/_pages/ru_RU/region-changing.txt +++ b/_pages/ru_RU/region-changing.txt @@ -47,7 +47,7 @@ title: "Смена региона" 1. Вставьте SD-карту в компьютер 1. Создайте папку `cias` в корне SD-карты, если таковой нет 1. Скопируйте `GodMode9.firm` (или `GodMode9.bin` для пользователей arm9loaderhax) из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте -1. Скопируйте папку `gm9` из `.zip-архива` `GodMode9` в корень SD-карты +1. Скопируйте папку `gm9` из `.zip-архива` GodMode9 в корень SD-карты 1. Скопируйте `ctrtransfer_ticket_copy.gm9` в папку `/gm9/scripts/` на SD-карте 1. Скопируйте `.bin` файл из `.zip-архива` с образом 11.5.0 CTRTransfer в папку `/gm9/` на SD-карте 1. Скопируйте `FBI.3dsx` в папку `/3ds/` на SD-карте @@ -57,6 +57,8 @@ title: "Смена региона" 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Перейдите в `[0:] SDCARD` -> `gm9` 1. Нажмите (A) чтобы выбрать файл `.bin` CTRTransfer 1. Выберите "CTRNAND options..." @@ -69,7 +71,6 @@ title: "Смена региона" 1. Нажмите (B) чтобы не восстанавливать запрет на запись, если появится запрос 1. Дважды нажмите (B) для возврата в главное меню 1. Нажмите кнопку (Home) для вызова меню -1. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "ctrtransfer_ticket_copy" 1. При появлении запроса, нажмите (A) для продолжения diff --git a/_pages/ru_RU/site-navigation.txt b/_pages/ru_RU/site-navigation.txt index 13a004705a..7eff99c8e7 100644 --- a/_pages/ru_RU/site-navigation.txt +++ b/_pages/ru_RU/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Альтернативы)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Установка boot9strap (Браузер)](installing-boot9strap-(browser)) + [Установка boot9strap (Список уязвимых игр DSiWare)](installing-boot9strap-(dsiware-game-injection-list)) + [Установка boot9strap (Инъекция в игры DSiWare)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/ru_RU/uninstall-cfw.txt b/_pages/ru_RU/uninstall-cfw.txt index 57c2802a5a..13745865b7 100644 --- a/_pages/ru_RU/uninstall-cfw.txt +++ b/_pages/ru_RU/uninstall-cfw.txt @@ -24,7 +24,7 @@ title: "Удаление кастомной прошивки" 1. Выключите консоль 1. Вставьте SD-карту в компьютер 1. Скопируйте `GodMode9.firm` из `.zip-архива` GodMode9 в папку `/luma/payloads/` на SD-карте -1. Скопируйте папку `gm9` из `.zip-архива` `GodMode9` в корень SD-карты +1. Скопируйте папку `gm9` из `.zip-архива` GodMode9 в корень SD-карты 1. Скопируйте скрипт для удаления кастомной прошивки в папку `/gm9/scripts/` на SD-карте 1. Вставьте SD-карту обратно в консоль 1. Включите консоль @@ -33,8 +33,9 @@ title: "Удаление кастомной прошивки" 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите скрипт для удаления кастомной прошивки 1. При появлении запроса, нажмите (A) для продолжения diff --git a/_pages/ru_RU/updating-b9s.txt b/_pages/ru_RU/updating-b9s.txt index 28c82b4025..9731870bb2 100644 --- a/_pages/ru_RU/updating-b9s.txt +++ b/_pages/ru_RU/updating-b9s.txt @@ -11,7 +11,7 @@ title: "Обновление B9S" 1. Отключите опцию "Отправка информации о системе" 1. Закройте Системные настройки 1. Откройте Список друзей (значок в виде лица на верхней строчке меню HOME) - + Если появляется ошибка и вас не пускают в меню, значит Список друзей уже отключен + + Если появляется ошибка и вас не пускают в меню, значит нужная настройка в Списке друзей уже отключена 1. Перейдите в настройки Списка друзей, затем "Настройки сообщений друга", затем "Показать друзьям, во что вы играете" 1. Отключите опцию "Показать друзьям, во что вы играете" 1. Закройте Список друзей @@ -51,13 +51,14 @@ title: "Обновление B9S" ##### Часть III - Очистка SD-карты -Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +Обратите внимание, что этот скрипт удалит папки `/boot9strap/` и `/cias/` с SD-карты! {: .notice--danger} 1. Запустите GodMode9, держа нажатой кнопку (Start) во время загрузки 1. Если вам предложат создать бэкап важных файлов, нажмите кнопку (A) чтобы сделать это, затем нажмите (A) чтобы продолжить после завершения +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. Выберите "More..." 1. Выберите "Scripts..." 1. Выберите "cleanup_sd_card" 1. При появлении запроса, нажмите (A) для продолжения diff --git a/_pages/sr_SP/a9lh-to-b9s.txt b/_pages/sr_SP/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/sr_SP/a9lh-to-b9s.txt +++ b/_pages/sr_SP/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/sr_SP/ctrtransfer.txt b/_pages/sr_SP/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/sr_SP/ctrtransfer.txt +++ b/_pages/sr_SP/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/sr_SP/finalizing-setup.txt b/_pages/sr_SP/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/sr_SP/finalizing-setup.txt +++ b/_pages/sr_SP/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/sr_SP/godmode9-usage.txt b/_pages/sr_SP/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/sr_SP/godmode9-usage.txt +++ b/_pages/sr_SP/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/sr_SP/home.txt b/_pages/sr_SP/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/sr_SP/home.txt +++ b/_pages/sr_SP/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sr_SP/homebrew-launcher-(alternatives).txt b/_pages/sr_SP/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/sr_SP/homebrew-launcher-(alternatives).txt +++ b/_pages/sr_SP/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sr_SP/homebrew-launcher-(soundhax).txt b/_pages/sr_SP/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/sr_SP/homebrew-launcher-(soundhax).txt +++ b/_pages/sr_SP/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sr_SP/installing-boot9strap-(2xrsa).txt b/_pages/sr_SP/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/sr_SP/installing-boot9strap-(2xrsa).txt +++ b/_pages/sr_SP/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/sr_SP/installing-boot9strap-(browser).txt b/_pages/sr_SP/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/sr_SP/installing-boot9strap-(browser).txt +++ b/_pages/sr_SP/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/sr_SP/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt b/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/sr_SP/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/sr_SP/installing-boot9strap-(hardmod).txt b/_pages/sr_SP/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/sr_SP/installing-boot9strap-(hardmod).txt +++ b/_pages/sr_SP/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt b/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/sr_SP/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sr_SP/installing-boot9strap-(mset).txt b/_pages/sr_SP/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/sr_SP/installing-boot9strap-(mset).txt +++ b/_pages/sr_SP/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/sr_SP/installing-boot9strap-(ntrboot).txt b/_pages/sr_SP/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/sr_SP/installing-boot9strap-(ntrboot).txt +++ b/_pages/sr_SP/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/sr_SP/move-emunand.txt b/_pages/sr_SP/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/sr_SP/move-emunand.txt +++ b/_pages/sr_SP/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/sr_SP/region-changing.txt b/_pages/sr_SP/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/sr_SP/region-changing.txt +++ b/_pages/sr_SP/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/sr_SP/site-navigation.txt b/_pages/sr_SP/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/sr_SP/site-navigation.txt +++ b/_pages/sr_SP/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/sr_SP/uninstall-cfw.txt b/_pages/sr_SP/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/sr_SP/uninstall-cfw.txt +++ b/_pages/sr_SP/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/sr_SP/updating-b9s.txt b/_pages/sr_SP/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/sr_SP/updating-b9s.txt +++ b/_pages/sr_SP/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/sv_SE/a9lh-to-b9s.txt b/_pages/sv_SE/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/sv_SE/a9lh-to-b9s.txt +++ b/_pages/sv_SE/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/sv_SE/ctrtransfer.txt b/_pages/sv_SE/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/sv_SE/ctrtransfer.txt +++ b/_pages/sv_SE/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/sv_SE/finalizing-setup.txt b/_pages/sv_SE/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/sv_SE/finalizing-setup.txt +++ b/_pages/sv_SE/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/sv_SE/godmode9-usage.txt b/_pages/sv_SE/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/sv_SE/godmode9-usage.txt +++ b/_pages/sv_SE/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/sv_SE/home.txt b/_pages/sv_SE/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/sv_SE/home.txt +++ b/_pages/sv_SE/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sv_SE/homebrew-launcher-(alternatives).txt b/_pages/sv_SE/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/sv_SE/homebrew-launcher-(alternatives).txt +++ b/_pages/sv_SE/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sv_SE/homebrew-launcher-(soundhax).txt b/_pages/sv_SE/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/sv_SE/homebrew-launcher-(soundhax).txt +++ b/_pages/sv_SE/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sv_SE/installing-boot9strap-(2xrsa).txt b/_pages/sv_SE/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/sv_SE/installing-boot9strap-(2xrsa).txt +++ b/_pages/sv_SE/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/sv_SE/installing-boot9strap-(browser).txt b/_pages/sv_SE/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/sv_SE/installing-boot9strap-(browser).txt +++ b/_pages/sv_SE/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/sv_SE/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt b/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/sv_SE/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/sv_SE/installing-boot9strap-(hardmod).txt b/_pages/sv_SE/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/sv_SE/installing-boot9strap-(hardmod).txt +++ b/_pages/sv_SE/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt b/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/sv_SE/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/sv_SE/installing-boot9strap-(mset).txt b/_pages/sv_SE/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/sv_SE/installing-boot9strap-(mset).txt +++ b/_pages/sv_SE/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/sv_SE/installing-boot9strap-(ntrboot).txt b/_pages/sv_SE/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/sv_SE/installing-boot9strap-(ntrboot).txt +++ b/_pages/sv_SE/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/sv_SE/move-emunand.txt b/_pages/sv_SE/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/sv_SE/move-emunand.txt +++ b/_pages/sv_SE/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/sv_SE/region-changing.txt b/_pages/sv_SE/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/sv_SE/region-changing.txt +++ b/_pages/sv_SE/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/sv_SE/site-navigation.txt b/_pages/sv_SE/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/sv_SE/site-navigation.txt +++ b/_pages/sv_SE/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/sv_SE/uninstall-cfw.txt b/_pages/sv_SE/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/sv_SE/uninstall-cfw.txt +++ b/_pages/sv_SE/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/sv_SE/updating-b9s.txt b/_pages/sv_SE/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/sv_SE/updating-b9s.txt +++ b/_pages/sv_SE/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/th_TH/a9lh-to-b9s.txt b/_pages/th_TH/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/th_TH/a9lh-to-b9s.txt +++ b/_pages/th_TH/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/th_TH/ctrtransfer.txt b/_pages/th_TH/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/th_TH/ctrtransfer.txt +++ b/_pages/th_TH/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/th_TH/finalizing-setup.txt b/_pages/th_TH/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/th_TH/finalizing-setup.txt +++ b/_pages/th_TH/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/th_TH/godmode9-usage.txt b/_pages/th_TH/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/th_TH/godmode9-usage.txt +++ b/_pages/th_TH/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/th_TH/home.txt b/_pages/th_TH/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/th_TH/home.txt +++ b/_pages/th_TH/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/th_TH/homebrew-launcher-(alternatives).txt b/_pages/th_TH/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/th_TH/homebrew-launcher-(alternatives).txt +++ b/_pages/th_TH/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/th_TH/homebrew-launcher-(soundhax).txt b/_pages/th_TH/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/th_TH/homebrew-launcher-(soundhax).txt +++ b/_pages/th_TH/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/th_TH/installing-boot9strap-(2xrsa).txt b/_pages/th_TH/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/th_TH/installing-boot9strap-(2xrsa).txt +++ b/_pages/th_TH/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/th_TH/installing-boot9strap-(browser).txt b/_pages/th_TH/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/th_TH/installing-boot9strap-(browser).txt +++ b/_pages/th_TH/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/th_TH/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt b/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/th_TH/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/th_TH/installing-boot9strap-(hardmod).txt b/_pages/th_TH/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/th_TH/installing-boot9strap-(hardmod).txt +++ b/_pages/th_TH/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt b/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/th_TH/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/th_TH/installing-boot9strap-(mset).txt b/_pages/th_TH/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/th_TH/installing-boot9strap-(mset).txt +++ b/_pages/th_TH/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/th_TH/installing-boot9strap-(ntrboot).txt b/_pages/th_TH/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/th_TH/installing-boot9strap-(ntrboot).txt +++ b/_pages/th_TH/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/th_TH/move-emunand.txt b/_pages/th_TH/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/th_TH/move-emunand.txt +++ b/_pages/th_TH/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/th_TH/region-changing.txt b/_pages/th_TH/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/th_TH/region-changing.txt +++ b/_pages/th_TH/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/th_TH/site-navigation.txt b/_pages/th_TH/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/th_TH/site-navigation.txt +++ b/_pages/th_TH/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/th_TH/uninstall-cfw.txt b/_pages/th_TH/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/th_TH/uninstall-cfw.txt +++ b/_pages/th_TH/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/th_TH/updating-b9s.txt b/_pages/th_TH/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/th_TH/updating-b9s.txt +++ b/_pages/th_TH/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/tr_TR/a9lh-to-b9s.txt b/_pages/tr_TR/a9lh-to-b9s.txt index ae2f27088f..c1504053bc 100644 --- a/_pages/tr_TR/a9lh-to-b9s.txt +++ b/_pages/tr_TR/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Onaylamak için (A) basın @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/tr_TR/ctrtransfer.txt b/_pages/tr_TR/ctrtransfer.txt index de7ec9d882..916151c4c7 100644 --- a/_pages/tr_TR/ctrtransfer.txt +++ b/_pages/tr_TR/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/tr_TR/finalizing-setup.txt b/_pages/tr_TR/finalizing-setup.txt index 5fb8c08c39..a842e6a1d8 100644 --- a/_pages/tr_TR/finalizing-setup.txt +++ b/_pages/tr_TR/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes Biz bu rehberde, AuroraWright'ın Luma3DS [AuroraWright](https://github.com/AuroraWright/) kullanacağız, bu sayede EmuNAND ile alakalı bir işlem yapmamıza gerek kalmayacak ve işi basitleştirip SD kart hafızasında da daha az yer kaplayacak. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - Bu süreç boyunca, aşağıdaki gibi programları kuruyoruz: + **FBI** *(CIA formatlı oyunları ve uygulamaları kurar)* @@ -18,9 +16,48 @@ Bu süreç boyunca, aşağıdaki gibi programları kuruyoruz: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### Nelere ihtiyacınız var + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* En son sürümü [GodMode9] (https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Talimatlar -##### Section I - Updating the System +##### Bölüm l - Hazırlık + +1. Cihazınızı kapatın +1. SD kartınızı bilgisayarınıza takın +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. SD kartınızın ana dizininde eğer yoksa `cias` isminde klasör oluşturun +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. SD kartınızı cihazınıza tekrar takın +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 + If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. "\" 'i seçin +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Devam etmek için (A) basın 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Onaylamak için (A) basın @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. SD kartınızı cihazınıza tekrar takın -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/tr_TR/godmode9-usage.txt b/_pages/tr_TR/godmode9-usage.txt index 6b1a975ac8..a186b61d0e 100644 --- a/_pages/tr_TR/godmode9-usage.txt +++ b/_pages/tr_TR/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Onaylamak için (A) basın diff --git a/_pages/tr_TR/home.txt b/_pages/tr_TR/home.txt index a5640a1fed..083c138918 100644 --- a/_pages/tr_TR/home.txt +++ b/_pages/tr_TR/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Başlarken" # - cta_url: "/tr_TR/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + Her şey plana uygun giderse hiçbir veri kaybetmeden başlangıçta sahip olduğunuz her şeyi koruyacaksınız (oyunlar, NNID, save dosyaları vs. korunacak). -+ **Tüm işlem boyunca beklenmedik enerji kesintileri sebebiyle veri kaybı ve hasarlardan korunmak için cihazınızı fişe takılı ve şarjı dolu durumda tutun!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + SD kartınız [GPT değil MBR](http://www.howtogeek.com/245610/) olmalıdır.(Cihaz içinde gelen SD kart varsayılan olarak MBR'dir). + Yeni bir SD kart kullancaksanız, [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) programını kullanarak ve ayırma birim boyutunu 32K yaparak biçimlendirebilirsiniz. + 2DS, eski 3DS ile yazılım açısından aynıdır ve "old 3DS" diyen her adım 2DS için de geçerlidir. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/tr_TR/homebrew-launcher-(alternatives).txt b/_pages/tr_TR/homebrew-launcher-(alternatives).txt index a5abd5d27f..ce6102dc46 100644 --- a/_pages/tr_TR/homebrew-launcher-(alternatives).txt +++ b/_pages/tr_TR/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcher'ın çok sayıda giriş noktası veya başlatma yöntemi vard If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### Gerekenler -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * #### Talimatlar 1. Cihazınızı kapatın 1. SD kartınızı bilgisayarınıza takın -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. SD kartınızı cihazınıza tekrar takın 1. Power on your device 1. Homebrew launcher'a girmek için aşağıdaki alternatif giriş noktalarından birini kullanın: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/tr_TR/homebrew-launcher-(soundhax).txt b/_pages/tr_TR/homebrew-launcher-(soundhax).txt index 9bb75ca3da..0c377849f1 100644 --- a/_pages/tr_TR/homebrew-launcher-(soundhax).txt +++ b/_pages/tr_TR/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher'ın çok sayıda giriş noktası veya başlatma yöntemi vard Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### Gerekenler -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Talimatlar 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Cihazınızdan Nintendo 3DS Sound uygulamasını çalıştırın @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. `/SDCARD` gidin, "<3 nedwill 2016" dosyasını oynatın + Bir kaç kere denemeniz gerekebilir + Eğer donarsa, konsolun kapatma tuşuna konsol kapanana kadar basın, sonra tekrar deneyin + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/tr_TR/installing-boot9strap-(2xrsa).txt b/_pages/tr_TR/installing-boot9strap-(2xrsa).txt index a266c03b6c..e837dea7c8 100644 --- a/_pages/tr_TR/installing-boot9strap-(2xrsa).txt +++ b/_pages/tr_TR/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Talimatlar @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Cihazınızı kapatın 1. SD kartınızı bilgisayarınıza takın -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/tr_TR/installing-boot9strap-(browser).txt b/_pages/tr_TR/installing-boot9strap-(browser).txt index 5510c5c229..2de6840e0e 100644 --- a/_pages/tr_TR/installing-boot9strap-(browser).txt +++ b/_pages/tr_TR/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Talimatlar @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Cihazınızı kapatın 1. SD kartınızı bilgisayarınıza takın -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt index 88fcdd21c4..0cb3f2671a 100644 --- a/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/tr_TR/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Onaylamak için (A) basın @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt b/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt index ac9a10cdfd..bf4c622cae 100644 --- a/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/tr_TR/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Onaylamak için (A) basın @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/tr_TR/installing-boot9strap-(hardmod).txt b/_pages/tr_TR/installing-boot9strap-(hardmod).txt index 30e67e1ec1..12fbec6b42 100644 --- a/_pages/tr_TR/installing-boot9strap-(hardmod).txt +++ b/_pages/tr_TR/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Bölüm l - Hazırlık -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt b/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt index ba98d3f064..3fd0ecbb83 100644 --- a/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/tr_TR/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Talimatlar -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Eğer donarsa, konsolun kapatma tuşuna konsol kapanana kadar basın, sonra tekrar deneyin +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + Eğer donarsa, konsolun kapatma tuşuna konsol kapanana kadar basın, sonra tekrar deneyin 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/tr_TR/installing-boot9strap-(mset).txt b/_pages/tr_TR/installing-boot9strap-(mset).txt index 4a8cbb1b68..14fa23617c 100644 --- a/_pages/tr_TR/installing-boot9strap-(mset).txt +++ b/_pages/tr_TR/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Talimatlar @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Bölüm l - Hazırlık 1. Cihazınızı kapatın -1. SD kartınızı bilgisayarınıza takın -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/tr_TR/installing-boot9strap-(ntrboot).txt b/_pages/tr_TR/installing-boot9strap-(ntrboot).txt index 5f5cd0b34c..a6820750e7 100644 --- a/_pages/tr_TR/installing-boot9strap-(ntrboot).txt +++ b/_pages/tr_TR/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * En son sürümü [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the '.7z' file) * -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Talimatlar @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Cihazınızı kapatın 1. SD kartınızı bilgisayarınıza takın -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/tr_TR/move-emunand.txt b/_pages/tr_TR/move-emunand.txt index b6a9f7d763..b1af7962ae 100644 --- a/_pages/tr_TR/move-emunand.txt +++ b/_pages/tr_TR/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Onaylamak için (A) basın diff --git a/_pages/tr_TR/region-changing.txt b/_pages/tr_TR/region-changing.txt index 24073fd372..ac9bb40b44 100644 --- a/_pages/tr_TR/region-changing.txt +++ b/_pages/tr_TR/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/tr_TR/site-navigation.txt b/_pages/tr_TR/site-navigation.txt index aa9c4ed49f..9c22be6993 100644 --- a/_pages/tr_TR/site-navigation.txt +++ b/_pages/tr_TR/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatifler)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/tr_TR/uninstall-cfw.txt b/_pages/tr_TR/uninstall-cfw.txt index 722aa4285c..629b0641b1 100644 --- a/_pages/tr_TR/uninstall-cfw.txt +++ b/_pages/tr_TR/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/tr_TR/updating-b9s.txt b/_pages/tr_TR/updating-b9s.txt index e83f44d9fd..0dae41a08c 100644 --- a/_pages/tr_TR/updating-b9s.txt +++ b/_pages/tr_TR/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/uk_UA/a9lh-to-b9s.txt b/_pages/uk_UA/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/uk_UA/a9lh-to-b9s.txt +++ b/_pages/uk_UA/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/uk_UA/ctrtransfer.txt b/_pages/uk_UA/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/uk_UA/ctrtransfer.txt +++ b/_pages/uk_UA/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/uk_UA/finalizing-setup.txt b/_pages/uk_UA/finalizing-setup.txt index d78bb1bf88..34fec05561 100644 --- a/_pages/uk_UA/finalizing-setup.txt +++ b/_pages/uk_UA/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/uk_UA/godmode9-usage.txt b/_pages/uk_UA/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/uk_UA/godmode9-usage.txt +++ b/_pages/uk_UA/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/uk_UA/home.txt b/_pages/uk_UA/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/uk_UA/home.txt +++ b/_pages/uk_UA/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/uk_UA/homebrew-launcher-(alternatives).txt b/_pages/uk_UA/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/uk_UA/homebrew-launcher-(alternatives).txt +++ b/_pages/uk_UA/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/uk_UA/homebrew-launcher-(soundhax).txt b/_pages/uk_UA/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/uk_UA/homebrew-launcher-(soundhax).txt +++ b/_pages/uk_UA/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/uk_UA/installing-boot9strap-(2xrsa).txt b/_pages/uk_UA/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/uk_UA/installing-boot9strap-(2xrsa).txt +++ b/_pages/uk_UA/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/uk_UA/installing-boot9strap-(browser).txt b/_pages/uk_UA/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/uk_UA/installing-boot9strap-(browser).txt +++ b/_pages/uk_UA/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/uk_UA/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt b/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/uk_UA/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/uk_UA/installing-boot9strap-(hardmod).txt b/_pages/uk_UA/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/uk_UA/installing-boot9strap-(hardmod).txt +++ b/_pages/uk_UA/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt b/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/uk_UA/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/uk_UA/installing-boot9strap-(mset).txt b/_pages/uk_UA/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/uk_UA/installing-boot9strap-(mset).txt +++ b/_pages/uk_UA/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/uk_UA/installing-boot9strap-(ntrboot).txt b/_pages/uk_UA/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/uk_UA/installing-boot9strap-(ntrboot).txt +++ b/_pages/uk_UA/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/uk_UA/move-emunand.txt b/_pages/uk_UA/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/uk_UA/move-emunand.txt +++ b/_pages/uk_UA/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/uk_UA/region-changing.txt b/_pages/uk_UA/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/uk_UA/region-changing.txt +++ b/_pages/uk_UA/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/uk_UA/site-navigation.txt b/_pages/uk_UA/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/uk_UA/site-navigation.txt +++ b/_pages/uk_UA/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/uk_UA/uninstall-cfw.txt b/_pages/uk_UA/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/uk_UA/uninstall-cfw.txt +++ b/_pages/uk_UA/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/uk_UA/updating-b9s.txt b/_pages/uk_UA/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/uk_UA/updating-b9s.txt +++ b/_pages/uk_UA/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/vi_VN/a9lh-to-b9s.txt b/_pages/vi_VN/a9lh-to-b9s.txt index 43964f972c..39eb028fef 100644 --- a/_pages/vi_VN/a9lh-to-b9s.txt +++ b/_pages/vi_VN/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/vi_VN/ctrtransfer.txt b/_pages/vi_VN/ctrtransfer.txt index 479d3d3575..fb75079d06 100644 --- a/_pages/vi_VN/ctrtransfer.txt +++ b/_pages/vi_VN/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/vi_VN/finalizing-setup.txt b/_pages/vi_VN/finalizing-setup.txt index ee0ed24298..dd8ec3587f 100644 --- a/_pages/vi_VN/finalizing-setup.txt +++ b/_pages/vi_VN/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - During this process, we also setup programs such as the following: + **FBI** *(installs CIA formatted games and applications)* @@ -18,9 +16,48 @@ During this process, we also setup programs such as the following: + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### What you need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/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 [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### Instructions -##### Section I - Updating the System +##### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,10 +110,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -88,10 +126,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/vi_VN/godmode9-usage.txt b/_pages/vi_VN/godmode9-usage.txt index affcbb2f78..4e17d26383 100644 --- a/_pages/vi_VN/godmode9-usage.txt +++ b/_pages/vi_VN/godmode9-usage.txt @@ -20,7 +20,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/vi_VN/home.txt b/_pages/vi_VN/home.txt index 0e06d26f40..eec8e788da 100644 --- a/_pages/vi_VN/home.txt +++ b/_pages/vi_VN/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "Get Started" # - cta_url: "get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + If everything goes according to plan, you will lose no data and end up with everything that you started with (games, NNID, saves, etc will be preserved). -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + If you need to format a brand new SD card, you can use [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K. + The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/vi_VN/homebrew-launcher-(alternatives).txt b/_pages/vi_VN/homebrew-launcher-(alternatives).txt index 53748f0f59..6642541c58 100644 --- a/_pages/vi_VN/homebrew-launcher-(alternatives).txt +++ b/_pages/vi_VN/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/vi_VN/homebrew-launcher-(soundhax).txt b/_pages/vi_VN/homebrew-launcher-(soundhax).txt index f8e1ee1b1d..4160eee10e 100644 --- a/_pages/vi_VN/homebrew-launcher-(soundhax).txt +++ b/_pages/vi_VN/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ The Homebrew Launcher has many different entrypoints, or methods of launching. Soundhax is compatible with versions 9.0.0 through 11.3.0 in the EUR, JPN, KOR, and USA regions. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### What you need -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### Instructions 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Launch Nintendo 3DS Sound @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. Go to `/SDCARD`, then play "<3 nedwill 2016" + This may take many tries + If it freezes, just force the console to power off by holding the power button, then try again + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/vi_VN/installing-boot9strap-(2xrsa).txt b/_pages/vi_VN/installing-boot9strap-(2xrsa).txt index 5b85ca6b1a..d1ce2ad20a 100644 --- a/_pages/vi_VN/installing-boot9strap-(2xrsa).txt +++ b/_pages/vi_VN/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/vi_VN/installing-boot9strap-(browser).txt b/_pages/vi_VN/installing-boot9strap-(browser).txt index 1d83610cd2..7ad98cf1e3 100644 --- a/_pages/vi_VN/installing-boot9strap-(browser).txt +++ b/_pages/vi_VN/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ If you have already hacked your device before and have a EmuNAND based CFW setup 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt index 87f08b0de8..c91f08739b 100644 --- a/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/vi_VN/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt b/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt index 00c15e6df9..35220abf4c 100644 --- a/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/vi_VN/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/vi_VN/installing-boot9strap-(hardmod).txt b/_pages/vi_VN/installing-boot9strap-(hardmod).txt index ce7e2ed990..9e05d2087a 100644 --- a/_pages/vi_VN/installing-boot9strap-(hardmod).txt +++ b/_pages/vi_VN/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### Section I - Prep Work -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt b/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt index c1b6e912a1..b98aa7e13e 100644 --- a/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/vi_VN/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ If you have already hacked your device before and have a EmuNAND based CFW setup #### Instructions -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + If it freezes, just force the console to power off by holding the power button, then try again 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### Section II - Installing boot9strap @@ -34,4 +38,4 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/vi_VN/installing-boot9strap-(mset).txt b/_pages/vi_VN/installing-boot9strap-(mset).txt index d66611a088..99c34fc01d 100644 --- a/_pages/vi_VN/installing-boot9strap-(mset).txt +++ b/_pages/vi_VN/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### Instructions @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### Section I - Prep Work 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/vi_VN/installing-boot9strap-(ntrboot).txt b/_pages/vi_VN/installing-boot9strap-(ntrboot).txt index 49daae2317..09e3f38271 100644 --- a/_pages/vi_VN/installing-boot9strap-(ntrboot).txt +++ b/_pages/vi_VN/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) #### Instructions @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/vi_VN/move-emunand.txt b/_pages/vi_VN/move-emunand.txt index 24a7715bfc..2e41a3450b 100644 --- a/_pages/vi_VN/move-emunand.txt +++ b/_pages/vi_VN/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. Press (A) to confirm diff --git a/_pages/vi_VN/region-changing.txt b/_pages/vi_VN/region-changing.txt index 2ee0fa16c7..2f412ef92a 100644 --- a/_pages/vi_VN/region-changing.txt +++ b/_pages/vi_VN/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/vi_VN/site-navigation.txt b/_pages/vi_VN/site-navigation.txt index 8da831594c..5f377c9999 100644 --- a/_pages/vi_VN/site-navigation.txt +++ b/_pages/vi_VN/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/vi_VN/uninstall-cfw.txt b/_pages/vi_VN/uninstall-cfw.txt index 4f6496824b..76dba5ed55 100644 --- a/_pages/vi_VN/uninstall-cfw.txt +++ b/_pages/vi_VN/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/vi_VN/updating-b9s.txt b/_pages/vi_VN/updating-b9s.txt index 1fbb36c602..3190d4e887 100644 --- a/_pages/vi_VN/updating-b9s.txt +++ b/_pages/vi_VN/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/zh_CN/a9lh-to-b9s.txt b/_pages/zh_CN/a9lh-to-b9s.txt index c5f12add82..35b97ee684 100644 --- a/_pages/zh_CN/a9lh-to-b9s.txt +++ b/_pages/zh_CN/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ If, before following this guide, you already had an EmuNAND setup and would like 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -130,7 +131,6 @@ If, before following this guide, you already had an EmuNAND setup and would like ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. 按 (A) 确认 @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/zh_CN/ctrtransfer.txt b/_pages/zh_CN/ctrtransfer.txt index 1d1485b7d4..ecce5b5411 100644 --- a/_pages/zh_CN/ctrtransfer.txt +++ b/_pages/zh_CN/ctrtransfer.txt @@ -45,6 +45,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -57,7 +59,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/zh_CN/finalizing-setup.txt b/_pages/zh_CN/finalizing-setup.txt index 230c5a1a30..9c168fc527 100644 --- a/_pages/zh_CN/finalizing-setup.txt +++ b/_pages/zh_CN/finalizing-setup.txt @@ -8,8 +8,6 @@ The file `boot.firm` is what is launched by boot9strap itself after it finishes In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS will need to download some files on your device. - 在这个过程当中,我们还会安装像下面所示的几个工具: + **FBI** *(用来安装CIA格式的游戏和程序)* @@ -18,9 +16,48 @@ Ensure your device's Wireless Communication is turned on and is connected to the + **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + **Homebrew Launcher Loader** *(launches the Homebrew Launcher as a regular application thanks to Rosalina magic)* +#### 你需要 + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* 最新版的 [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### 操作指南 -##### Section I - Updating the System +##### 第一部分 - 准备工作 + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `FBI.3dsx` to the `/3ds/` folder on your SD card +1. 在你的SD卡根目录新建一个叫`cias`的文件夹,如果还不存在的话 +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 `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +##### Section II - Updating the System 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#nand_restore) before doing this section. {: .notice--danger} @@ -33,7 +70,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 still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again -##### Section II - Launching OCS +##### Section III - Launching FBI 1. Launch the Download Play application 1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu @@ -44,26 +81,28 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (B) to exit the Rosalina menu 1. Press (Home), then close Download Play 1. Launch the Download Play application -1. Your device should load OCS +1. Your device should load the Homebrew Launcher -##### Section III - OCS +##### Section IV - Installing CIAs -1. Press (A) to begin -1. Wait for the downloads and installs to complete -1. Press (Start) to exit when prompted +1. Launch FBI from the list of homebrew +1. Navigate to `SD` -> `cias` +1. 选择”\” +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. Press (Home), then close Download Play -##### Section IV - DSP Dump +##### Section V - DSP Dump 1. Launch the DSP1 application 1. Once it has completed, press (B) to self-delete the app and return to the home menu -##### Section V - CTRNAND Luma3DS +##### Section VI - CTRNAND Luma3DS 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 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. Select "More..." 1. Select "Scripts..." 1. Select "setup_ctrnand_luma3ds" 1. When prompted, press (A) to proceed @@ -71,27 +110,25 @@ If, before following this guide, you already had an EmuNAND setup and would like 1. Press (A) to continue 1. Press (A) to relock write permissions -##### Section VI - Backup SysNAND +##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. 按 (A) 确认 + This process will take some time 1. Press (A) to continue 1. Hold (R) and press (B) at the same time to eject your SD card -1. Insert your SD card into your computer +1. 将你的 SD 卡插入到您的计算机 1. Copy `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer + Make backups in multiple locations (such as online file storage) + This backup will save you from a brick if anything goes wrong in the future 1. Delete `_nandmin_###.bin` from the `/gm9/out/` folder on your SD card after copying it 1. Reinsert your SD card into your device -##### Section VII - Cleanup SD Card +##### Section VIII - Cleanup SD Card 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/zh_CN/godmode9-usage.txt b/_pages/zh_CN/godmode9-usage.txt index 6bb5419d9f..0c9b1a96ee 100644 --- a/_pages/zh_CN/godmode9-usage.txt +++ b/_pages/zh_CN/godmode9-usage.txt @@ -21,7 +21,6 @@ The write permissions system protects you by providing warnings and forces you t 1. Launch GodMode9 by holding (Start) during boot 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. 按 (A) 确认 diff --git a/_pages/zh_CN/home.txt b/_pages/zh_CN/home.txt index 5514c627f8..2d19c1b8ca 100644 --- a/_pages/zh_CN/home.txt +++ b/_pages/zh_CN/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "开始教程" # - cta_url: "/zh_CN/get-started" # caption: excerpt: "A complete guide to 3DS custom firmware,
from stock to boot9strap.
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -72,7 +70,12 @@ For a list of each of the calculated sighax signatures (the platform boot9strap + If you have already hacked your 3DS before to get an EmuNAND setup, and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, you should follow all instructions and restore your existing EmuNAND when prompted once you reach [Finalizing Setup](finalizing-setup). + This guide will work on New 3DS, Old 3DS, New 2DS, and Old 2DS in all regions on firmware 11.5.0 or below. + 如果一切顺利,在安装完自制系统后你不会丢失任何数据(包括游戏、NNID、存档等)。 -+ **Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + Your SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (the SD card that comes with your device will be MBR by default). + 如果你需要格式化一张新的SD卡,可以使用[`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm),并将Allocation Unit Size(分配单元大小)设置为32K。 + 2DS所需的软件和老3DS一样,因而任何适用于老3DS的步骤也同样适用于2DS。 + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_CN/homebrew-launcher-(alternatives).txt b/_pages/zh_CN/homebrew-launcher-(alternatives).txt index 9386a4d33c..fdca0be2e3 100644 --- a/_pages/zh_CN/homebrew-launcher-(alternatives).txt +++ b/_pages/zh_CN/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcher(HBL)有许多不同的入口和启动方式。 If browserhax is not an option (see the chart below), you do not already own any of these games, and do not have another 3DS that can access the Homebrew Launcher, the cheapest option is to buy a "Nintendo Selects" copy of [Ocarina of Time 3D](https://amzn.to/2fkaKdp) (ensure you get the correct cartridge for your region) and a [Powersaves](https://amzn.to/2fb3VY7) (compatible with all regions), then use oot3dhax from the chart below. -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### 你需要 -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* #### 指南 1. Power off your device 1. 将你的 SD 卡插入到您的计算机 -1. Copy `boot.3dsx` (OCS) to the root of your SD card -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. Use one of the following alternate entrypoints to get into the Homebrew Launcher: @@ -52,7 +65,10 @@ Ensure your device's Wireless Communication is turned on and is connected to the -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_CN/homebrew-launcher-(soundhax).txt b/_pages/zh_CN/homebrew-launcher-(soundhax).txt index 1dbdc25c00..60a19707b5 100644 --- a/_pages/zh_CN/homebrew-launcher-(soundhax).txt +++ b/_pages/zh_CN/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher (HBL) 有许多不同的入口和启动方式。 声音破解兼容从9.0.0到11.3.0的欧版、日版、韩版、和美版系统。 -Ensure your device's Wireless Communication is turned on and is connected to the internet. OCS (used in the next page) will need to download some files on your device. +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -19,17 +19,32 @@ This means that using a Cart Update from a version containing an older Nintendo #### 你需要 -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* The latest release of [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)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### 操作指南 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. Reinsert your SD card into your device 1. Power on your device 1. 运行3DS的声音软件 @@ -42,13 +57,17 @@ This means that using a Cart Update from a version containing an older Nintendo 1. 选择 `/sdcard`,然后选择"< 3 nedwill 2016" + 这一步的成功率不是100%,有可能需要反复尝试 + 如果直接启动 SoundHax,会让这些提示每次都跳出来,除非你先跳过提示,然后再正常重新启动播放程式 + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. Your device should load OCS +1. Your device should load the Homebrew Launcher + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ Continue to [Installing boot9strap (Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_CN/installing-boot9strap-(2xrsa).txt b/_pages/zh_CN/installing-boot9strap-(2xrsa).txt index 32547967ad..b8b6eef626 100644 --- a/_pages/zh_CN/installing-boot9strap-(2xrsa).txt +++ b/_pages/zh_CN/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "Installing boot9strap (2xrsa)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) #### 操作指南 @@ -15,8 +15,8 @@ title: "Installing boot9strap (2xrsa)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `arm9.bin` and `arm11.bin` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/zh_CN/installing-boot9strap-(browser).txt b/_pages/zh_CN/installing-boot9strap-(browser).txt index a7b0209025..dfdc276951 100644 --- a/_pages/zh_CN/installing-boot9strap-(browser).txt +++ b/_pages/zh_CN/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (Browser)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) #### 操作指南 @@ -17,8 +17,8 @@ title: "Installing boot9strap (Browser)" 1. Power off your device 1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt index 2708a62416..7eaa06c9a1 100644 --- a/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/zh_CN/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. 按 (A) 确认 @@ -64,6 +63,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` 1. Press (Y) on the DSiWare injection `.app` to copy it 1. Press (B) to go back to the main menu @@ -136,7 +137,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt b/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt index 1c95dbefcb..80ca1bbdf1 100644 --- a/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/zh_CN/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ If you do not use the correct `.firm` corresponding to the target 3DS, you will * The latest release of [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) * The 11.4.0 / 11.5.0 (both versions have the same FIRM version) `.firm` corresponding to **the target 3DS** (either "OLD" for Old 3DS, or "NEW" for New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Reinsert **the source 3DS**'s SD card 1. Boot **the source 3DS** while holding (Start) to launch GodMode9 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. 按 (A) 确认 @@ -128,6 +127,8 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an + You can also just [remove the NNID](https://3ds.guide/troubleshooting#rm_nnid) from **the source 3DS** if you'd prefer it remain on **the target 3DS** 1. Reboot **the source 3DS** while holding (Start) to launch GodMode9 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 + + 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. Navigate to `[0:] SDCARD` -> `gm9` -> `out` 1. Press (A) on `_nandmin_###.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -142,7 +143,7 @@ Use a [save manager](https://github.com/J-D-K/JKSM/releases/latest) to backup an 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card 1. Copy `boot.nds` (B9STool) to the root of **the target 3DS**'s SD card -1. Copy `boot.3dsx` (OCS) to the root of **the target 3DS**'s SD card +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. Create a folder named `boot9strap` on the root of **the target 3DS**'s SD card 1. Copy the 11.5.0 `.firm` corresponding to **the target 3DS** to the `boot9strap` folder on the root of **the target 3DS**'s SD card 1. Copy `boot9strap.firm` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/zh_CN/installing-boot9strap-(hardmod).txt b/_pages/zh_CN/installing-boot9strap-(hardmod).txt index 880443fa04..00a1f643bf 100644 --- a/_pages/zh_CN/installing-boot9strap-(hardmod).txt +++ b/_pages/zh_CN/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that * The latest version of [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows users can use the compiled `.exe`, while Mac and Linux users will need to have [Python 3](https://www.python.org/downloads/) installed to run the `.py` * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) * The `.firm` corresponding to your device and version: | Version(s) | Kernel | Old 3DS or Old 2DS | New 3DS or New 2DS | @@ -54,8 +54,8 @@ This will work on New 3DS, New 2DS, Old 3DS, and Old 2DS on *all* versions that ##### 第一部分 - 准备工作 -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Copy the hardmod-b9s-installer folder from the hardmod-b9s-installer `.zip` to your computer 1. Copy your downloaded `.firm` to the hardmod-b9s-installer folder on your computer 1. Rename your downloaded `.firm` in the hardmod-b9s-installer folder on your computer to `current.firm` diff --git a/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt b/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt index 711b5b9ecf..226ed7e14e 100644 --- a/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/zh_CN/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ title: "Installing boot9strap (Homebrew Launcher)" #### 操作指南 -##### Section I - OCS +##### Section I - Launching SafeB9SInstaller -1. Press (A) to begin -1. Wait for the downloads to complete -1. Wait for the exploit to run +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + This may take several tries - + If it freezes, just force the console to power off by holding the power button, then relaunch OCS to try again - + If you get a "PM INIT FAILED" error, try replacing the `safehax.3dsx` file in the `/3ds/` folder on your SD card with the one from the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 如果直接启动 SoundHax,会让这些提示每次都跳出来,除非你先跳过提示,然后再正常重新启动播放程式 +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 如果直接启动 SoundHax,会让这些提示每次都跳出来,除非你先跳过提示,然后再正常重新启动播放程式 1. If the exploit was successful, you will have booted into SafeB9SInstaller ##### 第二部分 - 安装 boot9strap @@ -34,4 +38,4 @@ title: "Installing boot9strap (Homebrew Launcher)" ___ Continue to [Finalizing Setup](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_CN/installing-boot9strap-(mset).txt b/_pages/zh_CN/installing-boot9strap-(mset).txt index d5d5a8a5f3..b80d966431 100644 --- a/_pages/zh_CN/installing-boot9strap-(mset).txt +++ b/_pages/zh_CN/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ If you have already hacked your device before and have a EmuNAND based CFW setup * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) * Any DS flashcart that works on your device version #### 操作指南 @@ -17,9 +17,9 @@ If you have already hacked your device before and have a EmuNAND based CFW setup ##### 第一部分 - 准备工作 1. Power off your device -1. Insert your SD card into your computer -1. Copy `boot.3dsx` (OCS) to the root of your SD card +1. Insert your SD card into your compute 1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card 1. Copy `SafeB9SInstaller.dat` from the SafeB9SInstaller `.zip` to the root of your SD card diff --git a/_pages/zh_CN/installing-boot9strap-(ntrboot).txt b/_pages/zh_CN/installing-boot9strap-(ntrboot).txt index f2eb4b6260..4c7e30e0e7 100644 --- a/_pages/zh_CN/installing-boot9strap-(ntrboot).txt +++ b/_pages/zh_CN/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "Installing boot9strap (ntrboot)" * The latest release of [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)* * The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* -* The latest release of [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自制程序[新手包](http://smealum.github.io/ninjhax2/starter.zip) #### 操作指南 @@ -17,8 +17,8 @@ title: "Installing boot9strap (ntrboot)" 1. Power off your device 1. 将你的 SD 卡插入到您的计算机 -1. Copy `boot.3dsx` (OCS) to the root of your SD card 1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy _the contents of_ `starter.zip` to the root of your SD card 1. Create a folder named `boot9strap` on the root of your SD card 1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card diff --git a/_pages/zh_CN/move-emunand.txt b/_pages/zh_CN/move-emunand.txt index 25a6b77400..3ff5e5eec3 100644 --- a/_pages/zh_CN/move-emunand.txt +++ b/_pages/zh_CN/move-emunand.txt @@ -32,6 +32,8 @@ If you do not have any DSiWare games or saves that you care about, skip this sec 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 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. Navigate to `[2:] SYSNAND TWLN` -> `title` 1. Hold (R) and press (A) at the same time on `00030004` to select the folder, then select "Copy to 0:/gm9/out" + This process may take some time if you have many DSiWare games @@ -62,10 +64,10 @@ Note that this is not necessary for any other kind of Virtual Console games (GBC + Navigate to the folder you created for this GBA VC game + Press (Y) to paste `gbavc.sav` + Press (Start) to reboot your device -1. Launch GodMode9 by holding (Start) during boot ##### Section IV - Copy EmuNAND to SysNAND +1. Launch GodMode9 by holding (Start) during boot 1. Navigate to `[E:] EMUNAND VIRTUAL` 1. Press (A) on `nand.bin` to select it, then select "NAND image options...", then select "Restore SysNAND (safe)" 1. Press (A) to unlock SysNAND overwriting, then input the key combo given @@ -118,7 +120,6 @@ If you did not backup GBA VC Saves earlier, skip this section. ##### Section VII - Backup SysNAND 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "Backup SysNAND" 1. 按(A)键确定 diff --git a/_pages/zh_CN/region-changing.txt b/_pages/zh_CN/region-changing.txt index 64638ef014..84266ecc99 100644 --- a/_pages/zh_CN/region-changing.txt +++ b/_pages/zh_CN/region-changing.txt @@ -57,6 +57,8 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 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 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. Navigate to `[0:] SDCARD` -> `gm9` 1. Press (A) on the CTRTransfer `.bin` to select it 1. Select "CTRNAND options..." @@ -69,7 +71,6 @@ You MUST have already installed Luma3DS and boot9strap or arm9loaderhax to use t 1. Press (B) to decline relocking write permissions if prompted 1. Press (B) twice to return to the main menu 1. Press (Home) to bring up the action menu -1. Select "More..." 1. Select "Scripts..." 1. Select "ctrtransfer_ticket_copy" 1. When prompted, press (A) to proceed diff --git a/_pages/zh_CN/site-navigation.txt b/_pages/zh_CN/site-navigation.txt index 7788826202..6edab41ba1 100644 --- a/_pages/zh_CN/site-navigation.txt +++ b/_pages/zh_CN/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [Home](/) + [自制程序启动器(声音破解)](homebrew-launcher-(soundhax)) + [自制程序启动器(其他方法)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (DSiWare Game Injection List)](installing-boot9strap-(dsiware-game-injection-list)) + [Installing boot9strap (DSiWare Game Injection)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/zh_CN/uninstall-cfw.txt b/_pages/zh_CN/uninstall-cfw.txt index b38878b6c9..4d580ab7ad 100644 --- a/_pages/zh_CN/uninstall-cfw.txt +++ b/_pages/zh_CN/uninstall-cfw.txt @@ -33,8 +33,9 @@ Note that if you have any payload files other than `GodMode9.firm` in the `/luma 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 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. Select "More..." 1. Select "Scripts..." 1. Select the uninstaller script 1. When prompted, press (A) to proceed diff --git a/_pages/zh_CN/updating-b9s.txt b/_pages/zh_CN/updating-b9s.txt index a64b5d5b19..16953b1064 100644 --- a/_pages/zh_CN/updating-b9s.txt +++ b/_pages/zh_CN/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 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 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. Select "More..." 1. Select "Scripts..." 1. Select "cleanup_sd_card" 1. When prompted, press (A) to proceed diff --git a/_pages/zh_TW/a9lh-to-b9s.txt b/_pages/zh_TW/a9lh-to-b9s.txt index 2d917e61ca..941fabb2c3 100644 --- a/_pages/zh_TW/a9lh-to-b9s.txt +++ b/_pages/zh_TW/a9lh-to-b9s.txt @@ -118,8 +118,9 @@ title: "升級 A9LH 至 boot9strap" 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「setup_ctrnand_luma3ds」 1. 當提示時,按下「A」繼續 @@ -130,7 +131,6 @@ title: "升級 A9LH 至 boot9strap" ##### 第七節 — 備份 SysNAND 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「Backup SysNAND」 1. 按 「A」 確認 @@ -151,7 +151,6 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y {: .notice--danger} 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「cleanup_sd_card」 1. 當提示時,按下「A」繼續 diff --git a/_pages/zh_TW/ctrtransfer.txt b/_pages/zh_TW/ctrtransfer.txt index 2a2db54cfe..ae2839341c 100644 --- a/_pages/zh_TW/ctrtransfer.txt +++ b/_pages/zh_TW/ctrtransfer.txt @@ -45,6 +45,8 @@ title: "CTRTransfer" 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 移動至 `[0:] SDCARD` -> `gm9` 1. 選擇 CTRTransfer `.bin`,並按「A」選擇 1. 選擇「CTRNAND options...」 @@ -57,7 +59,6 @@ title: "CTRTransfer" 1. 當提示時,按下「B」取消檔案寫入鎖定 1. 按「B」兩次回到主選單 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「ctrtransfer_ticket_copy」 1. 當提示時,按下「A」繼續 diff --git a/_pages/zh_TW/finalizing-setup.txt b/_pages/zh_TW/finalizing-setup.txt index 72aec4224e..130e1d248c 100644 --- a/_pages/zh_TW/finalizing-setup.txt +++ b/_pages/zh_TW/finalizing-setup.txt @@ -8,8 +8,6 @@ title: "完成安裝" 在本節中,我們將使用 [AuroraWright](https://github.com/AuroraWright/) 的 Luma3DS,直接啟動修改後的 SysNAND 系統,讓我們擺脫 EmuNAND。這除了大量的簡化使用改機後的 3DS 所需的步驟,更還能節省 SD 卡的使用空間。 -請確保您已開啟主機的無線通信功能並已連線至網際網路。 使用 OCS 時將會自動下載些必要檔案至您的主機中。 - 在這過程中,我們也將安裝下列程式: + **FBI 管理器** *(安裝 CIA 格式的遊戲及程式)* @@ -18,9 +16,48 @@ title: "完成安裝" + **GodMode9** *(多功能工具包,用來處理 NAND 及卡帶的相關功能)* + **Homebrew Launcher 啟動器** *(透過 Rosalina,可將 Homebrew Launcher 以普通程式的方式運行)* +#### 必備項目 + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) +* 最新版的 [GodMode9](https://github.com/d0k3/GodMode9/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 fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [`setup_ctrnand_luma3ds.gm9`]({{ base_path }}/gm9_scripts/setup_ctrnand_luma3ds.gm9) +* [`cleanup_sd_card.gm9`]({{ base_path }}/gm9_scripts/cleanup_sd_card.gm9) + #### 操作說明 -##### 第一節 — 更新系統 +##### 第一節 — 準備工作 + +1. 關閉您的主機 +1. 將 SD 卡插入電腦中 +1. 將 `FBI.3dsx` 複製到 SD 卡中的 `/3ds/` 資料夾底下 +1. 在 SD 卡的根目錄底下,建立一個新資料夾 `cias` +1. Copy `hblauncher_loader.cia` from the hblauncher_loader `.zip` to the `/cias/` folder on your SD card +1. 複製 `lumaupdater.cia` 檔案至 SD 卡上的 `/cias/` 資料夾中 +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `DSP1.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card + + ![]({{ base_path }}/images/screenshots/cias-file-layout.png) + {: .notice--info} + +1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist +1. 解壓 GodMode9 `.zip` 中的 `GodMode9.firm` 檔案到 SD 卡的 `/luma/payloads/` 資料夾中 +1. Delete `ntrboot_flasher.firm` from the `/luma/payloads/` folder on your SD card if it exists +1. 解壓 GodMode9 `.zip` 中的 `gm9` 資料夾到 SD 卡的根目錄底下 +1. 複製 `setup_ctrnand_luma3ds.gm9` 到 SD 卡中的 `/gm9/scripts/` 資料夾 +1. 複製 `cleanup_sd_card.gm9` 到 SD 卡中的 `/gm9/scripts/` 資料夾 + + ![]({{ base_path }}/images/screenshots/finalizing-setup-file-layout.png) + {: .notice--info} + +1. 將 SD 卡插回主機中 +1. 啟動您的主機 + +##### Section II - Updating the System 如果您依循了前一版本手冊的步驟,且已將您的 *New 3DS* CTRTransfer 降級至系統版本 2.1.0,您應該在依循本節步驟前先[還原您的 NAND 備份](godmode9-usage#nand_restore)再繼續。 {: .notice--danger} @@ -33,7 +70,7 @@ title: "完成安裝" + 如果過程中出現錯誤,試試到 DNS 設定底下將設定改成「自動 (auto)」 + 如果錯誤持續,請進行 [CTRTransfer](ctrtransfer),並再試一次 -##### 第二節 — 啟動 OCS +##### 第三節 — 啟動 FBI 管理器 1. 啟動「下載通信 (Download Play)」程式 1. 同時按下「L」+「下」+「Select」鍵以啟動 Rosalina 選單 @@ -44,26 +81,28 @@ title: "完成安裝" 1. 按「B」退出 Rosalina 選單 1. 按「Home」鍵,並關閉「下載通信 (Download Play)」程式 1. 啟動「下載通信 (Download Play)」程式 -1. 您的主機應載入 OCS +1. 您的主機應該就會啟動 Homebrew Launcher 了 -##### 第三節 — OCS +##### Section IV - Installing CIAs -1. 按「A」鍵開始 -1. 等待下載及安裝程序完成 -1. 提示時,按「Start」鍵退出 +1. 於 Homebrew 清單內啟動 FBI 管理器 +1. 移動至 `SD` -> `cias` +1. 選擇「\」 +1. Select the "Install and delete all CIAs" option, then press (A) to confirm 1. 按「Home」鍵,並關閉「下載通信 (Download Play)」程式 -##### 第四節 — DSP 轉儲 +##### Section V - DSP Dump 1. 啟動 DSP1 1. 當它處理完畢後,按下「B」將程式刪除並回到主選單 -##### 第五節 — 安裝 Luma3DS 至 CTRNAND +##### 第六節 — 安裝 Luma3DS 至 CTRNAND 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「setup_ctrnand_luma3ds」 1. 當提示時,按下「A」繼續 @@ -71,10 +110,9 @@ title: "完成安裝" 1. 按「A」 繼續 1. 按下「A」鎖定檔案寫入 -##### 第六節 — 備份 SysNAND +##### 第七節 — 備份 SysNAND 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「Backup SysNAND」 1. 按 「A」 確認 @@ -88,10 +126,9 @@ title: "完成安裝" 1. 複製完畢後,將 `/gm9/out/` 資料夾中的 `_nandmin_###.bin` 檔案刪除 1. 將 SD 卡插回主機中 -##### 第七節 — 清理 SD 卡 +##### 第八節 — 清理 SD 卡 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「cleanup_sd_card」 1. 當提示時,按下「A」繼續 diff --git a/_pages/zh_TW/godmode9-usage.txt b/_pages/zh_TW/godmode9-usage.txt index 11257fe4f9..4ad1baec78 100644 --- a/_pages/zh_TW/godmode9-usage.txt +++ b/_pages/zh_TW/godmode9-usage.txt @@ -20,7 +20,6 @@ GodMode9 是個可任意存取任天堂 3DS 主機檔案的檔案管理員,您 1. 開機時按住「Start」鍵啟動 GodMode9 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「Backup SysNAND」 1. 按 「A」 確認 diff --git a/_pages/zh_TW/home.txt b/_pages/zh_TW/home.txt index 0b037bad65..91d56c254a 100644 --- a/_pages/zh_TW/home.txt +++ b/_pages/zh_TW/home.txt @@ -5,13 +5,11 @@ header: overlay_color: "#5e616c" # overlay_image: /images/home-page-feature.jpg overlay_filter: 0.5 - cta_label: "從頭開始" # - cta_url: "/zh_TW/get-started" # caption: excerpt: "最完整的 3DS 改機教戰手冊,
教您如何從原廠主機改成 boot9strap。
" --- -Thoroughly read all of the introductory pages (including this one!) before proceeding. Note that this page has an FAQ at the bottom that should be read before you get started. +Thoroughly read all of the introductory pages (including this one!) before proceeding. {: .notice--warning} {% capture notice-home %} @@ -75,7 +73,12 @@ boot9strap 是目前最新且最棒的自製韌體啟動方式,有點像 Wii + 如果您之前已透過 EmuNAND 的方式改機,而您現在想把您之前的 EmuNAND 移植到您新的 SysNAND 自製韌體底下,您可以在依正常步驟進行,並在[完成安裝](finalizing-setup)這一步中依照提示還原的您 EmuNAND。 + 本教學適用於任一區域搭載 11.5.0 或更早版本的 New 3DS、舊型 3DS、New 2DS、舊型 2DS。 + 如果一切都順利的話,您將不會失去任何資料 (像是遊戲、NNID、存檔... 等都會被留下)。 -+ **請在充電的情況下改機,以確保途中不會因為電力關係而突然關機造成資料遺失或甚至毀損!** ++ Keep your device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! + 您的 SD 卡應使用 [MBR 的格式,而非 GPT](http://www.howtogeek.com/245610/) (原廠 SD 卡一律都是以 MBR 格式出廠)。 + 如果您需要格式化一張新的 SD 卡,可以使用 [`guiformat`](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) 且將配置單位設為 32K。 + 2DS 跟舊型 3DS 的軟體基本上是幾乎一致的,也就是說任何「舊型 3DS」的步驟也可以適用於 2DS。 + +___ + +Continue to [Get Started](get-started) +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_TW/homebrew-launcher-(alternatives).txt b/_pages/zh_TW/homebrew-launcher-(alternatives).txt index 597142c635..e1fa37a03f 100644 --- a/_pages/zh_TW/homebrew-launcher-(alternatives).txt +++ b/_pages/zh_TW/homebrew-launcher-(alternatives).txt @@ -6,19 +6,32 @@ Homebrew Launcher 有許多不同的進入點或啟動方法。 如果您無法使用 browserhax(見下表)、或目前沒有任何底下所列的遊戲、或另一台可以使用 Homebrew Launcher 的主機,最便宜的方法大概就是買「任天堂之選」版本的[《薩爾達傳說時之笛 3D》](https://amzn.to/2fkaKdp)(請確保您所購買的卡帶符合您主機的區碼)以及[Powersaves](https://amzn.to/2fb3VY7)(所有區碼皆相容),然後再使用底下所列的 oot3dhax。 -請確保您已開啟主機的無線通信功能並已連線至網際網路。 使用 OCS 時 (下一頁將使用的工具) 將會自動下載些必要檔案至您的主機中。 +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. #### 必備項目 -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) -* The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) +* 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* #### 操作說明 1. 關閉您的主機 1. 將 SD 卡插入電腦中 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 -1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. Copy _the contents of_ the `starter.zip` to the root of your SD card +1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 +1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap` +1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. 將 SD 卡插回主機中 1. 啟動您的主機 1. 使用下列任意方式進入 Homebrew Launcher: @@ -52,7 +65,10 @@ Homebrew Launcher 有許多不同的進入點或啟動方法。 -1. 您的主機應載入 OCS +1. 您的主機應該就會啟動 Homebrew Launcher 了 + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} 繼續至 [安裝 boot9strap(透過 Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_TW/homebrew-launcher-(soundhax).txt b/_pages/zh_TW/homebrew-launcher-(soundhax).txt index f7498a6fe3..ac72e960de 100644 --- a/_pages/zh_TW/homebrew-launcher-(soundhax).txt +++ b/_pages/zh_TW/homebrew-launcher-(soundhax).txt @@ -6,7 +6,7 @@ Homebrew Launcher 可以透過不同的進入點或方式開啟。 Soundhax 相容於 9.0.0 至 11.3.0 的歐、日、韓及美區的系統版本。 -請確保您已開啟主機的無線通信功能並已連線至網際網路。 使用 OCS 時 (下一頁將使用的工具) 將會自動下載些必要檔案至您的主機中。 +Ensure your device's Wireless Communication is turned on as udsploit (used in the next page) will need the wireless module to be active to function, and some devices (New 3DS, New 2DS, and Old 2DS) cannot adjust the Wireless Communication setting from the Homebrew Launcher. Wireless Communication only has to be on; connecting it to an access point is not required. {% capture notice-1 %} @@ -20,17 +20,32 @@ Soundhax 相容於 9.0.0 至 11.3.0 的歐、日、韓及美區的系統版本 #### 必備項目 -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) * The latest release of [Soundhax](http://soundhax.com/) *(for your device and region)* +* 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* +* The latest release of [safehax](https://github.com/TiniVi/safehax/releases/latest) +* The latest release of [udsploit](https://github.com/smealum/udsploit/releases/latest) +* 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* * The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* #### 操作說明 1. 關閉您的主機 1. 將 SD 卡插入電腦中 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 +1. 解壓 `starter.zip` 中的 _所有內容_ 到 SD 卡的根目錄底下 1. Copy the Soundhax `.m4a` to the root of your SD card 1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin` +1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 +1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap` +1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 +1. Copy `safehax.3dsx` to the `/3ds/` folder on your SD card +1. Copy `udsploit.3dsx` to the `/3ds/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card and rename `SafeB9SInstaller.bin` to `safehaxpayload.bin` + + ![]({{ base_path }}/images/screenshots/boot9strap-hb-file-layout.png) + {: .notice--info} + 1. 將 SD 卡插回主機中 1. 啟動您的主機 1. 啟動「任天堂 3DS 音樂(Nintendo 3DS Sound)」程式 @@ -43,13 +58,17 @@ Soundhax 相容於 9.0.0 至 11.3.0 的歐、日、韓及美區的系統版本 1. 選擇「/SDCARD」,並播放「<3 nedwill 2016」 + 可能需要嘗試多次 + 如果當機的話,透過電源按鈕將您的主機強制關機,並再試一次 + + If you get a red screen, ensure you copied _the contents of_ the `starter` folder to the root of your SD card ![]({{ base_path }}/images/screenshots/soundhax-launch.png) {: .notice--info} -1. 您的主機應載入 OCS +1. 您的主機應該就會啟動 Homebrew Launcher 了 + + ![]({{ base_path }}/images/screenshots/homebrew-launcher.png) + {: .notice--info} ___ 繼續至 [安裝 boot9strap(透過 Homebrew Launcher)](installing-boot9strap-(homebrew-launcher)) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_TW/installing-boot9strap-(2xrsa).txt b/_pages/zh_TW/installing-boot9strap-(2xrsa).txt index f0262dbba2..9c11a1e68e 100644 --- a/_pages/zh_TW/installing-boot9strap-(2xrsa).txt +++ b/_pages/zh_TW/installing-boot9strap-(2xrsa).txt @@ -7,7 +7,7 @@ title: "安裝 boot9strap (透過 2xrsa)" * 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) #### 操作說明 @@ -15,8 +15,8 @@ title: "安裝 boot9strap (透過 2xrsa)" 1. 關閉您的主機 1. 將 SD 卡插入電腦中 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 +1. 解壓 `starter.zip` 中的 _所有內容_ 到 SD 卡的根目錄底下 1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap` 1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 1. 解壓 SafeB9SInstaller `.zip` 的 `arm9.bin` 及 `arm11.bin` 至 SD 卡的根目錄中 diff --git a/_pages/zh_TW/installing-boot9strap-(browser).txt b/_pages/zh_TW/installing-boot9strap-(browser).txt index 7157422668..2f308cbef6 100644 --- a/_pages/zh_TW/installing-boot9strap-(browser).txt +++ b/_pages/zh_TW/installing-boot9strap-(browser).txt @@ -9,7 +9,7 @@ title: "安裝 boot9strap (透過網頁瀏覽器)" * 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) #### 操作說明 @@ -17,8 +17,8 @@ title: "安裝 boot9strap (透過網頁瀏覽器)" 1. 關閉您的主機 1. 將 SD 卡插入電腦中 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 +1. 解壓 `starter.zip` 中的 _所有內容_ 到 SD 卡的根目錄底下 1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap` 1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 1. 解壓 SafeB9SInstaller `.zip` 的 `SafeB9SInstaller.dat` 及 `Launcher.dat` 至 SD 卡的根目錄中 diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt index 8acbd66c49..f3a0ebb982 100644 --- a/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt +++ b/_pages/zh_TW/installing-boot9strap-(dsiware-game-injection).txt @@ -27,7 +27,7 @@ title: "安裝 boot9strap (透過 DSiWare 植入遊戲)" * 最新版的 [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) * 對應 **3DS 目標機**的 11.4.0 / 11.5.0 `.firm` 檔案(兩個版本的 FIRM 版本皆相同)(其中「OLD」對應的是舊型 3DS,而「NEW」對應的是 New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -47,7 +47,6 @@ title: "安裝 boot9strap (透過 DSiWare 植入遊戲)" 1. 將 **3DS 始源機** 的 SD 卡插回至主機內 1. 啟動 **3DS 始源機**,並按住「Start」鍵啟動 GodMode9 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「Backup SysNAND」 1. 按 「A」 確認 @@ -64,6 +63,8 @@ title: "安裝 boot9strap (透過 DSiWare 植入遊戲)" 1. 啟動 **3DS 始源機**,並按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 移動至 `[0:] SDCARD` 1. 選取 DSiWare Injection 的 `.app` 檔案,並按下「Y」複製 1. 按「B」以回到主選單 @@ -136,7 +137,7 @@ title: "安裝 boot9strap (透過 DSiWare 植入遊戲)" 1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 1. 將 `boot.nds`(B9STool)複製到 **3DS 目標機** SD 卡的根目錄中 -1. 將 `boot.3dsx`(OCS) 複製到 **3DS 目標機** SD 卡的根目錄中 +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. 在 **3DS 目標機** 的 SD 卡根目錄中建立一個新的資料夾 `boot9strap` 1. 依 **3DS 目標機**的型號複製 11.5.0 的 `.firm` 檔案至 **3DS 目標機**的 SD 卡的 `/boot9strap/` 資料夾中 1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 diff --git a/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt b/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt index 1f06a2ae1c..a76d3a9a8d 100644 --- a/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt +++ b/_pages/zh_TW/installing-boot9strap-(dsiware-save-injection).txt @@ -26,7 +26,7 @@ title: "安裝 boot9strap (透過 DSiWare 植入存檔)" * 最新版的 [b9sTool](https://github.com/Plailect/b9sTool/releases/latest) * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) * 對應 **3DS 目標機**的 11.4.0 / 11.5.0 `.firm` 檔案(兩個版本的 FIRM 版本皆相同)(其中「OLD」對應的是舊型 3DS,而「NEW」對應的是 New 3DS): + - [`2.54-0_11.4_OLD.firm`](magnet:?xt=urn:btih:0dd89d42ad711f770da899af05ee162ede0d0070&dn=2.54-0_11.4_OLD.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + - [`2.54-0_11.4_NEW.firm`](magnet:?xt=urn:btih:3b59dd43eec3edb133555f58d1180bfb196acbb4&dn=2.54-0_11.4_NEW.firm&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) @@ -53,7 +53,6 @@ title: "安裝 boot9strap (透過 DSiWare 植入存檔)" 1. 將 **3DS 始源機** 的 SD 卡插回至主機內 1. 啟動 **3DS 始源機**,並按住「Start」鍵啟動 GodMode9 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「Backup SysNAND」 1. 按 「A」 確認 @@ -128,6 +127,8 @@ title: "安裝 boot9strap (透過 DSiWare 植入存檔)" + 如果您想要將您的 NNID 保留於** 3DS 目標機**上的話,您也可以從 **3DS 始源機**中[移除 NNID](https://3ds.guide/troubleshooting#rm_nnid) 1. 重啟 **3DS 始源機**,並按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 移動至 `[0:] SDCARD` -> `gm9` -> `out` 1. 透過「A」選取 `_nandmin_###.bin`,並選擇「NAND image options...」,再選「Restore SysNAND (safe)」 1. 按「A」解鎖 SysNAND 的複寫保護,然後按下提示的按鍵組合 @@ -142,7 +143,7 @@ title: "安裝 boot9strap (透過 DSiWare 植入存檔)" 1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 1. 將 `boot.nds`(B9STool)複製到 **3DS 目標機** SD 卡的根目錄中 -1. 將 `boot.3dsx`(OCS) 複製到 **3DS 目標機** SD 卡的根目錄中 +1. Copy _the contents of_ `starter.zip` to the root of **the target 3DS**'s SD card 1. 建立一個新的資料夾 `boot9strap` 於 **3DS 目標機** 的 SD 卡根目錄中 1. 依 **3DS 目標機**的型號複製 11.5.0 的 `.firm` 檔案至 **3DS 目標機**的 SD 卡的 `/boot9strap/` 資料夾中 1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 diff --git a/_pages/zh_TW/installing-boot9strap-(hardmod).txt b/_pages/zh_TW/installing-boot9strap-(hardmod).txt index 51112712a7..bc72c17371 100644 --- a/_pages/zh_TW/installing-boot9strap-(hardmod).txt +++ b/_pages/zh_TW/installing-boot9strap-(hardmod).txt @@ -17,7 +17,7 @@ title: "安裝 boot9strap (透過硬改)" * 最新版的 [hardmod-b9s-installer](https://github.com/ihaveamac/hardmod-b9s-installer/releases/latest) + Windows 使用者可使用已編譯的 `.exe` 檔,而 Mac 及 Linux 使用者得先安裝 [Python 3](https://www.python.org/downloads/) 才能執行 `.py` 檔 * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) * 對應您主機型號及版本的 `.firm` 檔案: | 系統版本 | 內核版本 | 舊型 3DS 或 舊型 2DS | New 3DS 或 New 2DS | @@ -54,8 +54,8 @@ title: "安裝 boot9strap (透過硬改)" ##### 第一節 — 準備工作 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 +1. 解壓 `starter.zip` 中的 _所有內容_ 到 SD 卡的根目錄底下 1. 解壓 hardmod-b9s-installer `.zip` 中的 hardmod-b9s-installer 資料夾至電腦中 1. 複製您所下載的 `.firm` 檔案至電腦的 hardmod-b9s-installer 資料夾中 1. 在 hardmod-b9s-installer 資料夾中,將您所下載的 `.firm` 檔案重新命名為 `current.firm` diff --git a/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt b/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt index 0793ac1384..dd72a8e21e 100644 --- a/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt +++ b/_pages/zh_TW/installing-boot9strap-(homebrew-launcher).txt @@ -6,14 +6,18 @@ title: "安裝 boot9strap (透過 Homebrew Launcher)" #### 操作說明 -##### 第一節 — OCS +##### Section I - Launching SafeB9SInstaller -1. 按「A」鍵開始 -1. 等待下載程序完成 -1. 等待漏洞執行完畢 +1. Launch udsploit from the list of homebrew + + You may have to scroll down to see this option +1. Once it has completed, press (Start) to exit udsploit + 可能需要嘗試多次 - + 如果當機的話,透過電源按鈕將您的主機強制關機,並重新啟動 OCS 再試一次 - + 若您遇到「PM INIT FAILED」之錯誤訊息,請試著替換 SD 卡 `/3ds/` 資料夾中的 `safehax.3dsx` 檔案替換為 [r19 版本的 safehax 檔案](https://github.com/TiniVi/safehax/releases/tag/r19) + + 如果當機的話,透過電源按鈕將您的主機強制關機,並再試一次 +1. Launch safehax from the list of homebrew + + You may have to scroll down to see this option + + If you get a "PM INIT FAILED" error, make sure you ran udsploit with Wireless Communication turned on + + If you *still* get a "PM INIT FAILED" error, try using the [r19 release of safehax](https://github.com/TiniVi/safehax/releases/tag/r19) + + 如果當機的話,透過電源按鈕將您的主機強制關機,並再試一次 1. 如果一切成功的話,您將自動進入 SafeB9SInstaller ##### 第二節 — 安裝 boot9strap @@ -34,4 +38,4 @@ title: "安裝 boot9strap (透過 Homebrew Launcher)" ___ 繼續至 [完成安裝](finalizing-setup) -{: .notice--primary} +{: .notice--primary} \ No newline at end of file diff --git a/_pages/zh_TW/installing-boot9strap-(mset).txt b/_pages/zh_TW/installing-boot9strap-(mset).txt index 621df55cd5..43eee26adf 100644 --- a/_pages/zh_TW/installing-boot9strap-(mset).txt +++ b/_pages/zh_TW/installing-boot9strap-(mset).txt @@ -9,7 +9,7 @@ title: "安裝 boot9strap (透過 MSET)" * 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) * 任意可在您主機上運行的 DS 燒錄卡 #### 操作說明 @@ -17,9 +17,9 @@ title: "安裝 boot9strap (透過 MSET)" ##### 第一節 — 準備工作 1. 關閉您的主機 -1. 將 SD 卡插入電腦中 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 +1. Insert your SD card into your compute 1. 解壓 Luma3DS `.7z` 內的 `boot.firm` 到 SD 卡的根目錄底下 +1. 解壓 `starter.zip` 中的 _所有內容_ 到 SD 卡的根目錄底下 1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap` 1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 1. 將 SafeB9SInstaller `.zip` 中的 `SafeB9SInstaller.dat` 複製到 SD 卡的根目錄 diff --git a/_pages/zh_TW/installing-boot9strap-(ntrboot).txt b/_pages/zh_TW/installing-boot9strap-(ntrboot).txt index 6103f1a908..b93a2b724d 100644 --- a/_pages/zh_TW/installing-boot9strap-(ntrboot).txt +++ b/_pages/zh_TW/installing-boot9strap-(ntrboot).txt @@ -9,7 +9,7 @@ title: "安裝 boot9strap (透過 ntrboot)" * 最新版的 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * 最新版的 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(正常版的 boot9strap;非 `devkit` 或 `ntr` 檔案)* * 最新版的 [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(`.7z` 檔案)* -* 最新版的 [OCS](https://github.com/Pirater12/ocs/releases/latest) +* 自製軟體[入門套件](http://smealum.github.io/ninjhax2/starter.zip) #### 操作說明 @@ -17,8 +17,8 @@ title: "安裝 boot9strap (透過 ntrboot)" 1. 關閉您的主機 1. 將 SD 卡插入電腦中 -1. 將 `boot.3dsx` (OCS) 複製到 SD 卡根目錄中 1. 將 `SafeB9SInstaller.firm` 複製於 SD 卡中的根目錄,並將其命名為 `boot.firm` +1. 解壓 `starter.zip` 中的 _所有內容_ 到 SD 卡的根目錄底下 1. 在 SD 卡的根目錄底下建立一個新的資料夾 `boot9strap` 1. 解壓 boot9strap `.zip` 的 `boot9strap.firm` 及 `boot9strap.firm.sha` 檔案至 SD 卡的 `/boot9strap/` 資料夾中 diff --git a/_pages/zh_TW/move-emunand.txt b/_pages/zh_TW/move-emunand.txt index 29d20ad798..ca82f3f11d 100644 --- a/_pages/zh_TW/move-emunand.txt +++ b/_pages/zh_TW/move-emunand.txt @@ -32,6 +32,8 @@ title: "移植 EmuNAND" 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 移動至 `[2:] SYSNAND TWLN` -> `title` 1. 在 `00030004` 上按住「R」並同時按下「A」以選取資料夾,並選擇「Copy to 0:/gm9/out」 + 如果您有很多 DSiWare 遊戲的話,本過程可能會耗費一些時間 @@ -62,10 +64,10 @@ title: "移植 EmuNAND" + 移動至為本遊戲所創建的資料夾底下 + 按「Y」貼上 `gbavc.sav` + 按下「Start」鍵重啟您的主機 -1. 開機時按住「Start」鍵啟動 GodMode9 ##### 第四節 — 複製 EmuNAND 至 SysNAND 中 +1. 開機時按住「Start」鍵啟動 GodMode9 1. 移動至 `[E:] EMUNAND VIRTUAL` 1. 透過「A」選取 `nand.bin`,並選擇「NAND image options...」,再選「Restore SysNAND (safe)」 1. 按「A」解鎖 SysNAND 的複寫保護,然後按下提示的按鍵組合 @@ -118,7 +120,6 @@ title: "移植 EmuNAND" ##### 第七節 — 備份 SysNAND 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「Backup SysNAND」 1. 按 「A」 確認 diff --git a/_pages/zh_TW/region-changing.txt b/_pages/zh_TW/region-changing.txt index 0ce468b834..ff24e16bd6 100644 --- a/_pages/zh_TW/region-changing.txt +++ b/_pages/zh_TW/region-changing.txt @@ -57,6 +57,8 @@ title: "區碼變更" 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 移動至 `[0:] SDCARD` -> `gm9` 1. 選擇 CTRTransfer `.bin`,並按「A」選擇 1. 選擇「CTRNAND options...」 @@ -69,7 +71,6 @@ title: "區碼變更" 1. 當提示時,按下「B」取消檔案寫入鎖定 1. 按「B」兩次回到主選單 1. 按「Home」鍵以叫出主選單 -1. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「ctrtransfer_ticket_copy」 1. 當提示時,按下「A」繼續 diff --git a/_pages/zh_TW/site-navigation.txt b/_pages/zh_TW/site-navigation.txt index 6cec07622c..d045321e58 100644 --- a/_pages/zh_TW/site-navigation.txt +++ b/_pages/zh_TW/site-navigation.txt @@ -38,6 +38,7 @@ sitemap: false + [首頁](/zh_TW/) + [Homebrew Launcher (透過 Soundhax)](homebrew-launcher-(soundhax)) + [Homebrew Launcher (透過其他方法)](homebrew-launcher-(alternatives)) ++ [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [安裝 boot9strap (透過網頁瀏覽器)](installing-boot9strap-(browser)) + [安裝 boot9strap (透過 DSiWare 植入遊戲-遊戲清單)](installing-boot9strap-(dsiware-game-injection-list)) + [安裝 boot9strap (透過 DSiWare 植入遊戲)](installing-boot9strap-(dsiware-game-injection)) diff --git a/_pages/zh_TW/uninstall-cfw.txt b/_pages/zh_TW/uninstall-cfw.txt index e3f1fa5266..330b22c61f 100644 --- a/_pages/zh_TW/uninstall-cfw.txt +++ b/_pages/zh_TW/uninstall-cfw.txt @@ -33,8 +33,9 @@ title: "卸載自製韌體" 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇卸載腳本 1. 當提示時,按下「A」繼續 diff --git a/_pages/zh_TW/updating-b9s.txt b/_pages/zh_TW/updating-b9s.txt index 055f604056..7fb4029972 100644 --- a/_pages/zh_TW/updating-b9s.txt +++ b/_pages/zh_TW/updating-b9s.txt @@ -56,8 +56,9 @@ Note that this script will remove the `/boot9strap/` and `/cias/` folders from y 1. 開機時按住「Start」鍵啟動 GodMode9 1. 當提示重要檔案備份時,按下「A」繼續,並在完畢後按下「A」繼續 +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. 選擇「More...」 1. 選擇「Scripts...」 1. 選擇「cleanup_sd_card」 1. 當提示時,按下「A」繼續