various changes to streamline text and reduce redundancy (#1754)
change ds internet settings test to dsiware management test, revamp legacy methods, change pichaxx to link to frogtool Co-authored-by: lily <lily@uwuu.ca>
This commit is contained in:
parent
175bbd95c3
commit
b61c9cdd44
3 changed files with 38 additions and 16 deletions
|
@ -50,5 +50,5 @@ If you already have Pokemon Picross, this process will overwrite your game's sav
|
|||
|
||||
___
|
||||
|
||||
### Continue to [DSiWare Dumper](dsidumper)
|
||||
### Continue to [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool))
|
||||
{: .notice--primary}
|
||||
|
|
|
@ -14,8 +14,31 @@ However, "legacy" or outdated methods are kept here for various purposes. They w
|
|||
|
||||
If you need help, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask, in English, for assistance.
|
||||
|
||||
#### Section I - Compatibility Test
|
||||
|
||||
The following exploits make use of one of two DS-mode applications built into the 3DS: DS Internet Settings and DS Download Play.
|
||||
|
||||
If both DS Internet Settings and DS Download Play fail to work, you will have to repair them with [TWLFix-3DS](https://github.com/MechanicalDragon0687/TWLFix-3DS/releases/) using a homebrew entrypoint, such as Pichaxx.
|
||||
|
||||
#### DS Internet Settings Test (used for Fredtool)
|
||||
|
||||
1. Go to System Settings, then "Internet Settings", then "Nintendo DS Connections"
|
||||
1. Press "OK"
|
||||
1. If your device loads into a "Nintendo Wi-Fi Connection Setup" menu, the test was successful
|
||||
+ If the screen stays black or appears to freeze, the test has failed
|
||||
1. Exit this menu
|
||||
|
||||
#### DS Download Play Test (used for Frogtool)
|
||||
|
||||
1. Launch the Download Play application (![]({{ "/images/download-play-icon.png" | absolute_url }}){: height="24px" width="24px"})
|
||||
1. Select "Nintendo DS"
|
||||
1. If your device loads into a “Download software via DS Download Play” menu, the test was successful
|
||||
+ If the screen stays black or appears to freeze, the test has failed
|
||||
1. Exit this menu
|
||||
|
||||
___
|
||||
|
||||
1. [BannerBomb3](bannerbomb3): Seedminer + BannerBomb3 + Fredtool
|
||||
1. [Pichaxx](homebrew-launcher-(pichaxx)): Seedminer + Pichaxx + DSiWare Dumper + Fredtool
|
||||
+ Pichaxx also has a sub method: [Frogtool](installing-boot9strap-(frogtool)): Seedminer + Pichaxx + Frogtool
|
||||
|
||||
All of these options should also finish with [Finalizing Setup](finalizing-setup).
|
||||
+ This method is recommended if your shoulder buttons do not work
|
||||
1. [Pichaxx](homebrew-launcher-(pichaxx)): Seedminer + Pichaxx + Frogtool
|
||||
+ This method is recommended if your DSiWare Management menu crashes
|
|
@ -20,15 +20,15 @@ This method uses a powerful graphics card to perform the calculations needed. A
|
|||
|
||||
While this test is not strictly necessary to perform the Seedminer exploit, the follow-up exploits to this do require this test to be performed and it would be a waste of time and effort to perform Seedminer without the ability to use the other exploits.
|
||||
|
||||
There are two different methods for building on the Seedminer exploit (described in more detail at the bottom of this page), so even if this test fails you can still use another method.
|
||||
There are several different methods that build on the Seedminer exploit, so even if this test fails you can still use another method.
|
||||
|
||||
#### DS Internet Settings Test (used for Fredtool)
|
||||
#### DSiWare Management Test (used for unSAFE_MODE)
|
||||
|
||||
1. Go to System Settings, then "Internet Settings", then "Nintendo DS Connections"
|
||||
1. Press "OK"
|
||||
1. If your device loads into a "Nintendo Wi-Fi Connection Setup" menu, the test was successful
|
||||
+ If the screen stays black or appears to freeze, the test has failed and you will not be able to use the bannerbomb3 method which requires a functioning DS Internet Settings
|
||||
1. Exit this menu
|
||||
1. Go to System Settings, then "Data Management", then "DSiWare"
|
||||
1. If your console does not crash, the test was successful
|
||||
+ If the console crashes to the home menu, the test has failed and you will have to use a legacy method at the bottom of this page
|
||||
+ If you see a colored screen before the console crashes to the home menu, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask (in English) for someone there to assist you
|
||||
1. Exit to home menu
|
||||
|
||||
#### Section II - Prep Work
|
||||
|
||||
|
@ -60,7 +60,6 @@ There are two different methods for building on the Seedminer exploit (described
|
|||
1. Enter your device's Friend Code (with no spaces or dashes) into the "Your friend code" field
|
||||
1. Paste your device's 32 character long folder name into the "Your ID0" field
|
||||
+ Do not attempt to enter the ID0 by hand. Ensure the ID0 is entered correctly by copying and pasting it from where you saved it in the previous section
|
||||
1. Complete the "I'm not a robot" captcha
|
||||
1. Select "Go"
|
||||
+ If the site immediately goes to step 4, download your `movable.sed` file and continue with the next section.
|
||||
1. When prompted, use the "Register Friend" button on your device to add the friend code of the bot 3DS console
|
||||
|
@ -80,15 +79,15 @@ ___
|
|||
|
||||
This method of using Seedminer for further exploitation uses your `movable.sed` file to take advantage of exploits in the SAFE_MODE firmware present on all 3DS units.
|
||||
|
||||
This method is compatible with all regions, though CHN region is not covered by this guide.
|
||||
This method is compatible with all regions, though the CHN region is not covered by this guide.
|
||||
|
||||
Continue to [unSAFE_MODE](installing-boot9strap-(usm))
|
||||
Continue to [Installing boot9strap (USM)](installing-boot9strap-(usm))
|
||||
{: .notice--primary}
|
||||
|
||||
___
|
||||
|
||||
#### Legacy Methods
|
||||
|
||||
These methods are outdated and not recommended unless you have a specific purpose for them, or you have been advised to use them.
|
||||
These methods are outdated and not recommended unless otherwise indicated.
|
||||
|
||||
[Legacy Methods](legacy-methods)
|
Loading…
Reference in a new issue