mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-22 08:14:07 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@01e5abf63f 🚀
This commit is contained in:
@@ -454,12 +454,13 @@ window.cookieconsent.initialise({
|
||||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#compatibility-notes" id="markdown-toc-compatibility-notes">Compatibility Notes</a></li>
|
||||
<li><a href="#what-you-need" id="markdown-toc-what-you-need">What You Need</a> <ul>
|
||||
<li><a href="#section-i---prep-work-source-3ds" id="markdown-toc-section-i---prep-work-source-3ds">Section I - Prep Work (source 3DS)</a></li>
|
||||
<li><a href="#section-ii---prep-work-target-3ds" id="markdown-toc-section-ii---prep-work-target-3ds">Section II - Prep Work (target 3DS)</a></li>
|
||||
<li><a href="#section-iii---kartdlphax" id="markdown-toc-section-iii---kartdlphax">Section III - kartdlphax</a></li>
|
||||
<li><a href="#section-iv---unsafe_mode" id="markdown-toc-section-iv---unsafe_mode">Section IV - unSAFE_MODE</a></li>
|
||||
<li><a href="#section-v---installing-boot9strap" id="markdown-toc-section-v---installing-boot9strap">Section V - Installing boot9strap</a></li>
|
||||
<li><a href="#section-vi---restoring-wifi-configuration-profiles" id="markdown-toc-section-vi---restoring-wifi-configuration-profiles">Section VI - Restoring WiFi Configuration Profiles</a></li>
|
||||
<li><a href="#section-i---hardware-button-check-target-3ds" id="markdown-toc-section-i---hardware-button-check-target-3ds">Section I - Hardware Button Check (target 3DS)</a></li>
|
||||
<li><a href="#section-ii---prep-work-source-3ds" id="markdown-toc-section-ii---prep-work-source-3ds">Section II - Prep Work (source 3DS)</a></li>
|
||||
<li><a href="#section-iii---prep-work-target-3ds" id="markdown-toc-section-iii---prep-work-target-3ds">Section III - Prep Work (target 3DS)</a></li>
|
||||
<li><a href="#section-iv---kartdlphax" id="markdown-toc-section-iv---kartdlphax">Section IV - kartdlphax</a></li>
|
||||
<li><a href="#section-v---unsafe_mode" id="markdown-toc-section-v---unsafe_mode">Section V - unSAFE_MODE</a></li>
|
||||
<li><a href="#section-vi---installing-boot9strap" id="markdown-toc-section-vi---installing-boot9strap">Section VI - Installing boot9strap</a></li>
|
||||
<li><a href="#section-vii---restoring-wifi-configuration-profiles" id="markdown-toc-section-vii---restoring-wifi-configuration-profiles">Section VII - Restoring WiFi Configuration Profiles</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#continue-to-finalizing-setup" id="markdown-toc-continue-to-finalizing-setup">Continue to Finalizing Setup</a></li>
|
||||
@@ -497,8 +498,6 @@ window.cookieconsent.initialise({
|
||||
<li>An SD card for both devices</li>
|
||||
</ul>
|
||||
|
||||
<p class="notice--warning">If the (Right/Left Shoulder), (D-Pad Up), or (A) buttons on the <strong>target 3DS</strong> do not work, you will not be able to follow these instructions. For further assistance with this matter, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</p>
|
||||
|
||||
<h3 id="what-you-need">What You Need</h3>
|
||||
|
||||
<p>On the <strong>source 3DS</strong> (the 3DS with custom firmware):</p>
|
||||
@@ -517,7 +516,25 @@ window.cookieconsent.initialise({
|
||||
<li>The latest release of <a href="https://github.com/zoogie/unSAFE_MODE/releases/latest">unSAFE_MODE</a> (the RELEASE <code class="language-plaintext highlighter-rouge">.zip</code> file)</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-i---prep-work-source-3ds">Section I - Prep Work (source 3DS)</h4>
|
||||
<h4 id="section-i---hardware-button-check-target-3ds">Section I - Hardware Button Check (target 3DS)</h4>
|
||||
|
||||
<ol>
|
||||
<li>With your device still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your device
|
||||
<ul>
|
||||
<li>Keep holding the buttons until the device boots to a system update screen (this is Safe Mode)</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>If you see the system update screen, press Cancel
|
||||
<ul>
|
||||
<li>Your device will power off</li>
|
||||
<li>If the device boots to the HOME Menu, just power off your device</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--warning">If you do not boot into Safe Mode, the system update menu after multiple attempts, you cannot follow this method. If this is the case, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</p>
|
||||
|
||||
<h4 id="section-ii---prep-work-source-3ds">Section II - Prep Work (source 3DS)</h4>
|
||||
|
||||
<p>In this section, you will set up your source 3DS (the 3DS with custom firmware) for delivery of the exploit data to the target 3DS.</p>
|
||||
|
||||
@@ -539,7 +556,7 @@ window.cookieconsent.initialise({
|
||||
<li>Eject the SD card and put it in the <strong>source 3DS</strong></li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-ii---prep-work-target-3ds">Section II - Prep Work (target 3DS)</h4>
|
||||
<h4 id="section-iii---prep-work-target-3ds">Section III - Prep Work (target 3DS)</h4>
|
||||
|
||||
<p>In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your target 3DS (the 3DS that you are trying to modify)’s SD card.</p>
|
||||
|
||||
@@ -555,7 +572,7 @@ window.cookieconsent.initialise({
|
||||
<li>Eject the SD card and put it in the <strong>target 3DS</strong></li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iii---kartdlphax">Section III - kartdlphax</h4>
|
||||
<h4 id="section-iv---kartdlphax">Section IV - kartdlphax</h4>
|
||||
|
||||
<p>In this section, you will use Download Play to transfer the exploit data from the source 3DS to the target 3DS, which can be used to overwrite your Wi-Fi slots with hacked data. Your Wi-Fi connection settings will be temporarily overwritten while the exploit is active.</p>
|
||||
|
||||
@@ -616,7 +633,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
<p class="notice--info">You will <strong>not</strong> need to use your <strong>source 3DS</strong> to complete any further steps on this guide. Any further steps should only be completed on the <strong>target 3DS</strong>.</p>
|
||||
|
||||
<h4 id="section-iv---unsafe_mode">Section IV - unSAFE_MODE</h4>
|
||||
<h4 id="section-v---unsafe_mode">Section V - unSAFE_MODE</h4>
|
||||
|
||||
<p>In this section, you will enter Safe Mode (a feature available on all 3DS family devices) and navigate to a menu where unSAFE_MODE will be triggered, which will launch you into the boot9strap (custom firmware) installer.</p>
|
||||
|
||||
@@ -624,7 +641,6 @@ window.cookieconsent.initialise({
|
||||
<li>With your device still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your device
|
||||
<ul>
|
||||
<li>Keep holding the buttons until the device boots into Safe Mode (a “system update” menu)</li>
|
||||
<li>If you’re unable to get into Safe Mode after multiple attempts, one of your buttons may be failing or broken. If this is the case, join <a href="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a> and ask, in English, for help.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Press “OK” to accept the update
|
||||
@@ -639,7 +655,7 @@ window.cookieconsent.initialise({
|
||||
<li>If the exploit was successful, your device will have booted into SafeB9SInstaller</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-v---installing-boot9strap">Section V - Installing boot9strap</h4>
|
||||
<h4 id="section-vi---installing-boot9strap">Section VI - Installing boot9strap</h4>
|
||||
|
||||
<p>In this section, you will install custom firmware onto your device.</p>
|
||||
|
||||
@@ -662,7 +678,7 @@ window.cookieconsent.initialise({
|
||||
<li>On the next page, you will install useful homebrew applications to complete your setup.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-vi---restoring-wifi-configuration-profiles">Section VI - Restoring WiFi Configuration Profiles</h4>
|
||||
<h4 id="section-vii---restoring-wifi-configuration-profiles">Section VII - Restoring WiFi Configuration Profiles</h4>
|
||||
|
||||
<p>In this section, you will enter the Homebrew Launcher (using custom firmware) so that you can restore the Wi-Fi connection slots that were overwritten in Section I.</p>
|
||||
|
||||
|
Reference in New Issue
Block a user