diff --git a/_pages/ar_SA/dsidumper.txt b/_pages/ar_SA/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/ar_SA/dsidumper.txt +++ b/_pages/ar_SA/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ar_SA/finalizing-setup.txt b/_pages/ar_SA/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/ar_SA/finalizing-setup.txt +++ b/_pages/ar_SA/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ar_SA/formatting-sd-(linux).txt b/_pages/ar_SA/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/ar_SA/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ar_SA/formatting-sd-(mac).txt b/_pages/ar_SA/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/ar_SA/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ar_SA/formatting-sd-(windows).txt b/_pages/ar_SA/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/ar_SA/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ar_SA/home.txt b/_pages/ar_SA/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/ar_SA/home.txt +++ b/_pages/ar_SA/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/ar_SA/homebrew-launcher-(steelhax).txt b/_pages/ar_SA/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/ar_SA/homebrew-launcher-(steelhax).txt +++ b/_pages/ar_SA/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ar_SA/site-navigation.txt b/_pages/ar_SA/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/ar_SA/site-navigation.txt +++ b/_pages/ar_SA/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/ca_ES/dsidumper.txt b/_pages/ca_ES/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/ca_ES/dsidumper.txt +++ b/_pages/ca_ES/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ca_ES/finalizing-setup.txt b/_pages/ca_ES/finalizing-setup.txt index 7b921f1338..a4ce633e3b 100644 --- a/_pages/ca_ES/finalizing-setup.txt +++ b/_pages/ca_ES/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ca_ES/formatting-sd-(linux).txt b/_pages/ca_ES/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/ca_ES/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ca_ES/formatting-sd-(mac).txt b/_pages/ca_ES/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/ca_ES/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ca_ES/formatting-sd-(windows).txt b/_pages/ca_ES/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/ca_ES/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ca_ES/home.txt b/_pages/ca_ES/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/ca_ES/home.txt +++ b/_pages/ca_ES/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/ca_ES/homebrew-launcher-(steelhax).txt b/_pages/ca_ES/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/ca_ES/homebrew-launcher-(steelhax).txt +++ b/_pages/ca_ES/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ca_ES/site-navigation.txt b/_pages/ca_ES/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/ca_ES/site-navigation.txt +++ b/_pages/ca_ES/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/cs_CZ/dsidumper.txt b/_pages/cs_CZ/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/cs_CZ/dsidumper.txt +++ b/_pages/cs_CZ/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/cs_CZ/finalizing-setup.txt b/_pages/cs_CZ/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/cs_CZ/finalizing-setup.txt +++ b/_pages/cs_CZ/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/cs_CZ/formatting-sd-(linux).txt b/_pages/cs_CZ/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/cs_CZ/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/cs_CZ/formatting-sd-(mac).txt b/_pages/cs_CZ/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/cs_CZ/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/cs_CZ/formatting-sd-(windows).txt b/_pages/cs_CZ/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/cs_CZ/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/cs_CZ/home.txt b/_pages/cs_CZ/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/cs_CZ/home.txt +++ b/_pages/cs_CZ/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/cs_CZ/homebrew-launcher-(steelhax).txt b/_pages/cs_CZ/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/cs_CZ/homebrew-launcher-(steelhax).txt +++ b/_pages/cs_CZ/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/cs_CZ/site-navigation.txt b/_pages/cs_CZ/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/cs_CZ/site-navigation.txt +++ b/_pages/cs_CZ/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/de_DE/dsidumper.txt b/_pages/de_DE/dsidumper.txt index d3053d86b6..9762798a6c 100644 --- a/_pages/de_DE/dsidumper.txt +++ b/_pages/de_DE/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Inhalt" %} - -### Lesen erforderlich - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### Was du brauchst - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Schritt I - Vorbereitungen - -1. Schalte deinen 3DS aus -1. Stecke deine SD-Karte in deinen Computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Stecke deine SD-Karte nun wieder in deinen 3DS -1. Schalte deine Konsole an - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/de_DE/finalizing-setup.txt b/_pages/de_DE/finalizing-setup.txt index 0c6bf8c6db..b58d4bfa70 100644 --- a/_pages/de_DE/finalizing-setup.txt +++ b/_pages/de_DE/finalizing-setup.txt @@ -177,7 +177,7 @@ Du kannst nun (L) + (Steuerkreuz unten) + (Select) drücken, während das System {% capture notice-6 %} Wenn du eine größere SD-Karte verwenden möchtest, musst du diese nur in FAT32 formatieren und die Dateien von der alten SD-Karte auf die neue, größere verschieben. -Wenn deine neue SD-Karte größer als 32GB ist, benötigst du zum Formatieren andere Programme, wie [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) für Windows, [gparted](http://gparted.org/download.php) für Linux, oder [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) für Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/de_DE/formatting-sd-(linux).txt b/_pages/de_DE/formatting-sd-(linux).txt new file mode 100644 index 0000000000..2ca71d3147 --- /dev/null +++ b/_pages/de_DE/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Inhalt" %} + +### Lesen erforderlich + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Diese Seite ist nur für Linux-Nutzer gedacht. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Anleitung +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/de_DE/formatting-sd-(mac).txt b/_pages/de_DE/formatting-sd-(mac).txt new file mode 100644 index 0000000000..3d3780fa38 --- /dev/null +++ b/_pages/de_DE/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Inhalt" %} + +### Lesen erforderlich + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Diese Seite ist nur für macOS-Nutzer. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Anleitung + +#### OS X El Capitan (10.11) and later + +1. Stecke deine SD-Karte in deinen Computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Stecke deine SD-Karte in deinen Computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/de_DE/formatting-sd-(windows).txt b/_pages/de_DE/formatting-sd-(windows).txt new file mode 100644 index 0000000000..aa6be6dc5d --- /dev/null +++ b/_pages/de_DE/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Inhalt" %} + +### Lesen erforderlich + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Diese Seite ist nur für Windowsnutzer gedacht. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Was du brauchst + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Anleitung + +1. Stecke deine SD-Karte in deinen Computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/de_DE/home.txt b/_pages/de_DE/home.txt index 0d36dc7f2d..afae19f713 100644 --- a/_pages/de_DE/home.txt +++ b/_pages/de_DE/home.txt @@ -82,7 +82,7 @@ Für eine Liste aller berechneten sighax-Signaturen, siehe in [diesem gist](http + 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). + Deine Konsole während des gesamten Prozesses mit dem Ladekabel aufzuladen vermeidet Datenverluste oder Schäden durch unerwartetes Ausschalten! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/de_DE/homebrew-launcher-(steelhax).txt b/_pages/de_DE/homebrew-launcher-(steelhax).txt index 2b213715d5..65ec1b9a69 100644 --- a/_pages/de_DE/homebrew-launcher-(steelhax).txt +++ b/_pages/de_DE/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Inhalt" %} - -### Lesen erforderlich - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Was du brauchst - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Anleitung - -#### Schritt I - Vorbereitungen - -1. Erstelle einen Ordner namens `3ds` im Stammverzeichnis deiner SD-Karte falls er noch nicht existiert -1. Kopiere die `boot.3dsx`-Datei in das Stammverzeichnis deiner SD-Karte -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Schalte deinen 3DS aus -1. Stecke deine SD-Karte in deinen Computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Stecke deine SD-Karte nun wieder in deinen 3DS -1. Schalte deine Konsole an -1. Launch "Steel Diver: Sub Wars" -1. Wenn der Exploit erfolgreich war, wird der Homebrew Launcher gestartet - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/de_DE/site-navigation.txt b/_pages/de_DE/site-navigation.txt index 124c7cc6e2..a17bbea0ec 100644 --- a/_pages/de_DE/site-navigation.txt +++ b/_pages/de_DE/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Kartenupdate](cart-update) + [Danksagungen](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Spenden](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [ntrboot flashen (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [ntrboot flashen (DSi)](flashing-ntrboot-(dsi)) + [ntrboot flashen (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Los geht's](get-started) + [GodMode9 Bedienung](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternativen)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installation von boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installation von boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installation von boot9strap (MSET)](installing-boot9strap-(mset)) + [Installation von boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installation von boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNAND verschieben](move-emunand) + [ntrboot](ntrboot) + [Wechseln der Region](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Problembehandlung](troubleshooting) + [CFW deinstallieren](uninstall-cfw) + [B9S updaten](updating-b9s) diff --git a/_pages/el_GR/dsidumper.txt b/_pages/el_GR/dsidumper.txt index 38ce18513d..9762798a6c 100644 --- a/_pages/el_GR/dsidumper.txt +++ b/_pages/el_GR/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Πίνακας περιεχομένων" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/el_GR/finalizing-setup.txt b/_pages/el_GR/finalizing-setup.txt index 2975bc2e74..781d77a720 100644 --- a/_pages/el_GR/finalizing-setup.txt +++ b/_pages/el_GR/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/el_GR/formatting-sd-(linux).txt b/_pages/el_GR/formatting-sd-(linux).txt new file mode 100644 index 0000000000..546b6e2036 --- /dev/null +++ b/_pages/el_GR/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Πίνακας περιεχομένων" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Αυτή η σελίδα είναι μόνο για χρήστες Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/el_GR/formatting-sd-(mac).txt b/_pages/el_GR/formatting-sd-(mac).txt new file mode 100644 index 0000000000..fed68156e2 --- /dev/null +++ b/_pages/el_GR/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Πίνακας περιεχομένων" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Αυτή η σελίδα είναι μόνο για χρήστες Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Εισάγετε την κάρτα SD στον υπολογιστή σας +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Εισάγετε την κάρτα SD στον υπολογιστή σας +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/el_GR/formatting-sd-(windows).txt b/_pages/el_GR/formatting-sd-(windows).txt new file mode 100644 index 0000000000..7459fd74c9 --- /dev/null +++ b/_pages/el_GR/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Πίνακας περιεχομένων" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Αυτή η σελίδα είναι μόνο για χρήστες Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Εισάγετε την κάρτα SD στον υπολογιστή σας +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/el_GR/home.txt b/_pages/el_GR/home.txt index 784f145e95..5385771137 100644 --- a/_pages/el_GR/home.txt +++ b/_pages/el_GR/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + Εάν όλα πάνε σύμφωνα με το σχέδιο, δεν θα χάσετε τα δεδομένα σας και θα καταλήξετε με όλα όσα ξεκινήσατε (παιχνίδια, NNID, saves, κλπ. θα διατηρηθούν). + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/el_GR/homebrew-launcher-(steelhax).txt b/_pages/el_GR/homebrew-launcher-(steelhax).txt index 7671af852d..65ec1b9a69 100644 --- a/_pages/el_GR/homebrew-launcher-(steelhax).txt +++ b/_pages/el_GR/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Πίνακας περιεχομένων" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Εισάγετε την κάρτα SD στον υπολογιστή σας -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/el_GR/site-navigation.txt b/_pages/el_GR/site-navigation.txt index 7a87ff61bf..c4fb91150c 100644 --- a/_pages/el_GR/site-navigation.txt +++ b/_pages/el_GR/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Ευχαριστίες](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Δωρεές](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Ας αρχίσουμε](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Εναλλακτικές)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Μετακίνηση της EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Αλλαγή Περιοχής](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Αντιμετώπιση Προβλημάτων](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/en_PT/dsidumper.txt b/_pages/en_PT/dsidumper.txt index e59b211350..9762798a6c 100644 --- a/_pages/en_PT/dsidumper.txt +++ b/_pages/en_PT/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off ye device -1. Insert ye SD card into ye computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert ye SD card into ye device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/en_PT/finalizing-setup.txt b/_pages/en_PT/finalizing-setup.txt index 5f2381ddb2..3141663353 100644 --- a/_pages/en_PT/finalizing-setup.txt +++ b/_pages/en_PT/finalizing-setup.txt @@ -177,7 +177,7 @@ Ye can now be pressin' (L) + (Down) + (Select) while ye device be booted up to o {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/en_PT/formatting-sd-(linux).txt b/_pages/en_PT/formatting-sd-(linux).txt new file mode 100644 index 0000000000..4032201938 --- /dev/null +++ b/_pages/en_PT/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +'Tis page be fer Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/en_PT/formatting-sd-(mac).txt b/_pages/en_PT/formatting-sd-(mac).txt new file mode 100644 index 0000000000..58d92032c8 --- /dev/null +++ b/_pages/en_PT/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +'Tis page be fer Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert ye SD card into ye computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert ye SD card into ye computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/en_PT/formatting-sd-(windows).txt b/_pages/en_PT/formatting-sd-(windows).txt new file mode 100644 index 0000000000..0131931896 --- /dev/null +++ b/_pages/en_PT/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +'Tis page be fer Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert ye SD card into ye computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/en_PT/home.txt b/_pages/en_PT/home.txt index ccba79c8d0..96202328ae 100644 --- a/_pages/en_PT/home.txt +++ b/_pages/en_PT/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + If everythin' goes accordin' to plan, ye gunna lose no data 'n be endin' up wit' everythin' that ye started wit' (games, NNID, saves, etc gunna be preserved). + Keep ye device plugged in 'n charged throughout th' entire process to avoid data loss or damage from an unexpected power-off! + Ye SD card should be [MBR, not GPT](http://www.howtogeek.com/245610/) (th' SD card that comes wit' ye device gunna be MBR by default). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/en_PT/homebrew-launcher-(steelhax).txt b/_pages/en_PT/homebrew-launcher-(steelhax).txt index 0551527e45..65ec1b9a69 100644 --- a/_pages/en_PT/homebrew-launcher-(steelhax).txt +++ b/_pages/en_PT/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off ye device -1. Insert ye SD card into ye computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert ye SD card into ye device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/en_PT/site-navigation.txt b/_pages/en_PT/site-navigation.txt index a62a687660..ae5c080681 100644 --- a/_pages/en_PT/site-navigation.txt +++ b/_pages/en_PT/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Gimme Ye Gold](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installin' boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installin' boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installin' boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changin'](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshootin'](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updatin' B9S](updating-b9s) diff --git a/_pages/es_ES/dsidumper.txt b/_pages/es_ES/dsidumper.txt index 389b1bc7c3..9762798a6c 100644 --- a/_pages/es_ES/dsidumper.txt +++ b/_pages/es_ES/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Tabla de contenidos" %} - -### Lectura requerida - -Para volcar el DSiWare de sistema, utilizamos un exploit de homebrew launcher existente. - -Si durante esta guía te encontraste con una aplicación de Configuración de internet de DS que no funciona, sigue [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) antes de continuar - -### Qué necesitas - -* Tu archivo `movable.sed` proveniente de haber completado [Seedminer](seedminer) -* La última versión de [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Sección I - Preparativos - -1. Apaga tu consola -1. Inserta tu tarjeta SD en tu computadora -1. Copia tu archivo `movable.sed` a la raíz de tu tarjeta SD -1. Copia `DSiWare_Dump.3dsx` a la carpeta `/3ds/` en tu tarjeta SD -1. Vuelve a insertar tu tarjeta SD en tu consola -1. Enciende tu consola - -#### Sección II - Volcado de DSiWare - -1. Abre el Homebrew Launcher usando cualquier método -1. Inicia DSiWare Dumper desde la lista de homebrew - + Esto volcará una aplicación DSiWare a la raíz de la SD - + Es normal ver varios errores. -1. Cuando muestra "Success", este es el archivo que usarás para la copia de seguridad de DSiWare más adelante en la guía - -Continúa en [Instalar boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/es_ES/finalizing-setup.txt b/_pages/es_ES/finalizing-setup.txt index c54cf1fb54..62839b11f8 100644 --- a/_pages/es_ES/finalizing-setup.txt +++ b/_pages/es_ES/finalizing-setup.txt @@ -177,7 +177,7 @@ Ahora puedes presionar (L) + (Abajo) + (Select) al encender la consola para abri {% capture notice-6 %} Si quisieras actualizar a una tarjeta SD de mayor capacidad, todo lo que debes hacer es formatearla como FAT32 para luego copiar y pegar el contenido de la tarjeta SD antigua en la tarjeta SD nueva. -Si tu nueva tarjeta SD tiene una capacidad superior a 32GB, deberás usar una herramienta de formateo distinta, como [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) para Windows, [gparted](http://gparted.org/download.php) para Linux, o la [Utilidad de Discos](https://support.apple.com/es-cl/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) para Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/es_ES/formatting-sd-(linux).txt b/_pages/es_ES/formatting-sd-(linux).txt new file mode 100644 index 0000000000..79f2c3b091 --- /dev/null +++ b/_pages/es_ES/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Tabla de contenidos" %} + +### Lectura requerida + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página es solo para usuarios de Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instrucciones +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/es_ES/formatting-sd-(mac).txt b/_pages/es_ES/formatting-sd-(mac).txt new file mode 100644 index 0000000000..2ef6224469 --- /dev/null +++ b/_pages/es_ES/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Tabla de contenidos" %} + +### Lectura requerida + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página es sólo para usuarios de Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instrucciones + +#### OS X El Capitan (10.11) and later + +1. Inserta tu tarjeta SD en tu computadora +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Inserta tu tarjeta SD en tu computadora +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/es_ES/formatting-sd-(windows).txt b/_pages/es_ES/formatting-sd-(windows).txt new file mode 100644 index 0000000000..e71c327e0d --- /dev/null +++ b/_pages/es_ES/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Tabla de contenidos" %} + +### Lectura requerida + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página es sólo para usuarios de Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Qué necesitas + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instrucciones + +1. Inserta tu tarjeta SD en tu computadora +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/es_ES/home.txt b/_pages/es_ES/home.txt index 1bf8853092..e1936820ed 100644 --- a/_pages/es_ES/home.txt +++ b/_pages/es_ES/home.txt @@ -82,7 +82,7 @@ Para una lista de cada una de las firmas calculadas de sighax, echa un vistazo a + 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! + 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). La manera más fácil de comprobar esto es ver si la tarjeta funciona en tu 3DS. Si funciona, la tarjeta es MBR. -+ Si necesitas formatear una tarjeta SD nueva, puedes usar [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) y poner 32K (32768) como tamaño de unidad de asignación. If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + La Old 2DS es esencialmente idéntica a la Old 3DS en términos de software, mientras que la New 2DS es esencialmente idéntica a la New 3DS en términos de software. Cualquier paso que diga "Old 3DS" también aplican a la Old 2DS, y cualquier paso que diga "New 3DS" también aplica a la New 2DS. ___ diff --git a/_pages/es_ES/homebrew-launcher-(steelhax).txt b/_pages/es_ES/homebrew-launcher-(steelhax).txt index 33fb970194..65ec1b9a69 100644 --- a/_pages/es_ES/homebrew-launcher-(steelhax).txt +++ b/_pages/es_ES/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Tabla de contenidos" %} - -### Lectura requerida - -Este método de uso de Seedminer, para hacer un mejor exploit, utiliza tu archivo `movable.sed` para obtener acceso al Homebrew Launcher por medio del exploit Steelhax, tras lo cual inyectar un juego vulnerable de DSiWare en la aplicación de Modo Descarga de DS. Este método requiere que poseas de antemano (o que descargues) el juego gratuito "Steel Divers: Sub Wars" desde la eShop. - -Si tu consola ya posee acceso al Homebrew Launcher (ya sea a través de Steelhax o de otro exploit), puedes saltarte a [DSiWare Dumper](dsidumper). -{: .notice--success} - -Si ya tenías Steel Diver: Sub Wars, ¡este proceso sobreescribirá tu archivo de guardado! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Qué necesitas - -* El juego gratuito "Steel Diver: Sub Wars" de la eShop -* Tu archivo `movable.sed` proveniente de haber completado [Seedminer](seedminer) -* La última versión [del Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* La última versión de [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* El [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(correspondiente a tu región y versión del sistema)* - -### Instrucciones - -#### Sección I - Preparativos - -1. Crea una carpeta llamada `3ds` en la raíz de tu tarjeta SD, si aún no existe -1. Copia `boot.3dsx` a la raíz de tu tarjeta SD -1. Copia la carpeta `steelhax` del archivo `Steelhax-release.zip` a la raíz de tu tarjeta SD -1. Copia el otherapp payload a la carpeta `steelhax` en tu tarjeta SD y cambia su nombre a `payload.bin` - -#### Sección II - Steelminer - -1. Inserta tu tarjeta SD en tu consola -1. Inicia "Steel Diver: Sub Wars" y selecciona un Mii para crear un archivo de guardado - + Rechaza la actualización del juego cuando lo pregunte - + Si ya has actualizado el juego, usa el menú de Gestión de datos en la Configuración de la consola para eliminar la actualización -1. Sal de "Steel Diver: Sub Wars" -1. Apaga tu consola -1. Inserta tu tarjeta SD en tu computadora -1. Abre [el sitio web de inyección de Steelminer](https://seedminer.hacks.guide/steelhax/) en tu computadora -1. Selecciona tu archivo `movable.sed` -1. Selecciona "Start!" -1. Espera a que el procesos se complete -1. Ve a `Nintendo 3DS` -> `` -> `` -> `title` -> `00040000` -> `` -> `data` en tu tarjeta SD - + **Región EUR**: `000d7e00` - + **Región JPN**: `000d7c00` - + **Región USA**: `000d7d00` -1. Copia el nuevo archivo de guardado que descargaste en la carpeta `data` en tu tarjeta SD - + Sobreescribe el archivo anterior cuando te lo pida -1. Vuelve a insertar tu tarjeta SD en tu consola -1. Enciende tu consola -1. Inicia "Steel Diver: Sub Wars" -1. Si el exploit fue exitoso, tu consola habrá cargado el Hombrew Launcher - + Es posible que aparezca un error diciendo que no se han encontrado aplicaciones. -1. Apaga tu consola. - -___ - -### Continúa a [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/es_ES/site-navigation.txt b/_pages/es_ES/site-navigation.txt index a36a931083..b3596aef7d 100644 --- a/_pages/es_ES/site-navigation.txt +++ b/_pages/es_ES/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Actualizar con cartucho](cart-update) + [Créditos](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donaciones](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashear ntrboot (Dos consolas 3DS)](flashing-ntrboot-(3ds-multi-system)) + [Flashear ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashear ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Comencemos](get-started) + [Usos de GodMode9](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (alternativas)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Instalar boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Instalar boot9strap (Navegador)](installing-boot9strap-(browser)) + [Instalar boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Instalar boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Instalar boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Instalar boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Instalar boot9strap (MSET)](installing-boot9strap-(mset)) + [Instalar boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Instalar boot9strap (SafeB9SInstaller)](installing-boot9strap-(Safeb9sInstaller)) + [Instalar boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Instalar boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Mover EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Cambio de Región](region-changing) + [Seedminer](seedminer) -+ [Métodos Seedminer anteriores](legacy-methods) + [Solución de Problemas](troubleshooting) + [Desinstalar CFW](uninstall-cfw) + [Actualizar B9S](updating-b9s) diff --git a/_pages/fi_FI/dsidumper.txt b/_pages/fi_FI/dsidumper.txt index 948dacaed5..9762798a6c 100644 --- a/_pages/fi_FI/dsidumper.txt +++ b/_pages/fi_FI/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Sisällysluettelo" %} - -### Tärkeää tietoa - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### Tarpeet - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Vaihe I – Valmistelut - -1. Sammuta konsolisi -1. Aseta SD-korttisi tietokoneeseesi -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Aseta SD-korttisi takaisin konsoliisi -1. Käynnistä konsolisi - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/fi_FI/finalizing-setup.txt b/_pages/fi_FI/finalizing-setup.txt index 34e73ef61f..d2d8b17493 100644 --- a/_pages/fi_FI/finalizing-setup.txt +++ b/_pages/fi_FI/finalizing-setup.txt @@ -177,7 +177,7 @@ Voit nyt käyttää (L) + (ALAS) + (SELECT) -painikeyhdistelmää, kun konsolisi {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/fi_FI/formatting-sd-(linux).txt b/_pages/fi_FI/formatting-sd-(linux).txt new file mode 100644 index 0000000000..af0b49e479 --- /dev/null +++ b/_pages/fi_FI/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Sisällysluettelo" %} + +### Tärkeää tietoa + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Tämä sivu on vain Linux-käyttäjille. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Ohjeet +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/fi_FI/formatting-sd-(mac).txt b/_pages/fi_FI/formatting-sd-(mac).txt new file mode 100644 index 0000000000..9a11ff702e --- /dev/null +++ b/_pages/fi_FI/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Sisällysluettelo" %} + +### Tärkeää tietoa + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Tämä sivu on vain Mac-käyttäjille. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Ohjeet + +#### OS X El Capitan (10.11) and later + +1. Aseta SD-korttisi tietokoneeseesi +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Aseta SD-korttisi tietokoneeseesi +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/fi_FI/formatting-sd-(windows).txt b/_pages/fi_FI/formatting-sd-(windows).txt new file mode 100644 index 0000000000..aea9ffe748 --- /dev/null +++ b/_pages/fi_FI/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Sisällysluettelo" %} + +### Tärkeää tietoa + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Tämä sivu on vain Windows-käyttäjille. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Tarpeet + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Ohjeet + +1. Aseta SD-korttisi tietokoneeseesi +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/fi_FI/home.txt b/_pages/fi_FI/home.txt index 7c2021cbd0..7de35c55ec 100644 --- a/_pages/fi_FI/home.txt +++ b/_pages/fi_FI/home.txt @@ -82,7 +82,7 @@ Luettelon kaikista lasketuista sighaxin allekirjoituksista löydät [tästä gis + 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! + SD-korttisi osiointimallin on oltava [MBR, ei GPT](http://www.howtogeek.com/245610/) (konsolin mukana tulevassa kortissa se on oletuksena MBR). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/fi_FI/homebrew-launcher-(steelhax).txt b/_pages/fi_FI/homebrew-launcher-(steelhax).txt index 5336130447..65ec1b9a69 100644 --- a/_pages/fi_FI/homebrew-launcher-(steelhax).txt +++ b/_pages/fi_FI/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Sisällysluettelo" %} - -### Tärkeää tietoa - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Tarpeet - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Ohjeet - -#### Vaihe I – Valmistelut - -1. Luo `3ds`‑niminen kansio SD‑korttisi juureen, jos sitä ei jo ole olemassa -1. Kopioi `boot.3dsx` SD-korttisi juureen -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Sammuta konsolisi -1. Aseta SD-korttisi tietokoneeseesi -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Aseta SD-korttisi takaisin konsoliisi -1. Käynnistä konsolisi -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/fi_FI/site-navigation.txt b/_pages/fi_FI/site-navigation.txt index 052ed7d97c..096e8ffacc 100644 --- a/_pages/fi_FI/site-navigation.txt +++ b/_pages/fi_FI/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Korttipäivitys](cart-update) + [Kiitokset](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Lahjoitukset](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Ntrbootin asentaminen (monta 3DS:ää)](flashing-ntrboot-(3ds-multi-system)) + [Ntrbootin asentaminen (DSi)](flashing-ntrboot-(dsi)) + [Ntrbootin asentaminen (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Aloitus](get-started) + [GodMode9:n käyttäminen](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (muut käynnistystavat)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Boot9strapin asentaminen (selain)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Boot9strapin asentaminen (laitteistomodaus)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Boot9strapin asentaminen (MSET)](installing-boot9strap-(mset)) + [Boot9strapin asentaminen (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNANDin siirtäminen](move-emunand) + [ntrboot](ntrboot) + [Alueen vaihtaminen](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Vianmääritys](troubleshooting) + [CFW:n poistaminen](uninstall-cfw) + [B9S:n päivittäminen](updating-b9s) diff --git a/_pages/fr_FR/dsidumper.txt b/_pages/fr_FR/dsidumper.txt index d25e666084..9762798a6c 100644 --- a/_pages/fr_FR/dsidumper.txt +++ b/_pages/fr_FR/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table des matières" %} - -### Lecture requise - -Pour dumper les DSiWare système, nous utilisons un exploit existant du homebrew launcher. - -Si pendant que vous suiviez le guide, vous vous êtes aperçus que votre application Connexions Nintendo DS ne fonctionnait pas, suivez [TWLFix pour Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) avant de continuer - -## Ce dont vous avez besoin - -* Votre fichier `movable.sed` obtenu grâce à [Seedminer](seedminer) -* La dernière version de [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Préparatifs - -1. Éteignez votre 3DS -1. Insérez votre carte SD dans votre ordinateur -1. Copiez votre fichier `movable.sed` à la racine de votre carte SD -1. Copiez `DSiWare_Dump.3dsx` vers le dossier `/3ds/` de votre carte SD -1. Réinsérez votre carte SD dans votre 3DS -1. Allumez à présent votre 3DS - -#### Section II - Dump du DSiWare - -1. Ouvrez le Homebrew Launcher en utilisant n'importe quelle méthode -1. Lancez DSiWare Dumper de la liste des homebrews - + Ceci va dumper une application DSiWare à la racine de votre carte SD - + Il est normal que cela échoue plusieurs fois. -1. Quand "Success" s'affichera, vous aurez le fichier que vous utiliserez pour copier le DSiWare plus tard dans le guide - -Continuez vers [Installation de boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/fr_FR/finalizing-setup.txt b/_pages/fr_FR/finalizing-setup.txt index ffcf400c14..93a1e9c6af 100644 --- a/_pages/fr_FR/finalizing-setup.txt +++ b/_pages/fr_FR/finalizing-setup.txt @@ -177,7 +177,7 @@ Vous pouvez maintenant appuyer simultanément sur (L) + (Bas) + (Select) pour d {% capture notice-6 %} Si vous voulez changer votre carte SD pour une plus grande capacité, il vous suffit de formater la nouvelle carte SD en FAT32 puis de copier-coller tout le contenu de l'ancienne SD vers la nouvelle. -Si votre nouvelle carte SD fait plus de 32 Go, vous devrez utiliser un outil spécifique pour la formater, comme [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) pour Windows, [gparted](http://gparted.org/download.php) pour Linux, ou [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) pour Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/fr_FR/formatting-sd-(linux).txt b/_pages/fr_FR/formatting-sd-(linux).txt new file mode 100644 index 0000000000..7799541996 --- /dev/null +++ b/_pages/fr_FR/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table des matières" %} + +### Lecture requise + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Cette page est uniquement destinée aux utilisateurs de Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/fr_FR/formatting-sd-(mac).txt b/_pages/fr_FR/formatting-sd-(mac).txt new file mode 100644 index 0000000000..0d86953752 --- /dev/null +++ b/_pages/fr_FR/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table des matières" %} + +### Lecture requise + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Cette page est pour les utilisateurs de Mac uniquement. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insérez votre carte SD dans votre ordinateur +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insérez votre carte SD dans votre ordinateur +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/fr_FR/formatting-sd-(windows).txt b/_pages/fr_FR/formatting-sd-(windows).txt new file mode 100644 index 0000000000..900115238e --- /dev/null +++ b/_pages/fr_FR/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table des matières" %} + +### Lecture requise + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Cette page est pour les utilisateurs de Windows uniquement. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +## Ce dont vous avez besoin + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insérez votre carte SD dans votre ordinateur +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/fr_FR/home.txt b/_pages/fr_FR/home.txt index 4632cc77f5..bcd28361c3 100644 --- a/_pages/fr_FR/home.txt +++ b/_pages/fr_FR/home.txt @@ -83,7 +83,7 @@ Personnalisez votre Menu Home avec des [thèmes et écrans d'accueil créés par + 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! + Votre carte SD doit être en [MBR, pas GPT](http://www.howtogeek.com/245610/) (la carte SD fournie avec la console est en MBR par défaut). La façon la plus simple de vérifier que la carte SD est bien en MBR est de s'assurer que la carte SD fonctionne dans votre 3DS. Si elle fonctionne, votre carte SD est en MBR. -+ Si vous devez formater une carte SD neuve, vous pouvez utiliser [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) et choisir une taille d'unité d'allocation ("Allocation Unit Size") de 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + La Old 2DS est essentiellement identique à la Old 3DS pour ce qui est du logiciel, tandis que la New 2DS est essentiellement identique à la New 3DS pour ce qui est du logiciel. Toute étape mentionnant "Old 3DS" s'applique également à la Old 2DS, et toute étape mentionnant "New 3DS" s'applique également à la New 2DS. ___ diff --git a/_pages/fr_FR/homebrew-launcher-(steelhax).txt b/_pages/fr_FR/homebrew-launcher-(steelhax).txt index 52f382d4d7..65ec1b9a69 100644 --- a/_pages/fr_FR/homebrew-launcher-(steelhax).txt +++ b/_pages/fr_FR/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table des matières" %} - -### Lecture requise - -Cette méthode d'utilisation de Seedminer pour une exploitation ultérieure utilise votre fichier `movable.sed` pour accéder à l'Homebrew Launcher en utilisant l'exploit Steelhax pour injecter un titre DSiWare exploitable dans l'application Mode téléchargement. Cette méthode requiert que vous possédiez (ou téléchargiez) le jeu gratuit "Steel Diver: Sub Wars" depuis l'eShop. - -Si votre console a déjà accès à l'Homebrew Launcher (que ce soit via Steelhax ou un autre exploit), vous pouvez passer à [DSiWare Dumper](dsidumper)). -{: .notice--success} - -Si vous avez déjà Steel Diver: Sub Wars, ce processus écrasera votre fichier de sauvegarde du jeu ! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -## Ce dont vous avez besoin - -* Le jeu eShop gratuit "Steel Diver: Sub Wars" depuis l'eShop -* Votre fichier `movable.sed` obtenu grâce à [Seedminer](seedminer) -* La dernière version de [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* La dernière version de [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* Le [payload otherapp](https://deadphoenix8091.github.io/3ds/#otherapp) *(en fonction de votre région et de votre version)* - -### Instructions - -#### Section I - Préparatifs - -1. Créez un dossier nommé `3ds` à la racine de votre carte SD si celui ci n'existe pas -1. Copiez `boot.3dsx` à la racine de votre carte SD -1. Copiez le dossier `steelhax` qui se trouve dans `Steelhax-release.zip` à la racine de votre carte SD -1. Copiez le payload otherapp vers le dossier `steelhax` sur votre carte SD et renommez-le `payload.bin` - -#### Section II - Steelminer - -1. Insérez votre carte SD dans votre 3DS -1. Lancez "Steel Diver: Sub Wars" une fois et sélectionnez un Mii afin d'initialiser votre fichier de sauvegarde - + Refusez la mise à jour du jeu lorsque cela vous sera demandé - + Si vous avez déjà mis à jour le jeu, utilisez le menu Gestion des données des Paramètres de la console afin de supprimer la mise à jour -1. Quittez "Steel Diver: Sub Wars" -1. Éteignez votre 3DS -1. Insérez votre carte SD dans votre ordinateur -1. Ouvrez le [site web de Steelminer Injector](https://seedminer.hacks.guide/steelhax/) sur votre ordinateur -1. Sélectionnez votre fichier `movable.sed` -1. Sélectionnez "Start!" -1. Attendez la fin de l'opération -1. Naviguez vers `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` sur votre carte SD - + **Région EUR** : `000d7e00` - + **Région JPN** : `000d7c00` - + **Région USA** : `000d7d00` -1. Copiez le nouveau fichier de sauvegarde téléchargé vers le dossier `data` sur votre carte SD - + Remplacez l'ancien fichier de sauvegarde lorsque cela vous sera demandé -1. Réinsérez votre carte SD dans votre 3DS -1. Allumez à présent votre 3DS -1. Lancez "Steel Diver: Sub Wars" -1. Si l'exploit a réussi, votre console devrait avoir démarré l'Homebrew Launcher - + Vous pouvez voir une erreur indiquant qu'il n'y a pas d'applications trouvées. -1. Éteignez votre console. - -___ - -### Continuer vers [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/fr_FR/site-navigation.txt b/_pages/fr_FR/site-navigation.txt index 403ad89307..ef1ebdff5e 100644 --- a/_pages/fr_FR/site-navigation.txt +++ b/_pages/fr_FR/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Mise à jour par cartouche](cart-update) + [Crédits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Dons](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flasher ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flasher ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flasher ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Bien démarrer](get-started) + [Utilisation de GodMode9](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Méthodes Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installation de boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installation de boot9strap (Browser)](installing-boot9strap-(browser)) + [Installation de boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installation de boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installation de boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installation de boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installation de boot9strap (MSET)](installing-boot9strap-(mset)) + [Installation de boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installation de boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installation de boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installation de boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Transférer une EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Changement de Région](region-changing) + [Seedminer](seedminer) -+ [Anciennes Méthodes de Seedminer](legacy-methods) + [Dépannage](troubleshooting) + [Désinstallation du CFW](uninstall-cfw) + [Mettre à jour B9S](updating-b9s) diff --git a/_pages/he_IL/dsidumper.txt b/_pages/he_IL/dsidumper.txt index 2dc5e57f11..9762798a6c 100644 --- a/_pages/he_IL/dsidumper.txt +++ b/_pages/he_IL/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="תוכן העניינים" %} - -### קריאה דרושה - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### חלק I - הכנות - -1. תכבו את המכשיר -1. תכניסו את ה-SD שלכם למחשב -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם -1. תפעילו את המכשיר - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/he_IL/finalizing-setup.txt b/_pages/he_IL/finalizing-setup.txt index 699cc3bb50..d227c21958 100644 --- a/_pages/he_IL/finalizing-setup.txt +++ b/_pages/he_IL/finalizing-setup.txt @@ -177,7 +177,7 @@ This will update the Luma3DS files on your SD card and in CTRNAND, which is what {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/he_IL/formatting-sd-(linux).txt b/_pages/he_IL/formatting-sd-(linux).txt new file mode 100644 index 0000000000..233b304796 --- /dev/null +++ b/_pages/he_IL/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="תוכן העניינים" %} + +### קריאה דרושה + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +עמוד זה נועד רק עבור משתמשי לינוקס. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### הנחיות +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/he_IL/formatting-sd-(mac).txt b/_pages/he_IL/formatting-sd-(mac).txt new file mode 100644 index 0000000000..7e9898dc9d --- /dev/null +++ b/_pages/he_IL/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="תוכן העניינים" %} + +### קריאה דרושה + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +עמוד זה נועד רק עבור משתמשי Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### הנחיות + +#### OS X El Capitan (10.11) and later + +1. תכניסו את ה-SD שלכם למחשב +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. תכניסו את ה-SD שלכם למחשב +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/he_IL/formatting-sd-(windows).txt b/_pages/he_IL/formatting-sd-(windows).txt new file mode 100644 index 0000000000..e3a6089330 --- /dev/null +++ b/_pages/he_IL/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="תוכן העניינים" %} + +### קריאה דרושה + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +הדף הזה הוא למשתמשי Windows בלבד. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### הנחיות + +1. תכניסו את ה-SD שלכם למחשב +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/he_IL/home.txt b/_pages/he_IL/home.txt index f229c20e36..304e5d40ee 100644 --- a/_pages/he_IL/home.txt +++ b/_pages/he_IL/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + אם הכול ילך לפי התוכנית, לא תאבדו נתונים ותסיימו עם כל מה שהתחלתם (משחקים, NNID, שמירות, ועוד). + תשמרו על המכשיר מחובר לחשמל וטעון לאורך כל התהליך כדי למנוע אובדן נתונים או נזק מכיבוי בלתי צפוי! + ה- SD שלכם צריך להיות [MBR, לא GPT](http://www.howtogeek.com/245610/) (כרטיס ה- SD שמגיע עם המכשיר יהיה MBR כברירת מחדל). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/he_IL/homebrew-launcher-(steelhax).txt b/_pages/he_IL/homebrew-launcher-(steelhax).txt index 888d50aea9..65ec1b9a69 100644 --- a/_pages/he_IL/homebrew-launcher-(steelhax).txt +++ b/_pages/he_IL/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="תוכן העניינים" %} - -### קריאה דרושה - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### הנחיות - -#### חלק I - הכנות - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. תעתיקו את `boot.3dsx` אל שורש כרטיס ה SD -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. תכבו את המכשיר -1. תכניסו את ה-SD שלכם למחשב -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. תכניסו מחדש את כרטיס הSD שלכם לתוך המכשיר שלכם -1. תפעילו את המכשיר -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/he_IL/site-navigation.txt b/_pages/he_IL/site-navigation.txt index 0968d1641d..674a7e1cbb 100644 --- a/_pages/he_IL/site-navigation.txt +++ b/_pages/he_IL/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [תודות](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [תרומות](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [צריבת ntrboot (שתי מערכות 3DS)](flashing-ntrboot-(3ds-multi-system)) + [צריבת ntrboot (DSi)](flashing-ntrboot-(dsi)) + [צריבת ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [צעדים ראשונים](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (אלטרנטיבות)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [התקנת boot9strap (דפדפן)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [התקנת boot9strap (הלחמה)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [התקנת boot9strap (MSET)](installing-boot9strap-(mset)) + [התקנת boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [הזזת EmuNAND](move-emunand) + [ntrboot](ntrboot) + [שינוי אזור](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [פתרון בעיות](troubleshooting) + [הסרת CFW](uninstall-cfw) + [עדכון B9S](updating-b9s) diff --git a/_pages/hr_HR/dsidumper.txt b/_pages/hr_HR/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/hr_HR/dsidumper.txt +++ b/_pages/hr_HR/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/hr_HR/finalizing-setup.txt b/_pages/hr_HR/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/hr_HR/finalizing-setup.txt +++ b/_pages/hr_HR/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/hr_HR/formatting-sd-(linux).txt b/_pages/hr_HR/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/hr_HR/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/hr_HR/formatting-sd-(mac).txt b/_pages/hr_HR/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/hr_HR/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/hr_HR/formatting-sd-(windows).txt b/_pages/hr_HR/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/hr_HR/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/hr_HR/home.txt b/_pages/hr_HR/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/hr_HR/home.txt +++ b/_pages/hr_HR/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/hr_HR/homebrew-launcher-(steelhax).txt b/_pages/hr_HR/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/hr_HR/homebrew-launcher-(steelhax).txt +++ b/_pages/hr_HR/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/hr_HR/site-navigation.txt b/_pages/hr_HR/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/hr_HR/site-navigation.txt +++ b/_pages/hr_HR/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/hu_HU/dsidumper.txt b/_pages/hu_HU/dsidumper.txt index 1d9958a4b7..9762798a6c 100644 --- a/_pages/hu_HU/dsidumper.txt +++ b/_pages/hu_HU/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Tartalomjegyzék" %} - -### Fontos tudnivalók - -A rendszer DSiWare dumpolásához egy létező homebrew launcher exploitot használunk. - -Ha az útmutató során törött DS Internet Settings appot találsz, kövesd a [TWLFix Homebrew-ra](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) útmutatásait a folytatás előtt - -### Amire szükséged lesz - -* A `movable.sed` fájlod a [Seedminer](seedminer)-ből -* A [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) legutolsó verziójára - -#### I. rész - Előkészületek - -1. Kapcsold ki a készüléked -1. Helyezd az SD kártyád a számítógépbe -1. Másold a `movable.sed` fájlod az SD kártyád gyökerébe -1. Másold a `DSiWare_Dump.3dsx`-et az SD kártyád `/3ds/` mappájába -1. Tedd vissza az SD kártyád a készülékedbe -1. Kapcsold be a készüléked - -#### II. rész - DSiWare Dumpolása - -1. Indítsd el a Homebrew Launcher-t bármelyik metódussal -1. Indítsd el a DSiWare Dumper-t a homebrew listából - + Ez a DSiWare applikációt kidumpolja az SD gyökerébe - + Normális, ha néhány hibát látsz. -1. Ha azt írja "Sikeres", akkor ez az a fájl, amit DSiWare backupként használunk később az útmutató során - -Továbblépés a [Boot9strap telepítésére (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/hu_HU/finalizing-setup.txt b/_pages/hu_HU/finalizing-setup.txt index 583351a36b..83bb58d525 100644 --- a/_pages/hu_HU/finalizing-setup.txt +++ b/_pages/hu_HU/finalizing-setup.txt @@ -177,7 +177,7 @@ Mostantól lenyomhatod az (L) + (Le) + (Select) kombinációt a rendszer futása {% capture notice-6 %} Ha szeretnél a későbbiekben nagyobb SD kártyát használni, mindössze annyit kell tenned, hogy az új SD kártyádat FAT32-re formázod, majd átmásolod a régi SD kártyád tartalmát az újra. -Ha az új SD kártyád nagyobb, mint 32 GB, más eszközre lesz szükséged a formázásához. Ilyen a [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) Windows-on, a [gparted](http://gparted.org/download.php) Linuxon, illetve a [Lemezkezelő](https://support.apple.com/hu-hu/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) Mac-en. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/hu_HU/formatting-sd-(linux).txt b/_pages/hu_HU/formatting-sd-(linux).txt new file mode 100644 index 0000000000..ca4c96ece0 --- /dev/null +++ b/_pages/hu_HU/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Tartalomjegyzék" %} + +### Fontos tudnivalók + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Ez az oldal Linux felhasználókra vonatkozik. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Lépések +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/hu_HU/formatting-sd-(mac).txt b/_pages/hu_HU/formatting-sd-(mac).txt new file mode 100644 index 0000000000..4363e42d02 --- /dev/null +++ b/_pages/hu_HU/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Tartalomjegyzék" %} + +### Fontos tudnivalók + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Ez az oldal Mac felhasználókra vonatkozik. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Lépések + +#### OS X El Capitan (10.11) and later + +1. Helyezd az SD kártyád a számítógépbe +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Várd meg amíg a formázás befejeződik +1. Kattints a "Close"-ra +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Helyezd az SD kártyád a számítógépbe +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Kattints az "OK"-ra +1. Click "Apply" +1. Click "Partition" +1. Várd meg amíg a formázás befejeződik +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/hu_HU/formatting-sd-(windows).txt b/_pages/hu_HU/formatting-sd-(windows).txt new file mode 100644 index 0000000000..e61673e921 --- /dev/null +++ b/_pages/hu_HU/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "SD formázás (Windows)" +--- + +{% include toc title="Tartalomjegyzék" %} + +### Fontos tudnivalók + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Ez az oldal Windows felhasználókra vonatkozik. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Amire szükséged lesz + +* A [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) legújabb kiadása + +### Lépések + +1. Helyezd az SD kártyád a számítógépbe +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Válaszd ki az SD kártyád betűjelét a "Drive" alatt + + Legyél biztos abban, hogy a jó meghajtó betűt választod, egyébként rossz merevlemezt törölhetsz! + {: .notice--danger} + +1. Válassz méretet az "Allocation unit size" alatt + + Ha az SD kártya 64GB vagy kisebb válaszd a 32768-at + + Ha az SD kártya 64GB feletti, válaszd a 65536-ot +1. Írj be valamit "Volume label"-nek +1. Ügyelj rá, hogy a "Quick Format" ki legyen választva +1. Kattints a "Start"-ra +1. Kattints az "OK"-ra +1. Várd meg amíg a formázás befejeződik +1. Kattints a "Close"-ra +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Gyakori hibák + +* Failed to open device: GetLastError()=32 + + Csukj le mindent, ami esetleg használhatja az SD kártyát, mint például bármelyik Fájlkezelő ablak. diff --git a/_pages/hu_HU/home.txt b/_pages/hu_HU/home.txt index 397bb639ca..0c0d38034e 100644 --- a/_pages/hu_HU/home.txt +++ b/_pages/hu_HU/home.txt @@ -82,7 +82,7 @@ Az összes kiszámított sighax szignatúra megtalálható [ebben a gist-ben](ht + Ha minden a terv szerint halad, nem fogsz semmilyen adatot elveszíteni, és a folyamat végén meglesz minden, ami korábban ott volt (játékok, NNID, mentések, stb. nem fognak elveszni). + Tartsd a készülékedet töltőn a teljes folyamat során, hogy elkerüld az adatvesztést vagy bármilyen kárt, ami egy nem várt kikapcsolásból adódhat! + Az SD kártyád partíciós táblájának [MBR, és nem GPT](http://www.howtogeek.com/245610/) formátumúnak kell lennie (a készülékedhez csomagolt SD kártya gyárilag MBR formátumú lesz). A legkönnyebb módja ennek tesztelésére, ha kipróbálod, hogy az SD kártya működik-e a 3DS-edben. Ha működik, a kártya MBR. -+ Ha egy vadonatúj SD kártyát kell formáznod, használhatod a [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) nevű programot, a lemezfoglalási egység méretét (Allocation Unit Size) pedig állítsd 32K-ra (32768). Ha az SD kártyád 64GB vagy nagyobb, használd 64K (65536) lemezfoglalási egyég méretet. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + Az Old 2DS tulajdonképpen azonos az Old 3DS-sel a szoftverek tekintetében, míg a New 2DS tulajdonképpen azonos a New 3DS-sel a szoftverek tekintetében. Minden lépés ami "Old 3DS" egyben vonatkozik az Old 2DS-sre és minden lépés ami "New 3DS"-re hivatkozik, vonatkozik a New 2DS-re is. ___ diff --git a/_pages/hu_HU/homebrew-launcher-(steelhax).txt b/_pages/hu_HU/homebrew-launcher-(steelhax).txt index 5ef9ce0cf3..65ec1b9a69 100644 --- a/_pages/hu_HU/homebrew-launcher-(steelhax).txt +++ b/_pages/hu_HU/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Tartalomjegyzék" %} - -### Fontos tudnivalók - -Ez a metódusa a Seedminer használatának a további exploitoláshoz használja a `movable.sed` fájlod, hogy hozzáférést szerezzen a Homebrew Launcher-hez a Steelhax exploittal, azzal az céllal, hogy beinjektáljon egy exploitolható DSiWare címet a DS Download Play alkalmazásba. Ehhez a metódushoz szükséges, hogy birtokold (vagy letöltsd) az ingyenes "Steel Diver: Sub Wars" játékot az eShop-ból. - -Ha az eszközödnek már van hozzáférése a Homebrew Launcher-hez (mindegy, hogy Steelhax vagy más exploit) akkor tovább léphetsz a [DSiWare Dumper](dsidumper)-re). -{: .notice--success} - -Ha már megvan a Steel Diver: Sub Wars, ez a folyamat felül fogja írni a mentés fájljod! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Amire szükséged lesz - -* A "Steel Diver: Sub Wars" ingyenes eShop játékra -* A `movable.sed` fájlodra a [Seedminer](seedminer)-ből -* A [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) legújabb kiadására -* A [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) legújabb kiadására -* Az [otherapp payload](https://smealum.github.io/3ds/#otherapp)-ra *(a készüléked verziójának és régiójának megfelelő változatra)* - -### Lépések - -#### I. rész - Előkészületek - -1. Hozz létre egy mappát `3ds` néven az SD kártyád gyökerében, ha még nem létezik ilyen -1. Másold az `boot.3dsx` fájlt az SD kártyád gyökerébe -1. Másold át a `steelhax` mappát a Steelhax-release.zip`-ből az SD kártya gyökerébe -1. Másold az otherapp payloadot az SD kártya gyökerébe, majd nevezd át `payload.bin` névre - -#### II. rész - Steelminer - -1. Tedd vissza az SD kártyát a készülékbe -1. Indítsd el a "Steel Diver: Sub Wars"-t egyszer és válaszd a Mii-t a mentés fájl inicializálásához - + Utasítsd el a frissítést, ha kérdezi - + Ha már frissítetted a játékot, akkor a System Settings Data management menüjében töröld a frissítést -1. Lépj ki a "Steel Diver: Sub Wars"-ból -1. Kapcsold ki a készüléked -1. Helyezd az SD kártyád a számítógépbe -1. Nyisd meg [a Steelminer Injector weboldalát](https://seedminer.hacks.guide/steelhax/) a számítógépeden -1. Válaszd ki a `movable.sed` fájlod -1. Nyomd meg a "Start!" gombot -1. Várd meg, amíg a folyamat befejeződik -1. Navigálj a ` `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` útvonalra az SD kártyán - + **EUR régió**: `000d7e00` - + **JPN régió**: `000d7c00` - + **USA régió**: `000d7d00` -1. Másold a frissen letöltött mentés fájlt a `data` könyvtárba az SD kártyán - + Írja felül a régi mentés fájlt, ha kérdezi -1. Tedd vissza az SD kártyád a készülékedbe -1. Kapcsold be a készülékedet -1. Indítsd el "Steel Diver: Sub Wars"-t -1. Ha az exploit sikeres volt, a készülékednek ezt követően be kell töltenie a Homebrew Launchert - + Elképzelhető, hogy hibát kapsz arról, hogy nem találhatók alkalmazások. -1. Kapcsold ki a készüléked. - -___ - -### Folytatás [DSiWare Dumper](dsidumper)-rel -{: .notice--primary} diff --git a/_pages/hu_HU/site-navigation.txt b/_pages/hu_HU/site-navigation.txt index 4b2471ad69..612e86a0e4 100644 --- a/_pages/hu_HU/site-navigation.txt +++ b/_pages/hu_HU/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Frissítés kártyáról](cart-update) + [Közreműködők](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Adományok](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [ntrboot flashelése (több 3DS)](flashing-ntrboot-(3ds-multi-system)) + [ntrboot flashelése (DSi)](flashing-ntrboot-(dsi)) + [ntrboot flashelése (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Kezdeti lépések](get-started) + [GodMode9 használata](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (alternatívák)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Boot9strap telepítése (2xrsa)](installing-boot9strap-(2xrsa)) + [Boot9strap telepítése (böngésző)](installing-boot9strap-(browser)) + [Boot9strap telepítése (Fredtool)](installing-boot9strap-(fredtool)) + [Boot9strap telepítése (Frogtool)](installing-boot9strap-(frogtool)) + [Boot9strap telepítése (Hardmod)](installing-boot9strap-(hardmod)) ++ [Boot9strap telepítése (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Boot9strap telepítése (MSET)](installing-boot9strap-(mset)) + [Boot9strap telepítése (ntrboot)](installing-boot9strap-(ntrboot)) + [Boot9strap telepítése (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Boot9strap telepítése (Soundhax)](installing-boot9strap-(soundhax)) + [Boot9strap telepítése (USM)](installing-boot9strap-(usm)) -+ [Boot9strap telepítése (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNAND költöztetése](move-emunand) + [ntrboot](ntrboot) + [Régióváltás](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer metódusok](legacy-methods) + [Hibaelhárítás](troubleshooting) + [CFW eltávolítása](uninstall-cfw) + [B9S frissítése](updating-b9s) diff --git a/_pages/id_ID/dsidumper.txt b/_pages/id_ID/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/id_ID/dsidumper.txt +++ b/_pages/id_ID/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/id_ID/finalizing-setup.txt b/_pages/id_ID/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/id_ID/finalizing-setup.txt +++ b/_pages/id_ID/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/id_ID/formatting-sd-(linux).txt b/_pages/id_ID/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/id_ID/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/id_ID/formatting-sd-(mac).txt b/_pages/id_ID/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/id_ID/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/id_ID/formatting-sd-(windows).txt b/_pages/id_ID/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/id_ID/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/id_ID/home.txt b/_pages/id_ID/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/id_ID/home.txt +++ b/_pages/id_ID/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/id_ID/homebrew-launcher-(steelhax).txt b/_pages/id_ID/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/id_ID/homebrew-launcher-(steelhax).txt +++ b/_pages/id_ID/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/id_ID/site-navigation.txt b/_pages/id_ID/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/id_ID/site-navigation.txt +++ b/_pages/id_ID/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/it_IT/dsidumper.txt b/_pages/it_IT/dsidumper.txt index a1c748902b..9762798a6c 100644 --- a/_pages/it_IT/dsidumper.txt +++ b/_pages/it_IT/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Indice" %} - -### Lettura necessaria - -Per eseguire il dump di DSiWare di sistema, utilizziamo un exploit per l'homebrew launcher già esistente. - -Se durante questa guida hai scoperto che l'applicazione Connessioni Nintendo DS non funziona, segui [TWLFix per Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) prima di continuare - -### Cosa serve - -* Il tuo file `movable.sed` dalla sezione [Seedminer](seedminer) -* L'ultima versione di [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Sezione I - Preparazione - -1. Spegni il tuo 3DS -1. Inserisci la scheda SD nel tuo computer -1. Copia il tuo file `movable.sed` nella directory principale della tua scheda SD -1. Copia il file `DSiWare_Dump.3dsx` nella cartella `/3ds/` della tua scheda SD -1. Reinserisci la scheda SD nella tua console -1. Accendi la console - -#### Sezione II - Dump del DSiWare - -1. Avvia l'Homebrew Launcher tramite un qualunque metodo -1. Avvia DSiWare Dumper dalla lista degli homebrew disponibili - + Questo creerà una copia di un'applicazione DSiWare nella directory principale della scheda SD - + È normale ricevere vari errori. -1. Quando apparirà "Success", il file risultante è quello che userai per il backup DSiWare più avanti nella guida - -+ Prosegui con l'[Installazione di boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/it_IT/finalizing-setup.txt b/_pages/it_IT/finalizing-setup.txt index 67e8287a51..1f9de842b8 100644 --- a/_pages/it_IT/finalizing-setup.txt +++ b/_pages/it_IT/finalizing-setup.txt @@ -177,7 +177,7 @@ Puoi premere i pulsanti (L) + (Giù) + (Select) in qualunque momento per acceder {% capture notice-6 %} Se volessi utilizzare una scheda SD più capiente, devi solo formattare la nuova scheda SD come FAT32 e incollare all'interno della nuova scheda SD il contenuto della vecchia scheda SD. -Se la tua scheda SD dispone di più di 32GB di spazio, devi utilizzare un programma diverso per formattarla, come [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) su Windows, [gparted](http://gparted.org/download.php) su Linux, o [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) su Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/it_IT/formatting-sd-(linux).txt b/_pages/it_IT/formatting-sd-(linux).txt new file mode 100644 index 0000000000..5c29d7d0f2 --- /dev/null +++ b/_pages/it_IT/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Indice" %} + +### Lettura necessaria + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Questa pagina è solo per utenti Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Istruzioni +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/it_IT/formatting-sd-(mac).txt b/_pages/it_IT/formatting-sd-(mac).txt new file mode 100644 index 0000000000..fc85032444 --- /dev/null +++ b/_pages/it_IT/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Indice" %} + +### Lettura necessaria + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Questa pagina è solo per utenti Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Istruzioni + +#### OS X El Capitan (10.11) and later + +1. Inserisci la scheda SD nel tuo computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Inserisci la scheda SD nel tuo computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/it_IT/formatting-sd-(windows).txt b/_pages/it_IT/formatting-sd-(windows).txt new file mode 100644 index 0000000000..ebe4a7a9be --- /dev/null +++ b/_pages/it_IT/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Indice" %} + +### Lettura necessaria + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Questa pagina è solo per utenti Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Cosa serve + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Istruzioni + +1. Inserisci la scheda SD nel tuo computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/it_IT/home.txt b/_pages/it_IT/home.txt index a808dbdb84..ebaa773a60 100644 --- a/_pages/it_IT/home.txt +++ b/_pages/it_IT/home.txt @@ -82,7 +82,7 @@ Per una lista di tutte le firme di sighax, è possibile consultare [questo gist] + 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! + 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). Il modo più semplice per verificarlo è controllare che la scheda SD funzioni nel tuo 3DS. Se funziona, la scheda SD è MBR. -+ Se devi formattare una scheda SD nuova, puoi usare [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) impostando Allocation Unit Size a 32K (32768). Se la tua scheda SD è pari o superiore a 64GB, imposta invece Allocation Unit Size a 64K (65536). ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + A livello di software, un Old 2DS è essenzialmente identico a un Old 3DS, mentre un New 2DS è essenzialmente identico ad un New 3DS. Qualunque istruzione indicante "Old 3DS" si applica anche agli Old 2DS, e qualunque istruzione relativa ai "New 3DS" si applica ai New 2DS. ___ diff --git a/_pages/it_IT/homebrew-launcher-(steelhax).txt b/_pages/it_IT/homebrew-launcher-(steelhax).txt index bec53e8af8..65ec1b9a69 100644 --- a/_pages/it_IT/homebrew-launcher-(steelhax).txt +++ b/_pages/it_IT/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Indice" %} - -### Lettura necessaria - -Seedminer utilizza il tuo file `movable.sed` per ottenere accesso all'Homebrew Launcher tramite l'exploit Steelhax per iniettare una particolare applicazione DSiWare nell'applicazione DS "Modalità download". Questo metodo richiede il possesso (o lo scaricamento) del gioco gratuito "Steel Diver: Sub Wars" dall'eShop. - -Se la tua console ha già accesso all'Homebrew Launcher (tramite Steelhax o con un altro exploit), puoi passare direttamente al [DSiWare Dumper](dsidumper)). -{: .notice--success} - -Se possiedi già Steel Diver: Sub Wars, questo processo sovrascriverà il tuo salvataggio! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Cosa serve - -* Il gioco gratuito "Steel Diver: Sub Wars" scaricabile dall'eShop -* Il tuo file `movable.sed` dalla sezione [Seedminer](seedminer) -* L'ultima versione di [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* L'ultima versione di [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* Il file [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(adatto alla versione e alla regione della console)* - -### Istruzioni - -#### Sezione I - Preparazione - -1. Se assente, crea una cartella chiamata `3ds` nella directory principale della tua scheda SD -1. Copia il file `boot.3dsx` nella directory principale della tua scheda SD -1. Copia la cartella `steelhax` presente nell'archivio `Steelhax-release.zip` nella directory principale della tua scheda SD -1. Copia il file otherapp payload nella cartella `steelhax` della tua scheda SD e rinominalo in `payload.bin` - -#### Sezione II - Steelminer - -1. Inserisci la scheda SD nella tua console -1. Avvia "Steel Diver: Sub Wars" e seleziona un Mii per inizializzare il salvataggio - + Rifiuta l'aggiornamento di gioco quando richiesto - + Se hai già aggiornato il gioco, rimuovi l'aggiornamento tramite il menu Gestione dati nelle Impostazioni della console -1. Chiudi "Steel Diver: Sub Wars" -1. Spegni il tuo 3DS -1. Inserisci la scheda SD nel tuo computer -1. Apri [il sito di Steelminer Injector](https://seedminer.hacks.guide/steelhax/) sul tuo computer -1. Seleziona il tuo file `movable.sed` -1. Seleziona "Start!" -1. Attendi il termine del processo -1. Nella tua scheda SD, entra nella cartella `Nintendo 3DS` -> `` -> `` -> `title` -> `00040000` -> `` -> `data` - + **Regione EUR**: `000d7e00` - + **Regione JPN**: `000d7c00` - + **Regione USA**: `000d7d00` -1. Copia il file appena scaricato nella cartella `data` della tua scheda SD - + Sovrascrivi il salvataggio precedente quando richiesto -1. Reinserisci la scheda SD nella tua console -1. Accendi la console -1. Avvia "Steel Diver: Sub Wars" -1. Se l'exploit ha avuto successo, la tua console avrà caricato l'Homebrew Launcher - + Potresti riscontrare un errore relativo all'assenza di applicazioni. -1. Spegni la tua console. - -___ - -### Prosegui con [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/it_IT/site-navigation.txt b/_pages/it_IT/site-navigation.txt index 2f4ea53543..1108e1eef4 100644 --- a/_pages/it_IT/site-navigation.txt +++ b/_pages/it_IT/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Aggiornamento con scheda di gioco](cart-update) + [Riconoscimenti](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donazioni](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flash di ntrboot (Con più 3DS)](flashing-ntrboot-(3ds-multi-system)) + [Flash di ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flash di ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Cominciamo!](get-started) + [Usare GodMode9](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternative)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installazione di boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installazione di boot9strap (Browser)](installing-boot9strap-(browser)) + [Installazione di boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installazione di boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installazione di boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installazione di boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installazione di boot9strap (MSET)](installing-boot9strap-(mset)) + [Installazione di boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installazione di boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installazione di boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installazione di boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installazione di boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Spostare l'EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Cambiare regione](region-changing) + [Seedminer](seedminer) -+ [Metodi Seedminer Obsoleti](legacy-methods) + [Risoluzione dei problemi](troubleshooting) + [Disinstallare il CFW](uninstall-cfw) + [Aggiornare B9S](updating-a9lh) diff --git a/_pages/ja_JP/dsidumper.txt b/_pages/ja_JP/dsidumper.txt index bf917006b4..9762798a6c 100644 --- a/_pages/ja_JP/dsidumper.txt +++ b/_pages/ja_JP/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. パソコンにSDカードを入れます -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ja_JP/finalizing-setup.txt b/_pages/ja_JP/finalizing-setup.txt index 8820c219a4..37e0bb731e 100644 --- a/_pages/ja_JP/finalizing-setup.txt +++ b/_pages/ja_JP/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ja_JP/formatting-sd-(linux).txt b/_pages/ja_JP/formatting-sd-(linux).txt new file mode 100644 index 0000000000..aa2b76840a --- /dev/null +++ b/_pages/ja_JP/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +このページはLinuxユーザー向けです。 If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ja_JP/formatting-sd-(mac).txt b/_pages/ja_JP/formatting-sd-(mac).txt new file mode 100644 index 0000000000..d0ac1aa813 --- /dev/null +++ b/_pages/ja_JP/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +このページはMacユーザー向けです。 If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. パソコンにSDカードを入れます +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. パソコンにSDカードを入れます +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ja_JP/formatting-sd-(windows).txt b/_pages/ja_JP/formatting-sd-(windows).txt new file mode 100644 index 0000000000..85b20655ff --- /dev/null +++ b/_pages/ja_JP/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +このページはWindowsユーザー向けです。 If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. パソコンにSDカードを入れます +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ja_JP/home.txt b/_pages/ja_JP/home.txt index eebd2a21f4..a12c1a3651 100644 --- a/_pages/ja_JP/home.txt +++ b/_pages/ja_JP/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// すべてが計画通りに進めば、データは全く失われず、導入前にあなたが使用していたすべてのもの (ゲーム、NNID、セーブデータなど) が保持されます。 + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/ja_JP/homebrew-launcher-(steelhax).txt b/_pages/ja_JP/homebrew-launcher-(steelhax).txt index 7e3ca1bff5..65ec1b9a69 100644 --- a/_pages/ja_JP/homebrew-launcher-(steelhax).txt +++ b/_pages/ja_JP/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. パソコンにSDカードを入れます -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ja_JP/site-navigation.txt b/_pages/ja_JP/site-navigation.txt index a3fc0803aa..5ccd8e2023 100644 --- a/_pages/ja_JP/site-navigation.txt +++ b/_pages/ja_JP/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [クレジット](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [寄付](donations) + [F3(Linux)](f3-(linux)) + [F3X(Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [はじめる](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw(Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher(その他の方法)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher(Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNANDを移動する](move-emunand) + [ntrboot](ntrboot) + [地域変更](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [トラブルシューティング](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/ko_KR/dsidumper.txt b/_pages/ko_KR/dsidumper.txt index e0252fa496..9762798a6c 100644 --- a/_pages/ko_KR/dsidumper.txt +++ b/_pages/ko_KR/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. 기기를 종료해 주세요. -1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. SD 카드를 기기에 다시 삽입해 주세요. -1. 기기를 시작해 주세요. - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ko_KR/finalizing-setup.txt b/_pages/ko_KR/finalizing-setup.txt index f1300e58b6..9210643d38 100644 --- a/_pages/ko_KR/finalizing-setup.txt +++ b/_pages/ko_KR/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ko_KR/formatting-sd-(linux).txt b/_pages/ko_KR/formatting-sd-(linux).txt new file mode 100644 index 0000000000..b1a308c49c --- /dev/null +++ b/_pages/ko_KR/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +이 페이지는 Linux 사용자를 위한 페이지입니다. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ko_KR/formatting-sd-(mac).txt b/_pages/ko_KR/formatting-sd-(mac).txt new file mode 100644 index 0000000000..bedc78f85c --- /dev/null +++ b/_pages/ko_KR/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +이 페이지는 Mac 사용자를 위한 페이지입니다. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. SD 카드를 컴퓨터에 삽입해 주세요. +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. SD 카드를 컴퓨터에 삽입해 주세요. +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ko_KR/formatting-sd-(windows).txt b/_pages/ko_KR/formatting-sd-(windows).txt new file mode 100644 index 0000000000..2e00650438 --- /dev/null +++ b/_pages/ko_KR/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +이 페이지는 Windows 사용자만 이용할 수 있습니다. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. SD 카드를 컴퓨터에 삽입해 주세요. +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ko_KR/home.txt b/_pages/ko_KR/home.txt index 720a65236b..26ee5f31d9 100644 --- a/_pages/ko_KR/home.txt +++ b/_pages/ko_KR/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 모든 것이 계획대로 진행될 경우 시작할 때 갖고 있던 데이터가 모두 보존됩니다. (게임, NNID, 저장 데이터 등) + 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입니다.) The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/ko_KR/homebrew-launcher-(steelhax).txt b/_pages/ko_KR/homebrew-launcher-(steelhax).txt index 7ff1b7d55e..65ec1b9a69 100644 --- a/_pages/ko_KR/homebrew-launcher-(steelhax).txt +++ b/_pages/ko_KR/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. 기기를 종료해 주세요. -1. SD 카드를 컴퓨터에 삽입해 주세요. -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. SD 카드를 기기에 다시 삽입해 주세요. -1. 기기를 시작해 주세요. -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ko_KR/site-navigation.txt b/_pages/ko_KR/site-navigation.txt index 79e5a88754..f8f06e6c7d 100644 --- a/_pages/ko_KR/site-navigation.txt +++ b/_pages/ko_KR/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [기여하신 분](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [기부](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [시작하기](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [홈브류 런처 (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNAND기반 데이터 이동](move-emunand) + [ntrboot](ntrboot) + [지역 변경](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [문제 해결](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/ms_MY/dsidumper.txt b/_pages/ms_MY/dsidumper.txt index b0f117ac62..9762798a6c 100644 --- a/_pages/ms_MY/dsidumper.txt +++ b/_pages/ms_MY/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Pasang kad SD anda ke dalam komputer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ms_MY/finalizing-setup.txt b/_pages/ms_MY/finalizing-setup.txt index 6581b4d509..7d32d69263 100644 --- a/_pages/ms_MY/finalizing-setup.txt +++ b/_pages/ms_MY/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ms_MY/formatting-sd-(linux).txt b/_pages/ms_MY/formatting-sd-(linux).txt new file mode 100644 index 0000000000..fadfea9709 --- /dev/null +++ b/_pages/ms_MY/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Laman ini hanya untuk pengguna Linux sahaja. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ms_MY/formatting-sd-(mac).txt b/_pages/ms_MY/formatting-sd-(mac).txt new file mode 100644 index 0000000000..7568cda1c4 --- /dev/null +++ b/_pages/ms_MY/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Laman ini adalah untuk pengguna Mac sahaja. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Pasang kad SD anda ke dalam komputer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Pasang kad SD anda ke dalam komputer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ms_MY/formatting-sd-(windows).txt b/_pages/ms_MY/formatting-sd-(windows).txt new file mode 100644 index 0000000000..f33b272f80 --- /dev/null +++ b/_pages/ms_MY/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Laman ini hanya untuk pengguna Windows sahaja. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Pasang kad SD anda ke dalam komputer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ms_MY/home.txt b/_pages/ms_MY/home.txt index 30b71d983e..fbb4863a59 100644 --- a/_pages/ms_MY/home.txt +++ b/_pages/ms_MY/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/ms_MY/homebrew-launcher-(steelhax).txt b/_pages/ms_MY/homebrew-launcher-(steelhax).txt index e11a45832a..65ec1b9a69 100644 --- a/_pages/ms_MY/homebrew-launcher-(steelhax).txt +++ b/_pages/ms_MY/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Pasang kad SD anda ke dalam komputer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ms_MY/site-navigation.txt b/_pages/ms_MY/site-navigation.txt index 6ecd589c8d..beece777b1 100644 --- a/_pages/ms_MY/site-navigation.txt +++ b/_pages/ms_MY/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Kredit](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Sumbangan](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Mulakan](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatif)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Pindah EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Menukar Kawasan](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Penyelesaian](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/nl_NL/dsidumper.txt b/_pages/nl_NL/dsidumper.txt index 6ec5ed4fa4..9762798a6c 100644 --- a/_pages/nl_NL/dsidumper.txt +++ b/_pages/nl_NL/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Schakel je 3ds uit -1. Plaats je SD kaart in je computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Stop je SD kaart terug in je 3DS -1. Zet je 3DS aan - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/nl_NL/finalizing-setup.txt b/_pages/nl_NL/finalizing-setup.txt index 35b66ad438..90849b20e9 100644 --- a/_pages/nl_NL/finalizing-setup.txt +++ b/_pages/nl_NL/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/nl_NL/formatting-sd-(linux).txt b/_pages/nl_NL/formatting-sd-(linux).txt new file mode 100644 index 0000000000..10045717dc --- /dev/null +++ b/_pages/nl_NL/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Deze pagina is alleen voor Linux gebruikers. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/nl_NL/formatting-sd-(mac).txt b/_pages/nl_NL/formatting-sd-(mac).txt new file mode 100644 index 0000000000..d8715e4b5a --- /dev/null +++ b/_pages/nl_NL/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Deze pagina is alleen voor Mac-gebruikers. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Plaats je SD kaart in je computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Plaats je SD kaart in je computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/nl_NL/formatting-sd-(windows).txt b/_pages/nl_NL/formatting-sd-(windows).txt new file mode 100644 index 0000000000..b07ef047e8 --- /dev/null +++ b/_pages/nl_NL/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Deze pagina is alleen voor windows-gebruikers. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Plaats je SD kaart in je computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/nl_NL/home.txt b/_pages/nl_NL/home.txt index cf1f9a1e85..3a586620e4 100644 --- a/_pages/nl_NL/home.txt +++ b/_pages/nl_NL/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + als alles volgens plan gaat, zal je geen data verliezen en eindigen met alles waarmee je begon (spellen, NNID, saves, etc. zullen bewaard blijven). + 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. The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/nl_NL/homebrew-launcher-(steelhax).txt b/_pages/nl_NL/homebrew-launcher-(steelhax).txt index 84f0aa8f00..65ec1b9a69 100644 --- a/_pages/nl_NL/homebrew-launcher-(steelhax).txt +++ b/_pages/nl_NL/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Schakel je 3ds uit -1. Plaats je SD kaart in je computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Stop je SD kaart terug in je 3DS -1. Zet je 3DS aan -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/nl_NL/site-navigation.txt b/_pages/nl_NL/site-navigation.txt index 5ec2295678..40998409c3 100644 --- a/_pages/nl_NL/site-navigation.txt +++ b/_pages/nl_NL/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donaties](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Begin](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatieven)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNAND Verplaatsen](move-emunand) + [ntrboot](ntrboot) + [Regio Wijzigen](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) [Probleemoplossing](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/no_NO/dsidumper.txt b/_pages/no_NO/dsidumper.txt index 245dfa3479..9762798a6c 100644 --- a/_pages/no_NO/dsidumper.txt +++ b/_pages/no_NO/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Slå av enheten -1. Sett inn SD-kortet i datamaskinen din -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Sett inn SD-kortet i konsollen igjen -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/no_NO/finalizing-setup.txt b/_pages/no_NO/finalizing-setup.txt index 0ac7e76f8f..954bdd0d91 100644 --- a/_pages/no_NO/finalizing-setup.txt +++ b/_pages/no_NO/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/no_NO/formatting-sd-(linux).txt b/_pages/no_NO/formatting-sd-(linux).txt new file mode 100644 index 0000000000..5df8f90ab4 --- /dev/null +++ b/_pages/no_NO/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Denne siden er kun for Linux-brukere. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/no_NO/formatting-sd-(mac).txt b/_pages/no_NO/formatting-sd-(mac).txt new file mode 100644 index 0000000000..9901f12266 --- /dev/null +++ b/_pages/no_NO/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Denne siden er kun for Mac-brukere. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Sett inn SD-kortet i datamaskinen din +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Sett inn SD-kortet i datamaskinen din +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/no_NO/formatting-sd-(windows).txt b/_pages/no_NO/formatting-sd-(windows).txt new file mode 100644 index 0000000000..d28420be4c --- /dev/null +++ b/_pages/no_NO/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Denne siden er kun for Windows-brukere. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Sett inn SD-kortet i datamaskinen din +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/no_NO/home.txt b/_pages/no_NO/home.txt index 340cd39f11..01754a68f9 100644 --- a/_pages/no_NO/home.txt +++ b/_pages/no_NO/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/no_NO/homebrew-launcher-(steelhax).txt b/_pages/no_NO/homebrew-launcher-(steelhax).txt index 20a02643cc..65ec1b9a69 100644 --- a/_pages/no_NO/homebrew-launcher-(steelhax).txt +++ b/_pages/no_NO/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Slå av enheten -1. Sett inn SD-kortet i datamaskinen din -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Sett inn SD-kortet i konsollen igjen -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/no_NO/site-navigation.txt b/_pages/no_NO/site-navigation.txt index c44d179346..60ba7687d1 100644 --- a/_pages/no_NO/site-navigation.txt +++ b/_pages/no_NO/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donasjoner](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Kom i gang](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Flytt EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region bytte](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Feilsøking](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/pl_PL/dsidumper.txt b/_pages/pl_PL/dsidumper.txt index d9389ae990..9762798a6c 100644 --- a/_pages/pl_PL/dsidumper.txt +++ b/_pages/pl_PL/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Spis Treści" %} - -### Wymagana Lektura - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### Czego Potrzebujesz - -* Twojego pliku `movable.sed` z ukończenia [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Sekcja I - Przygotowanie - -1. Wyłącz konsolę -1. Włóż kartę SD do komputera -1. Skopiuj plik `movable.sed` do katalogu głównego karty SD -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Włóż ponownie kartę SD do konsoli -1. Włącz konsolę - -#### Section II - DSiWare Dumping - -1. Otwórz Homebrew Launcher używając jakiejkolwiek metody -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/pl_PL/finalizing-setup.txt b/_pages/pl_PL/finalizing-setup.txt index 4fb68b53e0..7c79466932 100644 --- a/_pages/pl_PL/finalizing-setup.txt +++ b/_pages/pl_PL/finalizing-setup.txt @@ -177,7 +177,7 @@ Możesz teraz nacisnąć (L) + (Dół) + (Select) kiedy system jest uruchomiony {% capture notice-6 %} Jeśli chcesz zmienić swoją kartę SD na większą, wystarczy, że sformatujesz ją (nową) jako FAT32 i wkleisz do niej zawartość poprzedniej karty SD. -Jeśli twoja nowa karta SD jest większa niż 32GB, musisz użyć innego narzędzia, aby ją ją sformatować, na przykład: [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) dla Windows, [gparted](http://gparted.org/download.php) dla Linuxa, lub [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) dla Mac'a. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/pl_PL/formatting-sd-(linux).txt b/_pages/pl_PL/formatting-sd-(linux).txt new file mode 100644 index 0000000000..c3c69ad4c4 --- /dev/null +++ b/_pages/pl_PL/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Spis Treści" %} + +### Wymagana Lektura + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Ta strona dotyczy tylko użytkowników systemu Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instrukcje +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/pl_PL/formatting-sd-(mac).txt b/_pages/pl_PL/formatting-sd-(mac).txt new file mode 100644 index 0000000000..da9ec0959b --- /dev/null +++ b/_pages/pl_PL/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Spis Treści" %} + +### Wymagana Lektura + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Ta strona dotyczy tylko użytkowników systemu Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instrukcje + +#### OS X El Capitan (10.11) and later + +1. Włóż kartę SD do komputera +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Włóż kartę SD do komputera +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/pl_PL/formatting-sd-(windows).txt b/_pages/pl_PL/formatting-sd-(windows).txt new file mode 100644 index 0000000000..10a9f99dc7 --- /dev/null +++ b/_pages/pl_PL/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Spis Treści" %} + +### Wymagana Lektura + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Ta strona dotyczy tylko użytkowników systemu Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Czego Potrzebujesz + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instrukcje + +1. Włóż kartę SD do komputera +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/pl_PL/home.txt b/_pages/pl_PL/home.txt index ba4184dc1c..f019bc7b1d 100644 --- a/_pages/pl_PL/home.txt +++ b/_pages/pl_PL/home.txt @@ -82,7 +82,7 @@ Aby zobaczyć pełną listę podpisów sighax, zobacz [ten gist](https://gist.gi + Jeśli wszystko pójdzie zgodnie z planem, nie stracisz żadnych danych i wszystko pozostanie tak, jak przed rozpoczęciem poradnika (gry, NNID, zapisy itp. zostaną zachowane). + Pozostaw swoją konsolę podłączoną do ładowarki i naładowaną podczas całego procesu, aby nie dopuścić do utraty danych, lub uszkodzenia spowodowanego niespodziewanym wyłączeniem konsoli! + Tabelą partycji twojej karty SD powinien być [MBR, nie GPT](http://www.howtogeek.com/245610/) (karta SD, która przychodzi z twoim urządzeniem będzie domyślnie w MBR). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + Old 2DS jest niemal identyczny jak Old 3DS pod względem oprogramowania, podczas gdy New 2DS jest zasadniczo identyczny jak New 3DS nowy pod względem oprogramowania. Kroki które mówią o "Old 3DS" można śmiało zastosować do Old 2DS, zaś wszystkie kroki opisane jako "New 3DS" pasują również do New 2DS. ___ diff --git a/_pages/pl_PL/homebrew-launcher-(steelhax).txt b/_pages/pl_PL/homebrew-launcher-(steelhax).txt index 0500680b67..65ec1b9a69 100644 --- a/_pages/pl_PL/homebrew-launcher-(steelhax).txt +++ b/_pages/pl_PL/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Spis Treści" %} - -### Wymagana Lektura - -Ta metoda wykorzystuje twój uzyskany wcześniej plik `movable.sed` do uzyskania dostępu do Homebrew Launchera, wykorzystując exploit Steelhax, aby wprowadzić łatwą do zmodyfikowania aplikację DSiWare do DS Download Play. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -Jeżeli posiadasz już grę Steel Diver: Sub Wars, ten proces nadpisze Twoje zapisy gry! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Czego Potrzebujesz - -* Gry "Steel Diver: Sub Wars" - dostępna na eShopie za darmo -* Twojego pliku `movable.sed` z ukończenia [Seedminer](seedminer) -* Najnowszej wersji [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instrukcje - -#### Sekcja I - Przygotowanie - -1. Stwórz folder o nazwie `3ds` w głównym katalogu twojej karty SD, jeśli jeszcze nie istnieje -1. Skopiuj plik `boot.3dsx` do katalogu głównego twojej karty SD -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Skopiuj pobrany plik otherapp payload do folderu `steelhax` na karcie SD i zmień jego nazwę na `payload.bin` - -#### Sekcja II - Steelminer - -1. Włóż kartę SD do konsoli -1. Uruchom "Steel Diver: Sub Wars" i wybierz postać Mii, aby zainicjować plik zapisu - + Jeśli zostaniesz o to poproszony, **anuluj** aktualizację gry - + Jeżeli przypadkowo zaktualizowałeś grę, użyj menu Data Management w System Settings, aby usunąć aktualizację -1. Wyjdź z gry "Steel Diver: Sub Wars" -1. Wyłącz konsolę -1. Włóż kartę SD do komputera -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Wybierz swój plik `movable.sed` -1. Wybierz "Start!" -1. Poczekaj na zakończenie procesu -1. Przejdź kolejno do katalogów na swojej karcie SD `Nintendo 3DS` -> `` -> `<32-znakowe-id>` -> `title` -> `00040000` -> `<8-znakowy-region>` -> `data` - + **Region EUR**: `000d7e00` - + **Region JPN**: `000d7c00` - + **Region USA**: `000d7d00` -1. Skopiuj świeżo pobrany plik zapisu gry do folderu `data` na karcie SD - + Jeśli zostaniesz o to poproszony, nadpisz stary plik zapisu -1. Włóż ponownie kartę SD do konsoli -1. Włącz konsolę -1. Uruchom "Steel Diver: Sub Wars" -1. Jeśli Soundhax zadziałał, uruchomi się Homebrew Launcher - + Możesz zobaczyć błąd informujący o braku aplikacji. -1. Wyłącz konsolę. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/pl_PL/site-navigation.txt b/_pages/pl_PL/site-navigation.txt index 481d651acc..52be51297e 100644 --- a/_pages/pl_PL/site-navigation.txt +++ b/_pages/pl_PL/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Aktualizacja z Kartridża](cart-update) + [Współautorzy](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Darowizny](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Wgrywanie ntrboot (Kilka Systemów 3DS)](flashing-ntrboot-(3ds-multi-system)) + [Wgrywanie ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Wgrywanie ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Wprowadzenie](get-started) + [Używanie GodMode9](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatywy)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Instalacja boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Instalacja boot9strap (Przeglądarka)](installing-boot9strap-(browser)) + [Instalacja boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Instalacja boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Instalacja boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Instalacja boot9strap (MSET)](installing-boot9strap-(mset)) + [Instalacja boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Instalacja boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Przenoszenie EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Zmiana Regionu Konsoli](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Rozwiązywanie Problemów](troubleshooting) + [Odinstalowywanie CFW](uninstall-cfw) + [Aktualizowanie B9S](updating-b9s) diff --git a/_pages/pt_BR/dsidumper.txt b/_pages/pt_BR/dsidumper.txt index e45c98aa13..9762798a6c 100644 --- a/_pages/pt_BR/dsidumper.txt +++ b/_pages/pt_BR/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Desligue seu dispositivo -1. Insira o cartão SD no seu computador -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsira seu cartão SD no seu dispositivo -1. Ligue o seu dispositivo - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/pt_BR/finalizing-setup.txt b/_pages/pt_BR/finalizing-setup.txt index 01dcba02e9..7414844aec 100644 --- a/_pages/pt_BR/finalizing-setup.txt +++ b/_pages/pt_BR/finalizing-setup.txt @@ -177,7 +177,7 @@ Agora você pode apertar (L) + (Baixo) + (Select) enquanto o sistema está ligad {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/pt_BR/formatting-sd-(linux).txt b/_pages/pt_BR/formatting-sd-(linux).txt new file mode 100644 index 0000000000..965a5f8901 --- /dev/null +++ b/_pages/pt_BR/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página é destinada apenas a usuários do Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/pt_BR/formatting-sd-(mac).txt b/_pages/pt_BR/formatting-sd-(mac).txt new file mode 100644 index 0000000000..47e99bff19 --- /dev/null +++ b/_pages/pt_BR/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página é destinada apenas a usuários do Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insira o cartão SD no seu computador +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insira o cartão SD no seu computador +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/pt_BR/formatting-sd-(windows).txt b/_pages/pt_BR/formatting-sd-(windows).txt new file mode 100644 index 0000000000..7421f82c9f --- /dev/null +++ b/_pages/pt_BR/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página é destinada apenas a usuários do Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insira o cartão SD no seu computador +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/pt_BR/home.txt b/_pages/pt_BR/home.txt index cf56880083..0f37123450 100644 --- a/_pages/pt_BR/home.txt +++ b/_pages/pt_BR/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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). + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/pt_BR/homebrew-launcher-(steelhax).txt b/_pages/pt_BR/homebrew-launcher-(steelhax).txt index d72fde0bc8..65ec1b9a69 100644 --- a/_pages/pt_BR/homebrew-launcher-(steelhax).txt +++ b/_pages/pt_BR/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Desligue seu dispositivo -1. Insira o cartão SD no seu computador -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsira seu cartão SD no seu dispositivo -1. Ligue o seu dispositivo -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/pt_BR/site-navigation.txt b/_pages/pt_BR/site-navigation.txt index ab5dbcbbb3..bdccae1f84 100644 --- a/_pages/pt_BR/site-navigation.txt +++ b/_pages/pt_BR/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Créditos](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Doações](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Começar](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternativas)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Instalando boot9strap (Navegador)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Instalando boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Instalando boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Mover EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Mudança de Região](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Desinstalar o CFW](uninstall-cfw) + [Atualizando B9S](updating-b9s) diff --git a/_pages/pt_PT/dsidumper.txt b/_pages/pt_PT/dsidumper.txt index 7b56f48419..9762798a6c 100644 --- a/_pages/pt_PT/dsidumper.txt +++ b/_pages/pt_PT/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Leitura Obrigatória - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/pt_PT/finalizing-setup.txt b/_pages/pt_PT/finalizing-setup.txt index 3caf2d1af0..762f99c7f6 100644 --- a/_pages/pt_PT/finalizing-setup.txt +++ b/_pages/pt_PT/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/pt_PT/formatting-sd-(linux).txt b/_pages/pt_PT/formatting-sd-(linux).txt new file mode 100644 index 0000000000..eafb86244f --- /dev/null +++ b/_pages/pt_PT/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Leitura Obrigatória + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/pt_PT/formatting-sd-(mac).txt b/_pages/pt_PT/formatting-sd-(mac).txt new file mode 100644 index 0000000000..05711a8847 --- /dev/null +++ b/_pages/pt_PT/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Leitura Obrigatória + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/pt_PT/formatting-sd-(windows).txt b/_pages/pt_PT/formatting-sd-(windows).txt new file mode 100644 index 0000000000..99f0ded960 --- /dev/null +++ b/_pages/pt_PT/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Leitura Obrigatória + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Esta página é só para utilizadores de Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/pt_PT/home.txt b/_pages/pt_PT/home.txt index 088edadbba..d7cbdc2eda 100644 --- a/_pages/pt_PT/home.txt +++ b/_pages/pt_PT/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/pt_PT/homebrew-launcher-(steelhax).txt b/_pages/pt_PT/homebrew-launcher-(steelhax).txt index 1ddfa6939d..65ec1b9a69 100644 --- a/_pages/pt_PT/homebrew-launcher-(steelhax).txt +++ b/_pages/pt_PT/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Leitura Obrigatória - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/pt_PT/site-navigation.txt b/_pages/pt_PT/site-navigation.txt index 29813e2efd..b4e03b9f8b 100644 --- a/_pages/pt_PT/site-navigation.txt +++ b/_pages/pt_PT/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Créditos](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Começar](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/ro_RO/dsidumper.txt b/_pages/ro_RO/dsidumper.txt index 540211a9a8..9762798a6c 100644 --- a/_pages/ro_RO/dsidumper.txt +++ b/_pages/ro_RO/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Cuprins" %} - -### Lectură obligatorie - -Pentru a descărca DSiWare de sistem, vom folosi un exploit de homebrew lanucher disponibil. - -Dacă în timpul acestui ghid găsiți o aplicație de DS Internet Settings defectă, urmați [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) înainte de a continua - -### Ce aveți nevoie - -* Fișierul 'movable.sed' de la completarea lui [Seedminer](seedminer) -* Ultima versiune de [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Secțiunea I - Preparații - -1. Închideți dispozitivul -1. Introduceți cardul SD în calculator -1. Copiați fișierul `movable.sed` in rădăcina cardului SD -1. Copiați `DSiWare_Dump.3dsx` în folderul `/3ds/` de pe cardul SD -1. Reintroduceți cardul SD în dispozitivul dumneavoastră -1. Porniți dispozitivul - -#### Secţiunea II - Descărcare de DSiWare - -1. Deschideți Homebrew Launcher folosind orice metodă -1. Lansați DSiWare Dumper din lista de homebrew - + Aceasta va descărca o aplicație de DSiWare în rădăcina cardului SD - + Este normal să vedeți câteva erori. -1. Când arată "Success", acesta este fișierul pe care îl veți folosi pentru copia de rezervă DSiWare mai târziu în ghid - -Continuați la [Instalând boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ro_RO/finalizing-setup.txt b/_pages/ro_RO/finalizing-setup.txt index df527b108a..a61359ae22 100644 --- a/_pages/ro_RO/finalizing-setup.txt +++ b/_pages/ro_RO/finalizing-setup.txt @@ -177,7 +177,7 @@ Acum puteți apăsa (L) + (Jos) + (Select) în timp ce sistemul pornește pentru {% capture notice-6 %} Dacă doriți să actualizați la un card SD mai mare, tot ce trebuie să faceți este să formatați cardul SD nou ca FAT32 și copiați și lipiți conținuturile din vechiul card SD către noul card SD. -În cazul în care cardul SD este mai mare decât 32GB, va trebui să folosiți o unealtă diferită pentru a-l formata, precum [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) pentru Windows, [gparted](http://gparted.org/download.php) pentru Linux, sau [Utilitate Disc](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) pentru Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ro_RO/formatting-sd-(linux).txt b/_pages/ro_RO/formatting-sd-(linux).txt new file mode 100644 index 0000000000..8536b23f94 --- /dev/null +++ b/_pages/ro_RO/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Cuprins" %} + +### Lectură obligatorie + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Această pagină este doar pentru utilizatorii de Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instrucțiuni +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ro_RO/formatting-sd-(mac).txt b/_pages/ro_RO/formatting-sd-(mac).txt new file mode 100644 index 0000000000..de0d6ad767 --- /dev/null +++ b/_pages/ro_RO/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Cuprins" %} + +### Lectură obligatorie + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Această pagină este doar pentru utilizatorii de Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instrucțiuni + +#### OS X El Capitan (10.11) and later + +1. Introduceți cardul SD în calculator +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Introduceți cardul SD în calculator +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ro_RO/formatting-sd-(windows).txt b/_pages/ro_RO/formatting-sd-(windows).txt new file mode 100644 index 0000000000..09b05ce5e9 --- /dev/null +++ b/_pages/ro_RO/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Cuprins" %} + +### Lectură obligatorie + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Această pagină este doar pentru utilizatorii de Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Ce aveți nevoie + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instrucțiuni + +1. Introduceți cardul SD în calculator +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ro_RO/home.txt b/_pages/ro_RO/home.txt index 3821908a8b..681228428d 100644 --- a/_pages/ro_RO/home.txt +++ b/_pages/ro_RO/home.txt @@ -82,7 +82,7 @@ Pentru o listă cu fiecare dintre semnăturile calculate de sighax, vedeți [ace + 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ă! + Cardul SD ar trebui să fie [MBR, nu GPT](http://www.howtogeek.com/245610/) (cardul SD care vine cu dispozitivul va fi MBR). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + Old 2DS este, în esenţă, identic cu Old 3DS în ceea ce priveşte software-ul, în timp ce New 2DS este identic cu New 3DS în ceea ce priveşte software-ul. Orice pas care spune "Old 3DS" se aplică de asemenea la Old 2DS, şi orice pas care spune "New 3DS" se aplică de asemenea la New 2DS. ___ diff --git a/_pages/ro_RO/homebrew-launcher-(steelhax).txt b/_pages/ro_RO/homebrew-launcher-(steelhax).txt index 41d7ef345b..65ec1b9a69 100644 --- a/_pages/ro_RO/homebrew-launcher-(steelhax).txt +++ b/_pages/ro_RO/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Cuprins" %} - -### Lectură obligatorie - -Această metodă de a folosi Seedminer pentru mai multă exploatare utilizează fişierul `movable.sed` pentru a avea acces la Homebrew Launcher folosind exploit-ul Steelhax în sensul de a injecta un titlu DSiWare exploatabil în aplicaţia DS Download Play. Această metodă are nevoie ca dumneavoastră să dețineți (sau să descărcați) jocul gratuit "Steel Diver: Sub Wars" de pe eShop. - -Dacă dispozitivul dumneavoastră are deja acces la Homebrew Launcher (fie prin Steelhax sau alte metode), puteți sări la [DSiWare Dumper](dsidumper)). -{: .notice--success} - -Dacă aveți deja Steel Diver: Sub Wars, acest procedeu va rescrie fișierul de salvare a jocului! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Ce aveți nevoie - -* Jocul gratis de pe eShop "Steel Diver: Sub Wars" -* Fișierul 'movable.sed' de la completarea lui [Seedminer](seedminer) -* Cea mai nouă versiune de [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* Ultima versiune de [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* [Payload-ul otherapp](https://deadphoenix8091.github.io/3ds/#otherapp) *(pentru versiunea și regiunea dumneavoastră)* - -### Instrucțiuni - -#### Secțiunea I - Preparații - -1. Creați un folder numit `3ds` în rădăcina cardului SD dacă nu există deja -1. Copiați `boot.3dsx` în rădăcina cardului SD -1. Copiați folderul `steelhax` din arhiva `Steelhax-release.zip` pe rădăcina cardului SD -1. Copiați payload-ul otherapp în folderul `steelhax` de pe cardul SD și redenumiți-l în`payload.bin` - -#### Secțiunea II - Steelminer - -1. Introduceţi cardul SD în dispozitiv -1. Lansați "Steel Diver: Sub Wars" o dată şi selectaţi un Mii pentru a iniția fișierul de salvare - + Respingeți actualizarea de joc atunci când vi se solicită - + Dacă aţi actualizat deja jocul, folosiți meniul de Data Management de la System Settings pentru a șterge actualizarea -1. Ieșiți din "Steel Diver: Sub Wars" -1. Închideți dispozitivul -1. Introduceți cardul SD în calculator -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Selectaţi fişierul `movable.sed` -1. Selectați "Start!" -1. Așteptați până când procesul este terminat -1. Navigaţi la`Nintendo 3DS` -> `` -> `` -> `title` -> `00040000` -> `` -> `data` pe cardul SD - + **Regiunea EUR**: `000d7e00` - + **Regiunea JPN**: `000d7c00` - + **Regiunea USA**: `000d7d00` -1. Copiați noul fişier de salvare descărcat în folderul `data` de pe cardul SD - + Suprascrieți vechiul fişier de salvare când vi se solicită -1. Reintroduceți cardul SD în dispozitivul dumneavoastră -1. Porniți dispozitivul -1. Lansați "Steel Diver: Sub Wars" -1. În cazul în care exploit-ul a mers, dispozitivul va încărca Homebrew Launcher - + E posibil să apară o eroare care spune că nu s-au găsit aplicații. -1. Închideți dispozitivul. - -___ - -### Continuați la [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ro_RO/site-navigation.txt b/_pages/ro_RO/site-navigation.txt index b99c5592a9..ba3f5c9fa4 100644 --- a/_pages/ro_RO/site-navigation.txt +++ b/_pages/ro_RO/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Actualizare cu card de joc](cart-update) + [Contribuții](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donaţii](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Instalând ntrboot (Două 3DS-uri)](flashing-ntrboot-(3ds-multi-system)) + [Instalând ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Instalând ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Începeți](get-started) + [Folosind GodMode9](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternative)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (SoundHax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher(Steelhax)](homebrew-launcher-(steelhax)) + [Instalând boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Instalând boot9strap (Browser)](installing-boot9strap-(browser)) + [Instalând boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Instalând boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Instalând boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Instalând boot9strap (MSET)](installing-boot9strap-(mset)) + [Instalând boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Instalând boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Instalând boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Mutare EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Schimb de regiune](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Depanare](troubleshooting) + [Dezinstalând CFW](uninstall-cfw) + [Actualizând B9S](updating-b9s) diff --git a/_pages/ru_RU/dsidumper.txt b/_pages/ru_RU/dsidumper.txt index 20b1e03f64..9762798a6c 100644 --- a/_pages/ru_RU/dsidumper.txt +++ b/_pages/ru_RU/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Содержание" %} - -### Обязательно к прочтению - -Чтобы получить дамп системного DSiWare приложения, мы воспользуемся уже существующим эксплойтом homebrew launcher. - -Если в этом руководстве вы столкнетесь с поврежденным приложением DS Internet Settings, выполните инструкции на странице [TWLFix для Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) перед тем, как продолжить - -### Что понадобится - -* Ваш файл `movable.sed`, полученный на странице [Seedminer](seedminer) -* Свежая версия [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Часть I - Подготовительные работы - -1. Выключите консоль -1. Вставьте SD-карту в компьютер -1. Скопируйте файл `movable.sed` в корень SD-карты -1. Скопируйте `DSiWare_Dump.3dsx` в папку `/3ds/` на SD-карте -1. Вставьте SD-карту обратно в консоль -1. Включите консоль - -#### Часть II - Создание дампа DSiWare - -1. Запустите Homebrew Launcher, используя любой метод -1. Выберите DSiWare Dumper в списке homebrew - + Это действие создаст дамп DSiWare приложения в корне SD-карты - + Может появиться несколько сообщений об ошибках, это нормально. -1. Когда появится надпись "Success", это будет ваш файл бэкапа DSiWare, который вы будете использовать позже в руководстве - -Следующий шаг: [Установка boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/ru_RU/finalizing-setup.txt b/_pages/ru_RU/finalizing-setup.txt index 2590fc8a41..4cc076c022 100644 --- a/_pages/ru_RU/finalizing-setup.txt +++ b/_pages/ru_RU/finalizing-setup.txt @@ -177,7 +177,7 @@ ___ {% capture notice-6 %} Если вы захотите заменить SD-карту на карту большего размера, вам нужно просто отформатировать новую карту в FAT32 и скопировать все содержимое старой SD-карты на новую. -Если ваша новая SD-карта больше 32ГБ, то вам необходимо использовать другую утилиту для форматирования, например [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) для Windows, [gparted](http://gparted.org/download.php) для Linux, или [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) для Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/ru_RU/formatting-sd-(linux).txt b/_pages/ru_RU/formatting-sd-(linux).txt new file mode 100644 index 0000000000..7866101872 --- /dev/null +++ b/_pages/ru_RU/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Содержание" %} + +### Обязательно к прочтению + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Этот раздел предназначен только для пользователей Linux. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Инструкция +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/ru_RU/formatting-sd-(mac).txt b/_pages/ru_RU/formatting-sd-(mac).txt new file mode 100644 index 0000000000..8cfe79c32a --- /dev/null +++ b/_pages/ru_RU/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Содержание" %} + +### Обязательно к прочтению + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Этот раздел предназначен для пользователей Mac. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Инструкция + +#### OS X El Capitan (10.11) and later + +1. Вставьте SD-карту в компьютер +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Вставьте SD-карту в компьютер +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/ru_RU/formatting-sd-(windows).txt b/_pages/ru_RU/formatting-sd-(windows).txt new file mode 100644 index 0000000000..6ccbf8200f --- /dev/null +++ b/_pages/ru_RU/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Содержание" %} + +### Обязательно к прочтению + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Этот раздел предназначен для пользователей Windows. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Что понадобится + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Инструкция + +1. Вставьте SD-карту в компьютер +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/ru_RU/home.txt b/_pages/ru_RU/home.txt index e85fbf5e95..17e284dc1a 100644 --- a/_pages/ru_RU/home.txt +++ b/_pages/ru_RU/home.txt @@ -82,7 +82,7 @@ Boot9strap имеет множество преимуществ перед др + Если всё пройдет по плану, вы ничего не потеряете и всё останется в первоначальном состоянии (игры, сохранения, NNID). + Держите консоль подключенной к зарядному устройству на протяжении всего процесса, чтобы избежать потери данных или поломки в случае внезапного отключения консоли! + SD-карта должна использовать [MBR, а не GPT](http://www.howtogeek.com/245610/) (англ.) (SD-карта, входящая в комплект, уже использует MBR). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + Old 2DS программно в основном идентична Old 3DS, в то время как New 2DS программно в основном идентична New 3DS. Все шаги, предназначенные для "Old 3DS", также применимы к Old 2DS, а все шаги, предназначенные для "New 3DS", также применимы к New 2DS. ___ diff --git a/_pages/ru_RU/homebrew-launcher-(steelhax).txt b/_pages/ru_RU/homebrew-launcher-(steelhax).txt index fb5b10dce4..65ec1b9a69 100644 --- a/_pages/ru_RU/homebrew-launcher-(steelhax).txt +++ b/_pages/ru_RU/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Содержание" %} - -### Обязательно к прочтению - -Этот метод дальнейшей эксплуатации Seedminer использует ваш файл `movable.sed` для получения доступа к Homebrew Launcher при помощи эксплойта Steelhax в целях инъекции уязвимого тайтла DSiWare в приложение DS Download Play. Этот метод требует, чтобы у вас уже была в наличии (или загружена) бесплатная игра "Steel Diver: Sub Wars" из eShop. - -Если ваша консоль уже имеет доступ к Homebrew Launcher (при помощи Steelhax или другого эксплойта), вы можете перейти к странице [DSiWare Dumper](dsidumper). -{: .notice--success} - -Если у вас уже есть Steel Diver: Sub Wars, то этот процесс перезапишет сохранение вашей игры! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### Что понадобится - -* Бесплатная игра "Steel Diver: Sub Wars" из eShop -* Ваш файл `movable.sed`, полученный на странице [Seedminer](seedminer) -* Свежая версия [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* Свежая версия [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* [Otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(для вашего региона и версии прошивки)* - -### Инструкция - -#### Часть I - Подготовительные работы - -1. Создайте папку `3ds` в корне SD-карты, если таковой нет -1. Скопируйте `boot.3dsx` в корень SD-карты -1. Скопируйте папку `steelhax` из архива `Steelhax-release.zip` в корень SD-карты -1. Скопируйте otherapp payload в папку `steelhax` на SD-карте и переименуйте его в `payload.bin` - -#### Часть II - Steelminer - -1. Вставьте SD-карту в консоль -1. Запустите "Steel Diver: Sub Wars" один раз и выберите Mii, чтобы инициализировать сохранение - + Откажитесь от обновления игры при появлении запроса - + Если вы уже обновили игру, используйте меню Управление данными в Системных настройках, чтобы удалить обновление -1. Выйдите из "Steel Diver: Sub Wars" -1. Выключите консоль -1. Вставьте SD-карту в компьютер -1. Перейдите по ссылке [Steelminer Injector](https://seedminer.hacks.guide/steelhax/) на компьютере -1. Выберите свой файл `movable.sed` -1. Выберите "Start!" -1. Дождитесь окончания процесса -1. Перейдите в папку `Nintendo 3DS` -> `` -> `<32-значный-id>` -> `title` -> `00040000` -> `<8-значный-регион>` -> `data` на SD-карте - + **EUR регион**: `000d7e00` - + **JPN регион**: `000d7c00` - + **USA регион**: `000d7d00` -1. Скопируйте свой новый скачанный файл сохранения в папку `data` на SD-карте - + Перезапишите старый файл сохранения при появлении запроса -1. Вставьте SD-карту обратно в консоль -1. Включите консоль -1. Запустите "Steel Diver: Sub Wars" -1. Если эксплойт сработал корректно, запустится Homebrew Launcher - + Может появиться ошибка "no applications found". -1. Выключите консоль. - -___ - -### Следующий шаг: [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/ru_RU/site-navigation.txt b/_pages/ru_RU/site-navigation.txt index 919cf3587c..6c75fd454b 100644 --- a/_pages/ru_RU/site-navigation.txt +++ b/_pages/ru_RU/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Обновление картриджем](cart-update) + [Благодарности](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Пожертвования](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Прошивка ntrboot (Две консоли 3DS)](flashing-ntrboot-(3ds-multi-system)) + [Прошивка ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Прошивка ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Начало](get-started) + [Использование GodMode9](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Альтернативы)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Установка boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Установка boot9strap (Браузер)](installing-boot9strap-(browser)) + [Установка boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Установка boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Установка boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Установка boot9strap (MSET)](installing-boot9strap-(mset)) + [Установка boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Установка boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Установка boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Перенос EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Смена региона](region-changing) + [Seedminer](seedminer) -+ [Устаревшие методы Seedminer](legacy-methods) + [Проблемы и их решения](troubleshooting) + [Удаление кастомной прошивки](uninstall-cfw) + [Обновление B9S](updating-b9s) diff --git a/_pages/sv_SE/dsidumper.txt b/_pages/sv_SE/dsidumper.txt index 495da6ce63..9762798a6c 100644 --- a/_pages/sv_SE/dsidumper.txt +++ b/_pages/sv_SE/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Obligatorisk läsning - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Stäng av din enhet -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Sätt tillbaka ditt SD-kort i din enhet -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/sv_SE/finalizing-setup.txt b/_pages/sv_SE/finalizing-setup.txt index cdecd99342..935c60a3ce 100644 --- a/_pages/sv_SE/finalizing-setup.txt +++ b/_pages/sv_SE/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/sv_SE/formatting-sd-(linux).txt b/_pages/sv_SE/formatting-sd-(linux).txt new file mode 100644 index 0000000000..18a0091f0d --- /dev/null +++ b/_pages/sv_SE/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Obligatorisk läsning + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/sv_SE/formatting-sd-(mac).txt b/_pages/sv_SE/formatting-sd-(mac).txt new file mode 100644 index 0000000000..dc4b28ace7 --- /dev/null +++ b/_pages/sv_SE/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Obligatorisk läsning + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/sv_SE/formatting-sd-(windows).txt b/_pages/sv_SE/formatting-sd-(windows).txt new file mode 100644 index 0000000000..1667e68944 --- /dev/null +++ b/_pages/sv_SE/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Obligatorisk läsning + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/sv_SE/home.txt b/_pages/sv_SE/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/sv_SE/home.txt +++ b/_pages/sv_SE/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/sv_SE/homebrew-launcher-(steelhax).txt b/_pages/sv_SE/homebrew-launcher-(steelhax).txt index 2ac226c9e7..65ec1b9a69 100644 --- a/_pages/sv_SE/homebrew-launcher-(steelhax).txt +++ b/_pages/sv_SE/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Obligatorisk läsning - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Skapa en mapp som heter '3ds' i roten på SD-kortet om det inte redan finns -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Stäng av din enhet -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Sätt tillbaka ditt SD-kort i din enhet -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/sv_SE/site-navigation.txt b/_pages/sv_SE/site-navigation.txt index 2a30f5e787..b60c64fd80 100644 --- a/_pages/sv_SE/site-navigation.txt +++ b/_pages/sv_SE/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donationer](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flasha ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flasha ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flasha ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Kom igång](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternativ)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installera boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installera boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installera boot9strap (MSET)](installing-boot9strap-(mset)) + [Installera boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Flytta EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Ändra Region](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Felsökning](troubleshooting) + [Avinstallera CFW](uninstall-cfw) + [Updatera B9S](updating-b9s) diff --git a/_pages/th_TH/dsidumper.txt b/_pages/th_TH/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/th_TH/dsidumper.txt +++ b/_pages/th_TH/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/th_TH/finalizing-setup.txt b/_pages/th_TH/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/th_TH/finalizing-setup.txt +++ b/_pages/th_TH/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/th_TH/formatting-sd-(linux).txt b/_pages/th_TH/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/th_TH/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/th_TH/formatting-sd-(mac).txt b/_pages/th_TH/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/th_TH/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/th_TH/formatting-sd-(windows).txt b/_pages/th_TH/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/th_TH/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/th_TH/home.txt b/_pages/th_TH/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/th_TH/home.txt +++ b/_pages/th_TH/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/th_TH/homebrew-launcher-(steelhax).txt b/_pages/th_TH/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/th_TH/homebrew-launcher-(steelhax).txt +++ b/_pages/th_TH/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/th_TH/site-navigation.txt b/_pages/th_TH/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/th_TH/site-navigation.txt +++ b/_pages/th_TH/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/tr_TR/dsidumper.txt b/_pages/tr_TR/dsidumper.txt index deffe152c6..9762798a6c 100644 --- a/_pages/tr_TR/dsidumper.txt +++ b/_pages/tr_TR/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title = "İçindekiler"%} - -### Okumanız Gerekli - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Cihazınızı kapatın -1. SD kartınızı bilgisayarınıza takın -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. SD kartınızı cihazınıza tekrar takın -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/tr_TR/finalizing-setup.txt b/_pages/tr_TR/finalizing-setup.txt index 3baa0e3dea..d9d45128b1 100644 --- a/_pages/tr_TR/finalizing-setup.txt +++ b/_pages/tr_TR/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/tr_TR/formatting-sd-(linux).txt b/_pages/tr_TR/formatting-sd-(linux).txt new file mode 100644 index 0000000000..9f06a530fb --- /dev/null +++ b/_pages/tr_TR/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title = "İçindekiler"%} + +### Okumanız Gerekli + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Bu sayfa yalnızca Linux kullanıcıları içindir. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/tr_TR/formatting-sd-(mac).txt b/_pages/tr_TR/formatting-sd-(mac).txt new file mode 100644 index 0000000000..313a41b082 --- /dev/null +++ b/_pages/tr_TR/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title = "İçindekiler"%} + +### Okumanız Gerekli + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Bu sayfa yalnızca Mac kullanıcılar içindir. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. SD kartınızı bilgisayarınıza takın +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. SD kartınızı bilgisayarınıza takın +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/tr_TR/formatting-sd-(windows).txt b/_pages/tr_TR/formatting-sd-(windows).txt new file mode 100644 index 0000000000..6a279a232b --- /dev/null +++ b/_pages/tr_TR/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title = "İçindekiler"%} + +### Okumanız Gerekli + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +Bu sayfa yalnızca Windows kullanıcıları içindir. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. SD kartınızı bilgisayarınıza takın +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/tr_TR/home.txt b/_pages/tr_TR/home.txt index 822b54ff1f..a882602f4e 100644 --- a/_pages/tr_TR/home.txt +++ b/_pages/tr_TR/home.txt @@ -82,7 +82,7 @@ Birçok oyun için yedekleme, düzenleme ve geri yükleme + 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). + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/tr_TR/homebrew-launcher-(steelhax).txt b/_pages/tr_TR/homebrew-launcher-(steelhax).txt index 6842b69017..65ec1b9a69 100644 --- a/_pages/tr_TR/homebrew-launcher-(steelhax).txt +++ b/_pages/tr_TR/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title = "İçindekiler"%} - -### Okumanız Gerekli - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Cihazınızı kapatın -1. SD kartınızı bilgisayarınıza takın -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. SD kartınızı cihazınıza tekrar takın -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/tr_TR/site-navigation.txt b/_pages/tr_TR/site-navigation.txt index d6bfad64d2..0b12390d44 100644 --- a/_pages/tr_TR/site-navigation.txt +++ b/_pages/tr_TR/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Başlarken](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatifler)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [EmuNAND' Taşıma](move-emunand) + [ntrboot](ntrboot) + [Bölge Değiştirme](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/uk_UA/dsidumper.txt b/_pages/uk_UA/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/uk_UA/dsidumper.txt +++ b/_pages/uk_UA/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/uk_UA/finalizing-setup.txt b/_pages/uk_UA/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/uk_UA/finalizing-setup.txt +++ b/_pages/uk_UA/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/uk_UA/formatting-sd-(linux).txt b/_pages/uk_UA/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/uk_UA/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/uk_UA/formatting-sd-(mac).txt b/_pages/uk_UA/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/uk_UA/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/uk_UA/formatting-sd-(windows).txt b/_pages/uk_UA/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/uk_UA/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/uk_UA/home.txt b/_pages/uk_UA/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/uk_UA/home.txt +++ b/_pages/uk_UA/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/uk_UA/homebrew-launcher-(steelhax).txt b/_pages/uk_UA/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/uk_UA/homebrew-launcher-(steelhax).txt +++ b/_pages/uk_UA/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/uk_UA/site-navigation.txt b/_pages/uk_UA/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/uk_UA/site-navigation.txt +++ b/_pages/uk_UA/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/vi_VN/dsidumper.txt b/_pages/vi_VN/dsidumper.txt index 034e18f5cc..9762798a6c 100644 --- a/_pages/vi_VN/dsidumper.txt +++ b/_pages/vi_VN/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### What You Need - -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### Section I - Prep Work - -1. Power off your device -1. Insert your SD card into your computer -1. Copy your `movable.sed` file to the root of your SD card -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. Reinsert your SD card into your device -1. Power on your device - -#### Section II - DSiWare Dumping - -1. Open the Homebrew Launcher using any method -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -Continue to [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/vi_VN/finalizing-setup.txt b/_pages/vi_VN/finalizing-setup.txt index 90f49a797f..c3e7a98c8b 100644 --- a/_pages/vi_VN/finalizing-setup.txt +++ b/_pages/vi_VN/finalizing-setup.txt @@ -177,7 +177,7 @@ You can now press (L) + (Down) + (Select) while the system is booted to open the {% capture notice-6 %} If you would like to upgrade to a bigger sized SD card, all you have to do is format your new SD card as FAT32 and copy paste the contents of the old SD card onto the new SD card. -If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) for Windows, [gparted](http://gparted.org/download.php) for Linux, or [Disk Utility](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac) for Mac. +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/vi_VN/formatting-sd-(linux).txt b/_pages/vi_VN/formatting-sd-(linux).txt new file mode 100644 index 0000000000..62d686163c --- /dev/null +++ b/_pages/vi_VN/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Linux users only. If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### Instructions +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/vi_VN/formatting-sd-(mac).txt b/_pages/vi_VN/formatting-sd-(mac).txt new file mode 100644 index 0000000000..c9c0ebf791 --- /dev/null +++ b/_pages/vi_VN/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Mac users only. If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### Instructions + +#### OS X El Capitan (10.11) and later + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/vi_VN/formatting-sd-(windows).txt b/_pages/vi_VN/formatting-sd-(windows).txt new file mode 100644 index 0000000000..fb92106ee4 --- /dev/null +++ b/_pages/vi_VN/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +This page is for Windows users only. If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### What You Need + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### Instructions + +1. Insert your SD card into your computer +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/vi_VN/home.txt b/_pages/vi_VN/home.txt index c688005a6b..de0e6196bf 100644 --- a/_pages/vi_VN/home.txt +++ b/_pages/vi_VN/home.txt @@ -82,7 +82,7 @@ For a list of each of the calculated sighax signatures, see [this gist](https:// + 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! + 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). The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + The Old 2DS is essentially identical to the Old 3DS in terms of software, while the New 2DS is essentially identical to the New 3DS in terms of software. Any steps which say "Old 3DS" also apply to Old 2DS, and any steps which say "New 3DS" also apply to New 2DS. ___ diff --git a/_pages/vi_VN/homebrew-launcher-(steelhax).txt b/_pages/vi_VN/homebrew-launcher-(steelhax).txt index 681be6021f..65ec1b9a69 100644 --- a/_pages/vi_VN/homebrew-launcher-(steelhax).txt +++ b/_pages/vi_VN/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "Homebrew Launcher (Steelhax)" --- -{% include toc title="Table of Contents" %} - -### Required Reading - -This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the Steelhax exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Steel Diver: Sub Wars" game from the eShop. - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -If you already have Steel Diver: Sub Wars, this process will overwrite your game's save file! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### What You Need - -* The free eShop game "Steel Diver: Sub Wars" -* Your `movable.sed` file from completing [Seedminer](seedminer) -* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### Instructions - -#### Section I - Prep Work - -1. Create a folder named `3ds` on the root of your SD card if it does not already exist -1. Copy `boot.3dsx` to the root of your SD card -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. Copy the otherapp payload to the `steelhax` folder on your SD card and rename it to `payload.bin` - -#### Section II - Steelminer - -1. Insert your SD card into your device -1. Launch "Steel Diver: Sub Wars" once and select a Mii to initialize your save file - + Decline the game update when prompted - + If you have already updated the game, use the Data Management menu of the System Settings to delete the update -1. Exit "Steel Diver: Sub Wars" -1. Power off your device -1. Insert your SD card into your computer -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. Select your `movable.sed` file -1. Select "Start!" -1. Wait for the process to complete -1. Navigate to `Nintendo 3DS` -> `` -> `<32-character-id>` -> `title` -> `00040000` -> `<8-character-region>` -> `data` on your SD card - + **EUR Region**: `000d7e00` - + **JPN Region**: `000d7c00` - + **USA Region**: `000d7d00` -1. Copy the new downloaded save file to the `data` folder on your SD card - + Overwrite the old save file when prompted -1. Reinsert your SD card into your device -1. Power on your device -1. Launch "Steel Diver: Sub Wars" -1. If the exploit was successful, your device will have loaded the Homebrew Launcher - + You may see an error stating there are no applications found. -1. Power off your device. - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/vi_VN/site-navigation.txt b/_pages/vi_VN/site-navigation.txt index 90d56e5160..81bbefc22b 100644 --- a/_pages/vi_VN/site-navigation.txt +++ b/_pages/vi_VN/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [Cartridge Update](cart-update) + [Credits](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [Donations](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) + [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) + [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [Get Started](get-started) + [GodMode9 Usage](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (Alternatives)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (Soundhax)](homebrew-launcher-(soundhax)) -+ [Homebrew Launcher (Steelhax)](homebrew-launcher-(steelhax)) + [Installing boot9strap (2xrsa)](installing-boot9strap-(2xrsa)) + [Installing boot9strap (Browser)](installing-boot9strap-(browser)) + [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool)) + [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool)) + [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [Installing boot9strap (MSET)](installing-boot9strap-(mset)) + [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [Installing boot9strap (Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [Move EmuNAND](move-emunand) + [ntrboot](ntrboot) + [Region Changing](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [Troubleshooting](troubleshooting) + [Uninstall CFW](uninstall-cfw) + [Updating B9S](updating-b9s) diff --git a/_pages/zh_CN/a9lh-to-b9s.txt b/_pages/zh_CN/a9lh-to-b9s.txt index fddc0712f7..d90ef73763 100644 --- a/_pages/zh_CN/a9lh-to-b9s.txt +++ b/_pages/zh_CN/a9lh-to-b9s.txt @@ -38,7 +38,7 @@ title: "A9LH 升级 B9S" * - **仅使用 New 3DS 的用户需下载:** [secret_sector.bin](magnet:?xt=urn:btih:15a3c97acf17d67af98ae8657cc66820cc58f655&dn=secret_sector.bin&tr=udp%3A%2F%2F9.rarbg.to%3A2710%2Fannounce&tr=udp%3A%2F%2Fbt.xxx-tracker.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fmgtracker.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fopen.demonii.si%3A1337%2Fannounce&tr=udp%3A%2F%2Fpublic.popcorn-tracker.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fthetracker.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.cypherpunks.ru%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.ds.is%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.mg64.net%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.open-internet.nl%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.port443.xyz%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.qt.is%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce&tr=udp%3A%2F%2Ftracker.vanitycore.co%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker-2.msm8916.com%3A6969%2Fannounce) * 最新版 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) -* The v7.0.5 release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/tag/v7.0.5) *(the `.7z` file)* +* 7.0.5 版本的 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/tag/v7.0.5) *(`.7z` 文件)* * 最新版 [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) * 最新版 [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) **(下载标准的 boot9strap 压缩包文件,而不是带有 `devkit` 或 `ntr` 名字的文件)** @@ -51,7 +51,7 @@ title: "A9LH 升级 B9S" 1. 关闭你的主机 1. 将你的 SD 卡插入到电脑 -1. Copy `boot.firm` and `boot.3dsx` from the latest version Luma3DS `.zip` to the root of your SD card +1. 解压最新版 Luma3DS `.zip` 里的 `boot.firm` 和 `boot.3dsx` 到你 SD 卡的根目录 1. 从 Luma3DS `.7z` 压缩包中复制 `arm9loaderhax.bin` 文件到你 SD 卡的根目录 1. 删除SD卡 `/luma/payloads/` 文件夹中任何后缀为 `.bin` 的文件,因为它们在支持 boot9strap 的 Luma3DS 版本中无法使用 1. 从 SafeB9SInstaller `.zip` 压缩包中复制 `SafeB9SInstaller.bin` 到SD卡 `/luma/payloads/` 目录中 diff --git a/_pages/zh_CN/bannerbomb3.txt b/_pages/zh_CN/bannerbomb3.txt index 48eaab53bc..8aeb619023 100644 --- a/_pages/zh_CN/bannerbomb3.txt +++ b/_pages/zh_CN/bannerbomb3.txt @@ -19,7 +19,7 @@ title: "BannerBomb3" * 你在 [Seedminer](seedminer) 步骤中获得的 `movable.sed` 文件 -#### 第一步 — BannerBomb3 +#### 第一步 – BannerBomb3 1. 在你的电脑上打开 [BannerBomb3 Tool](https://bb3.bruteforcemovable.com/) 1. 点击 “选择文件” 选项,然后选择你的 movable.sed 上传 1. 点击 “Go” diff --git a/_pages/zh_CN/dsidumper.txt b/_pages/zh_CN/dsidumper.txt index a48f2a4df0..19bead339f 100644 --- a/_pages/zh_CN/dsidumper.txt +++ b/_pages/zh_CN/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="目录内容" %} - -### 必读事项 - -我们使用一个现有的 homebrew launcher 漏洞来导出你系统的 DSiWare 软件。 - -如果你在此部分的教程中发现了损坏的 DS 互联网设置程序,请先通过 [Homebrew 修复 TWL 分区](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases)然后再继续 - -### 你需要准备点啥? - -* 你在 [Seedminer](seedminer) 步骤中获得的 `movable.sed` 文件 -* 最新版 [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### 第一步 — 准备工作 - -1. 将设备关机 -1. 将你的 SD 卡插入到电脑 -1. 复制 `movable.sed` 文件到你的SD卡根目录 -1. 复制 `DSiWare_Dump.3dsx` 到你 SD 卡的 `/3ds/` 文件夹 -1. 将SD卡重新插入你的主机 -1. 启动你的主机 - -#### 第二步 — DSiWare 导出 - -1. 使用任何方法来启动 Homebrew Launcher -1. 从自制程序列表中运行 DSiWare Dumper - + 这将导出 DSiWare 程序到你的内存卡根目录 - + 如果看到若干失败提示是正常的。 -1. 当它提示“成功(Success)”时,导出的文件将是你在之后教程中要用的文件 - -继续至[安装 boot9strap(通过Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +此页面由于使用的方法已经过时而被移除。 请回到[新手入门](get-started)使用较新的方法代替本教程。 +{: .notice--warning} diff --git a/_pages/zh_CN/finalizing-setup.txt b/_pages/zh_CN/finalizing-setup.txt index c501de3b89..d710313a87 100644 --- a/_pages/zh_CN/finalizing-setup.txt +++ b/_pages/zh_CN/finalizing-setup.txt @@ -175,9 +175,9 @@ ___
{{ notice-6 | markdownify }}
{% capture notice-6 %} -如果你想要更换更大的 SD 卡,只需要将 SD卡格式化为 FAT32 后,将原 SD 卡文件复制到新 SD 卡即可 +如果你想要更换更大的 SD 卡,只需要将 SD卡格式化为 FAT32 后,将原 SD 卡文件复制到新 SD 卡即可。 -如果你的 SD 卡大于 32GB,那么你需要使用其他的工具来格式化 SD 卡;例如 Windows 上的 [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm)、Linux 上的 [gparted](http://gparted.org/download.php)、Mac 上的[磁盘工具程序](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac)。 +如果你的新 SD 卡大于 32GB,那么你需要使用一个工具来格式化它。例如:Windows 上的 [guiformat](formatting-sd-(windows)),Mac 上的 [Disk Utility](formatting-sd-(mac)),Linux 上的 [cfdisk](formatting-sd-(linux))。 {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/zh_CN/formatting-sd-(linux).txt b/_pages/zh_CN/formatting-sd-(linux).txt new file mode 100644 index 0000000000..dcd5fd5d38 --- /dev/null +++ b/_pages/zh_CN/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "格式化 SD 卡(通过 Linux 操作系统)" +--- + +{% include toc title="目录内容" %} + +### 必读事项 + +这是一个适用于为 3DS 准备的 SD 卡的格式化教程。 + +如果 3DS 已经识别到了 SD 卡,那么就不需要做这个教程了。 + +本页教程仅限 Linux 用户。 如果你没有在用 Linux,那么请看看[格式化 SD 卡(通过 Windows 操作系统)](formatting-sd-(Windows))或[格式化 SD 卡(通过 Mac 操作系统)](formatting-sd-(mac)) 。 + +### 操作步骤 +#### 第一步 – 确定你的 SD 卡在哪个路径中 + +1. 请确保你的 SD 卡 **未** 被插入电脑 +1. 启动 Linux 终端 +1. 输入 `watch "lsblk"` +1. 将 SD 卡插入你的电脑 +1. 查看终端输出内容。 输出内容应该与以下内容相似: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. 注意设备的挂载点。 在我们上面的示例中,它是 `mmcblk0` + + 如果 `RO` 为 1,请确保写保护开关未被打开 +1. 按下 CTRL + C 退出菜单 + +#### 第二步 – 格式化 SD 卡 + +![](https://i.loli.net/2020/12/07/X8Sjt1LIYZhmaGg.png) + +1. 输入 `sudo cfdisk /dev/(由之前步骤得知的设备挂载点)` +1. 对每个分区按下 `Delete` +1. 创建一个等于你 SD 卡全部容量大小的分区 + + 这将会从 Linux 文件类型中创建一个新分区 +1. 选择 Type 并查看菜单 +1. 找到 “W95 FAT32” 并记住该文本左侧的代码 +1. 按下任意键,然后输入你在上一步中记住的代码 +1. 按下 Enter 键,然后选择 Quit diff --git a/_pages/zh_CN/formatting-sd-(mac).txt b/_pages/zh_CN/formatting-sd-(mac).txt new file mode 100644 index 0000000000..280f54c282 --- /dev/null +++ b/_pages/zh_CN/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "格式化 SD 卡(通过 Mac 操作系统)" +--- + +{% include toc title="目录内容" %} + +### 必读事项 + +这是一个适用于为 3DS 准备的 SD 卡的格式化教程。 + +如果 3DS 已经识别到了 SD 卡,那么就不需要做这个教程了。 + +本页教程仅限 Mac 用户。 如果你没有在用 Mac,那么请看看[格式化 SD 卡(通过 Windows 操作系统)](formatting-sd-(Windows))或[格式化 SD 卡(通过 Linux 操作系统)](formatting-sd-(linux)) 。 + +### 操作步骤 + +#### OS X El Capitan (10.11) 及更高版本 + +1. 将你的 SD 卡插入到电脑 +1. 如果 SD 卡上有一些文件或文件夹,请将它们全部复制到你的电脑上 +1. 运行磁盘工具(Disk Utility) +1. 选择左上角“视图”菜单里的“显示所有设备(Show All Devices)” +1. 在左侧面板中选择你的 SD 卡 + + 请确保你选对了驱动器,否则你可能会把别的驱动器格式化了! + {: .notice--danger} + +1. 点击顶部的“擦除(Erase)” +1. 在“名称(Name)”一行随便输入一些内容 +1. 确保“格式(Format)”设置为 “MS-DOS (FAT)” +1. 确保“方案(Scheme)”设置为“主启动记录(Master Boot Record)” + + 如果没有“方案(Scheme)”选项,请点击“取消(Cancel)”并确认你选择的东西是驱动器而不是一个分区 +1. 点击“擦除(Erase)” +1. 等待格式化完成 +1. 点击“关闭(Close)” +1. 如果先前你从 SD 卡上复制了一些文件或文件夹到电脑上,请将它们全部复制回 SD 卡 + +OS X Yosemite (10.10) 及更早版本 + +1. 将你的 SD 卡插入到电脑 +1. 如果 SD 卡上有一些文件或文件夹,请将它们全部复制到你的电脑上 +1. 运行磁盘工具(Disk Utility) +1. 在左侧面板中选择你的 SD 卡 + + 请确保你选对了驱动器,否则你可能会把别的驱动器格式化了! + {: .notice--danger} + +1. 点击顶部的“分区(Partition)” + + 如果“分区(Partition)”不显示,请确保你选择的是驱动器而不是一个分区 +1. 确保“分区布局(Partition Layout)”设置为“1 分区(1 Partition)” +1. 在“名称(Name)”一行随便输入一些内容 +1. 确保“格式(Format)”设置为 “MS-DOS (FAT)” +1. 点击分区表下面的“选项(Options)” +1. 选择“主启动记录(Master Boot Record)” +1. 点击“确定(OK)” +1. 点击“应用(Apply)” +1. 点击“分区(Partition)” +1. 等待格式化完成 +1. 关闭磁盘工具 +1. 如果先前你从 SD 卡上复制了一些文件或文件夹到电脑上,请将它们全部复制回 SD 卡 diff --git a/_pages/zh_CN/formatting-sd-(windows).txt b/_pages/zh_CN/formatting-sd-(windows).txt new file mode 100644 index 0000000000..3f1edcf25e --- /dev/null +++ b/_pages/zh_CN/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "格式化 SD 卡(通过 Windows 操作系统)" +--- + +{% include toc title="目录内容" %} + +### 必读事项 + +这是一个适用于为 3DS 准备的 SD 卡的格式化教程。 + +如果 3DS 已经识别到了 SD 卡,那么就不需要做这个教程了。 + +本节教程仅限 Windows 用户。 如果你没有在用 Windows,那么请看看[格式化 SD 卡(通过 Linux 操作系统)](formatting-sd-(linux))或[格式化 SD 卡(通过 Mac 操作系统)](formatting-sd-(mac)) 。 + +### 你需要准备点啥? + +* 最新版 [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### 操作步骤 + +1. 将你的 SD 卡插入到电脑 +1. 如果 SD 卡上有一些文件或文件夹,请将它们全部复制到你的电脑上 +1. 运行 `guiformat.exe` +1. 在“Drive”一行选择你的 SD 卡盘符 + + 请确保你选对了驱动器盘符,否则你可能会把别的驱动器格式化了! + {: .notice--danger} + +1. 在“Allocation unit size”选择一个大小 + + 如果 SD 卡的容量在 64GB 及以下,请选择 32768 + * 如果 SD 卡容量高于 64GB,请选择 65536 +1. 在“Volume label”一行随便输入一些东西 +1. 确保“Quick Format”被勾选 +1. 点击“Start” +1. 点击“OK” +1. 等待格式化完成 +1. 点击“Close” +1. 如果先前你从 SD 卡上复制了一些文件或文件夹到电脑上,请将它们全部复制回 SD 卡 + +### 常见错误 + +* Failed to open device: GetLastError()=32 + + 关闭任何可能会使用到 SD 卡的东西,例如资源管理器窗口。 diff --git a/_pages/zh_CN/home.txt b/_pages/zh_CN/home.txt index 0373c437e7..3ce1ed66b2 100644 --- a/_pages/zh_CN/home.txt +++ b/_pages/zh_CN/home.txt @@ -82,7 +82,7 @@ Boot9strap 拥有许多其他自制固件所没有的优点,因此我们推荐 + 如果一切顺利,在安装完自制系统后你不会丢失任何数据(包括游戏、NNID、存档等)。 + 在进行所有操作时请将主机充电,避免意外关机造成数据丢失或损坏! + 你的 SD 卡的分区表格式必须是 [MBR,而不是 GPT](http://www.howtogeek.com/245610/)(原厂 SD 卡的分区表格式默认是 MBR)。 如果你想测试是否为 MBR 格式,那么,最简单的方法是将其插入 3DS。 如果 SD 卡能被读取,那么它的分区表格式就是 MBR。 -+ 如果你需要格式化一张新的 SD 卡,可以使用 [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm),并将“分配单元大小(Allocation Unit Size)”设置为 32K (32768)。 若使用 64GB 或更大容量的 SD 卡,请将分配单元大小设置为 64k(65536)。 +如果你想要使用一张全新的 SD 卡,那么你需要用一个工具将其格式化为 FAT32。例如:Windows 上的 [guiformat](formatting-sd-(windows)),Mac 上的 [Disk Utility](formatting-sd-(mac)),Linux 上的 [cfdisk](formatting-sd-(linux))。 + 老型号的 2DS 和 3DS 使用的系统软件几乎是一模一样的,New 2DS 和 New 3DS也是一样的道理。 任何 “老型号的 3DS” 的步骤也适用于“老型号 2DS”,任何 “New 3DS” 的步骤也适用于 “New 2DS”。 ___ diff --git a/_pages/zh_CN/homebrew-launcher-(steelhax).txt b/_pages/zh_CN/homebrew-launcher-(steelhax).txt index 98930467f2..c28b25ddbe 100644 --- a/_pages/zh_CN/homebrew-launcher-(steelhax).txt +++ b/_pages/zh_CN/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "启动 Homebrew Launcher(通过 Steelhax)" --- -{% include toc title="目录内容" %} - -### 必读事项 - -Seedminer 将使用你的 `movable.sed` 文件,通过 Steelhax 漏洞启动 Homebrew Launcher,以便在 DS Download Play 中注入修改后的 DSiWare 程序。 在进行本教程前,你必须先拥有(或下载)eShop 中免费的“Steel Driver: Sub Wars”游戏。 - -如果你的设备已通过如 Steelhax 或其他漏洞启动 Homebrew Launcher,那么你可以跳至 [DSiWare Dumper](dsidumper)。 -{: .notice--success} - -如果你之前已经拥有了 “Steel Diver: Sub Wars” 游戏,本教程将会覆盖你的游戏存档! +此页面由于使用的方法已经过时而被移除。 请回到[新手入门](get-started)使用较新的方法代替本教程。 {: .notice--warning} - -### 你需要准备点啥? - -* eShop中免费的 “Steel Diver: Sub Wars” 游戏 -* 你在 [Seedminer](seedminer) 步骤中获得的 `movable.sed` 文件 -* 最新版 [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* 最新版 [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(根据你的 3DS 的区域和版本下载)* - -### 操作步骤 - -#### 第一步 — 准备工作 - -1. 检查 SD 卡的根目录是否存在一个名为 `3ds` 的文件夹,如果没有则手动新建一个 -1. 复制 `boot.3dsx` 到你的 SD 卡根目录 -1. 从 `Steelhax-release.zip` 中解压 `steelhax` 文件夹到你 SD 卡的根目录 -1. 将 otherapp payload 复制到你 SD 卡的 `steelhax` 文件夹,并重命名为 `payload.bin` - -#### 第二步 — Steelminer - -1. 将 SD 卡插入设备 -1. 启动 “Steel Diver: Sub Wars” 游戏一次,然后选择任意一个 Mii 来初始化存档 - + 请在提示游戏更新时拒绝更新游戏 - + 如果你已经更新了游戏,那么进入 “系统设置(System Settings)” -> “数据管理(Data Management menu)” 删除此游戏的更新补丁 -1. 关闭 “Steel Diver: Sub Wars” -1. 将设备关机 -1. 将你的 SD 卡插入到电脑 -1. 在你的电脑上打开 [Steelminer 注入器网页](https://seedminer.hacks.guide/steelhax/) -1. 上传你的 `movable.sed` 文件 -1. 选择 “Start!” -1. 等待该过程执行完成。 -1. 打开你 SD 卡的 `Nintendo 3DS` -> `` -> `<32位字符ID>` -> `title` -> `00040000` -> `<8位区码ID>` -> `data` 文件夹 - + **欧版**: `000d7e00` - + **日版**: `000d7c00` - + **美版**: `000d7d00` -1. 复制你刚下载的文件到 `data` 文件夹 - + 当提示时选择覆盖旧的文件 -1. 将 SD 卡重新插入你的主机 -1. 启动你的主机 -1. 启动 “Steel Diver: Sub Wars” -1. 如果漏洞成功执行,你的设备将进入到 Homebrew Launcher - + 你可能会看到一个没有可用的应用程序的错误信息。 -1. 将设备关机。 - -___ - -### 继续至 [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/zh_CN/installing-boot9strap-(fredtool).txt b/_pages/zh_CN/installing-boot9strap-(fredtool).txt index 1b3abf3e28..76234f12f7 100644 --- a/_pages/zh_CN/installing-boot9strap-(fredtool).txt +++ b/_pages/zh_CN/installing-boot9strap-(fredtool).txt @@ -21,7 +21,7 @@ title: "安装 Boot9strap(通过 Fredtool)" * 最新版 [b9sTool](https://github.com/zoogie/b9sTool/releases/latest) * 最新版 [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) -#### 第一步 — 准备工作 +#### 第一步 – 准备工作 1. 将设备关机 1. 将你的 SD 卡插入到电脑 @@ -29,7 +29,7 @@ title: "安装 Boot9strap(通过 Fredtool)" 1. 复制 `boot.nds` (B9STool)到你的 SD 卡根目录 1. 从 Frogminer_save `.zip` 压缩包中复制 `private` 文件夹到内存卡的根目录 -#### 第二步 — Fredtool +#### 第二步 – Fredtool 1. 在你的电脑上打开 [Fredtool](https://3ds.nhnarwhal.com/3dstools/fredtool.php) 1. 在 “Your movable.sed” 栏上传你的 `movable.sed` 文件 @@ -54,7 +54,7 @@ title: "安装 Boot9strap(通过 Fredtool)" 1. 移动到 `“网络设置(Internet Settings)”` -> `“任天堂 DS 连接(Nintendo DS Connections)”`,然后选择 “OK” 1. 如果漏洞执行成功,你的设备将进入到日版的“うごくメモ帳 (Flipnote Studio)” -#### 第三步 — 触发 Flipnote 漏洞 +#### 第三步 – 触发 Flipnote 漏洞 如果你需要图片帮助,请点击 [这里](https://zoogie.github.io/web/flipnote_directions/)。 {: .notice--info} @@ -77,7 +77,7 @@ title: "安装 Boot9strap(通过 Fredtool)" + 你可能需要长按电源键强制关机 + 如果你看到了 Luma 的设置界面,请继续下面的操作而不用强制关机 -#### 第四步 — 设置 Luma3DS +#### 第四步 – 设置 Luma3DS 1. 开机时按住 “Select” 键,进入 Luma3DS 的配置菜单 + 如果你遇到了问题无法启动 Luma 配置菜单,[请参见此故障排查章节](https://github.com/zoogie/b9sTool/blob/master/TROUBLESHOOTING.md) @@ -86,7 +86,7 @@ title: "安装 Boot9strap(通过 Fredtool)" 1. 按下 “Start” 键保存设置并重启 + 你的主机应该在一会后加载到系统桌面。 如果你等了超过五分钟还是黑屏,[请参见此故障排查章节](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) -#### 第五步 — 还原 “DS 连接设置(DS Connection Settings)” +#### 第五步 – 还原 “DS 连接设置(DS Connection Settings)” 1. 将设备关机 1. 将你的 SD 卡插入到电脑 diff --git a/_pages/zh_CN/site-navigation.txt b/_pages/zh_CN/site-navigation.txt index b14c8504e9..8aefa6a248 100644 --- a/_pages/zh_CN/site-navigation.txt +++ b/_pages/zh_CN/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [卡带升级](cart-update) + [致谢](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [捐赠](donations) + [F3(Linux)](f3-(linux)) + [F3X(Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [写入 ntrboot(通过多台 3DS)](flashing-ntrboot-(3ds-multi-system)) + [写入 ntrboot(通过 DSi)](flashing-ntrboot-(dsi)) + [写入 ntrboot(通过 NDS)](flashing-ntrboot-(nds)) ++ [格式化 SD 卡(通过 Linux 操作系统)](formatting-sd-(linux)) ++ [格式化 SD 卡(通过 Mac 操作系统)](formatting-sd-(mac)) ++ [格式化 SD 卡(通过 Windows 操作系统)](formatting-sd-(windows)) + [新手入门](get-started) + [如何使用 GodMode9](godmode9-usage) + [H2testw(Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [启动 Homebrew Launcher (通过其他方法)](homebrew-launcher-(alternatives)) + [启动 Homebrew Launcher (通过PicHaxx)](homebrew-launcher-(pichaxx)) + [启动 Homebrew Launcher(通过 Soundhax)](homebrew-launcher-(soundhax)) -+ [启动 Homebrew Launcher(通过 Steelhax)](homebrew-launcher-(steelhax)) + [安装 boot9strap(通过 2xrsa)](installing-boot9strap-(2xrsa)) + [安装 boot9strap(通过浏览器)](installing-boot9strap-(browser)) + [安装 boot9strap(通过 Fredtool)](installing-boot9strap-(fredtool)) + [安装 boot9strap(通过 Frogtool)](installing-boot9strap-(frogtool)) + [安装 boot9strap(通过拆机硬改)](installing-boot9strap-(hardmod)) ++ [安装 boot9strap(通过 HBL-USM)](installing-boot9strap-(hbl-usm)) + [安装 boot9strap(通过 MSET)](installing-boot9strap-(mset)) + [安装 boot9strap (通过 ntrboot)](installing-boot9strap-(ntrboot)) + [安装 boot9strap (通过 SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [安装 boot9strap(通过 Soundhax)](installing-boot9strap-(soundhax)) + [安装 boot9strap(通过 USM)](installing-boot9strap-(usm)) -+ [安装 boot9strap(通过 HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [传统方法](legacy-methods) + [迁移 EmuNAND 数据](move-emunand) + [ntrboot](ntrboot) + [区域变更](region-changing) + [Seedminer](seedminer) -+ [传统 Seedminer 方法](legacy-methods) + [问题排查](troubleshooting) + [卸载自制系统](uninstall-cfw) + [升级 B9S](updating-b9s) diff --git a/_pages/zh_CN/updating-b9s.txt b/_pages/zh_CN/updating-b9s.txt index 1a141dcd17..1a28590a60 100644 --- a/_pages/zh_CN/updating-b9s.txt +++ b/_pages/zh_CN/updating-b9s.txt @@ -30,7 +30,7 @@ title: "更新 B9S" ### 操作步骤 -#### 第一步 — 准备工作 +#### 第一步 – 准备工作 请在本节中的所有步骤中覆盖 SD 卡上的所有现有文件。 {: .notice--info} @@ -41,7 +41,7 @@ title: "更新 B9S" 1. 从 SafeB9SInstaller `.zip` 压缩包中复制 `SafeB9SInstaller.firm` 到 SD 卡 `/luma/payloads/` 目录中 1. 将 SD 卡重新插入你的设备 -#### 第二步 — 安装 boot9strap +#### 第二步 – 安装 boot9strap 1. 开机时按住 “Start” 键来启动 Luma3DS chainloader 菜单 1. 按 “A” 键启动 SafeB9SInstaller @@ -50,15 +50,15 @@ title: "更新 B9S" 1. 当完成后,按下 “Start” 键,然后按 “A” 来重启你的设备到 Luma3DS chainloader 菜单 + 如果你在 B9S 更新后遇到 “argc = 0” 错误, 请忽略并继续教程 -#### 第三步 — 升级 Luma3DS +#### 第三步 – 升级 Luma3DS 1. 将设备关机 1. 将你的 SD 卡插入到电脑 -1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card, replacing the existing file +1. 解压 Luma3DS `.zip` 内的 `boot.firm` 和 `boot.3dsx` 到你 SD 卡的根目录,覆盖已有文件 1. 将 SD 卡重新插入你的主机 1. 启动你的主机 -#### 第四步 — 配置 Luma3DS +#### 第四步 – 配置 Luma3DS 本步骤仅在重启时出现 Luma3DS 设置菜单时才需使用。 {: .notice--info} diff --git a/_pages/zh_TW/dsidumper.txt b/_pages/zh_TW/dsidumper.txt index d57ec3f07c..9762798a6c 100644 --- a/_pages/zh_TW/dsidumper.txt +++ b/_pages/zh_TW/dsidumper.txt @@ -2,36 +2,5 @@ title: "DSiDumper" --- -{% include toc title="條目內容" %} - -### 必讀事項 - -To dump system DSiWare, we use an existing homebrew launcher exploit. - -If during this guide you discovered a broken DS Internet Settings application, follow [TWLFix for Homebrew](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases) before continuing - -### 必備項目 - -* 您自 [Seedminer](seedminer) 步驟中所取得的 `movable.sed` 檔案 -* The latest release of [DSiWare Dumper](https://github.com/MechanicalDragon0687/3DS-DSiWare_Dumper/releases) - -#### 第一節 — 準備工作 - -1. 關閉您的主機 -1. 將 SD 卡插入至電腦中 -1. 將 `moving.sed` 檔案複製到 SD 卡的根目錄中 -1. Copy `DSiWare_Dump.3dsx` to the `/3ds/` folder on your SD card -1. 將 SD 卡插回主機中 -1. 啟動您的主機 - -#### Section II - DSiWare Dumping - -1. 透過任意方法執行 Homebrew Launcher -1. Launch DSiWare Dumper from the list of homebrew - + This will dump a DSiWare application to SD root - + It is normal to see several failures. -1. When it shows "Success", this is the file you will use for the DSiWare backup later in the guide - -繼續至[安裝 boot9strap (透過 Fredtool)](installing-boot9strap-(fredtool)) -{: .notice--primary} - +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. +{: .notice--warning} diff --git a/_pages/zh_TW/finalizing-setup.txt b/_pages/zh_TW/finalizing-setup.txt index 22a5d32fa2..f94a095bf8 100644 --- a/_pages/zh_TW/finalizing-setup.txt +++ b/_pages/zh_TW/finalizing-setup.txt @@ -177,7 +177,7 @@ ___ {% capture notice-6 %} 如果您想要升級到較大的 SD 卡,您只需要將您的 SD 卡格式化為 FAT32 並從您舊的 SD 卡中複製其內容至新的卡中即可。 -如果您的 SD 卡大於 32GB,那麼您得使用不同的工具以格式化該記憶卡;工具例如 Windows 上的 [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm)、Linux 上的 [gparted](http://gparted.org/download.php)、Mac 上的[磁碟工具程式](https://support.apple.com/en-gb/guide/disk-utility/format-a-disk-for-windows-computers-dskutl1010/mac)。 +If your new SD card is bigger than 32GB, then you have to use a different tool to format it, such as [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). {% endcapture %}
{{ notice-6 | markdownify }}
diff --git a/_pages/zh_TW/formatting-sd-(linux).txt b/_pages/zh_TW/formatting-sd-(linux).txt new file mode 100644 index 0000000000..fee733d7c0 --- /dev/null +++ b/_pages/zh_TW/formatting-sd-(linux).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Linux)" +--- + +{% include toc title="條目內容" %} + +### 必讀事項 + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +本教學僅適用於 Linux 使用者。 If you are not on Linux, check out the [Formatting SD (Windows)](formatting-sd-(Windows)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### 操作說明 +#### Section I - Determining which slot your SD card is in + +1. Make sure your SD card is **not** inserted +1. Launch the Linux Terminal +1. Type `watch "lsblk"` +1. Insert your SD card into your PC +1. Observe the output. It should match something like this: +``` +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +mmcblk0 179:0 0 3,8G 0 disk +└─mmcblk0p1 179:1 0 3,7G 0 part /run/media/user/FFFF-FFFF +``` +1. Take note of the device mount point. In our example above, it was `mmcblk0` + + If `RO` is set to 1, make sure the lock switch is not slid down +1. Hit CTRL + C to exit the menu + +#### Section II - Formatting the card + +![](https://upload.wikimedia.org/wikipedia/commons/8/85/Cfdisk_screenshot.png) + +1. Type in `sudo cfdisk /dev/(device mount point from above)` +1. On each partition, hit `Delete` +1. Create a new Primary partition that covers the size of your entire SD card + + This will create a new partition with the linux filetype +1. Select type and take a look at the menu +1. Find "W95 FAT32" and take note of the code on the left side of that text +1. Press any key, then enter the code you took note of in the previous step +1. Hit enter, then hit Quit diff --git a/_pages/zh_TW/formatting-sd-(mac).txt b/_pages/zh_TW/formatting-sd-(mac).txt new file mode 100644 index 0000000000..82f127bb36 --- /dev/null +++ b/_pages/zh_TW/formatting-sd-(mac).txt @@ -0,0 +1,60 @@ +--- +title: "Formatting SD (Mac)" +--- + +{% include toc title="條目內容" %} + +### 必讀事項 + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +本教學僅適用於 Mac 使用者。 If you are not on Mac, check out the [Formatting SD (Windows)](formatting-sd-(windows)) or [Formatting SD (Linux)](formatting-sd-(linux)) pages. + +### 操作說明 + +#### OS X El Capitan (10.11) and later + +1. 將 SD 卡插入至電腦中 +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. In the top-left "View" menu, choose "Show All Devices" +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Erase" at the top +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Ensure that "Scheme" is set to "Master Boot Record" + + If "Scheme" does not appear, click "Cancel" and make sure to choose the device instead of a volume +1. Click "Erase" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +#### OS X Yosemite (10.10) and earlier + +1. 將 SD 卡插入至電腦中 +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run the Disk Utility app +1. Select your SD card in the left panel + + Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Click "Partition" at the top + + If "Partition" does not appear, make sure to choose the device instead of a volume +1. Ensure that "Partition Layout" is set to "1 Partition" +1. Enter anything for "Name" +1. Ensure that "Format" is set to "MS-DOS (FAT)" +1. Click "Options" below the partition table +1. Choose "Master Boot Record" +1. Click "OK" +1. Click "Apply" +1. Click "Partition" +1. Wait for the format to finish +1. Close Disk Utility +1. If the SD card had any files and folders on it before the format, copy everything back from your computer diff --git a/_pages/zh_TW/formatting-sd-(windows).txt b/_pages/zh_TW/formatting-sd-(windows).txt new file mode 100644 index 0000000000..6ed7f6953f --- /dev/null +++ b/_pages/zh_TW/formatting-sd-(windows).txt @@ -0,0 +1,43 @@ +--- +title: "Formatting SD (Windows)" +--- + +{% include toc title="條目內容" %} + +### 必讀事項 + +This is an add-on section for formatting an SD card to work with the 3DS. + +If the 3DS already recognizes the SD card, this guide is not required. + +本教學僅適用於 Windows 使用者。 If you are not on Windows, check out the [Formatting SD (Linux)](formatting-sd-(linux)) or [Formatting SD (Mac)](formatting-sd-(mac)) pages. + +### 必備項目 + +* The latest version of [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) + +### 操作說明 + +1. 將 SD 卡插入至電腦中 +1. If the SD card has any files and folders on it, copy everything to a folder on your computer +1. Run `guiformat.exe` +1. Select your SD card's drive letter for "Drive" + + Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive! + {: .notice--danger} + +1. Select a size for "Allocation unit size" + + If the SD card is 64GB or below, choose 32768 + * If the SD card is above 64GB, choose 65536 +1. Enter anything for "Volume label" +1. Ensure that "Quick Format" is selected +1. Click "Start" +1. Click "OK" +1. Wait for the format to finish +1. Click "Close" +1. If the SD card had any files and folders on it before the format, copy everything back from your computer + +### Common Errors + +* Failed to open device: GetLastError()=32 + + Close everything that may be using the SD card, such as any File Explorer windows. diff --git a/_pages/zh_TW/home.txt b/_pages/zh_TW/home.txt index 8df782e6ba..5f45cc482d 100644 --- a/_pages/zh_TW/home.txt +++ b/_pages/zh_TW/home.txt @@ -85,7 +85,7 @@ boot9strap 是目前最新且最棒的自製韌體啟動方式,有點像 Wii + 如果一切都順利的話,您將不會失去任何資料 (像是遊戲、NNID、存檔... 等都會被留下)。 + 請在充電的情況下改機,以確保途中不會因為電力關係而突然關機造成資料遺失或甚至毀損! + 您的 SD 卡應為 [MBR 格式,而非 GPT](http://www.howtogeek.com/245610/) (原廠 SD 卡一律都是以 MBR 格式出廠)。 The easiest way to test this is to check if the SD card works in your 3DS. If it works, the SD card is MBR. -+ If you need to format a brand new SD card, you can use [guiformat](http://ridgecrop.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). If your SD card is 64GB or larger, use an Allocation Unit Size of 64K (65536) instead. ++ If you need to format a brand new SD card, you can format it to FAT32 using [guiformat (Windows)](formatting-sd-(windows)), [Disk Utility (Mac)](formatting-sd-(mac)), or [cfdisk (Linux)](formatting-sd-(linux)). + 舊型 2DS 與舊型 3DS 的軟體是幾乎一樣的;New 2DS 與 New 3DS 也是同樣的道理。 因此,任何提及「舊型 3DS」的步驟將套用於「舊型 2DS」;而任何提及「New 3DS」的步驟也將套用於「New 2DS」。 ___ diff --git a/_pages/zh_TW/homebrew-launcher-(steelhax).txt b/_pages/zh_TW/homebrew-launcher-(steelhax).txt index e36033ed75..e6e387a576 100644 --- a/_pages/zh_TW/homebrew-launcher-(steelhax).txt +++ b/_pages/zh_TW/homebrew-launcher-(steelhax).txt @@ -2,62 +2,5 @@ title: "安裝 Homebrew Launcher (透過 Steelhax)" --- -{% include toc title="條目內容" %} - -### 必讀事項 - -Seedminer 將使用您的 `movable.sed` 檔案並透過 Steelhax 漏洞開啟 Homebrew Launcher 以便在 DS 網路設定中植入修改後的 DSiWare 程式。 於使用此指南時,您必須先擁有 (或下載) eShop 中免費的『Steel Driver: Sub Wars』遊戲。 - -If your device already has access to the Homebrew Launcher (whether through Steelhax or another exploit), you can skip to [DSiWare Dumper](dsidumper)). -{: .notice--success} - -如果您先前已安裝『Steel Diver: Sub Wars』,此過程將會複寫您先前的存檔! +This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page. {: .notice--warning} - -### 必備項目 - -* eShop 中免費的『Steel Diver: Sub Wars』遊戲 -* 您自 [Seedminer](seedminer) 步驟中所取得的 `movable.sed` 檔案 -* 最新版的 [Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) -* The latest release of [Steelhax](https://github.com/MechanicalDragon0687/vegaroxas.github.io/releases/download/1.0/steelhax-release.zip) -* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)* - -### 操作說明 - -#### 第一節 — 準備工作 - -1. 在 SD 卡的根目錄底下建立一個新資料夾 `3ds` -1. 將 `boot.3dsx` 複製到 SD 卡根目錄中 -1. Copy the `steelhax` folder from the `Steelhax-release.zip` to the root of your SD card -1. 複製 otherapp 啟動程式到 SD 卡的 `steelhax` 資料夾中,並重新命名其檔名為 `payload.bin` - -#### 第二節 — Steelminer - -1. 將 SD 卡插入主機中 -1. 啟動『Steel Diver: Sub Wars』並選擇任一 Mii 進行初始化 - + 如果出現更新提示,請拒絕 - + 如果您先前已更新了此遊戲,請透過主機的系統設定至資料管理中刪除遊戲更新 -1. 退出『Steel Diver: Sub Wars』 -1. 關閉您的主機 -1. 將 SD 卡插入至電腦中 -1. Open [the Steelminer Injector website](https://seedminer.hacks.guide/steelhax/) on your computer -1. 上傳您的 `movable.sed` 檔案 -1. 選擇『Start!』 -1. 等待程序完畢為止 -1. 在您的 SD 卡中開啟 `Nintendo 3DS` -> `` -> `<32-字元-id>` -> `title` -> `00040000` -> `<8-字元-區碼>` -> `data` - + **歐版**: `000d7e00` - + **日版**: `000d7c00` - + **美版**: `000d7d00` -1. 將您所下載的存檔複製至您 SD 卡中的 `data` 資料夾 - + 如提示時複寫遊戲存檔 -1. 將 SD 卡插回主機中 -1. 啟動您的主機 -1. 啟動『Steel Diver: Sub Wars』 -1. 如果漏洞成功執行,您的主機將自動載入 Homebrew Launcher - + 您可能會看見無可用應用程式的錯誤訊息。 -1. 關閉您的主機。 - -___ - -### Continue to [DSiWare Dumper](dsidumper) -{: .notice--primary} diff --git a/_pages/zh_TW/site-navigation.txt b/_pages/zh_TW/site-navigation.txt index 71ca09dc88..041aa3f08a 100644 --- a/_pages/zh_TW/site-navigation.txt +++ b/_pages/zh_TW/site-navigation.txt @@ -21,7 +21,6 @@ sitemap: false + [卡帶更新](cart-update) + [製作群](credits) + [CTRTransfer](ctrtransfer) -+ [DSiWare Dumper](dsidumper) + [贊助](donations) + [F3 (Linux)](f3-(linux)) + [F3X (Mac)](f3x-(mac)) @@ -32,6 +31,9 @@ sitemap: false + [寫入 ntrboot 漏洞 (透過多台 3DS 系統)](flashing-ntrboot-(3ds-multi-system)) + [寫入 ntrboot 漏洞 (透過 DSi)](flashing-ntrboot-(dsi)) + [寫入 ntrboot 漏洞 (透過 NDS)](flashing-ntrboot-(nds)) ++ [Formatting SD (Linux)](formatting-sd-(linux)) ++ [Formatting SD (Mac)](formatting-sd-(mac)) ++ [Formatting SD (Windows)](formatting-sd-(windows)) + [新手入門](get-started) + [GodMode9 用法](godmode9-usage) + [H2testw (Windows)](h2testw-(windows)) @@ -39,23 +41,22 @@ sitemap: false + [Homebrew Launcher (透過其他方法)](homebrew-launcher-(alternatives)) + [Homebrew Launcher (PicHaxx)](homebrew-launcher-(pichaxx)) + [Homebrew Launcher (透過 Soundhax)](homebrew-launcher-(soundhax)) -+ [安裝 Homebrew Launcher (透過 Steelhax)](homebrew-launcher-(steelhax)) + [安裝 boot9strap (透過 2xrsa)](installing-boot9strap-(2xrsa)) + [安裝 boot9strap (透過網頁瀏覽器)](installing-boot9strap-(browser)) + [安裝 boot9strap (透過 Fredtool)](installing-boot9strap-(fredtool)) + [安裝 boot9strap (透過 Frogtool)](installing-boot9strap-(frogtool)) + [安裝 boot9strap (透過硬改)](installing-boot9strap-(hardmod)) ++ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) + [安裝 boot9strap (透過 MSET)](installing-boot9strap-(mset)) + [安裝 boot9strap (透過 ntrboot)](installing-boot9strap-(ntrboot)) + [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller)) + [安裝 boot9strap (透過 Soundhax)](installing-boot9strap-(soundhax)) + [Installing boot9strap (USM)](installing-boot9strap-(usm)) -+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm)) ++ [Legacy Methods](legacy-methods) + [移植 EmuNAND](move-emunand) + [ntrboot](ntrboot) + [區碼變更](region-changing) + [Seedminer](seedminer) -+ [Legacy Seedminer Methods](legacy-methods) + [疑難排解](troubleshooting) + [卸載自製韌體](uninstall-cfw) + [更新 B9S](updating-b9s)