Guide_3DS/_pages/en_PT/get-started.txt
2018-11-18 19:17:26 -05:00

60 lines
3.4 KiB
Plaintext

---
title: "Get Started"
---
{% include toc title="Table of Contents" %}
### Required Reading
Different device models 'n versions gunna need different steps to achieve th' end goal 'o boot9strap Custom Firmware. 'Tis page gunna help ye find where to be startin' fer ye device.
Click th' image 'o ye device to take ye to th' appropriate page. Th' colors 'o th' devices in th' image may vary, but note th' button placement 'n features 'o each device carefully to ensure ye be selectin' th' correct one.
If ye have already hacked ye 3DS before 'n be havin' an EmuNAND based CFW setup, jus' follow all instructions while on SysNAND. Replace any files that already exist. Your data will be transferred from EmuNAND to your new B9S install at the end. If you use menuhax, you should [clear Home Menu's extdata](troubleshooting#clear-home-menu-extdata) to remove it before beginning.
This page is for instructions on how to install boot9strap to a *stock* 3DS or 2DS. If you already have arm9loaderhax installed and are looking to update to boot9strap, follow [A9LH to B9S](a9lh-to-b9s).
{: .notice--primary}
Before starting, Windows users should enable the option to show file extensions using [File Extensions (Windows)](file-extensions-(windows))!
{: .notice--info}
Before startin', ye may want to check ye SD card fer errors usin' [H2testw (Windows)](h2testw-(windows)), [F3 (Linux)](f3-(linux)), or [F3X (Mac)](f3x-(mac))!
{: .notice--warning}
{% capture notice-1 %}
There have been reports 'o a wave 'o bans bein' handed out to CFW users by Nintendo. Fer ye protection, please be followin' these steps before startin' 'tis guide:
1. Be off to System Settin's, then "Internet Setttings", then "SpotPass", then "Sending of System Information"
1. Disable th' "Sending of System Information" option
1. Be out 'o th' System Settin's
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 th' "Show friends what you're playing" option
1. Exit your Friend List
{% endcapture %}
<div class="notice--danger">{{ notice-1 | markdownify }}</div>
### Device Table
<table>
<colgroup>
<col span="1" style="width: 50%;">
<col span="1" style="width: 50%;">
</colgroup>
<thead>
<tr>
<th style="text-align: center">New 3DS or New 2DS</th>
<th style="text-align: center">Old 3DS or Old 2DS</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: center"><a href="get-started-(new-3ds)"><img src="{{ base_path }}/images/new3ds.png" style="padding: 0.5em;"></a> <a href="get-started-(new-3ds)"><img src="{{ base_path }}/images/new3dsxl.png" style="padding: 0.5em;"></a> <a href="get-started-(new-3ds)"><img src="{{ base_path }}/images/new2dsxl.png" style="padding: 0.5em;"></a></td>
<td style="text-align: center"><a href="get-started-(old-3ds)"><img src="{{ base_path }}/images/old3ds.png" style="padding: 0.5em;"></a> <a href="get-started-(old-3ds)"><img src="{{ base_path }}/images/old3dsxl.png" style="padding: 0.5em;"></a> <a href="get-started-(old-3ds)"><img src="{{ base_path }}/images/2ds.png" style="padding: 0.5em;"></a></td>
</tr>
</tbody>
</table>