From 1e845322e80b9d3b24fec034c6e6d08f9700a3ba Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Sat, 18 Apr 2020 06:51:44 -0400 Subject: [PATCH 01/62] New translations en_US.yml (Hebrew) --- _data/navigation/he_IL.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/navigation/he_IL.yml b/_data/navigation/he_IL.yml index 3e89bbab2b..452f8ae4fe 100644 --- a/_data/navigation/he_IL.yml +++ b/_data/navigation/he_IL.yml @@ -25,7 +25,7 @@ main: title: GodMode9 Usage url: godmode9-usage - - title: Site Navigation + title: ניווט האתר url: site-navigation - title: הסרת CFW From e463a6b73ebf345948dc8ea767201fdd732e6da5 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:42:58 -0400 Subject: [PATCH 02/62] New translations faq.txt (Estonian) --- _pages/et_EE/faq.txt | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 _pages/et_EE/faq.txt diff --git a/_pages/et_EE/faq.txt b/_pages/et_EE/faq.txt new file mode 100644 index 0000000000..3b89d10897 --- /dev/null +++ b/_pages/et_EE/faq.txt @@ -0,0 +1,45 @@ +--- +title: "FAQ" +--- + +**Q:** *I am on the latest system version, is my device hackable?* +**A:** Yes + +**Q:** *How do I update Luma3DS?* +**A:** Use Luma3DS Updater + +**Q:** *I heard about this thing I have to pay for (Gateway, Sky3DS, etc), is that something I need?* +**A:** No. boot9strap is a superior method of loading hax that runs early in boot. + +**Q:** *What do I need to do this guide?* +**A:** This guide can be completely done with free software and (if you have no browser) a compatible game + +**Q:** *How risky is hacking my console?* +**A:** Bricks are now *basically* impossible unless you ignore/circumvent all safety checks. + +**Q:** *Can I run awesome homebrew and emulators with this?* +**A:** Yes! Custom Firmware not only enables the Homebrew Launcher, but it also will give you hacks on all versions, which means you keep it forever, even with updates. + +**Q:** *Can I use this to play games from other regions?* +**A:** Luma3DS supports Region Free patches, which enables users to install games from any region without any extra modification or steps. + +**Q:** *Is it safe to update CFW SysNAND?* +**A:** Yes, but if you are feeling apprehensive you can wait until there is confirmation it works. + +**Q:** *Where should I go for support?* +**A:** For support, ask for help at [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey). + +**Q:** *Can I do this with a 4GB (or smaller) SD card?* +**A:** Yes! + +**Q:** *Can I use a 128 GB (or larger) SD card?* +**A:** Yes, but some users have reported slowdowns when using such large sizes. Note that you cannot format the card with exFAT; you need to format it with FAT32. + +**Q:** *How do I move to a new SD card at the end of this?* +**A:** Just copy all the files to the new SD card. + +**Q:** *Can I do this without a computer (e.g. an Android phone)?* +**A:** All you need is the ability to put files on an SD card! + +**Q:** *Help! Something bad happened and now I cannot boot...* +**A:** Please look at the [troubleshooting guide](troubleshooting). \ No newline at end of file From 591f42c0be2778dd5cac6137e1f0d5e0a521294b Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:42:59 -0400 Subject: [PATCH 03/62] New translations flashing-ntrboot-(3ds-single-system).txt (Estonian) --- .../flashing-ntrboot-(3ds-single-system).txt | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 _pages/et_EE/flashing-ntrboot-(3ds-single-system).txt diff --git a/_pages/et_EE/flashing-ntrboot-(3ds-single-system).txt b/_pages/et_EE/flashing-ntrboot-(3ds-single-system).txt new file mode 100644 index 0000000000..e10bac466e --- /dev/null +++ b/_pages/et_EE/flashing-ntrboot-(3ds-single-system).txt @@ -0,0 +1,45 @@ +--- +title: "Flashing ntrboot (3DS Single System)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot) + +This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table on [ntrboot](ntrboot) for more information. + +Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +{: .notice--danger} + +### What You Need + +* Your ntrboot compatible flashcart +* The latest release of [ds_ntrboot_flasher](https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest) *(`dsi` flasher; not the standard flasher)* + +### Instructions + +#### Section I - Prep Work + +1. Power off your device +1. Insert your flashcart's SD card into your computer +1. Copy `ds_ntrboot_flasher_dsi.nds` to your flashcart's SD card +1. Reinsert your flashcart's SD card back into your flashcart +1. Insert your ntrboot compatible DS / DSi flashcart into your device + +#### Section II - Flashing ntrboot + +1. Launch `ds_ntrboot_flasher_dsi.nds` on your device using your flashcart +1. Press (A) to continue +1. Use (Up) and (Down) to select your flashcart +1. Press (A) to continue +1. Press (A) to "inject ntrboothax" +1. Press (A) to select "RETAIL" +1. Press (A) to continue +1. Select "EXIT" + +___ + +### Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) +{: .notice--primary} From 8496a47754f4c6e84ca3d47d0829b4f94316d11d Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:01 -0400 Subject: [PATCH 04/62] New translations flashing-ntrboot-(3ds-multi-system).txt (Estonian) --- .../flashing-ntrboot-(3ds-multi-system).txt | 58 +++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 _pages/et_EE/flashing-ntrboot-(3ds-multi-system).txt diff --git a/_pages/et_EE/flashing-ntrboot-(3ds-multi-system).txt b/_pages/et_EE/flashing-ntrboot-(3ds-multi-system).txt new file mode 100644 index 0000000000..ef8afaa136 --- /dev/null +++ b/_pages/et_EE/flashing-ntrboot-(3ds-multi-system).txt @@ -0,0 +1,58 @@ +--- +title: "Flashing ntrboot (3DS Multi System)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot) + +This method requires temporary access to a second 3DS family device that is already running boot9strap. This does not require your flashcart to support either 3DS's version. + +Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +{: .notice--danger} + +### What You Need + +* Your ntrboot compatible flashcart +* Two 3DS family devices + + **The source 3DS**: the 3DS family device that is already running boot9strap + + **The target 3DS**: the device on stock firmware +* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(`ntr-devkit` boot9strap)* +* The latest release of [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) + +### Instructions + +#### Section I - Prep Work + +1. Power off **the source 3DS** +1. Insert **the source 3DS**'s SD card into your computer +1. Create a folder named `ntrboot` on the root of your SD card +1. Copy `boot9strap_ntr.firm` and `boot9strap_ntr.firm.sha` from the boot9strap ntr `.zip` to the `/ntrboot/` folder on your SD card +1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on **the source 3DS**'s SD card +1. Reinsert **the source 3DS**'s SD card back into **the source 3DS** +1. Insert your ntrboot compatible DS / DSi flashcart into **the source 3DS** + +#### Section II - Flashing ntrboot + +1. Launch the Luma3DS chainloader by holding (Start) during boot on **the source 3DS** +1. Select "ntrboot_flasher" +1. Read the red screen warning +1. Press (A) to continue +1. Select your flashcart + + If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option +1. Select "Dump Flash" +1. Wait until the process is completed +1. Press (A) to continue +1. Press (A) to return to the main menu +1. Select "Inject Ntrboot" +1. Press (A) for retail unit ntrboot +1. Wait until the process is completed +1. Press (A) to return to the main menu +1. Press (B) to power off **the source 3DS** + +___ + +### Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) +{: .notice--primary} From 92ad83336aad8321c379e45ac70fb3b14e1445fc Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:02 -0400 Subject: [PATCH 05/62] New translations en_US.yml (Estonian) --- _data/navigation/et_EE.yml | 96 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 _data/navigation/et_EE.yml diff --git a/_data/navigation/et_EE.yml b/_data/navigation/et_EE.yml new file mode 100644 index 0000000000..ce26df1425 --- /dev/null +++ b/_data/navigation/et_EE.yml @@ -0,0 +1,96 @@ +--- +main: + - + title: Home + url: / + - + title: FAQ + url: faq + - + title: Donations + url: donations + - + title: Credits + url: credits + - + title: Updating B9S + url: updating-b9s + - + title: A9LH to B9S + url: a9lh-to-b9s + - + title: Troubleshooting + url: troubleshooting + - + title: GodMode9 Usage + url: godmode9-usage + - + title: Site Navigation + url: site-navigation + - + title: Uninstall CFW + url: uninstall-cfw +top: + - + title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. +bottom: + - + title: For support in English, ask for help at Nintendo Homebrew on Discord. + - + title: If you appreciate this guide, I accept Donations. +footer: + - + title: Source + - + title: Site Navigation + - + title: Privacy Policy +sidebar_title: + - + title: Overall Progress +sidebar_pages: + - + title: Home + url: / + - + title: Get Started + url: get-started + - + title: 0.23.5 Install + url: 0.23.5-install + - + title: ntrboot + url: ntrboot + - + title: Multiple Options + url: multiple-options + - + title: 0.23.5 Install (CIAs) + url: 0.23.5-install-(cias) + - + title: 0.23.5 Install (CSU) + url: 0.23.5-install-(csu) + - + title: Flashing ntrboot (3DS Single System) + url: flashing-ntrboot-(3ds-single-system) + - + title: Flashing ntrboot (3DS Multi System) + url: flashing-ntrboot-(3ds-multi-system) + - + title: Flashing ntrboot (DSi) + url: flashing-ntrboot-(dsi) + - + title: Flashing ntrboot (NDS) + url: flashing-ntrboot-(nds) + - + title: Flashing ntrboot (Powersaves) + url: flashing-ntrboot-(powersaves) + - + title: Installing boot9strap (Browser) + url: installing-boot9strap-(browser) + - + title: Installing boot9strap (ntrboot) + url: installing-boot9strap-(ntrboot) + - + title: Finalizing Setup + url: finalizing-setup From cbff1a3cb81c4555626b7822cb048fed4c98052e Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:04 -0400 Subject: [PATCH 06/62] New translations updating-b9s.txt (Estonian) --- _pages/et_EE/updating-b9s.txt | 110 ++++++++++++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 _pages/et_EE/updating-b9s.txt diff --git a/_pages/et_EE/updating-b9s.txt b/_pages/et_EE/updating-b9s.txt new file mode 100644 index 0000000000..175819f79c --- /dev/null +++ b/_pages/et_EE/updating-b9s.txt @@ -0,0 +1,110 @@ +--- +title: "Updating B9S" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This page is for existing boot9strap users to update their installation of boot9strap to the latest version. + +To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/). + +{% capture notice-1 %} +There have been reports of a wave of bans being handed out to CFW users by Nintendo. To protect yourself, please do the following steps before starting this guide: + +1. Go to System Settings, then "Internet Settings", then "SpotPass", then "Sending of System Information" +1. Disable the "Sending of System Information" option +1. Exit the System Settings +1. Go to your Friend List (the [orange Face Icon]({{ "/images/friend-list-icon.png" | absolute_url }}) in the top row of your Home Menu) + + If you receive an error and are kicked out of the menu, the Friend List setting is either already disabled or your console cannot connect to Nintendo's servers (due to a ban or connection issues) +1. Go to the Friend List settings, then "Friend Notification Settings", then "Show friends what you're playing" +1. Disable the "Show friends what you're playing" option +1. Exit your Friend List + +{% endcapture %} + +
{{ notice-1 | markdownify }}
+ +### What You Need + +* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)* +* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* +* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download} +* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download} + +### Instructions + +#### Section I - Prep Work + +For all steps in this section, overwrite any existing files on your SD card. +{: .notice--info} + +1. Insert your SD card into your computer +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `SafeB9SInstaller.firm` from the SafeB9SInstaller `.zip` to the `/luma/payloads/` folder on your SD card +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card +1. Reinsert your SD card into your device + +#### Section II - Installing boot9strap + +1. Launch Luma3DS chainloader menu by holding (Start) during boot +1. Launch SafeB9SInstaller by pressing (A) +1. Wait for all safety checks to complete +1. When prompted, input the key combo given to install boot9strap +1. Once it has completed, hold (Start) while pressing (A) to reboot your device to the Luma3DS chainloader + + If you encounter an `argc = 0` error booting your device after the B9S update, just continue to fix it + +#### Section III - Update Luma3DS + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card, replacing the existing file +1. Reinsert your SD card into your device +1. Power on your device + +#### Section IV - Configuring Luma3DS + +This section is only needed if you are prompted with the Luma3DS configuration menu after the reboot. +{: .notice--info} + +1. In the Luma3DS configuration menu, use the (A) button and the D-Pad to turn on the following: + + **"Show NAND or user string in System Settings"** +1. Press (Start) to save and reboot + +#### Section V - CTRNAND Luma3DS + +1. Reboot holding (Start) to launch GodMode9 +1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed +1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue + + Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "setup_ctrnand_luma3ds" +1. When prompted, press (A) to proceed +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to continue +1. Press (A) to relock write permissions + +#### Section VI - Cleanup SD Card + +Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +{: .notice--danger} + +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "cleanup_sd_card" +1. When prompted, press (A) to proceed +1. Press (A) to continue +1. Hold (R) and press (Start) to power off your device + +___ + +Boot9strap has been successfully updated. +{: .notice--success} \ No newline at end of file From 2521251b5c808b3a7af237cc8afe187c8c559ef1 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:05 -0400 Subject: [PATCH 07/62] New translations troubleshooting.txt (Estonian) --- _pages/et_EE/troubleshooting.txt | 197 +++++++++++++++++++++++++++++++ 1 file changed, 197 insertions(+) create mode 100644 _pages/et_EE/troubleshooting.txt diff --git a/_pages/et_EE/troubleshooting.txt b/_pages/et_EE/troubleshooting.txt new file mode 100644 index 0000000000..2d92e9f8cc --- /dev/null +++ b/_pages/et_EE/troubleshooting.txt @@ -0,0 +1,197 @@ +--- +title: "Troubleshooting" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +If you are unable to boot your device, please look for the section relevant to you and follow the instructions. + +If you still cannot solve your issue and need to reach out for help, please paste the contents of all relevant .log files from the root of your SD card into a [Gist](https://gist.github.com/), then come for help prepared with a detailed description of your problem and what you've tried. + +To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download). + +## DSi / DS functionality is broken after completing the guide + +### What You Need + +* The TWL_FIRM `.cia` for your device + + - [New_3DS TWL_FIRM - v9936.cia](magnet:?xt=urn:btih:eab8558c97b18b1f329a2bfcc3c899b84c082a27&dn=New%5F3DS%20TWL%5FFIRM%20-%20v9936.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + + - [Old_3DS TWL_FIRM - v8817.cia](magnet:?xt=urn:btih:17511eadb6e6f3ff22d04f90644e37bd2d96ca43&dn=Old%5F3DS%20TWL%5FFIRM%20-%20v8817.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) +* - [TWL Version Data - v0.cia](magnet:?xt=urn:btih:4a106681407fede5de95cc8bda635432481f6b5d&dn=TWL%20Version%20Data%20-%20v0.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) +* - [DS Internet - v2048.cia](magnet:?xt=urn:btih:2b9df8496922f2546dfb0b01220068ce53c19d3d&dn=DS%20Internet%20-%20v2048.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) +* - [DS Download Play - v1024.cia](magnet:?xt=urn:btih:b581d3c5d98f5e621fddfc1ce5704bb45bf05a8c&dn=DS%20Download%20Play%20-%20v1024.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) +* - [Nintendo DS Cart Whitelist - v11264.cia](magnet:?xt=urn:btih:7b90d506ad032a581a00035616eaa17a68c48eff&dn=Nintendo%20DS%20Cart%20Whitelist%20-%20v11264.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + +### Instructions + +#### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Create a folder named `cias` on the root of your SD card if it does not already exist +1. Copy `TWL Version Data - v0.cia` to the `/cias/` folder on your SD card +1. Copy `DS Download Play - v1024.cia` to the `/cias/` folder on your SD card +1. Copy `DS Internet - v2048.cia` to the `/cias/` folder on your SD card +1. Copy `Nintendo DS Cart Whitelist - v11264.cia` to the `/cias/` folder on your SD card +1. Copy either `New_3DS TWL_FIRM - v9936.cia` or `Old_3DS TWL_FIRM - v8817.cia` to the `/cias/` folder on your SD card +1. Reinsert your SD card into your device + +#### Section II - Installing titles + +1. Launch FBI +1. Navigate to `SD` -> `cias` +1. Select "\" +1. Select "Install and delete all CIAs" +1. Press (Home) to exit FBI + +## Removing an NNID without formatting your device + +### What You Need + +* [remove_nnid.gm9]({{ "/gm9_scripts/remove_nnid.gm9" | absolute_url }}){:download} + +### Instructions + +Note that if you have any payload files other than `GodMode9.firm` in the `/luma/payloads/` folder on your SD card, holding (Start) on boot will display a "chainloader menu" where you will have to use the D-Pad and the (A) button to select "GodMode9" for these instructions. +{: .notice--info} + +1. Launch GodMode9 by holding (Start) during boot +1. Hold (R) and press (B) at the same time to eject your SD card +1. Insert your SD card into your computer +1. Copy `remove_nnid.gm9` to the `/gm9/scripts/` folder on your SD card +1. Reinsert your SD card into your device +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "remove_nnid" +1. When prompted, press (A) to proceed +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to continue +1. Press (A) to relock write permissions +1. Press (Start) to reboot your device + +## Cannot inject H&S on Gateway downgraded device + +This is caused by Gateway implementing a very shoddy downgrade method which leaves two versions of each app on the system. One of them is unused, but it confuses the H&S inject system, causing it to inject into the wrong one. + +Note that if you have any payload files other than `GodMode9.firm` in the `/luma/payloads/` folder on your SD card, holding (Start) on boot will display a "chainloader menu" where you will have to use the D-Pad and the (A) button to select "GodMode9" for these instructions. +{: .notice--info} + +1. Launch GodMode9 by holding (Start) during boot +1. Navigate to `[1:] SYSNAND CTRNAND` -> `title` -> `00040010` +1. Navigate to the folder for your device and region: + + **Old 3DS or Old 2DS EUR**: `00022300` -> `content` + + **Old 3DS or Old 2DS JPN**: `00020300` -> `content` + + **Old 3DS or Old 2DS USA**: `00021300` -> `content` + + **New 3DS or New 2DS EUR**: `20022300` -> `content` + + **New 3DS or New 2DS JPN**: `20020300` -> `content` + + **New 3DS or New 2DS USA**: `20021300` -> `content` +1. Notice that there are two sets of app and tmd files, one set with uppercase extensions (`.TMD` and `.APP`), and one set with lowercase extensions (`.tmd` and `.app`) +1. While holding the (R) trigger, press (Y) to create a new directory +1. Press (A) to confirm the name `newdir` (it does not matter what the folder is called) +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (B) to decline relocking write permissions if prompted +1. Press the (L) trigger on each of the uppercase extension files (`.TMD` and `.APP`) to mark them +1. Press (Y) to copy the files +1. Navigate to `newdir` +1. Press (Y) to paste the files +1. Select "Move path(s)" +1. The uppercase extension files will have been moved to the `newdir` directory +1. Press (Start) to reboot your device +1. Retry the H&S injection +1. If this still doesn't work, move the uppercase extension files back to the `content` folder, then move the lowercase extension files to the `newdir` folder, then retry the H&S injection + +## A browser based exploit is not working + +Browser based exploits (such as browserhax or 2xrsa) are often unstable and crash frequently, but they can sometimes be fixed by doing the following steps. + +1. Launch the browser, then launch the browser settings +1. Scroll to the bottom and Initialize Savedata (it also may be called Clear All Save Data) +1. Try the exploit again + +## Black screen on SysNAND boot + +### What You Need + +* [remove_extdata.gm9]({{ "/gm9_scripts/remove_extdata.gm9" | absolute_url }}){:download} + +### Instructions + +Note that if you have any payload files other than `GodMode9.firm` in the `/luma/payloads/` folder on your SD card, holding (Start) on boot will display a "chainloader menu" where you will have to use the D-Pad and the (A) button to select "GodMode9" for these instructions. +{: .notice--info} + +1. Try booting with your SD card out, and then reinserting it after booting + 1. Power off your device + 1. Remove your SD card from your device + 1. Power on your device + 1. When the home menu appears, reinsert your SD card into your device + 1. If this worked, you should clear Home Menu's extdata by following these instructions: + 1. Power off your device + 1. Launch GodMode9 by holding (Start) during boot + 1. Press (Home) to bring up the action menu + 1. Select "Scripts..." + 1. Select "remove_extdata" + 1. When prompted, press (A) to proceed + 1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given + 1. Press (A) to continue + 1. Press (A) to relock write permissions + 1. Press (Start) to reboot your device +1. Try booting without any cartridges inserted (including flashcarts) +1. If you have a hardmod and a NAND backup, flash the backup back to SysNAND +1. Try booting into recovery mode and updating your system + 1. Power off your device + 1. Hold (L) + (R) + (A) + (Up) + 1. Power on your device + 1. If you enter safe mode, update your device +1. Your device may be bricked. For support, ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) + +## Clear Home Menu extdata + +1. Power off your device +1. Insert your SD card into your computer +1. Navigate to the `/Nintendo 3DS/(32 Character ID)/(32 Character ID)/extdata/00000000/` folder on your SD card +1. Delete the extdata file corresponding to your region: + + **EUR Region**: `00000098` + + **JPN Region**: `00000082` + + **USA Region**: `0000008f` + + **CHN Region**: `000000A1` + + **KOR Region**: `000000A9` + + **TWN Region**: `000000B1` +1. Reinsert your SD card into your device + +## Black screen on SysNAND boot after Installing boot9strap + +### What You Need + +* [remove_extdata.gm9]({{ "/gm9_scripts/remove_extdata.gm9" | absolute_url }}){:download} + +### Instructions + +1. Ensure you have a working payload + 1. Check for the existence of `boot.firm` in the root of your SD card. +1. Try resetting Luma's config and fix options + 1. Delete `/luma/config.bin` from your SD card + 1. Set your options when it boots +1. Test booting GodMode9 + 1. On Luma3DS, hold (Start) on boot +1. Try deleting home menu's extdata + 1. Power off your device + 1. Launch GodMode9 by holding (Start) during boot + 1. Press (Home) to bring up the action menu + 1. Select "Scripts..." + 1. Select "remove_extdata" + 1. When prompted, press (A) to proceed + 1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given + 1. Press (A) to continue + 1. Press (A) to relock write permissions + 1. Press (Start) to reboot your device +1. Try booting without any cartridges inserted (including flashcarts) +1. If you previously downgraded with Gateway, ensure that you are using the latest Luma3DS version +1. Try following [CTRTransfer](ctrtransfer) +1. Ask for help at [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp). + +## Blue screen on boot (bootrom error) + +1. Your device is bricked +1. You will need to get a [hardmod](https://gbatemp.net/threads/414498/) or repair / replace your device From d7e556615153f72319d2eb607161d8649a2f5b39 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:07 -0400 Subject: [PATCH 08/62] New translations site-navigation.txt (Estonian) --- _pages/et_EE/site-navigation.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _pages/et_EE/site-navigation.txt diff --git a/_pages/et_EE/site-navigation.txt b/_pages/et_EE/site-navigation.txt new file mode 100644 index 0000000000..55a888c8eb --- /dev/null +++ b/_pages/et_EE/site-navigation.txt @@ -0,0 +1,32 @@ +--- +title: "Site Navigation" # +sitemap: false +--- + +{% capture notice-2 %} +**All** + ++ [0.23.5 Install](0.23.5-install) ++ [0.23.5 Install (CIAs)](0.23.5-install-(cias)) ++ [0.23.5 Install (CSU)](0.23.5-install-(csu)) ++ [A9LH to B9S](a9lh-to-b9s) ++ [Credits](credits) ++ [Donations](donations) ++ [F3 (Linux)](f3-(linux)) ++ [F3X (Mac)](f3x-(mac)) ++ [FAQ](faq) ++ [Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system)) ++ [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) ++ [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) ++ [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) ++ [Flashing ntrboot (Powersaves)](flashing-ntrboot-(powersaves)) ++ [Get Started](get-started) ++ [H2testw (Windows)](h2testw-(windows)) ++ [Home](/) ++ [Installing boot9strap (Browser)](installing-boot9strap-(browser)) ++ [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) ++ [ntrboot](ntrboot) ++ [Troubleshooting](troubleshooting) ++ [Updating B9S](updating-b9s) +{% endcapture %} +
{{ notice-2 | markdownify }}
From 5aa7f50fd7990475eec22f84a557466b154ed426 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:09 -0400 Subject: [PATCH 09/62] New translations installing-boot9strap-(browser).txt (Estonian) --- .../et_EE/installing-boot9strap-(browser).txt | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 _pages/et_EE/installing-boot9strap-(browser).txt diff --git a/_pages/et_EE/installing-boot9strap-(browser).txt b/_pages/et_EE/installing-boot9strap-(browser).txt new file mode 100644 index 0000000000..89efe61909 --- /dev/null +++ b/_pages/et_EE/installing-boot9strap-(browser).txt @@ -0,0 +1,67 @@ +--- +title: "Installing boot9strap (Browser)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +If you have already hacked your device before and have a EmuNAND based CFW setup, this guide deals exclusively with SysNAND and you should follow all instructions from within or applying to SysNAND. Note that the terms EmuNAND and RedNAND refer to slightly different implementations of [the same concept](http://3dbrew.org/wiki/NAND_Redirection). + +To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/). + +### What You Need + +* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(`devkit` boot9strap; not the `ntr` file)* +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* +* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) + +### Instructions + +#### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Copy `boot.3dsx` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. Copy `SafeB9SInstaller.dat` and `Launcher.dat` from the SafeB9SInstaller `.zip` to the root of your SD card + + ![]({{ "/images/screenshots/boot9strap-browser-file-layout.png" | absolute_url }}) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +#### Section II - Launching SafeB9SInstaller + +1. Launch the browser and go to one of the following URLs on your device + + `https://dukesrg.github.io/?SafeB9SInstaller.dat` + + `http://go.gateway-3ds.com/` + + `http://www.reboot.ms/3ds/load.html?Launcher.dat` + + `http://dukesrg.dynu.net/3ds/rop?GW17567.dat&Launcher.dat` + + Make sure to try each URL if the first one doesn't work (some versions cannot use the first one, and some versions cannot use the last three) + + If you get an error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working) +1. If the exploit was successful, you will have booted into SafeB9SInstaller + +#### Section III - Installing boot9strap + +1. Wait for all safety checks to complete +1. When prompted, input the key combo given to install boot9strap +1. Once it has completed, press (A) to reboot your device + +#### Section IV - Configuring Luma3DS + +1. Your device should have rebooted into the Luma3DS configuration menu + + If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) +1. Use the (A) button and the D-Pad to turn on the following: + + **"Show NAND or user string in System Settings"** +1. Press (Start) to save and reboot + + If you get an error, just continue the next page + +___ + +### Continue to [Finalizing Setup](finalizing-setup) +{: .notice--primary} From 69bf23610111b9f9c17bfd86d1f21e9cf521c560 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:10 -0400 Subject: [PATCH 10/62] New translations home.txt (Estonian) --- _pages/et_EE/home.txt | 112 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 _pages/et_EE/home.txt diff --git a/_pages/et_EE/home.txt b/_pages/et_EE/home.txt new file mode 100644 index 0000000000..ea3aae2295 --- /dev/null +++ b/_pages/et_EE/home.txt @@ -0,0 +1,112 @@ +--- +layout: splash +title: "Panda 3DS Hacks Guide" # +header: + overlay_color: "#5e616c" # + overlay_image: /images/home-page-feature.jpg + overlay_filter: 0.5 + caption: +excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" +--- + +For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). +{: .notice--primary} + +___ + +Thoroughly read all of the introductory pages (including this one!) before proceeding. +{: .notice--warning} + +{% capture notice-home %} +This guide is for developer ("PANDA") consoles *only*! +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) +{% endcapture %} + +
{{ notice-home | markdownify }}
+ +{% capture notice-1 %} +This guide is available in other languages! +Click the icon at the top right of the page to change the language. +Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +{% endcapture %} + +
{{ notice-1 | markdownify }}
+ +This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! +{: .notice--primary} + +## What is Homebrew? + +[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. + +In most cases, running homebrew on your console is 100% free using just the browser. + +## What is Custom Firmware? + +**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. + +CFW can be easily set up on any dev console version + +## What does this guide install? + +This guide has the end goal of taking a completely unmodified 3DS from stock +firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. + +boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). + +The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). + +For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). + +For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). + +## What can I do with Custom Firmware? + ++ Play all game cards and eShop games, regardless of region ++ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) ++ Use "ROM hacks" for games that you own ++ Take gameplay and application screenshots ++ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games ++ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) ++ Install homebrew titles to your system, and have them appear on your HOME Menu ++ Dump your game cards to a format you can install, and play them without needing the card ++ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW ++ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS ++ Safely update to the latest system version without fear of losing access to homebrew + +## What do I need to know before starting? + ++ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** ++ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions ++ If everything goes according to plan, you will lose no data and end up with everything that you started with. ++ Keep the 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 the device will be MBR by default). ++ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). ++ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. + +## What devices is this guide compatible with? + +This guide is confirmed to be compatible with the following developer units: + ++ CTR *(Old 3DS Test Unit)* ++ SPR *(Old 3DS XL Test Unit)* ++ FTR *(2DS Test Unit)* ++ SNAKE *(New 3DS Test Unit)* ++ CLOSER *(New 3DS XL Test Unit)* ++ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* ++ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* ++ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* ++ IS-SNAKE-DevKit *(New 3DS DevKit)* + +This guide may be compatible with the following developer units, but this is unconfirmed: + ++ JAN *(New 2DS XL Test Unit)* ++ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* ++ IS-SNAKE-TESTER *(New 3DS Tester Kit)* ++ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* ++ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* + +___ + +### Continue to [Get Started](get-started) +{: .notice--primary} From dd0f6b1a56a619c7c477cd8455a97f3208645815 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:12 -0400 Subject: [PATCH 11/62] New translations h2testw-(windows).txt (Estonian) --- _pages/et_EE/h2testw-(windows).txt | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 _pages/et_EE/h2testw-(windows).txt diff --git a/_pages/et_EE/h2testw-(windows).txt b/_pages/et_EE/h2testw-(windows).txt new file mode 100644 index 0000000000..0ffa025c91 --- /dev/null +++ b/_pages/et_EE/h2testw-(windows).txt @@ -0,0 +1,38 @@ +--- +title: "H2testw (Windows)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for checking your SD card for errors using h2testw. + +Depending on the size of your SD card and the speed of your computer, this process can take up to several hours! + +This page is for Windows users only. If you are not on windows, check out the [F3 (linux)](f3-(linux)) or [F3X (mac)](f3x-(mac)) pages. + +### What You Need + +* The latest version of [h2testw](http://www.heise.de/ct/Redaktion/bo/downloads/h2testw_1.4.zip) + +### Instructions + +1. Copy `h2testw.exe` from the h2testw `.zip` to your desktop +2. Insert your SD card into your computer +3. Run `h2testw.exe` +4. Select "English" +5. Click "Select target" +6. Select your SD card's drive letter +7. Ensure "all available space" is selected +8. Click "Write + Verify" +9. Wait until the process is completed + +If the test shows the result `Test finished without errors`, your SD card is good and you can delete all `.h2w` files on the SD card +{: .notice--success} + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +{: .notice--danger} + +### Return to [Get Started](Get-Started) +{: .notice--primary} From 29a5efb3944c5340b14561179a1a444c5ca6d13a Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:13 -0400 Subject: [PATCH 12/62] New translations godmode9-usage.txt (Estonian) --- _pages/et_EE/godmode9-usage.txt | 237 ++++++++++++++++++++++++++++++++ 1 file changed, 237 insertions(+) create mode 100644 _pages/et_EE/godmode9-usage.txt diff --git a/_pages/et_EE/godmode9-usage.txt b/_pages/et_EE/godmode9-usage.txt new file mode 100644 index 0000000000..87a778792e --- /dev/null +++ b/_pages/et_EE/godmode9-usage.txt @@ -0,0 +1,237 @@ +--- +title: "GodMode9 Usage" +--- + +{% include toc title="Table of Contents" %} + +For support with GodMode9, as well as help with scripting and to get updates and info, join the [GodMode9 Discord server](https://discord.gg/EGu6Qxw). +{: .notice--primary} + +### Required Reading + +GodMode9 is a full access file browser for the Nintendo 3DS console, giving you access to your SD card, the FAT partitions inside your SysNAND and EmuNAND, and basically anything else. Among other functionality, you can copy, delete, rename files, and create folders. + +Note that if you have any payload files other than `GodMode9.firm` in the `/luma/payloads/` folder on your SD card, holding (Start) on boot will display a "chainloader menu" where you will have to use the D-Pad and the (A) button to select "GodMode9" for these instructions. + +GodMode9 is powerful software that has the capability to modify essentially anything on your console. Though many of these modifications are locked behind a permissions system, and it is impossible to accidentally perform dangerous actions without deliberately unlocking permissions, you should still follow instructions carefully and keep backups just in case. + +## Updating GodMode9 + +Some of the instructions below are only applicable to the latest version of GodMode9, and as such you should follow this section to update your copy before continuing. Overwrite any existing files. +{: .notice--info} + +### What You Need + +* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) + +### Instructions + +1. Power off your device +1. Insert your SD card into your computer +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Reinsert your SD card into your device + +## Creating a NAND Backup + +1. Launch GodMode9 by holding (Start) during boot +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "Backup SysNAND" +1. Press (A) to confirm + + This process will take some time +1. Press (A) to continue +1. Hold (R) and press (B) at the same time to eject your SD card +1. Insert your SD card into your computer +1. Copy `__sysnand_###.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer + + Make backups in multiple locations (such as online file storage) + + This backup will save you from a brick if anything goes wrong in the future +1. Delete `__sysnand_###.bin` from the `/gm9/out/` folder on your SD card after copying it +1. Reinsert your SD card into your device + +## Restoring a NAND Backup + +1. Launch GodMode9 by holding (Start) during boot +1. Hold (R) and press (B) at the same time to eject your SD card +1. Insert your SD card into your computer +1. Copy `__sysnand_###.bin` from your computer to the `/gm9/out/` folder on your SD card if you deleted it after backing it up +1. Reinsert your SD card into your device +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "Restore SysNAND (Safe)" +1. Select your NAND backup +1. Press (A) to continue +1. Press (A) to unlock SysNAND (lvl2) writing, then input the key combo given + + This will not overwrite your boot9strap installation +1. Once it has completed, press (A) to continue +1. Press (A) to relock write permissions if prompted + +## Injecting any .CIA app into Health & Safety + +For organizational purposes, copy the `.cia` file you wish to inject to the `/cias/` folder on your SD card +{: .notice--info} + +Note that it is not possible to inject files into Health & Safety that are larger than it (including games and other large applications) +{: .notice--info} + +1. Launch GodMode9 by holding (Start) during boot +1. Navigate to `[0:] SDCARD` -> `cias` +1. Press (A) on your `.cia` to select it, then select "CIA image options...", then select "Mount image to drive" +1. Press (A) on the `.app` file, then select "NCCH image options", then select "Inject to H&S" +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to continue +1. Press (A) to relock write permissions if prompted + +## Restoring Health & Safety after injecting a .CIA app + +This will only work if the Health & Safety injection was performed by GodMode9 (not Decrypt9 or Hourglass9). +{: .notice--info} + +1. Launch GodMode9 by holding (Start) during boot +1. Press (Home) to bring up the action menu +1. Select "More..." +1. Select "Restore H&S" +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to relock write permissions if prompted + +## Dumping a Game Cartridge + +#### Prep Work + +{% capture notice %} ++ Insert the game cartridge you intend to dump into your device + + 3DS game cartridges will be dumped to an installable `.cia` format + + NDS game cartridges will be dumped to a non-installable `.nds` format compatible with flashcarts and emulators +{% endcapture %} + +
{{ notice | markdownify }}
+ +1. Launch GodMode9 by holding (Start) during boot +1. Navigate to `[C:] GAMECART` +1. Follow the steps applicable to your game cartridge: + + **3DS Game Cartridge:** Press (A) on `[TitleID].trim.3ds` to select it, then select "NCSD image options...", then select "Build CIA from file" + + **NDS Game Cartridge:** Press (A) on `[TitleID].trim.nds` to select it, then select "Copy to 0:/gm9/out" +1. Your installable `.cia` or non-installable `.nds` formatted file will be outputted to the `/gm9/out/` folder on your SD card + +## Dumping a Title + +1. Launch GodMode9 by holding (Start) during boot +1. Hover over the drive applicable to the type of title you wish to dump: + + **User Installed Title**: `[A:] SYSNAND SD` + + **System Title**: `[1:] SYSNAND CTRNAND` +1. Hold (R) and press (A) at the same time to open the drive options +1. Select "Search for titles" +1. Press (A) to continue +1. Press (A) on the `.tmd` file to select it, then select "TMD file options...", then select "Build CIA (standard)" +1. Your installable `.cia` formatted file will be outputted to the `/gm9/out/` folder on your SD card + +## Converting a .3DS to .CIA + +{% capture notice %} ++ For organizational purposes, copy each `.3ds` file you wish to convert to the `/cias/` folder on your SD card + + Note that if you wish to convert a `.3ds` file that is already on a flashcart, you should follow [Dumping a Game Cartridge](#dumping-a-game-cartridge) +{% endcapture %} + +
{{ notice | markdownify }}
+ +1. Launch GodMode9 by holding (Start) during boot +1. Navigate to `[0:] SDCARD` -> `cias` +1. Press (A) on your `.3ds` file to select it, then select "NCSD image options...", then select "Build CIA from file" +1. Your installable `.cia` formatted file will be outputted to the `/gm9/out/` folder on your SD card + +## Backup GBA VC Saves + +The game will be outputted to the `/gm9/out/` folder on your SD card with the name `.gbavc.sav`. +{: .notice--info} + +To identify a `.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by hovering over `[A:] SYSNAND SD`, holding (R) and pressing (A) at the same time, then selecting "Search for titles". +{: .notice--info} + +1. Do the following process for each GBA VC game that you want to backup the save for: + + Launch the GBA VC game + + Exit the GBA VC game + + Boot your device while holding (Start) to launch the Luma3DS chainloader menu + + Launch GodMode9 by pressing (A) + + Navigate to `[S:] SYSNAND VIRTUAL` + + Press (A) on `agbsave.bin` to select it + + Select "AGBSAVE options..." + + Select "Dump GBA VC save" + + Press (A) to continue + + Press (Start) to reboot your device + +## Restore GBA VC Saves + +To identify a `.gbavc.sav` file's Title ID, you can get a listing of all games on the system and their corresponding Title IDs by hovering over `[A:] SYSNAND SD`, holding (R) and pressing (A) at the same time, then selecting "Search for titles". +{: .notice--info} + +1. Do the following process for each GBA VC game that you want to restore the save for: + + Launch the GBA VC game + + Exit the GBA VC game + + Boot your device while holding (Start) to launch the Luma3DS chainloader menu + + Launch GodMode9 by pressing (A) + + Navigate to `[0:] SDCARD` -> `gm9` + + Press (Y) on the `.gbavc.sav` file you wish to restore to copy it + + Press (B) to return to the main menu + + Navigate to `[S:] SYSNAND VIRTUAL` + + Press (A) on `agbsave.bin` to select it + + Select "AGBSAVE options..." + + Select "Inject GBA VC save" + + Press (A) to continue + + Press (Start) to reboot your device + + Launch the GBA VC game + + Exit the GBA VC game + +## Format an SD card + +**Note that this will erase the contents of your SD card!** +{: .notice--danger} + +1. Launch GodMode9 by holding (Start) during boot +1. Press (Home) to bring up the action menu +1. Select "More..." +1. Select "SD format menu" +1. Select any EmuNAND options you wish to use + + Most users will want to select "No EmuNAND" +1. Select "Auto" +1. Press (A) to accept the label `GM9SD` + + Optionally, you may input a custom name for the SD card +1. When prompted, input the key combo given to confirm + +## Encrypting / Decrypting a .CIA file + +#### Prep Work + ++ For organizational purposes, copy each `.cia` file you wish to encrypt / decrypt to the `/cias/` folder on your SD card +{: .notice--info} + +1. Launch GodMode9 by holding (Start) during boot +1. Navigate to `[0:] SDCARD` -> `cias` +1. Press (A) on the `.cia` file to select it, then select "CIA image options..." +1. Select the option to perform the desired function: + + **Encrypt to 0:/gm9/out:** Create an encrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card + + **Decrypt to 0:/gm9/out:** Create a decrypted copy of the selected `.cia` file in the `/gm9/out/` folder on your SD card + + **Encrypt inplace:** Replace the selected `.cia` file with an encrypted version + + **Decrypt inplace:** Replace the selected `.cia` file with a decrypted version +1. Your encrypted / decrypted `.cia` will be outputted to the desired location + +## Removing an NNID without formatting your device + +### What You Need + +* [remove_nnid.gm9]({{ "/gm9_scripts/remove_nnid.gm9" | absolute_url }}){:download} + +### Instructions + +1. Launch GodMode9 by holding (Start) during boot +1. Hold (R) and press (B) at the same time to eject your SD card +1. Insert your SD card into your computer +1. Copy `remove_nnid.gm9` to the `/gm9/scripts/` folder on your SD card +1. Reinsert your SD card into your device +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "remove_nnid" +1. When prompted, press (A) to proceed +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to continue +1. Press (A) to relock write permissions +1. Press (Start) to reboot your device \ No newline at end of file From 1fd1677178996f13adb0ef9f8b5af3c007e181b4 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:15 -0400 Subject: [PATCH 13/62] New translations get-started.txt (Estonian) --- _pages/et_EE/get-started.txt | 47 ++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 _pages/et_EE/get-started.txt diff --git a/_pages/et_EE/get-started.txt b/_pages/et_EE/get-started.txt new file mode 100644 index 0000000000..43e0b01d91 --- /dev/null +++ b/_pages/et_EE/get-started.txt @@ -0,0 +1,47 @@ +--- +title: "Get Started" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +Before starting, you may want to check your SD card for errors using [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))! +{: .notice--warning} + +{% capture notice-1 %} +There have been reports of a wave of bans being handed out to CFW users by Nintendo. To protect yourself, please do the following steps before starting this guide: + +1. Go to System Settings, then "Internet Settings", then "SpotPass", then "Sending of System Information" +1. Disable the "Sending of System Information" option +1. Exit the System Settings +1. Go to your Friend List (the [orange Face Icon]({{ "/images/friend-list-icon.png" | absolute_url }}) in the top row of your Home Menu) + + If you receive an error and are kicked out of the menu, the Friend List setting is either already disabled or your console cannot connect to Nintendo's servers (due to a ban or connection issues) +1. Go to the Friend List settings, then "Friend Notification Settings", then "Show friends what you're playing" +1. Disable the "Show friends what you're playing" option +1. Exit your Friend List + +{% endcapture %} + +
{{ notice-1 | markdownify }}
+ +___ +### Methods + +___ + +#### 0.23.5 Install + +This method involves downgrading to an older firmware version to utilize a browser-based exploit. It is *not* compatible with JAN (New 2DS XL) units because they cannot downgrade below 0.25.5. + +### Continue to [0.23.5 Install](0.23.5-install) +{: .notice--primary} + +___ + +#### ntrboot + +This method flashes a commercial flashcart with the ntrboot exploit then boots it on your PANDA. It is compatible with all models and versions (including JAN). + +### Continue to [ntrboot](ntrboot) +{: .notice--primary} \ No newline at end of file From 04e390e1c6c36d465d138d25e455653e772e22a6 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:17 -0400 Subject: [PATCH 14/62] New translations finalizing-setup.txt (Estonian) --- _pages/et_EE/finalizing-setup.txt | 135 ++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 _pages/et_EE/finalizing-setup.txt diff --git a/_pages/et_EE/finalizing-setup.txt b/_pages/et_EE/finalizing-setup.txt new file mode 100644 index 0000000000..ba177ec09b --- /dev/null +++ b/_pages/et_EE/finalizing-setup.txt @@ -0,0 +1,135 @@ +--- +title: "Finalizing Setup" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +The file `boot.firm` is what is launched by boot9strap itself after it finishes loading off of NAND, and can be any valid arm9 payload in the FIRM format. This file can be replaced at any time, although Luma3DS allows for the launch of other arm9 payloads in the FIRM format using the Luma3DS chainloader. + +In this case, we use Luma3DS by [AuroraWright](https://github.com/AuroraWright/) to boot a patched SysNAND directly, allowing us to completely bypass the need for any kind of EmuNAND, vastly simplifying the usage of a hacked 3DS in addition to saving SD card space. + +During this process, we also setup programs such as the following: + ++ **FBI** *(installs CIA formatted games and applications)* ++ **Anemone3DS** *(installs custom themes)* ++ **Luma3DS Updater** *(updates your CFW installation easily)* ++ **GodMode9** *(multipurpose tool which can do NAND and cartridge functions)* + +### What You Need + +* The latest release of [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest) *(the `.cia` file)* +* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) +* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) *(the `.cia` and `.3dsx` files)* +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) *(the `.cia` file)* +* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}) +* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}) + +### Instructions + +#### Section I - Prep Work + +1. Power off your device +1. Insert your SD card into your computer +1. Create a folder named `cias` on the root of your SD card if it does not already exist +1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card +1. Copy `FBI.cia` to the `/cias/` folder on your SD card +1. Copy `Anemone3DS.cia` to the `/cias/` folder on your SD card +1. Create a folder named `payloads` in the `luma` folder on your SD card +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card +1. Reinsert your SD card into your device + +#### Section II - Updating the System + +This section is optional and requires both a CTR flash card and the development hardware to write a CSU to that CTR flash card. +{: .notice--info} + +1. Update your PANDA unit by using the latest version CTR System Updater (CSU) available to you + +#### Section III - Installing CIAs + +1. Using Dev Menu, navigate to the `cias` folder +1. Press (L + R + A) to install all CIAs +1. Exit Dev Menu + +#### Section IV - CTRNAND Luma3DS + +1. Launch GodMode9 by holding (Start) during boot +1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed +1. Press (Home) to bring up the action menu +1. Select "More..." +1. Select "Scripts..." +1. Select "setup_ctrnand_luma3ds" +1. When prompted, press (A) to proceed +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to continue +1. Press (A) to relock write permissions + +#### Section V - Backup Essential Files + +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "Backup SysNAND" +1. Press (A) to confirm + + This process will take some time + + If you get an error, make sure that you have at least 1.2GB to 1.3GB of free space on your SD card +1. Press (A) to continue +1. Hold (R) and press (B) at the same time to eject your SD card +1. Insert your SD card into your computer +1. Copy `__sysnand_###.bin` and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer + + Make backups in multiple locations (such as online file storage) + + These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future +1. Delete `__sysnand_###.bin` and `__sysnand_###.bin.sha` from the `/gm9/out/` folder on your SD card after copying it +1. Reinsert your SD card into your device + +#### Section VI - Cleanup SD Card + +1. Press (Home) to bring up the action menu +1. Select "More..." +1. Select "Scripts..." +1. Select "cleanup_sd_card" +1. When prompted, press (A) to proceed +1. Press (A) to continue +1. Press (Start) to reboot + +___ + +{% capture notice-10 %} +You can now use Luma3DS Updater to update your Luma3DS to the latest version just by opening it and pressing (A). + +This is not the same thing as a System Update; it just downloads and extracts the newest Luma3DS files. + +This will only update the Luma3DS files on your SD card. If you boot your device without an SD card, it will use the version you placed in CTRNAND. +{% endcapture %} + +
{{ notice-10 | markdownify }}
+ +{% capture notice-6 %} +You will now boot Luma3DS CFW SysNAND by default. + +You can now hold (Select) on boot to launch the Luma3DS configuration menu. + +You can now hold (Start) on boot to launch the Luma3DS chainloader menu (note that the Luma3DS chainloader menu is only displayed if there is more than one payload detected). + +You can now hold (Start) + (Select) + (X) on boot to dump the ARM11 bootrom (`boot11.bin`), the ARM9 bootrom (`boot9.bin`), and your console unique OTP (`OTP.bin`) to the `/boot9strap/` folder on your SD card (note that this will not have any kind of prompt or message). + +You can now press (L) + (Down) + (Select) while the system is booted to open the Rosalina menu integrated into Luma3DS. For a full list of Rosalina features, please see the [Luma3DS v8.0 Release](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0) +{% endcapture %} + +
{{ notice-6 | markdownify }}
+ +To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/). +{: .notice--info} + +For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) page. +{: .notice--success} + +For information on using Luma3DS's various features, check out [its wiki](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage). +{: .notice--success} + +For information on installing custom themes and splash screens, check out [Theme Plaza](https://themeplaza.eu/). +{: .notice--success} From b48e63cf4fb6fb8f7b069c52a378e282b48ed309 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:18 -0400 Subject: [PATCH 15/62] New translations f3x-(mac).txt (Estonian) --- _pages/et_EE/f3x-(mac).txt | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 _pages/et_EE/f3x-(mac).txt diff --git a/_pages/et_EE/f3x-(mac).txt b/_pages/et_EE/f3x-(mac).txt new file mode 100644 index 0000000000..886555cf6e --- /dev/null +++ b/_pages/et_EE/f3x-(mac).txt @@ -0,0 +1,35 @@ +--- +title: "F3X (Mac)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for checking your SD card for errors using F3X. + +Depending on the size of your SD card and the speed of your computer, this process can take up to several hours! + +This page is for Mac users only. If you are not on Mac, check out the [H2testw (windows)](h2testw-(windows)) or [F3 (Linux)](f3-(linux)) pages. + +### What You Need + +* The latest release of [F3X](https://github.com/insidegui/F3X/releases) + +### Instructions + +1. Unzip the F3X `.zip` file +2. Insert your SD card into your computer +2. Run the F3X app +4. Select your SD card +5. Press "Start Test" +5. Wait until the process is complete. + +If the test shows the result `Success! Your card is ok!` your SD card is good and you can delete all `.h2w` files on the SD card +{: .notice--success} + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +{: .notice--danger} + +### Return to [Get Started](Get-Started) +{: .notice--primary} From 2b45490e7456bb3f770937197c894f0309c5abf0 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:20 -0400 Subject: [PATCH 16/62] New translations 0.23.5-install-(cias).txt (Estonian) --- _pages/et_EE/0.23.5-install-(cias).txt | 36 ++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 _pages/et_EE/0.23.5-install-(cias).txt diff --git a/_pages/et_EE/0.23.5-install-(cias).txt b/_pages/et_EE/0.23.5-install-(cias).txt new file mode 100644 index 0000000000..ebbb9e9899 --- /dev/null +++ b/_pages/et_EE/0.23.5-install-(cias).txt @@ -0,0 +1,36 @@ +--- +title: "0.23.5 Install (CIAs)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) + +You MUST downgrade with the correct pack for your console/region! +{: .notice--danger} + +### What You Need + +* The 0.23.5 PANDA CIAs `.zip` file for your device and region: + + - [SNAKE / CLOSER / JAN - CIAs - 0.23.5 - EUR](magnet:?xt=urn:btih:753b24d1c18c749997a455731c4138bc0db25835&dn=SystemUpdater%5FSNAKE-0%5F23%5F5-EU%5Fcias.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + + - [SNAKE / CLOSER / JAN - CIAs - 0.23.5 - JPN](magnet:?xt=urn:btih:0be6b3c2522e03739c5b1095d82e1b7b6aef38cd&dn=SystemUpdater%5FSNAKE-0%5F23%5F5-JP%5Fcias.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + + - [SNAKE / CLOSER / JAN - CIAs - 0.23.5 - USA](magnet:?xt=urn:btih:f985478fe28eb58b712d215a6b83d9574be85d3d&dn=SystemUpdater%5FSNAKE-0%5F23%5F5-US%5Fcias.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) +~ + + - [CTR / SPR / FTR - CIAs - 0.23.5 - EUR](magnet:?xt=urn:btih:128bb54d05c4840878c0c868ce30a9df65f214ab&dn=SystemUpdater%5FCTR-0%5F23%5F5-EU%5Fcias.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + + - [CTR / SPR / FTR - CIAs - 0.23.5 - USA](magnet:?xt=urn:btih:0af36a594529d4497733a9252ad68219647affd3&dn=SystemUpdater%5FCTR-0%5F23%5F5-US%5Fcias.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + +### Instructions + +1. Extract the 0.23.5 SystemUpdater `.zip` to the root of your SD card +1. Reinsert your SD card into your PANDA +1. Using Dev Menu, navigate to the 0.23.5 SystemUpdater folder +1. Press (L + R + A) to install all CIAs +1. Navigate to the NATIVE_FIRM CIA + + CTR / SPR / FTR: `0004013800000002.cia` + + SNAKE / CLOSER / JAN: `0004013820000002.cia` +1. Update your PANDA's FIRM by pressing (Start + Y) while highlighting the NATIVE_FIRM CIA + +### Continue to [Installing boot9strap (Browser)](installing-boot9strap-(browser)) +{: .notice--primary} From 7c18810473b602f6accaaf1998bfc57d9f6f17b3 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:23 -0400 Subject: [PATCH 17/62] New translations f3-(linux).txt (Estonian) --- _pages/et_EE/f3-(linux).txt | 66 +++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 _pages/et_EE/f3-(linux).txt diff --git a/_pages/et_EE/f3-(linux).txt b/_pages/et_EE/f3-(linux).txt new file mode 100644 index 0000000000..402077d357 --- /dev/null +++ b/_pages/et_EE/f3-(linux).txt @@ -0,0 +1,66 @@ +--- +title: "F3 (Linux)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This is an add-on section for checking your SD card for errors using F3. + +Depending on the size of your SD card and the speed of your computer, this process can take up to several hours! + +This page is for Linux users only. If you are not on Linux, check out the [H2testw (windows)](h2testw-(windows)) or [F3X (mac)](f3x-(mac)) pages. + +### What You Need + +* The latest version of [F3](https://github.com/AltraMayor/f3/releases/latest) + +### Instructions + +1. Unzip the f3 `.zip` file +1. `cd` into the f3 directory +1. Run `make` to compile F3 +1. Insert your SD card into your computer +1. Mount your SD card +1. Run `./f3write ` +1. Wait until the process is complete. See below for an example output. + +~~~ bash +$ ./f3write /media/michel/6135-3363/ +Free space: 29.71 GB +Creating file 1.h2w ... OK! +... +Creating file 30.h2w ... OK! +Free space: 0.00 Byte +Average Writing speed: 4.90 MB/s +~~~ + +1. Run `./f3read ` +1. Wait until the process is complete. See below for an example output. + +~~~ bash +$ ./f3read /media/michel/6135-3363/ + SECTORS ok/corrupted/changed/overwritten +Validating file 1.h2w ... 2097152/ 0/ 0/ 0 +... +Validating file 30.h2w ... 1491904/ 0/ 0/ 0 + + Data OK: 29.71 GB (62309312 sectors) +Data LOST: 0.00 Byte (0 sectors) + Corrupted: 0.00 Byte (0 sectors) + Slightly changed: 0.00 Byte (0 sectors) + Overwritten: 0.00 Byte (0 sectors) +Average Reading speed: 9.42 MB/s +~~~ + +___ + +If the test shows the result `Data LOST: 0.00 Byte (0 sectors)` your SD card is good and you can delete all `.h2w` files on your SD card +{: .notice--success} + +If the test shows any other results, your SD card may be corrupted or damaged and you may have to replace it! +{: .notice--danger} + +### Return to [Get Started](get-started) +{: .notice--primary} From 86f11d3657ae322530eea3e758e4df43eaf37dc5 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:25 -0400 Subject: [PATCH 18/62] New translations 0.23.5-install-(csu).txt (Estonian) --- _pages/et_EE/0.23.5-install-(csu).txt | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _pages/et_EE/0.23.5-install-(csu).txt diff --git a/_pages/et_EE/0.23.5-install-(csu).txt b/_pages/et_EE/0.23.5-install-(csu).txt new file mode 100644 index 0000000000..b55d5043ff --- /dev/null +++ b/_pages/et_EE/0.23.5-install-(csu).txt @@ -0,0 +1,32 @@ +--- +title: "0.23.5 Install (CSU)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) + +### What You Need + +* CTR flash card +* Development hardware to write a CSU to a CTR flash card +* The 0.23.5 PANDA CSU for your device and region: + + - [SNAKE / CLOSER / JAN - CSU - 0.23.5 - EUR](magnet:?xt=urn:btih:436f48a706c0e18d9706510f06130659d1b46385&dn=SystemUpdater_SNAKE-0_23_5-EU.csu&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) + + - [SNAKE / CLOSER / JAN - CSU - 0.23.5 - JPN](magnet:?xt=urn:btih:2d227b2911ecc7d921cea30ebf675b923966c458&dn=SystemUpdater_SNAKE-0_23_5-JP.csu&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce) + + - [SNAKE / CLOSER / JAN - CSU - 0.23.5 - USA](magnet:?xt=urn:btih:76632071a491ab8f113f811af44b4dd8fbf4513d&dn=SystemUpdater_SNAKE-0_23_5-US.csu&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) +~ + + - [CTR / SPR / FTR - CSU - 0.23.5 - CHN](magnet:?xt=urn:btih:04e8914869a165db62a05d90bd07ed900430e77c&dn=SystemUpdater_CTR-0_23_5-CN.csu&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce) + + - [CTR / SPR / FTR - CSU - 0.23.5 - EUR](magnet:?xt=urn:btih:fe993936e5b040f2ca9ae5bda448d1f48a1ea4c8&dn=SystemUpdater_CTR-0_23_5-EU.csu&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) + + - [CTR / SPR / FTR - CSU - 0.23.5 - JPN](magnet:?xt=urn:btih:144fb211bfc55febfab9447c601a09501f6c91ce&dn=SystemUpdater_CTR-0_23_5-JP.csu&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) + + - [CTR / SPR / FTR - CSU - 0.23.5 - KOR](magnet:?xt=urn:btih:2296c7c4b0e7ea6a49493a6f42d4ef2d275bf938&dn=SystemUpdater_CTR-0_23_5-KR.csu&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce) + + - [CTR / SPR / FTR - CSU - 0.23.5 - TWN](magnet:?xt=urn:btih:83129a4bd9f0485e3f559336c125bd19f7b71d24&dn=SystemUpdater_CTR-0_23_5-TW.csu&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce) + + - [CTR / SPR / FTR - CSU - 0.23.5 - USA](magnet:?xt=urn:btih:5483048222a6447dca3e3ef2ea8fdb1bc7e29605&dn=SystemUpdater_CTR-0_23_5-US.csu&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce) + +### Instructions + +1. Follow the instructions contained within the official - [System Updater Operations Manual](magnet:?xt=urn:btih:a8f4aebe74a565d1d8e42a38240cc284d900b5ab&dn=SystemUpdater_Manual.pdf&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce) using the downloaded 0.23.5 PANDA CSU for your device and region. + +### Continue to [Installing boot9strap (Browser)](installing-boot9strap-(browser)) +{: .notice--primary} From 6d9a63a1cf49b26ac96fb46b9dfa674238ffd155 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:27 -0400 Subject: [PATCH 19/62] New translations 0.23.5-install.txt (Estonian) --- _pages/et_EE/0.23.5-install.txt | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 _pages/et_EE/0.23.5-install.txt diff --git a/_pages/et_EE/0.23.5-install.txt b/_pages/et_EE/0.23.5-install.txt new file mode 100644 index 0000000000..7f7a23532a --- /dev/null +++ b/_pages/et_EE/0.23.5-install.txt @@ -0,0 +1,50 @@ +--- +title: "0.23.5 Install" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This guide will: + +- Install the version 0.23.5 for your region / device +- Install boot9strap using CakeHax Browser +- (Optionally) install the latest version for your region / device + +There are two different methods of installing the version 0.23.5 onto your PANDA unit. + +One method requires no external tools but only supports some regions and devices due to missing CIA packs for the remaining regions and devices. + +The other method supports all regions and devices, but requires a CTR flash card and the necessary development hardware to write a CSU to that CTR flash card. + +___ +### Methods + +___ + +#### 0.23.5 Install (CIAs) + +This method is compatible with the following devices + ++ SNAKE / CLOSER / JAN + + [EUR / JPN / USA] ++ CTR / SPR / FTR + + [EUR / USA] + +### Continue to [0.23.5 Install (CIAs)](0.23.5-install-(cias)) +{: .notice--primary} + +___ + +#### 0.23.5 Install (CSU) + +This method is compatible with the following devices + ++ SNAKE / CLOSER / JAN + + [EUR / JPN / USA] ++ CTR / SPR / FTR + + [CHN / EUR / JPN / KOR / TWN / USA] + +### Continue to [0.23.5 Install (CSU)](0.23.5-install-(csu)) +{: .notice--primary} \ No newline at end of file From 6f78849dfb43906549019e89e5f46179f7cdc2c0 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:28 -0400 Subject: [PATCH 20/62] New translations 404.txt (Estonian) --- _pages/et_EE/404.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _pages/et_EE/404.txt diff --git a/_pages/et_EE/404.txt b/_pages/et_EE/404.txt new file mode 100644 index 0000000000..cd41efee6b --- /dev/null +++ b/_pages/et_EE/404.txt @@ -0,0 +1,8 @@ +--- +title: "Page Not Found" # +excerpt: "Page not found. Your pixels are in another canvas." # +sitemap: false +--- + +Sorry, but the page you were trying to view does not exist. +{: .notice--info} From 988b49762e9ad586c5af2f83094e62bdf8894a24 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:30 -0400 Subject: [PATCH 21/62] New translations a9lh-to-b9s.txt (Estonian) --- _pages/et_EE/a9lh-to-b9s.txt | 171 +++++++++++++++++++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 _pages/et_EE/a9lh-to-b9s.txt diff --git a/_pages/et_EE/a9lh-to-b9s.txt b/_pages/et_EE/a9lh-to-b9s.txt new file mode 100644 index 0000000000..8df49b4967 --- /dev/null +++ b/_pages/et_EE/a9lh-to-b9s.txt @@ -0,0 +1,171 @@ +--- +title: "A9LH to B9S" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +This page is for existing arm9loaderhax users to update their devices to boot9strap. + +All future releases of Luma3DS will only be made in the `.firm` format, which will only be compatible with boot9strap and sighax. This means that to continue receiving the latest updates of Luma3DS, you should use this page to update your installation. + +To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download) + +If you have a PIN enabled on Luma3DS, SafeB9SInstaller will give you an "OTP Crypto Fail" error unless you temporarily disable your PIN (you can re-enable the PIN after the update). +{: .notice--warning} + +{% capture notice-1 %} +There have been reports of a wave of bans being handed out to CFW users by Nintendo. To protect yourself, please do the following steps before starting this guide: + +1. Go to System Settings, then "Internet Settings", then "SpotPass", then "Sending of System Information" +1. Disable the "Sending of System Information" option +1. Exit the System Settings +1. Go to your Friend List (the [orange Face Icon]({{ "/images/friend-list-icon.png" | absolute_url }}) in the top row of your Home Menu) + + If you receive an error and are kicked out of the menu, the Friend List setting is either already disabled or your console cannot connect to Nintendo's servers (due to a ban or connection issues) +1. Go to the Friend List settings, then "Friend Notification Settings", then "Show friends what you're playing" +1. Disable the "Show friends what you're playing" option +1. Exit your Friend List + +{% endcapture %} + +
{{ notice-1 | markdownify }}
+ +### What You Need + +Note that the following required file named `secret_sector_dev.bin` is the same one that was found in `safea9lhinstaller_v2_panda.zip` with the name `secret_sector.bin`. If you already have that file on your disk somewhere, you can use that one (renaming it) instead of downloading the one below. +{: .notice--info} + +Note that, only on New 3DS, `secret_sector_dev.bin` is needed to revert the arm9loaderhax exploit, which is why it is not needed for the installation of boot9strap on a stock console. +{: .notice--info} + +* - **New 3DS Users Only:** [secret_sector_dev.bin](magnet:?xt=urn:btih:54d19b7fd5387f7d46cff86edbbb58737880993c&dn=secret_sector_dev.bin&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce) +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* +* The v7.0.5 release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/tag/v7.0.5) *(the `.7z` file)* +* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(the `devkit` file, not the `ntr` file)* +* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) +* The latest fork of [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest) +* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}) +* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}) + +### Instructions + +#### Section I - Prep Work + +For all steps in this section, overwrite any existing files on your SD card. +{: .notice--info} + +1. Power off your device +1. Insert your SD card into your computer +1. Copy _the contents of_ `starter.zip` to the root of your SD card +1. Copy `boot.firm` from the latest version Luma3DS `.7z` to the root of your SD card +1. Copy `arm9loaderhax.bin` from the v7.0.5 Luma3DS `.7z` to the root of your SD card +1. Create a folder named `cias` on the root of your SD card if it does not already exist +1. Copy `lumaupdater.cia` to the `/cias/` folder on your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Delete any existing `.bin` payloads in the `/luma/payloads/` folder on your SD card as they will not be compatible with boot9strap compatible Luma3DS versions +1. Copy `GodMode9.firm` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card +1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card +1. Copy `setup_ctrnand_luma3ds.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `cleanup_sd_card.gm9` to the `/gm9/scripts/` folder on your SD card +1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the `/luma/payloads/` folder on your SD card +1. Rename `SafeB9SInstaller.bin` in the `/luma/payloads/` folder on your SD card to `start_SafeB9SInstaller.bin` +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card +1. **New 3DS Users Only:** Copy `secret_sector.bin` to the `/boot9strap/` folder on your SD card + + ![]({{ "/images/screenshots/a9lh-to-b9s-file-layout.png" | absolute_url }}) + {: .notice--info} + +1. Reinsert your SD card into your device + +#### Section II - Installing boot9strap + +1. Boot your device while holding (Start) to launch the Luma3DS chainloader menu + + Some versions of Luma3DS will just directly start whichever payload begins with `start_` + + If your version does this, just proceed with the instructions +1. Launch SafeB9SInstaller by pressing (A) on it + + If this gives you an error, try either using a new SD card, or formatting your current SD card (backup existing files first) +1. Wait for all safety checks to complete + + If you get an "OTP Crypto Fail" error, download - [aeskeydb.bin](magnet:?xt=urn:btih:d25dab06a7e127922d70ddaa4fe896709dc99a1e&dn=aeskeydb.bin&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce), then put it in the `/boot9strap/` folder on your SD card and try again +1. When prompted, input the key combo given to install boot9strap +1. Once it has completed, press (A) to reboot your device. + + If your device shuts down on boot, ensure that you have copied `boot.firm` from the Luma3DS `.7z` to the root of your SD card + +#### Section III - Configuring Luma3DS + +This section is only needed if you are prompted with the Luma3DS configuration menu after the reboot. +{: .notice--info} + +1. In the Luma3DS configuration menu, use the (A) button and the D-Pad to turn on the following: + + **"Show NAND or user string in System Settings"** +1. Press (Start) to save and reboot + +#### Section IV - Updating the System + +This section is optional and requires both a CTR flash card and the development hardware to write a CSU to that CTR flash card. +{: .notice--info} + +1. Update your PANDA unit by using the latest version CTR System Updater (CSU) available to you + +#### Section V - Installing Luma3DS Updater + +1. Using Dev Menu, navigate to the `cias` folder +1. Install `lumaupdater.cia` +1. Exit Dev Menu + +#### Section VI - CTRNAND Luma3DS + +1. Launch GodMode9 by holding (Start) during boot +1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed +1. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue + + Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "setup_ctrnand_luma3ds" +1. When prompted, press (A) to proceed +1. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given +1. Press (A) to continue +1. Press (A) to relock write permissions + +#### Section VII - Backup SysNAND + +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "Backup SysNAND" +1. Press (A) to confirm + + This process will take some time +1. Press (A) to continue +1. Hold (R) and press (B) at the same time to eject your SD card +1. Insert your SD card into your computer +1. Copy `__sysnand_###.bin` from the `/gm9/out/` folder on your SD card to a safe location on your computer + + Make backups in multiple locations (such as online file storage) + + This backup will save you from a brick if anything goes wrong in the future + + Replace your old arm9loaderhax NAND backup with this new boot9strap one +1. Delete `__sysnand_###.bin` from the `/gm9/out/` folder on your SD card after copying it +1. Reinsert your SD card into your device + +#### Section VIII - Cleanup SD Card + +Note that this script will remove the `/boot9strap/` and `/cias/` folders from your SD card! +{: .notice--danger} + +1. Press (Home) to bring up the action menu +1. Select "Scripts..." +1. Select "cleanup_sd_card" +1. When prompted, press (A) to proceed +1. Press (A) to continue +1. Press (Start) to reboot + +___ + +This fork of Luma3DS Updater allows for boot9strap compatibility by downloading and extracting the latest Luma3DS `boot.firm` for you. +{: .notice--info} + +{% capture notice-6 %} +You can now hold (Select) on boot to launch the Luma3DS configuration menu. +You can now hold (Start) on boot to launch the Luma3DS chainloader menu (note that the Luma3DS chainloader menu is only displayed if there is more than one payload detected). +You can now hold (Start) + (Select) + (X) on boot to dump the ARM11 bootrom (`boot11.bin`), the ARM9 bootrom (`boot9.bin`), and your console unique OTP (`OTP.bin`) to the `/boot9strap/` folder on your SD card (note that this will not have any kind of prompt or message). +{% endcapture %} + +
{{ notice-6 | markdownify }}
\ No newline at end of file From b406c0006d0ad4184d0e44dcfa865e609a1f0d4c Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:31 -0400 Subject: [PATCH 22/62] New translations credits.txt (Estonian) --- _pages/et_EE/credits.txt | 78 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 _pages/et_EE/credits.txt diff --git a/_pages/et_EE/credits.txt b/_pages/et_EE/credits.txt new file mode 100644 index 0000000000..e826da6ac2 --- /dev/null +++ b/_pages/et_EE/credits.txt @@ -0,0 +1,78 @@ +--- +title: "Credits" +--- + +**Special thanks to all of [#Cakey on Freenode](http://webchat.freenode.net/?channels=%23Cakey) for being awesome!** +{: .notice--primary} + +**Special thanks to all of [the translators](https://crowdin.com/project/3ds-devguide/) for being awesome!** +{: .notice--primary} + +If I forgot you here, contact me and I'll add your name. + +{% capture notice-1 %} + + + Al3x_10m + + aliaspider + + AngelSL + + ashinnblunts + + AuroraWright + + b1l1s + + Cartman123 + + Cell9 + + coder65535 + + Cruel` + + d0k3 + + dank101 + + Dazzozo + + Delebile + + DinohScene + + dukesrg + + elementalcode + + elSeledonio + + erman1337 + + felipejfc + + Frozen_Chen + + Gelex + + Hamcha + + icecream + + ihaveamac + + IngeniousDefault + + J-D-K + + jkcgs + + LordBass + + MassExplosion123 + + mid-kid + + MrNbaYoh + + Mrrraou + + Night_Fallen_Wolf + + Normmatt + + plutooo + + Psi-Hate + + Raugo + + Reboot.ms + + s_99 + + SciresM + + Shadowtrance + + shinyquagsire23 + + skiptirengu + + smealum + + Steveice10 + + stuckpixel + + Syphurith + + Tech0verlord + + TiniVi + + TuxSH + + Urbanshadow + + Vappy + + vegaroxas + + Wolfvak + + WulfyStylez + + xy2_ + + yellows8 + + yifan_lu + + zoogie + +{% endcapture %} + +
{{ notice-1 | markdownify }}
From a257fa2f9733c000d5d2e3ac59aa1ae33f1aebc0 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:32 -0400 Subject: [PATCH 23/62] New translations donations.txt (Estonian) --- _pages/et_EE/donations.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _pages/et_EE/donations.txt diff --git a/_pages/et_EE/donations.txt b/_pages/et_EE/donations.txt new file mode 100644 index 0000000000..38214fe3b2 --- /dev/null +++ b/_pages/et_EE/donations.txt @@ -0,0 +1,7 @@ +--- +title: "Donations" +--- + +[![Paypal]({{ "/images/paypal_white.png" | absolute_url }}){:height="72px" width="256px"}{: style="padding-bottom: .35em"}](https://www.paypal.me/NintendoHomebrew/15){: .align-center} +{: .text-center} +{: .notice--info} From ec84e41a0dfc7924458c8e9e7dabe5580e7a9bae Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:33 -0400 Subject: [PATCH 24/62] New translations flashing-ntrboot-(dsi).txt (Estonian) --- _pages/et_EE/flashing-ntrboot-(dsi).txt | 48 +++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 _pages/et_EE/flashing-ntrboot-(dsi).txt diff --git a/_pages/et_EE/flashing-ntrboot-(dsi).txt b/_pages/et_EE/flashing-ntrboot-(dsi).txt new file mode 100644 index 0000000000..ca2f15da4c --- /dev/null +++ b/_pages/et_EE/flashing-ntrboot-(dsi).txt @@ -0,0 +1,48 @@ +--- +title: "Flashing ntrboot (DSi)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot) + +This method requires temporary access to a Nintendo DSi that is compatible with your flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. See the flashcart table on [ntrboot](ntrboot) for more information. + +Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +{: .notice--danger} + +### What You Need + +* Your ntrboot compatible flashcart +* Two devices + + **The source DSi**: the Nintendo DSi which is compatible with your flashcart + + **The target 3DS**: the 3DS family device on stock firmware +* The latest release of [ds_ntrboot_flasher](https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest) *(`dsi` flasher; not the standard flasher)* + +### Instructions + +#### Section I - Prep Work + +1. Power off **the source DSi** +1. Insert your flashcart's SD card into your computer +1. Copy `ds_ntrboot_flasher_dsi.nds` to your flashcart's SD card +1. Reinsert your flashcart's SD card back into your flashcart +1. Insert your ntrboot compatible DS / DSi flashcart into **the source DSi** + +#### Section II - Flashing ntrboot + +1. Launch `ds_ntrboot_flasher_dsi.nds` on **the source DSi** using your flashcart +1. Press (A) to continue +1. Use (Up) and (Down) to select your flashcart +1. Press (A) to continue +1. Press (A) to "inject ntrboothax" +1. Press (A) to select "RETAIL" +1. Press (A) to continue +1. Select "EXIT" + +___ + +### Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) +{: .notice--primary} From ac9934cba77dff99c0a98e076d6d2944839b9717 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:35 -0400 Subject: [PATCH 25/62] New translations flashing-ntrboot-(nds).txt (Estonian) --- _pages/et_EE/flashing-ntrboot-(nds).txt | 53 +++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 _pages/et_EE/flashing-ntrboot-(nds).txt diff --git a/_pages/et_EE/flashing-ntrboot-(nds).txt b/_pages/et_EE/flashing-ntrboot-(nds).txt new file mode 100644 index 0000000000..97c56f1b29 --- /dev/null +++ b/_pages/et_EE/flashing-ntrboot-(nds).txt @@ -0,0 +1,53 @@ +--- +title: "Flashing ntrboot (NDS)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +Before proceeding, ensure you have read all of the information on [ntrboot](ntrboot) + +This method requires temporary access to a Nintendo DS or Nintendo DS Lite that is compatible with your flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your NDS. + +Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +{: .notice--danger} + +### What You Need + +* Your ntrboot compatible flashcart +* Two devices + + **The source NDS / NDSL**: the Nintendo DS or Nintendo DS Lite which is compatible with your flashcart + + **The target 3DS**: the 3DS family device on stock firmware +* The latest release of [ds_ntrboot_flasher](https://github.com/ntrteam/ds_ntrboot_flasher/releases/latest) *(standard flasher; not the `dsi` flasher)* + +### Instructions + +#### Section I - Prep Work + +1. Power off **the source NDS / NDSL** +1. Insert your flashcart's SD card into your computer +1. Copy `ds_ntrboot_flasher.nds` to your flashcart's SD card +1. Reinsert your flashcart's SD card back into your flashcart +1. Insert your ntrboot compatible DS / DSi flashcart into **the source NDS / NDSL** + +#### Section II - Flashing ntrboot + +1. Launch `ds_ntrboot_flasher.nds` on **the source NDS / NDSL** using your flashcart +1. Press (A) to continue +1. Use (Up) and (Down) to select your flashcart +1. Press (A) to continue +1. Press (X) to "load flashrom" +1. Press (A) to continue +1. Eject your flashcart from **the source NDS / NDSL** +1. Eject the SD card from your flashcart +1. Reinsert your flashcart into **the source NDS / NDSL** with the SD card removed +1. Press (A) to continue +1. Press (A) to "inject ntrboothax" +1. Press (A) to select "RETAIL" +1. Eject your flashcart from **the source NDS / NDSL** + +___ + +### Continue to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) +{: .notice--primary} \ No newline at end of file From 091b7d4116d8d70a9dfb0673defd59aa2caabb2d Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:36 -0400 Subject: [PATCH 26/62] New translations installing-boot9strap-(ntrboot).txt (Estonian) --- .../et_EE/installing-boot9strap-(ntrboot).txt | 143 ++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 _pages/et_EE/installing-boot9strap-(ntrboot).txt diff --git a/_pages/et_EE/installing-boot9strap-(ntrboot).txt b/_pages/et_EE/installing-boot9strap-(ntrboot).txt new file mode 100644 index 0000000000..1b4ece9159 --- /dev/null +++ b/_pages/et_EE/installing-boot9strap-(ntrboot).txt @@ -0,0 +1,143 @@ +--- +title: "Installing boot9strap (ntrboot)" +--- + +{% include toc title="Table of Contents" %} + +### Required Reading + +To use the [magnet](https://en.wikipedia.org/wiki/Magnet_URI_scheme) links on this page, you will need a torrent client like [Deluge](http://dev.deluge-torrent.org/wiki/Download). + +To extract the `.7z` files linked on this page, you will need a file archiver like [7-Zip](http://www.7-zip.org/) or [The Unarchiver](https://theunarchiver.com/). + +### What You Need + +* A magnet that triggers the sleep mode of your device (if using a folding style device) +* Your ntrboot flashed flashcart +* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest) +* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(`devkit` boot9strap; not the `ntr` file)* +* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* +* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest) + +### Instructions + +#### Section I - Prep Work + +1. Power off your device +1. Insert your device's SD card into your computer + + This is the SD card from your 3DS, *not* the SD card from your flashcart +1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm` +1. Copy `boot.3dsx` to the root of your SD card +1. Create a folder named `boot9strap` on the root of your SD card +1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card + + ![]({{ "/images/screenshots/boot9strap-ntrboot-file-layout.png" | absolute_url }}) + {: .notice--info} + +1. Reinsert your SD card into your device +1. Power on your device + +#### Section II - ntrboot + +1. Use the magnet to find the spot on your device where the sleep sensor is triggered + + This step is not needed on the old 2DS (which has a sleep mode switch) +1. Power off your device +1. Insert your flashcart into your device +1. Place the magnet on your device to trigger the sleep sensor + + On old 2DS, you should instead enable the sleep mode switch +1. Hold (Start) + (Select) + (X) + (Power) for several seconds, then release the buttons + + It may take a few attempts to get this to work because the positioning is awkward +1. If the exploit was successful, you will have booted into SafeB9SInstaller + +#### Section III - Installing boot9strap + +1. Wait for all safety checks to complete +1. Remove the magnet from your device + + On old 2DS, you should instead disable the sleep mode switch +1. When prompted, input the key combo given to install boot9strap +1. Once it has completed, force your device to power off by holding down the power button + + Your device will only boot to the SafeB9SInstaller screen until the next section is completed + +#### Section IV - Configuring Luma3DS + +1. Insert your SD card into your computer +1. Delete `boot.firm` from the root of your SD card +1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card +1. Reinsert your SD card into your device +1. Power on your device +1. Your device should have booted into the Luma3DS configuration menu + + If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap) +1. Use the (A) button and the D-Pad to turn on the following: + + **"Show NAND or user string in System Settings"** +1. Press (Start) to save and reboot + + If you get an error, just continue the next page + +___ + +### Continue to [Finalizing Setup](finalizing-setup) +{: .notice--primary} + +___ + +The following is an optional section that will allow you to restore your flashcart to its original state (to allow it to be used for its standard functions). + +Note that the Acekard 2i retains its ability to launch `.nds` files while having the ntrboot exploit installed. This only applies when the Acekard 2i is in an NDS or custom firmware 3DS! While the ntrboot exploit is installed to the Acekard 2i, it will be unable to launch `.nds` files on DSi or stock 3DS systems. + +Do not follow this section until you have completed the rest of the instructions on this page. + +#### Section V - Removing ntrboot + +##### What You Need + +* The latest release of [ntrboot_flasher](https://github.com/ntrteam/ntrboot_flasher/releases/latest) +* The flashrom backup corresponding to your flashcart + + Note that if you followed [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)), the flashrom already exists in the correct location and does not need to be downloaded + + If you do not know which HW revision you have, just try each for your cart of them. Only the correct one will allow your flashcart to launch properly from home menu, but flashing the wrong one will not brick the cart + +| Flashcart | Hardware Revision | Flashrom | +|-|:-:|:-:| +| **Ace3DS X** | | *N/A* | +| **Acekard 2i** | HW 81 | - [Acekard_2i_(HW_81)-Flashrom.zip](magnet:?xt=urn:btih:71ce385a1d65e28719c419fe58d171a4873501ff&dn=Acekard%5F2i%5F%28HW%5F81%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **Acekard 2i** | HW 44 | - [Acekard_2i_(HW_44)-Flashrom.zip](magnet:?xt=urn:btih:d04bd19e15bf8600ccef6540bdbd043846888132&dn=Acekard%5F2i%5F%28HW%5F44%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **DSTT** | | *Missing* | +| **Infinity 3 R4i** | HW A5 | - [R4i_Gold_3DS_(HW_A5)-Flashrom.zip](magnet:?xt=urn:btih:c6dee8cc9535d58284ccb8430c9af4682c3e1efc&dn=R4i%5FGold%5F3DS%5F%28HW%5FA5%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4 3D Revolution** | HW A6 | - [R4i_Gold_3DS_(HW_A6)-Flashrom.zip](magnet:?xt=urn:btih:e1675722834b870ea64ddf1ef9ca77d78db2be00&dn=R4i%5FGold%5F3DS%5F%28HW%5FA6%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i Gold 3DS Deluxe "Starter"** | | *Missing* | +| **R4i Gold 3DS** | HW 4 | - [R4i_Gold_3DS_(HW_4)-Flashrom.zip](magnet:?xt=urn:btih:a742778ade94b4a0b877cc481ba0f1a4120262da&dn=R4i%5FGold%5F3DS%5F%28HW%5F4%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i Gold 3DS** | HW 5 | *Missing* | +| **R4i Gold 3DS** | HW 6 | *Missing* | +| **R4i Gold 3DS** | HW 7 | *Missing* | +| **R4i Gold 3DS** | HW 8 | *Missing* | +| **R4i Gold 3DS** | HW D | - [R4i_Gold_3DS_(HW_D)-Flashrom.zip](magnet:?xt=urn:btih:0a074dd475a26166d90ae26e313dcbc6d51cfa12&dn=R4i_Gold_3DS_%28HW_D%29-Flashrom.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce) | +| **R4i Gold 3DS Plus** | | *N/A* | +| **R4i Gold 3DS RTS** | HW A5 | - [R4i_Gold_3DS_(HW_A5)-Flashrom.zip](magnet:?xt=urn:btih:c6dee8cc9535d58284ccb8430c9af4682c3e1efc&dn=R4i%5FGold%5F3DS%5F%28HW%5FA5%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i Gold 3DS RTS** | HW A6 | - [R4i_Gold_3DS_(HW_A6)-Flashrom.zip](magnet:?xt=urn:btih:e1675722834b870ea64ddf1ef9ca77d78db2be00&dn=R4i%5FGold%5F3DS%5F%28HW%5FA6%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i Gold 3DS RTS** | HW A7 | - [R4i_Gold_3DS_(HW_A7)-Flashrom.zip](magnet:?xt=urn:btih:d780a1fbcb83d0d3c99748c87534f77957da98ce&dn=R4i%5FGold%5F3DS%5F%28HW%5FA7%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i Ultra** | | - [R4i_Ultra-Flashrom.zip](magnet:?xt=urn:btih:e2a080eb70b92d3127ffea2a5be6bbdb1928a438&dn=R4i%5FUltra-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i-SDHC 3DS RTS** | | - [R4i-SDHC_3DS_RTS-Flashrom.zip](magnet:?xt=urn:btih:11a4a3b6dd1cef5652b49a413d8e8c662449d819&dn=R4i-SDHC%5F3DS%5FRTS-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4i-SDHC B9S** | | - [R4i-SDHC_3DS_RTS-Flashrom.zip](magnet:?xt=urn:btih:11a4a3b6dd1cef5652b49a413d8e8c662449d819&dn=R4i-SDHC%5F3DS%5FRTS-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4iSDHC GOLD Pro 20XX**** | | - [R4iSDHC_GOLD_Pro_20XX-Flashrom.zip](magnet:?xt=urn:btih:f41aeb6b88a986bb0c5246c53132f3b82052f58b&dn=R4iSDHC%5FGOLD%5FPro%5F20XX-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4iSDHC RTS LITE 20XX** | | - [R4iSDHC_RTS_LITE_20XX-Flashrom.zip](magnet:?xt=urn:btih:543f90f7c50ee847af1d2152bdcbe76e7ed364e4&dn=R4iSDHC%5FRTS%5FLITE%5F20XX-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | +| **R4iSDHC Dual-Core 20XX** | | - [R4iSDHC_Dual-Core_20XX-Flashrom.zip](magnet:?xt=urn:btih:be5b27b85dcb8a696191a1eddef478f7ab346e06&dn=R4iSDHC%5FDual-Core%5F20XX-Flashrom.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) | + +##### Instructions + +1. Power off your device +1. Insert your SD card into your computer + + This is the SD card from your 3DS, *not* the SD card from your flashcart +1. Create a folder named `ntrboot` on the root of your SD card +1. Copy the `.bin` file from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card +1. Create a folder named `payloads` in the `luma` folder on your SD card +1. Copy `ntrboot_flasher.firm` to the `/luma/payloads/` folder on your SD card +1. Reinsert your SD card into your device +1. Insert your ntrboot compatible DS / DSi flashcart into your device +1. Launch ntrboot_flasher by holding (Start) during boot +1. Read the red screen warning +1. Press (A) to continue +1. Select your flashcart + + If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option +1. Select "Restore Flash" +1. Press (A) to proceed +1. Wait until the process is completed +1. Press (A) to return to the main menu +1. Press (B) to power off your device From eaab339e85a87f4846b38406de43aac8bcccc184 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:38 -0400 Subject: [PATCH 27/62] New translations ntrboot.txt (Estonian) --- _pages/et_EE/ntrboot.txt | 92 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 _pages/et_EE/ntrboot.txt diff --git a/_pages/et_EE/ntrboot.txt b/_pages/et_EE/ntrboot.txt new file mode 100644 index 0000000000..f5c061d899 --- /dev/null +++ b/_pages/et_EE/ntrboot.txt @@ -0,0 +1,92 @@ +--- +title: "ntrboot" +--- + +{% include toc title="Table of Contents" %} + +If you have already flashed ntrboot to your flashcart or your flashcart comes pre-flashed with ntrboot, you can skip to [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot)) for instructions on how to use it. +{: .notice--success} + +### Required Reading + +Installing boot9strap with ntrboot requires a compatible NDS / DSi flashcart to flash ntrboot to. Note that some of these flashcarts are sold pre-flashed with ntrboot. + +While the ntrboot exploit works independently of system version, the ntrboot flasher (which installs the exploit to the cart) is not. This means that, depending on the versions and devices supported by your flashcart, only certain methods may be available to you. + +Note that carts with a "Time Bomb" will no longer be able to launch `.nds` files when they detect that the system clock has passed a date determined by the flashcart firmware. One method to bypass this is to set the system clock to an earlier date. + +| Flashcart Name | Current Price | "Time Bomb"? | 3DS Versions? | DSi Versions? | Other Notes | +|-|-:|:-:|:-:|:-:|-| +| [**R4i-SDHC B9S**](http://www.nds-card.com/ProShow.asp?ProID=574) | $15.99 | September 3, 2019 | <= 11.7.0 | <= 1.4.5 | **Comes pre-flashed with ntrboot**; can be flashed back to an NDS flashcart. | +| [**R4i Gold 3DS Plus**](http://www.nds-card.com/ProShow.asp?ProID=575) | $19.99 | No | <= 11.7.0 | <= 1.4.5 | **Comes pre-flashed with ntrboot** ([internal switch to switch between ntrboot and NDS modes]({{ "/images/screenshots/r4i-gold-3ds-plus.png" | absolute_url }})); do not manually flash with ntrboot. | +| [**Acekard 2i**](http://www.nds-card.com/ProShow.asp?ProID=160) | $20.99 | No | <= 4.3.0 | <= 1.4.4 | | +| [**DSTT**](http://www.nds-card.com/ProShow.asp?ProID=157) | $9.99 | No | None | None | Only models with [certain flash chips](https://gist.github.com/Hikari-chin/6b48f1bb8dd15136403c15c39fafdb42) are compatible with ntrboot. | +| [**R4i Gold 3DS**](http://www.nds-card.com/ProShow.asp?ProID=149) | $19.99 | No | <= 11.7.0 | <= 1.4.5 | All RTS revisions are compatible. | +| [**R4i-SDHC 3DS RTS**](http://www.nds-card.com/ProShow.asp?ProID=146) | $13.99 | 1.87: September 3, 2019 | <= 11.7.0 | <= 1.4.5 | | +| [**R4iSDHC GOLD Pro 20XX**](http://www.nds-card.com/ProShow.asp?ProID=490) | $9.99 | 3.9b: September 3, 2019 | <= 11.7.0 | <= 1.4.5 | All R4iSDHC 20XX flashcarts are identical. 2013 models are incompatible. | +| [**R4iSDHC RTS LITE 20XX**](http://www.nds-card.com/ProShow.asp?ProID=450) | $13.99 | 3.9b: September 3, 2019 | <= 11.7.0 | <= 1.4.5 | All R4iSDHC 20XX flashcarts are identical. 2013 models are incompatible. | +| **Ace3DS X** | | No | <= 11.7.0 | <= 1.4.5 | **Comes pre-flashed with ntrboot** (external switch to switch between ntrboot ("3DS") and NDS modes); do not manually flash with ntrboot. | +| **Ace3DS Plus** | | No | <= 11.7.0 | <= 1.4.5 | | +| **Gateway Blue** | | No | 4.1.0 - 4.5.0 | <= 1.4.5 | | +| **Infinity 3 R4i** | | No | <= 11.7.0 | <= 1.4.5 | | +| **R4 3D Revolution** | | No | None | None | | +| **R4i Gold 3DS Deluxe "Starter"** | | No | 4.1.0 - 4.5.0 | <= 1.4.5 | | +| **R4i Ultra** | | No | <= 4.3.0 | <= 1.4.5 | | +| **R4i-SDHC 3DS RTS Deluxe Edition** | | Unknown | <= 11.7.0 | <= 1.4.5 | | +| **R4iSDHC Dual-Core 20XX** | | 3.9b: September 3, 2019 | <= 11.7.0 | <= 1.4.5 | All R4iSDHC 20XX flashcarts are identical. | + + ![]({{ "/images/screenshots/ntrboot-flashcarts.png" | absolute_url }}) + {: .notice--info} + +Ensure your flashcart is able to launch `.nds` files on your device before beginning. Some flashcarts may require firmware or "kernel" files to be copied to the flashcart SD card. Consult your specific flashcart's instructions for more information. + +Note that specific methods may have additional compatibility information. + +The usage of this exploit, regardless of flashing method, requires access to a small magnet if the target device is of a folding style (any 3DS family system that is not the old 2DS with a sleep switch). This is because the exploit requires your device to enter sleep mode while still having access to the buttons. + +To test if a magnet will work, hold it on or around the (A)(B)(X)(Y) buttons while the device is powered on to see if it triggers sleep mode. If it does, both displays will go black as long as the magnet is held in that spot. +{: .notice--info} + +Note that the flashcart will not be able to be used for its standard functions while the ntrboot exploit is installed on it (except for in the case of the Acekard 2i, which remains functional *on NDS and custom firmware 3DS systems only*). This means that, for most flashcarts, it will not even display on the home menu. There are optional steps at the end of the ntrboot flashing instructions to remove it from your flashcart when you are done. + +Note that in some rare circumstances, it may be possible for the flashing process to **brick** a counterfeit flashcart and render it permanently unusable. This is unlikely, but nevertheless only original listed flashcarts are supported. To reduce the chance of receiving a counterfeit card, it is recommended that you use a reputable site to buy your flashcart (such as [NDS Card](http://www.nds-card.com/)) +{: .notice--danger} + +___ +### Methods + +___ + +#### Flashing ntrboot (3DS Single System) + +This method requires nothing more than your stock unhacked 3DS and a compatible flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your 3DS. This means that your flashcart must support launching `.nds` files on your 3DS's version. See the flashcart table above for more information. + +Continue to [Flashing ntrboot (3DS Single System)](flashing-ntrboot-(3ds-single-system)) +{: .notice--primary} + +___ + +#### Flashing ntrboot (3DS Multi System) + +This method requires temporary access to a second 3DS family device that is already running boot9strap. This does not require your flashcart to support either 3DS's version. + +Continue to [Flashing ntrboot (3DS Multi System)](flashing-ntrboot-(3ds-multi-system)) +{: .notice--primary} + +___ + +#### Flashing ntrboot (NDS) + +This method requires temporary access to a Nintendo DS or Nintendo DS Lite that is compatible with your flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your NDS. + +Continue to [Flashing ntrboot (NDS)](flashing-ntrboot-(nds)) +{: .notice--primary} + +___ + +#### Flashing ntrboot (DSi) + +This method requires temporary access to a Nintendo DSi that is compatible with your flashcart. This method uses the flashcart to run the ntrboot flasher `.nds` file on your DSi. This means that your flashcart must support launching `.nds` files on your DSi's version. See the flashcart table above for more information. + +Continue to [Flashing ntrboot (DSi)](flashing-ntrboot-(dsi)) +{: .notice--primary} From ca8045a9f02a6eebf8b4ef8dbae7403f9391876a Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Mon, 27 Apr 2020 15:43:39 -0400 Subject: [PATCH 28/62] New translations privacy-policy.txt (Estonian) --- _pages/et_EE/privacy-policy.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 _pages/et_EE/privacy-policy.txt diff --git a/_pages/et_EE/privacy-policy.txt b/_pages/et_EE/privacy-policy.txt new file mode 100644 index 0000000000..1f9be93e42 --- /dev/null +++ b/_pages/et_EE/privacy-policy.txt @@ -0,0 +1,33 @@ +--- +title: "Privacy Policy" # +--- + +### Cookies + +This site utilizes cookies in order to fascilitate routing users through the guide instructions. Cookies allow for the sidebar of the page to display current progress through the site to help users navigate the instructions more easily. + +### Embedded Content From Other Websites + +This site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves as if the user has visited the other website. + +These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website. + +### Analytics + +This site uses Google Analytics to monitor and analyze traffic. This site is hosted by Github Pages, which may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with this site. For more information about Github Pages as it relates to user privacy, see the [GitHub Privacy Statement](https://help.github.com/en/articles/github-privacy-statement). + +### Information Collected + +This site does not collect personal information. This site may collect usage information in order to analyze interest in content and to provide advertisers with information on an aggregate basis. No personally identifiable information is shared with third-party advertising companies. + +Google (as a third party advertisement vendor) uses cookies to serve ads on this site. The use of DART cookies by Google allows them to serve advertisements to visitors based on their visits to this site as well as other sites. To opt-out of DART cookies, see the [Google Advertising Privacy Policy](http://www.google.com/policies/technologies/ads/). + +Other third-party advertising servers or networks may also use cookies to track user activity on this site to measure advertising effectiveness or for other reasons provided in their privacy policies. This site has no access or control over any cookies which may be used by third-party advertisers. + +### Third-Party Websites + +This site may link to other sites for users to use or reference. This site is not responsible for the privacy policies of other sites. Users should be aware that the privacy policies of other websites may differ from this one. + +### Changes to Privacy Policy + +The contents of this Privacy Policy may be altered at any time and for any reason. For questions regarding this site's Privacy policy, contact [plailect@gmail.com](mailto:plailect@gmail.com). From ff5d7a5fb210ab992dd9c56d6637c4df0081a5cd Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:17 -0700 Subject: [PATCH 29/62] New translations home.txt (Portuguese, Brazilian) --- _pages/pt_BR/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/pt_BR/home.txt b/_pages/pt_BR/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/pt_BR/home.txt +++ b/_pages/pt_BR/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 68708921a37b14b7b5bd515d80ea11c338bbf239 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:18 -0700 Subject: [PATCH 30/62] New translations home.txt (Ukrainian) --- _pages/uk_UA/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/uk_UA/home.txt b/_pages/uk_UA/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/uk_UA/home.txt +++ b/_pages/uk_UA/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From a331c0646657be8ff1cb2b6995a1a11af9d206ce Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:19 -0700 Subject: [PATCH 31/62] New translations en_US.yml (Ukrainian) --- _data/navigation/uk_UA.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/uk_UA.yml b/_data/navigation/uk_UA.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/uk_UA.yml +++ b/_data/navigation/uk_UA.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From 7c1297a8d0da16942e2f904cba69875829488298 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:21 -0700 Subject: [PATCH 32/62] New translations home.txt (Chinese Simplified) --- _pages/zh_CN/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/zh_CN/home.txt b/_pages/zh_CN/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/zh_CN/home.txt +++ b/_pages/zh_CN/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From bfd94b5a98f8901ee447789f5ce45d4c0b459f76 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:22 -0700 Subject: [PATCH 33/62] New translations en_US.yml (Chinese Simplified) --- _data/navigation/zh_CN.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/zh_CN.yml b/_data/navigation/zh_CN.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/zh_CN.yml +++ b/_data/navigation/zh_CN.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From ce4d2e79ae82e2009b067239c48355299060298b Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:24 -0700 Subject: [PATCH 34/62] New translations home.txt (Chinese Traditional) --- _pages/zh_TW/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/zh_TW/home.txt b/_pages/zh_TW/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/zh_TW/home.txt +++ b/_pages/zh_TW/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 10d7e4acf9e0cb6bc030dd517b314f9f1e812d86 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:25 -0700 Subject: [PATCH 35/62] New translations en_US.yml (Chinese Traditional) --- _data/navigation/zh_TW.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/zh_TW.yml b/_data/navigation/zh_TW.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/zh_TW.yml +++ b/_data/navigation/zh_TW.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From 7accef97fa61b6200715b3ce2ac24d1da6568f8e Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:26 -0700 Subject: [PATCH 36/62] New translations en_US.yml (Portuguese, Brazilian) --- _data/navigation/pt_BR.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/pt_BR.yml b/_data/navigation/pt_BR.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/pt_BR.yml +++ b/_data/navigation/pt_BR.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From 0c1548ab0d4c1095ac6ee05b713f98d225a4caca Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:27 -0700 Subject: [PATCH 37/62] New translations en_US.yml (Turkish) --- _data/navigation/tr_TR.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/tr_TR.yml b/_data/navigation/tr_TR.yml index 1f8f9b8520..e9af7bd4c2 100644 --- a/_data/navigation/tr_TR.yml +++ b/_data/navigation/tr_TR.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Bağışlar - url: donations - - - title: Credits - url: credits - - - title: B9S Güncelleniyor - url: updating-b9s - - - title: A9LH 'den B9S 'e - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Kullanımı - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: CFW'yi kaldır - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: İngilizce destek için Nintendo Homebrew üzerinde , yardım isteyin. - - - title: Kılavuzdan memnun kaldıysanız, bağışlarınızı kabul ediyorum. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Yükle - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Çoklu seçenek - url: multiple-options - - - title: 0.23.5 (CIAs) Kurulumu - url: 0.23.5-install-(cias) - - - title: 0.23.5 (CSU) Kurulumu - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing (Yükleme) ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing (Yükleme) ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing (Yükleme) ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: boot9strap kurulumu (Tarayıcı) - url: installing-boot9strap-(browser) - - - title: boot9strap kurulumu (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Kurulum Sonlandırılıyor - url: finalizing-setup From 3a7682375cfd7d09625f3b2c8aef793786773955 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:29 -0700 Subject: [PATCH 38/62] New translations home.txt (Indonesian) --- _pages/id_ID/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/id_ID/home.txt b/_pages/id_ID/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/id_ID/home.txt +++ b/_pages/id_ID/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From ddbb366831ccbff9d6e67e686adaf2b608dfc19e Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:30 -0700 Subject: [PATCH 39/62] New translations en_US.yml (Indonesian) --- _data/navigation/id_ID.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/id_ID.yml b/_data/navigation/id_ID.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/id_ID.yml +++ b/_data/navigation/id_ID.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From 5ac10427aa85eb1a5832c7df15c272cd60ac918d Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:31 -0700 Subject: [PATCH 40/62] New translations home.txt (Thai) --- _pages/th_TH/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/th_TH/home.txt b/_pages/th_TH/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/th_TH/home.txt +++ b/_pages/th_TH/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 5a2bffccfd82d5e5590637eec008748fe0f5573e Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:32 -0700 Subject: [PATCH 41/62] New translations en_US.yml (Thai) --- _data/navigation/th_TH.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/th_TH.yml b/_data/navigation/th_TH.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/th_TH.yml +++ b/_data/navigation/th_TH.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From be0bcd7dd1dd6345cea0a3179fcea2a242d90564 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:34 -0700 Subject: [PATCH 42/62] New translations home.txt (Malay) --- _pages/ms_MY/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/ms_MY/home.txt b/_pages/ms_MY/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/ms_MY/home.txt +++ b/_pages/ms_MY/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 39863afe6f36ab2ee6c3df17f5f350e866a01b0b Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:35 -0700 Subject: [PATCH 43/62] New translations en_US.yml (Malay) --- _data/navigation/ms_MY.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/ms_MY.yml b/_data/navigation/ms_MY.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/ms_MY.yml +++ b/_data/navigation/ms_MY.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From da21b4f81638467b06e4cbb4742aa37d58defa7f Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:37 -0700 Subject: [PATCH 44/62] New translations home.txt (Turkish) --- _pages/tr_TR/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/tr_TR/home.txt b/_pages/tr_TR/home.txt index 0c01501e2a..b4b08b1c48 100644 --- a/_pages/tr_TR/home.txt +++ b/_pages/tr_TR/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -Bu kılavuz diğer dillerde de mevcut! -Dili değiştirmek için sayfanın sağ üst köşesindeki simgesini tıklayın. -Alternatif olarak, bu tercümeleri güncel tutmaya yardımcı olmak için buraya [here](https://crowdin.com/project/3ds-devguide) tıklayın. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## Homebrew Nedir? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## Custom Firmware Nedir? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## Bu rehber neleri yükleyecek? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -Boot9strap'ın nasıl çalıştığı hakkında bilgi için, lütfen [bu yazıya](https://arxiv.org/abs/1802.00359) bakınız. - -Sighax'ın hesaplanan imzalardan her birinin bir listesi için, [bu özet](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52)'e bakın. - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Konsolu)* -+ SPR *(Old 3DS XL Test Konsolu)* -+ FTR *(2DS Test Konsolu)* -+ SNAKE *(New 3DS Test Konsolu)* -+ CLOSER *(New 3DS XL Test Konsolu)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Konsolu)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 0d1791b3a21dd6af5493bbd3dcf7a5ab26ab4d05 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:38 -0700 Subject: [PATCH 45/62] New translations home.txt (Romanian) --- _pages/ro_RO/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/ro_RO/home.txt b/_pages/ro_RO/home.txt index 40fab99758..2ae228aa91 100644 --- a/_pages/ro_RO/home.txt +++ b/_pages/ro_RO/home.txt @@ -9,104 +9,9 @@ header: excerpt: "Un ghid complet spre firmware personalizat pentru Panda 3DS,
de la stoc la boot9strap.
" # --- -Pentru ghiduri complete de homebrew și firmware personalizat pentru alte console, vedeți [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Citiți cu atenție toate paginile introductive (inclusiv aceasta!) înainte de a continua. -{: .notice--warning} - {% capture notice-home %} Acest ghid este *numai* pentru dispozitive de dezvolator ("PANDA")! -Dacă aveți un dispozitiv retail (cumpărată de consumatori; nu del a Nintendo Developers Program), vedeți [Ghidul de Modări 3DS retail](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -Acest ghid este disponibil în alte limbi! -Faceţi clic pe iconița în partea de sus dreapta a paginii pentru a schimba limba. -Opțional, apăsați [aici](https://crowdin.com/project/3ds-devguide) pentru a ajuta spre menține traducerile la zi. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -Acest ghid are nevoie de ajutorul *vostru* pentru a partaja [aceste](https://3ds.guide/rss.xml) torrente! -{: .notice--primary} - -## Ce este Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) de obicei se referă la software neautorizat de către Nintendo. Asta include unelte de homebrew, aplicații, jocuri și emulatoare. - -În majoriatatea cazurilor, pornind homebrew pe consolă este 100% gratis folosind doar browserul. - -## Ce este Custom Firmware? - -**Custom Firmware** ("CFW") va permite utilizarea unor hack-uri mult mai avansate pe care homebrew-ul simplu nu le poate face. De exemplu, patch-uirea de semnături va permite instalarea titlurilor nesemnate care apar direct în meniul HOME. - -CFW poate fi setat cu ușurință pe orice dispozitiv de dezvoltare - -## Ce instalează acest ghid? - -Acest ghid are ca scop transformarea unui 3DS complet nemodificat din firmware -stoc în Custom Firmware cu boot9strap. Pe unele versiuni, homebrew-ul este folosit drept punct de plecare, dar scopul este tot Custom Firmware-ul. - -boot9strap este cea mai nouă și mai bună metodă de a rula Custom Firmware care ne dă acces complet la sistem doar de la câteva milisecunde de la pornire, ceea ce are un efect similar cu BootMii pentru Wii. Ea ne dă control chiar mai devreme decât ar fi reușit arm9loaderhax, şi, spre deosebire de sighax obișnuit, boot9strap foloseşte o exploatare de suprascriere de NDMA în scopul de a obţine codul de executare Boot9. Asta înseamnă că orice dispozitiv care rulează boot9strap este capabil de a face copie la un OTP unic pentru dispozitiv (`OTP.bin`), bootrom-ul ARM11 (`boot11.bin`) şi bootrom-ul ARM9 (`boot9.bin`). - -Avantajele la boot9strap comparativ cu alte metode de a lansa Custom Firmware sunt numeroase, și de aceea este recomandat să folosiți acest ghid în loc de altul care foloseste software vechi (cum ar fi menuhax + rxTools, arm9loaderhax, sau chiar sighax obișnuit). - -Pentru informaţii despre cum funcţionează boot9strap, vă rugăm să consultaţi [această prezentare](https://arxiv.org/abs/1802.00359). - -Pentru o listă cu fiecare dintre semnăturile calculate de sighax, vedeți [acest gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## Ce pot face cu Custom Firmware? - -+ Puteți juca toate cardurile de joc și jocurile din eShop, indiferent de regiunea lor -+ Puteți personaliza Meniul HOME cu [teme și ecrane splash create de utilizatori](https://themeplaza.eu/) -+ Puteți să folosiți "Hack-uri de ROM" pentru jocurile pe care le dețineti -+ Puteți face capturi de ecran la aplicații sau gameplay -+ Puteți face [copii de rezervă, editări, și restaurări](https://gbatemp.net/threads/413143/) datelor de salvare pentru multe jocuri -+ Puteți juca jocuri pentru console mai vechi prin intermediul emulatoarelor, folosind RetroArch sau altele. (Funcționează cel mai bine pe un New Nintendo 3DS) -+ Puteți instala titluri homebrew pe sistemul dumneavoastră și să apară în meniul HOME -+ Puteți să vă copiați jocurile de pe card într-un format care va permite să le instalați și să le jucați fără să aveți nevoie de el -+ Doar pe New 3DS: puteți face stream în direct de gameplay către PC-ul dumneavoastră folosind NTR CFW -+ Rula multe flashcart-uri vechi pentru Nintendo DS care au fost blocate cu mult timp în urmă sau nu au mers niciodată pe Nintendo 3DS -+ Puteți face actualizări în siguranță la ultima versiune de sistem fără a avea griji că o să pierdeți accesul la homebrew - -## Ce trebuie să știu înainte să încep? - -+ **Inainte să începeți acest ghid, trebuie să știți riscurile modării unui 3DS: DE FIECARE DATĂ când vă modificați sistemul, există întotdeauna potențialul de a face un brick IRECUPERABIL. Este rar, dar există o posibilitate așa că aveți grijă să urmați TOATE instrucțiunile cu EXACTITATE.** -+ Acest ghid va merge pe New 3DS, Old 3DS, și 2DS în toate regiunile cu toate versiunile de firmware -+ 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. -+ Ț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). -+ Dacă aveți nevoie să formatați un card SD nou, puteți să folosiți [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) și să setați Dimensiunea Unității de Alocare la 32K(32768). -+ 2DS-ul este în mod esențial identic cu Old 3DS în termeni de software, și orice pas care se aplică pentru "Old 3DS" se aplică și pentru 2DS. - -## Cu ce dispozitive este acest ghid compatibil? - -Acest ghid este confirmat a fi compatibil cu următoarele unităţi de dezvoltator: - -+ CTR *(Unitate de probă de Old 3DS)* -+ SPR *(Unitate de probă de Old 3DS XL)* -+ FTR *(Unitate de probă de 2DS)* -+ SNAKE *(Unitate de probă de New 3DS)* -+ CLOSER *(Unitate de probă de New 3DS XL)* -+ PARTNER-CTR [Captură] [Debugger] [Captură cu Debugger] *(Unitate Old 3DS [Debugger] [Captură] [Captură cu Debugger])* -+ IS-CTR-DEBUGGER [w/ SPR] *(Unitate de Debug Old 3DS [cu Handset SPR])* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Unitate de Debug Old 3DS XL [cu Captură])* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -Acest ghid ar putea fi compatibil cu următoarele unități de dezvoltare, dar nu este confirmat: - -+ JAN *(Unitate de probă de New 2DS XL)* -+ IS-CTR-BOX [w/ Expansion Kit] *(Unitate de scriere de Flash Card CTR [cu Debugger sau expansiune de emulator])* -+ IS-SNAKE-TESTER *(Kit de dezvoltare New 3DS)* -+ IS-SNAKE-BOX *(Unitate de scriere de Flash Card CTR cu Debugger SNAKE și emulator)* -+ IS-RAY-DEBUGGER *(Prototip de IS-SNAKE-BOX)* - -___ - -### Continuați la [Începeți](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 7931e531d3a6e4ab5963afb3ec0f28182312be69 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:39 -0700 Subject: [PATCH 46/62] New translations en_US.yml (Romanian) --- _data/navigation/ro_RO.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/ro_RO.yml b/_data/navigation/ro_RO.yml index c58f7124f1..78fd2ac778 100644 --- a/_data/navigation/ro_RO.yml +++ b/_data/navigation/ro_RO.yml @@ -3,41 +3,12 @@ main: - title: Acasă url: / - - - title: Întrebări frecvente - url: faq - - - title: Donații - url: donations - - - title: Contribuţii - url: credits - - - title: Actualizând B9S - url: updating-b9s - - - title: A9LH către B9S - url: a9lh-to-b9s - - - title: Depanare - url: troubleshooting - - - title: Folosind GodMode9 - url: godmode9-usage - - - title: Navigarea pe site - url: site-navigation - - - title: Dezinstalând CFW - url: uninstall-cfw top: - title: Acest website folosește cookie-uri pentru a afișa progresul actual al ghidului pe bara laterală și astfel îmbunătăți site-ul prin alte mijloace. bottom: - - title: Pentru suport în engleză, cereți ajutor la Nintendo Homebrew pe Discord. - - - title: Dacă apreciați acest ghid, accept Donații. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Codul sursă @@ -45,52 +16,3 @@ footer: title: Navigarea pe site - title: Politica de confidenţialitate -sidebar_title: - - - title: Progres total -sidebar_pages: - - - title: Acasă - url: / - - - title: Începeți - url: get-started - - - title: Instalare 0.23.5 - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Mai multe opţiuni - url: multiple-options - - - title: Instalare 0.23.5 (CIA-uri) - url: 0.23.5-install-(cias) - - - title: Instalare 0.23.5 (CSU-uri) - url: 0.23.5-install-(csu) - - - title: Instalând ntrboot (Un 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Instalând ntrboot (Două 3DS-uri) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Instalând ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Instalând ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Instalând ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Instalând boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Instalând boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizând instalarea - url: finalizing-setup From 8864bed2d27b5921460fd91ae2840cdc3205f9f6 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:41 -0700 Subject: [PATCH 47/62] New translations home.txt (French) --- _pages/fr_FR/home.txt | 100 +----------------------------------------- 1 file changed, 2 insertions(+), 98 deletions(-) diff --git a/_pages/fr_FR/home.txt b/_pages/fr_FR/home.txt index 365ffafdfd..4ec1bacb9d 100644 --- a/_pages/fr_FR/home.txt +++ b/_pages/fr_FR/home.txt @@ -9,105 +9,9 @@ header: excerpt: "Un guide complet pour le custom firmware de Panda 3DS,
du firmware original jusqu'à boot9strap.
" --- -Pour des guides complets pour les homebrew et Custom Firmware sur d'autres consoles, consultez [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Lisez attentivement toutes les pages d'introduction (y compris celle-ci !) avant de continuer. -{: .notice--warning} - {% capture notice-home %} Ce guide n'est *que* pour les consoles développeur ("PANDA") ! -Si vous avez une console disponible dans le commerce (ne venant pas du Nintendo Developer Program), veuillez vous rediriger vers le [guide standard](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -Ce guide est disponible dans d’autres langues ! -Cliquez sur l'icône en haut à droite de cette page pour changer de langue. -Ou sinon, cliquez [ici](https://crowdin.com/project/3ds-devguide) pour aider à maintenir ces traductions à jour. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -Ce guide a besoin de *votre* aide pour partager [ces](https://3ds.guide/rss.xml) fichiers torrents! -{: .notice--primary} - -## Qu'est-ce que les Homebrews? - -Les [**Homebrew**](http://goo.gl/fXgk5v) désignent généralement des logiciels qui ne sont pas autorisés par Nintendo. Ceci inclut les outils, applications, jeux, émulateurs "faits maison". - -Dans la plupart des cas, exécuter un homebrew sur votre console est 100% gratuit juste en utilisant le navigateur Internet. - -## Qu'est-ce qu'un Custom Firmware ? - -Un **Custom Firmware** ("CFW") vous permet d'utiliser des hacks plus avancés auxquels les homebrew "userland" ne peuvent pas accéder facilement. Par exemple, les patchs de signatures vous permettent d'installer des titres non signés directement sur votre menu Home. - -Un CFW peut facilement être installé dans n'importe quelle console développeur - -## Qu'est-ce que ce guide me fait installer ? - -Ce guide a pour but final de transformer une 3DS complètement "Stock" (jamais modifiée) -à un Custom Firmware démarré avec boot9strap. Sur certaines versions, il utilise des homebrew comme objectif intermédiaire - mais un Custom Firwmare est toujours le but ultime. - -boot9strap est la plus récente et la meilleure des méthodes pour lancer un Custom Firmware qui donne un accès quasi complet au système seulement quelques millisecondes après le démarrage, un peu comme BootMii sur la Wii. Elle donne le contrôle encore plus tôt qu’arm9loaderhax, et, contrairement à un sighax standard, boot9strap utilise un exploit d'écrasement via NDMA afin d’obtenir l’exécution de code durant Boot9. Cela signifie que n’importe quelle console exécutant boot9strap est capable de sauvegarder l'OTP unique à la console (`OTP.bin`), la bootrom ARM11 (`boot11.bin`) et la bootrom ARM9 (`boot9.bin`). - -Les avantages de boot9strap par rapport aux autres méthodes de lancement de Custom Firmware sont nombreux, et c'est pour cela qu'il est recommandé d’utiliser ce guide au lieu de tout autre qui s’appuie sur des logiciels obsolètes (comme menuhax + rxTools, arm9loaderhax ou même un sighax standard). - -Pour plus d'informations sur le fonctionnement de boot9strap, -voir [ce papier](https://arxiv.org/abs/1802.00359). - -Pour une liste de chacune des signatures sighax calculées, voir [ce gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## Que puis-je faire avec un Custom Firmware ? - -+ Jouer à toutes les cartouches et tous les jeux eShop peu importe leur région -+ Personnaliser votre Menu Home avec des [thèmes et écrans de démarrage](https://themeplaza.eu/) créés par les utilisateurs -+ Utiliser des "ROM hacks" de jeux que vous possédez -+ Prendre des captures d'écran de jeux et d'applications -+ [Sauvegarder, modifier et restaurer](https://gbatemp.net/threads/413143/) vos sauvegardes pour de nombreux jeux -+ Jouer à des jeux d'autres consoles plus anciennes via des émulateurs, comme RetroArch ou d'autres émulateurs individuels. (Fonctionne mieux sur New 3DS) -+ Installer des homebrew sur votre console et les faire apparaître sur votre menu Home -+ Copier votre cartouche de jeu dans un format que vous pouvez installer, et y jouer sans la cartouche -+ Uniquement sur New 3DS : diffuser en Wi-fi vos sessions de jeu vers votre PC grâce à NTR CFW -+ Lancer la plupart des vieux linkers pour Nintendo DS qui ont été bloqués il y a longtemps - voire n'ont jamais marché - sur 3DS -+ Mettre à jour la console vers la dernière version sans craindre de perdre l'accès aux homebrew - -## Que dois-je savoir avant de commencer ? - -+ **Avant de commencer à suivre ce guide, vous devez connaître les risques liés au hack de votre 3DS : à CHAQUE fois que vous modifiez votre système, il y a toujours un risque de brick IRRÉCUPÉRABLE. Cela arrive rarement, mais c'est toujours une possibilité donc assurez-vous de suivre EXACTEMENT TOUTES les consignes.** -+ Ce guide fonctionnera sur les New3DS, Old3DS, Old2DS et New2DS (XL y compris) dans toutes les régions et versions -+ Si tout se passe comme prévu, vous ne perdrez aucune donnée et finirez avec tout ce que vous aviez au départ. -+ 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). -+ Si vous devez formater une carte SD neuve, vous pouvez utiliser [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) et choisir une taille d'unité d'allocation ("Allocation Unit Size") de 32K (32768). -+ La 2DS est quasiment identique à une Old (Ancienne) 3DS en termes de logiciel, donc toutes les étapes qui s'appliquent aux Old 3DS s'appliquent aussi à la 2DS. - -## Avec quelles consoles ce guide est-il compatible ? - -Ce guide est compatible avec les consoles développeur suivantes : - -+ CTR *(unité de test Old 3DS)* -+ SPR *(unité de test Old 3DS XL)* -+ FTR *(unité de test 2DS)* -+ SNAKE *(unité de test New 3DS)* -+ CLOSER *(unité de test New 3DS XL)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(unité Old 3DS [Débogueur] [Capture] [Capture avec débogage])* -+ IS-CTR-DEBUGGER [w/ SPR] *(unité débogueur Old 3DS [avec handset SPR])* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(unité débogueur Old 3DS XL [avec Capture])* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -Ce guide est peut-être compatible avec les consoles développeur suivantes, mais ce n'est pas confirmé : - -+ JAN *(unité de test New 2DS XL)* -+ IS-CTR-BOX [w/ Expansion Kit] *(unité de flasheur de cartouches CTR [avec extension Débogueur ou Émulateur])* -+ IS-SNAKE-TESTER *(kit de test New 3DS)* -+ IS-SNAKE-BOX *(unité de flasheur de cartouches CTR avec débogueur et émulateur SNAKE)* -+ IS-RAY-DEBUGGER *(prototype de IS-SNAKE-BOX)* - -___ - -### Continuer vers [Pour Commencer](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 88c14b8a3ca121a3a8eeb7038d423c1a1d60ed51 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:42 -0700 Subject: [PATCH 48/62] New translations en_US.yml (French) --- _data/navigation/fr_FR.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/fr_FR.yml b/_data/navigation/fr_FR.yml index 61caa0739a..e8e2dc4c82 100644 --- a/_data/navigation/fr_FR.yml +++ b/_data/navigation/fr_FR.yml @@ -3,41 +3,12 @@ main: - title: Accueil url: / - - - title: FAQ - url: faq - - - title: Dons - url: donations - - - title: Remerciements - url: credits - - - title: Mise à jour de B9S - url: updating-b9s - - - title: Mise à jour d'AL9H vers boot9strap - url: a9lh-to-b9s - - - title: Problèmes et Dépannage - url: troubleshooting - - - title: Utilisation de GodMode9 - url: godmode9-usage - - - title: Index du site - url: site-navigation - - - title: Désinstallation du CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: Pour un support en Anglais, demander de l'aide sur le Discord Nintendo Homebrew. - - - title: Si vous appréciez ce guide, j'accepte les Dons. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Index du site - title: Privacy Policy -sidebar_title: - - - title: Progression globale -sidebar_pages: - - - title: Accueil - url: / - - - title: Pour commencer - url: get-started - - - title: Installation de la v0.23.5 - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Options multiples - url: multiple-options - - - title: Installation de la v0.23.5 (CIAs) - url: 0.23.5-install-(cias) - - - title: Installation de la v0.23.5 (CSU) - url: 0.23.5-install-(csu) - - - title: Flash de ntrboot (une seule 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flash de ntrboot (plusieurs 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flash de ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flash de ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flasher ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installation de boot9strap (Navigateur internet) - url: installing-boot9strap-(browser) - - - title: Installation de boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalisation de la configuration - url: finalizing-setup From 93712e5f0575cebbbfdb46d56f5e8105d88d136f Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:44 -0700 Subject: [PATCH 49/62] New translations home.txt (Spanish) --- _pages/es_ES/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/es_ES/home.txt b/_pages/es_ES/home.txt index 2e00a80c14..6e5ac708c0 100644 --- a/_pages/es_ES/home.txt +++ b/_pages/es_ES/home.txt @@ -9,104 +9,9 @@ header: excerpt: "Una guía completa de custom firmware para las 3DS Panda,
desde stock a boot9strap.
" --- -Si buscas guías completas de homebrew y custom firmware para otras consolas, echa un vistazo al sitio web [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Lee detenidamente todas las páginas de introducción (incluyendo ésta) antes de proceder. -{: .notice--warning} - {% capture notice-home %} ¡Esta guía es *sólo* para consolas de desarrollador ("PANDA")! -Si tienes una consola retail (comprada por consumidores; no las del Nintendo Developer Program), revisa la [Guía de hackeo de 3DS retail](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -¡Esta guía está disponible en otros idiomas! -Haz clic en el ícono en la parte superior derecha de la página para cambiar el idioma. -Alternativamente, haz clic [aquí](https://crowdin.com/project/3ds-devguide) para ayudarnos a mantener estas traducciones actualizadas. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -¡Esta guía necesita *tu* ayuda para compartir [estos](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## ¿Qué es Homebrew? - -[**Homebrew**](https://es.wikipedia.org/wiki/Homebrew) suele referirse a software no autorizado por Nintendo. Esto incluye herramientas de homebrew, aplicaciones, juegos y emuladores. - -En la mayoría de los casos, correr homebrew en tu consola es 100% gratis tan sólo usando el navegador. - -## ¿Qué es Custom Firmware? - -**Custom Firmware** ("CFW") te permite utilizar hacks más avanzados que el homebrew en el espacio del usuario no pueden utilizar fácilmente. Por ejemplo, los parches de firmas digitales te permiten instalar títulos no firmados que aparecen directamente en el Menú HOME. - -Un CFW puede ser configurado fácilmente en cualquier consola de desarrollo - -## ¿Qué se instalará con esta guía? - -El propósito final de esta guía es tomar una 3DS sin ninguna modificación, desde el firmware original -a un Custom Firmware potenciado por boot9strap. En algunas versiones, se utiliza homebrew como un punto de apoyo, pero el Custom Firmware continúa siendo la meta a alcanzar. - -boot9strap es el mejor y más nuevo método para instalar Custom Firmware, proceso que te otorga un control casi absoluto de tu consola milisegundos después de encenderla, de manera similar a BootMii en la Wii. Otorga control incluso antes de lo que arm9loaderhax fue capaz, y, a diferencia de sighax como tal, boot9strap utiliza un exploit de sobreescritura de NDMA para conseguir ejecución de código en Boot9. Esto significa que cualquier consola que ejecute boot9strap puede volcar el OTP (`OTP.bin`), la bootrom de ARM11 (`boot11.bin`) y la bootrom de ARM9 (`boot9.bin`) únicos de la consola. - -Los beneficios de boot9strap por sobre otros métodos de ejecución de Custom Firmware son numerosos, por lo cual se recomienda emplear esta guía en lugar de otras guías que utilicen software desactualizado (tales como menuhax + rxTools, arm9loaderhax, o incluso sighax normal). - -Para información sobre cómo funciona boot9strap, por favor echa un vistazo a [este paper](https://arxiv.org/abs/1802.00359). - -Para una lista de cada una de las firmas calculadas de sighax, echa un vistazo a [este gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## ¿Qué puedo hacer con Custom Firmware? - -+ Jugar a todos los juegos disponibles, en formato físico o de la eShop, independiente de su región -+ Personaliza tu Menú HOME con[temas y pantallas de splash](https://themeplaza.eu/) creados por usuarios -+ Utilizar "Hack ROMs" de juegos que ya posees -+ Realizar capturas de pantalla de juegos y aplicaciones -+ [Respaldar, editar y restaurar](https://gbatemp.net/threads/413143/) datos de guardado de muchos juegos -+ Emular juegos de sistemas antiguos con varios emuladores, mediante RetroArch u otros emuladores independientes. (Funciona mejor con una New Nintendo 3DS) -+ Instalar títulos homebrew a tu sistema y hacer que aparezcan en el Menú HOME -+ Respaldar tus juegos en formato físico a un formato que puedas instalar y jugar sin necesidad del mismo -+ Sólo New 3DS: hacer stream directo de las pantallas de tu consola a tu PC sin cables con NTR CFW -+ Ejecutar varias flashcards de Nintendo DS que fueron bloqueadas hace mucho tiempo o que nunca funcionaron en Nintendo 3DS -+ Actualizar de forma segura a la última versión del sistema sin miedo a perder acceso a homebrew - -## ¿Qué necesito saber antes de empezar? - -+ **Antes de comenzar la guía, debes conocer los riesgos de hackear la 3DS: CADA VEZ que modificas tu sistema, siempre existe la posibilidad de que tu consola quede inutilizable de forma IRRECUPERABLE. Es algo raro, pero la posibilidad está ahí, así que asegúrate de seguir TODAS las instrucciones AL PIE DE LA LETRA.** -+ Esta guía funcionará en consolas New 3DS, Old 3DS y 2DS de todas las regiones en todas las versiones de firmware -+ Si todo va según el plan, no perderás datos y terminarás con todo lo que tenías anteriormente. -+ ¡Mantén la consola conectada al cargador a lo largo de todo el proceso para evitar pérdida de datos o daños por un apagado inesperado! -+ Tu tarjeta SD debe ser [MBR, no GPT](http://www.howtogeek.com/245610/) (la tarjeta SD que viene con la consola será MBR por defecto). -+ Si necesitas formatear una tarjeta SD nueva, puedes usar [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) y ajustar el tamaño de unidad de asignación a 32K (32768). -+ La 2DS es esencialmente idéntica a la Old 3DS en términos de software, y cualquiera de los pasos donde aparece "Old 3DS" también se aplican a 2DS. - -## ¿Con qué consolas es compatible esta guía? - -Esta guía está confirmada para ser compatible con las siguientes unidades de desarrollo: - -+ CTR *(Unidad de prueba de Old 3DS)* -+ SPR *(Unidad de prueba de Old 3DS XL)* -+ FTR *(Unidad de prueba de 2DS)* -+ SNAKE *(Unidad de prueba de New 3DS)* -+ CLOSER *(Unidad de prueba de New 3DS XL)* -+ PARTNER-CTR [Captura] [Depuradora] [Depuradora Capturadora] *(Unidad Old 3DS [Depuradora] [Captura] [Capturadora con Depuradora])* -+ IS-CTR-DEBUGGER [w/ SPR] *(Unidad Depuradora Old 3DS [con Handset SPR])* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Unidad Depuradora Old 3DS XL [con Capturadora])* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -Esta guía podría ser compatible con las siguientes unidades de desarrollo, pero no está confirmado: - -+ JAN *(Unidad de prueba de New 2DS XL)* -+ IS-CTR-BOX [w/ Expansion Kit] *(Unidad Escritora de Flash Card CTR [con Depurador o expansión de Emulador])* -+ IS-SNAKE-TESTER *(Kit de prueba de New 3DS)* -+ IS-SNAKE-BOX *(Unidad Escritora de Flash Card CTR con Depuradora SNAKE y Emulador)* -+ IS-RAY-DEBUGGER *(Prototipo de IS-SNAKE-BOX)* - -___ - -### Continúa en [Comencemos](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 525fd4dc0f321f0c1d7628e9e673a7df706596db Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:45 -0700 Subject: [PATCH 50/62] New translations en_US.yml (Spanish) --- _data/navigation/es_ES.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/es_ES.yml b/_data/navigation/es_ES.yml index eaecf91396..18a52c4f35 100644 --- a/_data/navigation/es_ES.yml +++ b/_data/navigation/es_ES.yml @@ -3,41 +3,12 @@ main: - title: Inicio url: / - - - title: FAQ - url: faq - - - title: Donaciones - url: donations - - - title: Créditos - url: credits - - - title: Actualizar B9S - url: updating-b9s - - - title: A9LH a B9S - url: a9lh-to-b9s - - - title: Solución de problemas - url: troubleshooting - - - title: Usos de GodMode9 - url: godmode9-usage - - - title: Navegación del sitio - url: site-navigation - - - title: Desinstalar CFW - url: uninstall-cfw top: - title: Este sitio web utiliza cookies para mostrar el progreso actual de la guía en la barra lateral y hacer mejor el sitio de otras maneras. bottom: - - title: Para soporte en inglés, pide ayuda en el Discord de Nintendo Homebrew. - - - title: Si aprecias esta guía, acepto donaciones. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Código fuente @@ -45,52 +16,3 @@ footer: title: Navegación del sitio - title: Política de privacidad -sidebar_title: - - - title: Progreso total -sidebar_pages: - - - title: Inicio - url: / - - - title: Comencemos - url: get-started - - - title: Instalar 0.23.5 - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Múltiples opciones - url: multiple-options - - - title: Instalar 0.23.5 (CIAs) - url: 0.23.5-install-(cias) - - - title: Instalar 0.23.5 (CSU) - url: 0.23.5-install-(csu) - - - title: Flashear ntrboot (Una consola 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashear ntrboot (Dos consolas 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashear ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashear ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashear ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Instalar boot9strap (navegador) - url: installing-boot9strap-(browser) - - - title: Instalar boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizar instalación - url: finalizing-setup From b5e7f99a7cf81eaf1802dd21471b5f442ab6e9bd Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:47 -0700 Subject: [PATCH 51/62] New translations home.txt (German) --- _pages/de_DE/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/de_DE/home.txt b/_pages/de_DE/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/de_DE/home.txt +++ b/_pages/de_DE/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 9a1e27706e0c73ba65006dbba96f27915bd6406d Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:48 -0700 Subject: [PATCH 52/62] New translations en_US.yml (German) --- _data/navigation/de_DE.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/de_DE.yml b/_data/navigation/de_DE.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/de_DE.yml +++ b/_data/navigation/de_DE.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From a22a4a537b8406c4d2cea23c96ea35e4dbc0a486 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:49 -0700 Subject: [PATCH 53/62] New translations home.txt (Hebrew) --- _pages/he_IL/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/he_IL/home.txt b/_pages/he_IL/home.txt index d89a406098..e5e349c963 100644 --- a/_pages/he_IL/home.txt +++ b/_pages/he_IL/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -תקראו ביסודיות את כל הדפים המקדימים (כולל את זה!) לפני שאתם ממשיכים. -{: .notice--warning} - {% capture notice-home %} המדריך הזה הוא *רק* בשביל קונסולת מפתח ("PANDA")! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -המדריך הזה צריך את העזרה *שלכם* בשביל סיד ל[טורנטים הבאים](https://3ds.guide/rss.xml)! -{: .notice--primary} - -## מה זה Homebrew? - -המונח [**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) מתייחס בדרך כלל לתוכנה שאינה מאושרת על ידי נינטנדו. This includes homebrew tools, applications, games, and emulators. - -ברוב המקרים, הפעלת homebrew על הקונסולה היא 100% חינמית באמצעות רק הדפדפן. - -## מהו קושחה מותאמת אישית? - -**קושחה מותאמת אישית** ("CFW") מאפשרת לכם שליטה יותר מתקדמת ואפשרות להאקים מתקדמים ש- homebrew פשוט לא יכול להפעיל. לדוגמה, מוד של הקושחה מאפשר לכם להתקין משחקים, אפליקציות ו- homebrew לא חתומים. - -ניתן בקלות להגדיר CFW על כל גרסת קונסולת ערכת פיתוח - -## מה המדריך הזה מתקין? - -למדריך זה יש את היעד הסופי של לקחת 3DS חדש לחלוטין שלא שונה בכלל מקושחה רשמית -לקושחה מותאמת אישית מבוססת boot9strap. על גירסאות מסוימות, הוא מנצל homebrew פשוט כנקודת המוצא, אבל קושחה מותאמת אישית היא עדיין המטרה. - -boot9strap היא השיטה הטובה ביותר והעדכנית של הפעלת קושחה מותאמת אישית שנותנת לנו שליטה כמעט מלאה של המערכת, מילישניות אחרי ההפעלה - כמו BootMii לWii. זה נותן לנו גישה עוד יותר מוקדמת מאשר מה שarm9loaderhax נתן, ובניגוד לsighax סטנדרטי, arm9loaderhax משתמש בפירצת שכתוב NDMA כדי להשיג הפעלת קוד בBoot9. זה אומר שכל קונסולה שמריצה את boot9strap מסוגלת להשיג את הOTP המיוחד לכל קונסולה (שהוא`OTP.bin`), הbootrom של ה ARM11 (שהוא`boot11.bin`), והbootrom של ה ARM9 (שהוא `boot9.bin`). - -היתרונות של bootrom מול כל שיטות ההפעלה האחרות של קושחות מותאמות אישית הן רבות, ובגלל זה מומלץ להשתמש במדריך זה על פני אחרים שמסתמכים על תוכנה מיושנת (כגון menuhax + rxTools, arm9loaderhax, או אפילו sighax סטנדרטי). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## מה אני יכול לעשות עם קושחה מותאמת אישית? - -+ לשחק כל את כל המשחקים הפיזים ומה- eShop, ללא קשר לאזור המכשיר -+ התאמה אישית של תפריט הבית עם [ערכות נושא ומסכי עלייה](https://themeplaza.eu/) שהוכנו על ידי משתמשים -+ לשחק ב- "ROM hacks" עבור משחקים שיש לכם -+ לצלם מסך -+ [גיבוי, עריכה ושחזור](https://gbatemp.net/threads/413143/) של שמירות של הרבה משחקים -+ לשחק משחקים עבור מערכות ישנות יותר עם אמולטורים שונים, באמצעות RetroArch או אמולטורים עצמאים אחרים. (עובד הכי טוב עם 3DS מהדגם החדש - New 3DS) -+ התקנת homebrew למערכת שלכם, ככה שהם יופיעו בתפריט הבית שלכם -+ לחלץ את המשחקים הפיזים שלכם ולשחק בהם ללא הכרטיס -+ רק ב- New 3DS: צילום וידיאו של מסך ושליחתו אל-חוטית למחשב שלכם -+ להריץ כרטיסי פריצה ישנים ל- nds שנחסמו או שאף פעם לא עבדו על ה- 3DS -+ לעדכן את המערכת בבטחה, ללא חשש איבוד הגישה ל- Homebrew - -## מה עלי לדעת לפני שמתחילים? - -+ **לפני תחילת המדריך, אתם חייבים לדעת את הסיכונים של פריצת 3DS: בכל פעם שתשנו את המערכת שלכם, תמיד יש הפוטנציאל** לבריק בלתי הפיך. הם נדירים, אבל עדיין אפשרות לקבל אותם אז תקפידו לעקוב אחרי השלבים במדיוק.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ אם הכול ילך לפי התוכנית, לא תאבדו נתונים ותסיימו עם כל מה שהתחלתם. -+ Keep the device plugged in and charged throughout the entire process to avoid data loss or damage from an unexpected power-off! -+ ה- SD שלכם צריך להיות [MBR, לא GPT] (http://www.howtogeek.com/245610/) (כרטיס ה- SD שמגיע עם הקונסולה יהיה MBR כברירת מחדל). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ ה2DS זהה במהותו לOld 3DS מבחינת תוכנה, כל הצעדים שאומרים "Old 3DS" מתקיימים גם ב2DS. עם זאת, ישנן הערות ספציפיות ל2DS. - -## עם איזה קונסולות המדריך הזה תואם? - -המדריך הוא אושר כתואם עם הקונסולות הבאות: - -+ CTR *(ערכת בדיקה של Old 3DS)* -+ SPR *(ערכת בדיקה של Old 3DS XL)* -+ FTR *(ערכת בדיקה של 2DS)* -+ SNAKE *(ערכת בדיקה של New 3DS)* -+ CLOSER *(ערכת בדיקה של New 3DS XL)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -המדריך הזה עשוי להיות תואם עם יחידות הפיתח הבאות, אבל זה לא אושר: - -+ JAN *(ערכת בדיקה של New 2DS XL)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 3b16a3fd0a8b0c6bb0e3f41fc852d0970e591f0b Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:50 -0700 Subject: [PATCH 54/62] New translations en_US.yml (Hebrew) --- _data/navigation/he_IL.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/he_IL.yml b/_data/navigation/he_IL.yml index 452f8ae4fe..954351e8b1 100644 --- a/_data/navigation/he_IL.yml +++ b/_data/navigation/he_IL.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: שאלות ותשובות - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH אל B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: ניווט האתר - url: site-navigation - - - title: הסרת CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: מקור @@ -45,52 +16,3 @@ footer: title: ניווט האתר - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From c2e7c793a41a04c23eb0db0bf6c742cf09b1cdef Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:52 -0700 Subject: [PATCH 55/62] New translations home.txt (Italian) --- _pages/it_IT/home.txt | 101 +----------------------------------------- 1 file changed, 2 insertions(+), 99 deletions(-) diff --git a/_pages/it_IT/home.txt b/_pages/it_IT/home.txt index adb7dc1fe9..daf2bc78ca 100644 --- a/_pages/it_IT/home.txt +++ b/_pages/it_IT/home.txt @@ -9,106 +9,9 @@ header: excerpt: "La guida omnicomprensiva per installare un custom firmware su 3DS Panda,
da zero a boot9strap.
" --- -Per la lista di tutte le guide per l'installazione di homebrew e custom firmware su altre console, visita [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Leggi attentamente tutte le pagine introduttive (compresa questa!) prima di continuare. -{: .notice--warning} - {% capture notice-home %} Questa guida è *solo* per console per sviluppatori ("PANDA")! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -Questa guida è disponibile anche in altre lingue! -Clicca l'icona in alto a destra per cambiare la lingua. -Oppure, clicca [qui] -(https://crowdin.com/project/3ds-devguide) per aiutare a mantenere queste traduzioni aggiornate. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -La guida ha bisogno di *te* per il seeding di [questi](https://3ds.guide/rss.xml) torrent! -{: .notice--primary} - -## Cosa vuol dire Homebrew? - -Con [**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) di solito si fa riferimento a software non autorizzato da Nintendo. Tra questi ci sono strumenti, applicazioni, giochi ed emulatori. - -Nella maggior parte dei casi, è possibile avviare homebrew sulla tua console in modo del tutto gratuito attraverso il browser internet. - -## Cosa vuol dire Custom Firmware? - -Un **Custom Firmware** ("CFW") ti permette di accedere a funzionalità avanzate (spesso) non disponibili con un homebrew userland. Ad esempio, le signature patch ti permettono di installare titoli non firmati in modo tale che appaiano nel menu HOME. - -Il CFW può essere installato facilmente su qualunque versione di console per sviluppatori - -## Cosa viene installato con questa guida? - -Lo scopo di questa guida è di installare in un normale 3DS mai modificato -un Custom Firmware basato su boot9strap. Con alcune versioni del software di sistema è necessario utilizzare degli homebrew come punto di partenza, ma il Custom Firmware rimane comunque l'obiettivo finale. - -boot9strap è attualmente il più recente e miglior metodo per installare un Custom Firmware in grado di fornirci pieno controllo della console a pochi istanti dal boot, con un effetto simile a quello di BootMii su Wii. Ha effetto temporalmente prima di quanto accadeva con arm9loaderhax e, a differenza di un sighax standard, boot9strap utilizza un exploit basato su sovrascrittura di NDMA per acquisire l'esecuzione di codice Boot9. Questo vuol dire che qualunque console che avvii boot9strap è in grado di creare un dump del file OTP univoco della console (`OTP.bin`), della bootrom ARM11 (`boot11.bin`) e della bootrom ARM9 (`boot9.bin`). - -L'uso di boot9strap rispetto metodi preesistenti per l'avvio di un Custom Firmware è consigliato sotto ogni aspetto, per cui si raccomanda l'uso di questa guida al posto di procedure basate su software ormai datati (come menuhax + rxTools, arm9loaderhax, o anche normali sighax). - -Per informazioni sul funzionamento di boot9strap, consulta [questo articolo] -(https://arxiv.org/abs/1802.00359). - -Per una lista di tutte le firme di sighax, è possibile consultare [questo gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## Cosa posso fare con un Custom Firmware? - -+ Giocare tutte le schede di gioco e tutti titoli dell'eShop, indipendentemente dalla regionalità -+ Personalizza il tuo Menu HOME con [temi e splash screen](https://themeplaza.eu/) creati dagli utenti -+ Applicare "ROMhack" a giochi posseduti -+ Catturare screenshot di applicazioni e giochi -+ [Salva, modifica e ripristina](https://gbatemp.net/threads/413143/) salvataggi per molti giochi -+ Avviare giochi per vecchie piattaforme usando emulatori, RetroArch o altri sistemi a sé stanti. (Di solito sono più performanti con un New Nintendo 3DS) -+ Installare titoli amatoriali sul tuo sistema e farli apparire sul tuo menu HOME -+ Installare le tue schede di gioco direttamente nella console per poterci giocare senza dover inserire la scheda -+ Solo con un New 3DS: fare dei live streaming sul tuo PC via wireless tramite NTR CFW -+ Utilizzare molte vecchie flashcard per il Nintendo DS che sono state bloccate tempo addietro o che non hanno mai funzionato su un Nintendo 3DS -+ Aggiornare all'ultima versione di sistema in sicurezza senza doversi preoccupare di perdere l'accesso agli homebrew - -## Cosa mi serve sapere prima di cominciare? - -+ **Prima di seguire la guida, è necessario che tu conosca il rischio dell'hacking di un 3DS: OGNI volta che si modifica il sistema c'è sempre il rischio di un brick IRREVERSIBILE. È raro ma può sempre capitare, quindi assicurati di seguire ESATTAMENTE OGNI SINGOLO PASSAGGIO.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ Seguendo correttamente la guida non perderai alcun dato e manterrai tutto ciò che era installato nella console. -+ Mantieni sempre la console in carica per evitare la perdita di dati o danni derivanti dall'improvviso spegnimento della console! -+ La tua scheda SD dovrebbe essere [MBR e non GPT](http://www.howtogeek.com/245610/) (la scheda SD preconfezionata con la console è MBR di default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ Il 2DS è essenzialmente identico a un Old 3DS in termini di software, per cui tutti i passi della guida che fanno riferimento a un "Old 3DS" si applicano anche ai 2DS. - -## Con quali console è compatibile questa guida? - -Questa guida è stata confermata compatibile con le seguenti unità di sviluppo: - -+ CTR *(Unità di Test dell'Old 3DS)* -+ SPR *(Unità di Test dell'Old 3DS XL)* -+ FTR *(Unità di Test del 2DS)* -+ SNAKE *(Unità di Test del New 3DS)* -+ CLOSER *(Unità di Test del New 3DS XL)* -+ PARTNER-CTR [Registratore] [Debugger] [Registratore Debugger] *(Unità Old 3DS [Debugger] [Registratore] [Registratore con Debugger])* -+ IS-CTR-DEBUGGER [con SPR] *(Unità Old 3DS Debugger [con SPR Handset])* -+ IS-SPR-DEBUGGER [con REGISTRATORE] *(Unità Old 3DS XL Debugger [con Registratore])* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -Questa guida potrebbe essere compatibile con le seguenti unità di sviluppo, ma ciò non è confermato: - -+ JAN *(Unità di Test del New 2DS XL)* -+ IS-CTR-BOX [con Expansion Kit] *(Unità per la scrittura su Flash Card CTR [con espansione Debugger o Emulatore])* -+ IS-SNAKE-TESTER *(Kit per i Tester del New 3DS)* -+ IS-SNAKE-BOX *(Unità per la scrittura su Flash Card CTR con Debugger SNAKE e Emulatore)* -+ IS-RAY-DEBUGGER *(Prototipo IS-SNAKE-BOX)* - -___ - -### Prosegui con [Cominciamo!](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 2da28ec7aca899d213dbfa9259aa2a78aba9d6b6 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:53 -0700 Subject: [PATCH 56/62] New translations en_US.yml (Italian) --- _data/navigation/it_IT.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/it_IT.yml b/_data/navigation/it_IT.yml index 812d585ba1..77e356a137 100644 --- a/_data/navigation/it_IT.yml +++ b/_data/navigation/it_IT.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donazioni - url: donations - - - title: Riconoscimenti - url: credits - - - title: Aggiornare B9S - url: updating-b9s - - - title: Da A9LH a B9S - url: a9lh-to-b9s - - - title: Risoluzione dei problemi - url: troubleshooting - - - title: Utilizzare GodMode9 - url: godmode9-usage - - - title: Mappa del sito - url: site-navigation - - - title: Disinstallare il CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: Se hai bisogno di aiuto, chiedi pure su Nintendo Homebrew su Discord (in inglese). - - - title: Se hai gradito questa guida, accetto donazioni. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Codice Sorgente @@ -45,52 +16,3 @@ footer: title: Mappa del sito - title: Privacy Policy -sidebar_title: - - - title: Avanzamento -sidebar_pages: - - - title: Home - url: / - - - title: Cominciamo! - url: get-started - - - title: Installazione 0.23.5 - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Più Opzioni - url: multiple-options - - - title: Installazione 0.23.5 (CIA) - url: 0.23.5-install-(cias) - - - title: Installazione 0.23.5 (CSU) - url: 0.23.5-install-(csu) - - - title: Flash di ntrboot (Singolo 3DS) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flash di ntrboot (Con più 3DS) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flash di ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flash di ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flash di ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installazione di boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installazione di boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Completamento dell'installazione - url: finalizing-setup From 5f85d51d5562397c3f46408bec3d448d1f74b1c0 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:54 -0700 Subject: [PATCH 57/62] New translations home.txt (Polish) --- _pages/pl_PL/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/pl_PL/home.txt b/_pages/pl_PL/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/pl_PL/home.txt +++ b/_pages/pl_PL/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From f7acbcd1d4f300be6743942b568ee8930b260f73 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:55 -0700 Subject: [PATCH 58/62] New translations en_US.yml (Polish) --- _data/navigation/pl_PL.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/pl_PL.yml b/_data/navigation/pl_PL.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/pl_PL.yml +++ b/_data/navigation/pl_PL.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From 36bbd01059f202e94cea23668eb113b491f79589 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:57 -0700 Subject: [PATCH 59/62] New translations home.txt (Portuguese) --- _pages/pt_PT/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/pt_PT/home.txt b/_pages/pt_PT/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/pt_PT/home.txt +++ b/_pages/pt_PT/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From 39e7801889274faa9b5e0354e2bb61a48d1160ef Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:58 -0700 Subject: [PATCH 60/62] New translations en_US.yml (Portuguese) --- _data/navigation/pt_PT.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/pt_PT.yml b/_data/navigation/pt_PT.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/pt_PT.yml +++ b/_data/navigation/pt_PT.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup From 9d17a84e0f6d3b341da949ebbde19bd48ec4b6c3 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:14:59 -0700 Subject: [PATCH 61/62] New translations home.txt (Pirate English) --- _pages/en_PT/home.txt | 99 +------------------------------------------ 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/_pages/en_PT/home.txt b/_pages/en_PT/home.txt index ea3aae2295..b4b08b1c48 100644 --- a/_pages/en_PT/home.txt +++ b/_pages/en_PT/home.txt @@ -9,104 +9,9 @@ header: excerpt: "A complete guide to Panda 3DS custom firmware,
from stock to boot9strap.
" --- -For complete guides to homebrew and custom firmware for other devices, check out [Hacks.Guide](https://hacks.guide). -{: .notice--primary} - -___ - -Thoroughly read all of the introductory pages (including this one!) before proceeding. -{: .notice--warning} - {% capture notice-home %} This guide is for developer ("PANDA") consoles *only*! -If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide) -{% endcapture %} - -
{{ notice-home | markdownify }}
- -{% capture notice-1 %} -This guide is available in other languages! -Click the icon at the top right of the page to change the language. -Alternatively, click [here](https://crowdin.com/project/3ds-devguide) to help to keep these translations up to date. +If you have a retail (consumer purchased; not from the Nintendo Developer Program) console, check out the [retail 3DS Hacks Guide](https://3ds.hacks.guide). {% endcapture %} -
{{ notice-1 | markdownify }}
- -This guide needs *your* help to seed [these](https://3ds.guide/rss.xml) torrents! -{: .notice--primary} - -## What is Homebrew? - -[**Homebrew**](https://en.wikipedia.org/wiki/List_of_homebrew_video_games) usually refers to software that is not authorized by Nintendo. This includes homebrew tools, applications, games, and emulators. - -In most cases, running homebrew on your console is 100% free using just the browser. - -## What is Custom Firmware? - -**Custom Firmware** ("CFW") enables you to use more advanced hacks that userland homebrew can't easily do. For instance, signature patches let you install unsigned titles that appear right on your HOME Menu. - -CFW can be easily set up on any dev console version - -## What does this guide install? - -This guide has the end goal of taking a completely unmodified 3DS from stock -firmware to boot9strap powered Custom Firmware. On some versions, it utilizes homebrew as a stepping off point, but Custom Firmware is still the goal. - -boot9strap is the newest and best method of launching Custom Firmware that gives us nearly full control of the system only milliseconds into boot, which is similar to the effect of BootMii for the Wii. It gives us even earlier control than arm9loaderhax did, and, unlike standard sighax, boot9strap uses an NDMA overwrite exploit in order to gain Boot9 code execution. This means that any console running boot9strap is capable of dumping the console unique OTP (`OTP.bin`), the ARM11 bootrom (`boot11.bin`), and the ARM9 bootrom (`boot9.bin`). - -The benefits of boot9strap over other Custom Firmware launch methods are numerous, and as such it is recommended to use this guide over any other that relies on outdated software (such as menuhax + rxTools, arm9loaderhax, or even normal sighax). - -For information on how boot9strap works, please see [this paper](https://arxiv.org/abs/1802.00359). - -For a list of each of the calculated sighax signatures, see [this gist](https://gist.github.com/SciresM/cdd2266efb80175d37eabbe86f9d8c52). - -## What can I do with Custom Firmware? - -+ Play all game cards and eShop games, regardless of region -+ Customize your HOME Menu with user-created [themes and splash screens](https://themeplaza.eu/) -+ Use "ROM hacks" for games that you own -+ Take gameplay and application screenshots -+ [Backup, edit, and restore](https://gbatemp.net/threads/413143/) saves for many games -+ Play games for older systems with various emulators, using RetroArch or other standalone emulators. (Works best with a New Nintendo 3DS) -+ Install homebrew titles to your system, and have them appear on your HOME Menu -+ Dump your game cards to a format you can install, and play them without needing the card -+ New 3DS only: stream live gameplay to your PC wirelessly with NTR CFW -+ Run many old Nintendo DS flash carts that were blocked long ago or never worked on Nintendo 3DS -+ Safely update to the latest system version without fear of losing access to homebrew - -## What do I need to know before starting? - -+ **Before beginning the guide, you must know the risks of 3DS hacking: EVERY time you modify your system, there is always the potential for an UNRECOVERABLE brick. They're rare, but still a possibility so make sure you follow ALL directions EXACTLY.** -+ This guide will work on New 3DS, Old 3DS, and 2DS in all regions on all firmware versions -+ If everything goes according to plan, you will lose no data and end up with everything that you started with. -+ Keep the 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 the device will be MBR by default). -+ If you need to format a brand new SD card, you can use [guiformat](http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm) and set to an Allocation Unit Size of 32K (32768). -+ The 2DS is essentially identical to the Old 3DS in terms of software, and that any steps which say "Old 3DS" also apply to 2DS. - -## What devices is this guide compatible with? - -This guide is confirmed to be compatible with the following developer units: - -+ CTR *(Old 3DS Test Unit)* -+ SPR *(Old 3DS XL Test Unit)* -+ FTR *(2DS Test Unit)* -+ SNAKE *(New 3DS Test Unit)* -+ CLOSER *(New 3DS XL Test Unit)* -+ PARTNER-CTR [Capture] [Debugger] [Capture Debugger] *(Old 3DS [Debugger] [Capture] [Capture with Debugger] Unit)* -+ IS-CTR-DEBUGGER [w/ SPR] *(Old 3DS Debugger [with SPR Handset] Unit)* -+ IS-SPR-DEBUGGER [w/ CAPTURE] *(Old 3DS XL Debugger [with Capture] Unit)* -+ IS-SNAKE-DevKit *(New 3DS DevKit)* - -This guide may be compatible with the following developer units, but this is unconfirmed: - -+ JAN *(New 2DS XL Test Unit)* -+ IS-CTR-BOX [w/ Expansion Kit] *(CTR Flash Card Writer [with Debugger or Emulator expansion] Unit)* -+ IS-SNAKE-TESTER *(New 3DS Tester Kit)* -+ IS-SNAKE-BOX *(CTR Flash Card Writer with SNAKE Debugger and Emulator Unit)* -+ IS-RAY-DEBUGGER *(IS-SNAKE-BOX Prototype)* - -___ - -### Continue to [Get Started](get-started) -{: .notice--primary} +
{{ notice-home | markdownify }}
\ No newline at end of file From d535a7dc687c21b43e26cbb1eee6317d78945389 Mon Sep 17 00:00:00 2001 From: Devon Maloney Date: Wed, 20 Oct 2021 22:15:00 -0700 Subject: [PATCH 62/62] New translations en_US.yml (Pirate English) --- _data/navigation/en_PT.yml | 80 +------------------------------------- 1 file changed, 1 insertion(+), 79 deletions(-) diff --git a/_data/navigation/en_PT.yml b/_data/navigation/en_PT.yml index ce26df1425..e9af7bd4c2 100644 --- a/_data/navigation/en_PT.yml +++ b/_data/navigation/en_PT.yml @@ -3,41 +3,12 @@ main: - title: Home url: / - - - title: FAQ - url: faq - - - title: Donations - url: donations - - - title: Credits - url: credits - - - title: Updating B9S - url: updating-b9s - - - title: A9LH to B9S - url: a9lh-to-b9s - - - title: Troubleshooting - url: troubleshooting - - - title: GodMode9 Usage - url: godmode9-usage - - - title: Site Navigation - url: site-navigation - - - title: Uninstall CFW - url: uninstall-cfw top: - title: This website uses cookies to display the current guide progress on the sidebar and otherwise enhance the site. bottom: - - title: For support in English, ask for help at Nintendo Homebrew on Discord. - - - title: If you appreciate this guide, I accept Donations. + title: 'This guide has temporarily been removed pending major updates. In the meantime, if you require assistance with installing custom firmware on developer consoles, please ask @fox8091#9999 for help at Nintendo Homebrew on Discord.' footer: - title: Source @@ -45,52 +16,3 @@ footer: title: Site Navigation - title: Privacy Policy -sidebar_title: - - - title: Overall Progress -sidebar_pages: - - - title: Home - url: / - - - title: Get Started - url: get-started - - - title: 0.23.5 Install - url: 0.23.5-install - - - title: ntrboot - url: ntrboot - - - title: Multiple Options - url: multiple-options - - - title: 0.23.5 Install (CIAs) - url: 0.23.5-install-(cias) - - - title: 0.23.5 Install (CSU) - url: 0.23.5-install-(csu) - - - title: Flashing ntrboot (3DS Single System) - url: flashing-ntrboot-(3ds-single-system) - - - title: Flashing ntrboot (3DS Multi System) - url: flashing-ntrboot-(3ds-multi-system) - - - title: Flashing ntrboot (DSi) - url: flashing-ntrboot-(dsi) - - - title: Flashing ntrboot (NDS) - url: flashing-ntrboot-(nds) - - - title: Flashing ntrboot (Powersaves) - url: flashing-ntrboot-(powersaves) - - - title: Installing boot9strap (Browser) - url: installing-boot9strap-(browser) - - - title: Installing boot9strap (ntrboot) - url: installing-boot9strap-(ntrboot) - - - title: Finalizing Setup - url: finalizing-setup