<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ManiacOfHomebrew</id>
	<title>Hacks Guide Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.hacks.guide/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ManiacOfHomebrew"/>
	<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/wiki/Special:Contributions/ManiacOfHomebrew"/>
	<updated>2026-04-04T07:08:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Cleaninty&amp;diff=11195</id>
		<title>3DS:Cleaninty</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Cleaninty&amp;diff=11195"/>
		<updated>2026-02-22T13:55:52Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Remove broken link to autosoap&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase title}}{{Infobox homebrew&lt;br /&gt;
| title = cleaninty&lt;br /&gt;
| developers = luigoalma&lt;br /&gt;
| version = 0.1.3&lt;br /&gt;
| releasedate = 2023-03-18&lt;br /&gt;
| github = luigoalma/cleaninty&lt;br /&gt;
| githubtag = v0.1.3&lt;br /&gt;
| forwindows = 1&lt;br /&gt;
| formac = 1&lt;br /&gt;
| forlinux = 1&lt;br /&gt;
}}&lt;br /&gt;
{{imbox&lt;br /&gt;
| type = delete&lt;br /&gt;
| text = Nintendo Homebrew no longer offers SOAP transfer services. This page is about the tools used, and can be used by anyone with their own console data. Users must provide their own donor console data. Use at your own risk.&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;cleaninty&#039;&#039;&#039; is a PC tool used to communicate with Nintendo eShop servers, using the [[wikipedia:SOAP|SOAP]] protocol. For a 3DS, these servers deal with managing eShop accounts, downloading eShop titles, and system transfers. It is also the tool used for what is informally known as a &amp;quot;SOAP transfer&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
SOAP transfers involve complex functionality. As a result, the following explanation has been divided into two versions: a simplified user-end version, and the technical version.&lt;br /&gt;
&amp;lt;br&amp;gt;If you do not care about the technical side of things, you may skip that part, and will still be able to understand how to use cleaninty itself.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Simplified Explanation=&lt;br /&gt;
There are two pieces of data in a 3DS that let it talk to Nintendo&#039;s eShop servers with a unique ID: its serial number and its [[3DS:System files|&amp;lt;code&amp;gt;otp.bin&amp;lt;/code&amp;gt;]]. If these are copied out of the console and used somewhere else, they can be used to imitate the console - meaning Nintendo&#039;s servers can act on commands without the console doing anything on its end.&amp;lt;br&amp;gt;&lt;br /&gt;
However, the files cannot communicate on their own, and a connection to Nintendo&#039;s servers that acts identically to a console is still needed. This is the part cleaninty handles.&lt;br /&gt;
&lt;br /&gt;
The reason this allows for changing eShop regions easily, and at infinite range, are as follows:&lt;br /&gt;
* &#039;&#039;&#039;Ease of Use&#039;&#039;&#039;: &#039;Records&#039; of all purchased apps are stored on Nintendo&#039;s servers, and some of these records are tied to a separate account that existed before the concept of NNIDs was added - these tickets cannot be removed by normal means, and their presence blocks the console from registering to any other eShop region. (The most common of these tickets is the [[3dbrew:StreetPass Mii Plaza|Mii Plaza 3.x]] update.) The only way to remove these tickets is to transfer them to another console, and cleaninty is able to move &#039;&#039;only&#039;&#039; the legacy account&#039;s records by being extremely precise with what commands are and aren&#039;t used in the process.&lt;br /&gt;
* &#039;&#039;&#039;Infinite Range:&#039;&#039;&#039; System transfers are effectively divided into three parts: the local content transfer, the NNID transfer, and the legacy account transfer.&amp;lt;br&amp;gt;The local content transfer is the important part here, as on an actual console, these three must be done at the same time - but if cleaninty sends the commands for a legacy account transfer, it doesn&#039;t start the content transfer, and thus the consoles do not have to be next to each other. (Technically, this also means a [[3DS:MM|Movable Moveover]] is the exact opposite of a SOAP transfer.)&lt;br /&gt;
&lt;br /&gt;
|-|Technical Explanation=&lt;br /&gt;
First, some background info: there are two accounts for the eShop.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Legacy DeviceID-based accounts, which were in use starting from the first system version but are mostly unused now.&lt;br /&gt;
&amp;lt;li&amp;gt;NNID-based accounts, which were introduced by system firmware v7.0 and remain as the main account type.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Additionally, it should be mentioned that there are four main parts of the 3DS eShop&#039;s servers that are related to SOAP operations. Connecting to most of them requires the use of two cerificates from the console(s) to verify it&#039;s a real console, those certificates being [[3dbrew:ClCertA|ClCertA]] and [[3dbrew:CTCert|CTCert]]. (The needed data from CTCert is stored inside the console&#039;s &amp;lt;code&amp;gt;otp.bin&amp;lt;/code&amp;gt; [[3dbrew:OTP Registers|from offsets 0x20 to 0x80]].)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;ECS: Handles management of NNID accounts and tickets. Requires certificates.&lt;br /&gt;
&amp;lt;li&amp;gt;IAS: Handles management of legacy accounts, and has IVS as a sub-service for identity verification (including a stored copy of movable.sed).&lt;br /&gt;
&amp;lt;li&amp;gt;CAS: Outputs lists of title metadata, country-related info, and valid currency management options. Requires certificates.&lt;br /&gt;
&amp;lt;li&amp;gt;NUS: Downloads of games, updates and system titles. Does &#039;&#039;&#039;not&#039;&#039;&#039; require certificates for system titles, but does require them for games and updates.&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NUS and CAS are not relevant to this specifically, but it is worth knowing about them in general. &lt;br /&gt;
&lt;br /&gt;
More detailed information on this subject can be found on [https://yifan.lu/2015/04/22/opening-up-cardboard-crafting-an-american-new-3ds-non-xl/ this page.]&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The issue that makes system transfers required at all is that legacy accounts are still used in some specific edge cases, when they shouldn&#039;t be.&lt;br /&gt;
&lt;br /&gt;
Specifically, certain titles are not linked to the NNID when purchased/downloaded (the exact cause is still unknown, but a leading theory is that it&#039;s because they were delisted from the eShop), and as such, those titles&#039; tickets will instead attach to the legacy account and stay there. The titles that do this will be called &#039;&#039;&#039;legacy titles&#039;&#039;&#039; for the remainder of this explanation.&lt;br /&gt;
&lt;br /&gt;
Since the legacy account is meant to be entirely out of use, legacy titles are far harder to remove than &#039;normal&#039; ones - an NNID can be moved anywhere with relative ease because ECS just throws ownership over and lets the console do proper region checks later, but IAS has significantly more checks with the legacy account.&lt;br /&gt;
&lt;br /&gt;
Specifically, if there are still titles on the legacy account, then a specific call to IVS to create a new eShop account will fail because it will refuse to mismatch the legacy account&#039;s region with its titles.&lt;br /&gt;
&amp;lt;br&amp;gt;In this scenario, trying to do a normal system transfer to fix eShop works if done before region changing. But attempting to system transfer after the region change will also fail, because the console(s) detect that they&#039;re region changed at the firmware level before it even starts. &lt;br /&gt;
&amp;lt;br&amp;gt; And on top of that, the average user does not have a second console to system transfer to in the first place. This is where cleaninty comes in.&lt;br /&gt;
&lt;br /&gt;
Specifically, cleaninty&#039;s role is to create a PC-based connection to Nintendo&#039;s servers using the same certificates that validate a normal connection, and then give the user extremely fine precision over which commands they do or don&#039;t want to use. Additionally, since it only uses the consoles&#039; files and only talks to the servers, the physical consoles do not have to be present for any part of the process.&lt;br /&gt;
&lt;br /&gt;
Using this PC-based connection, it is entirely possible to pick and choose in a very specific way that bypasses normal requirements, using two consoles (the &amp;quot;donor&amp;quot; and &amp;quot;recipient&amp;quot;):&lt;br /&gt;
&lt;br /&gt;
First, the donor must already have a blank legacy account (either through luck or through its own SOAP transfer). This allows it to perform &amp;lt;code&amp;gt;EShopRegionChange&amp;lt;/code&amp;gt; freely without restrictions, as there are no legacy titles holding it back.&lt;br /&gt;
Once the donor has a blank account, it can &amp;lt;code&amp;gt;EShopRegionChange&amp;lt;/code&amp;gt; to match the recipient&#039;s eShop account region, and then proceed to take the recipient&#039;s account through a &amp;lt;code&amp;gt;SysTransfer&amp;lt;/code&amp;gt;. &lt;br /&gt;
&amp;lt;br&amp;gt;The reason this works is because when cleaninty does the &amp;lt;code&amp;gt;SysTransfer&amp;lt;/code&amp;gt;, the command is run in isolation - so it will not check the consoles&#039; firmware regions, make no requests to ECS, and immediately move the account only after checking they&#039;re the same region &#039;&#039;&#039;without touching anything else&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Once the legacy account is moved, the recipient will create a new blank account when it next opens the eShop - and in turn, because the new account is made entirely from scratch, this new account&#039;s region will match the console&#039;s firmware even if it&#039;s region-changed. This gives the &#039;recipient&#039; working eShop access and the ability to change its own region freely - and as the eShop has closed all new purchases and delisted titles cannot be redownloaded from the eShop, it should not be possible for it to receive legacy titles a second time, meaning this fix is effectively permanent.&lt;br /&gt;
&lt;br /&gt;
Also note that the donor also remains &#039;free&#039; when this happens, as the transferred legacy titles vanish at some point along the way instead of being properly moved to its account. This means that a donor can be used infinite times, the only limit being the seven-day cooldown between each individual &amp;lt;code&amp;gt;SysTransfer&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
When the required constants have been supplied through &amp;lt;code&amp;gt;SetupConstants&amp;lt;/code&amp;gt; and you have the unique data (&amp;lt;code&amp;gt;otp.bin&amp;lt;/code&amp;gt; and either &amp;lt;code&amp;gt;SecureInfo_A&amp;lt;/code&amp;gt; or the serial number) of a console, cleaninty can act as that console and do the following:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;code&amp;gt;GenJson&amp;lt;/code&amp;gt;: Compiles the console&#039;s data into a single JSON file. This JSON is required for all other commands except &amp;lt;code&amp;gt;RecoverIVS&amp;lt;/code&amp;gt;.&lt;br /&gt;
*&amp;lt;code&amp;gt;CheckReg&amp;lt;/code&amp;gt;: Obtains the console&#039;s eShop status, eShop region, and any titles attached to its eShop account, then updates the JSON file with the new data.&lt;br /&gt;
*&amp;lt;code&amp;gt;SysTransfer&amp;lt;/code&amp;gt;: Moves the eShop titles of the source console to the target console. This is the only needed command for a SOAP transfer if the console has legacy tickets.&lt;br /&gt;
**A successful use of this command triggers a 7-day cooldown on system transfers for both consoles, the same as a full system transfer.&lt;br /&gt;
*&amp;lt;code&amp;gt;NNIDTransfer&amp;lt;/code&amp;gt;: &amp;lt;u&amp;gt;(Still experimental. Use with caution.)&amp;lt;/u&amp;gt; Moves only the NNIDs of the source console to the target console. This is not affected by system transfer cooldowns and does not trigger a cooldown.&lt;br /&gt;
*&amp;lt;code&amp;gt;LastTransfer&amp;lt;/code&amp;gt;: Provides the date&amp;amp;time of the given console&#039;s last system transfer, the number of transfers it has ever done, and the time at which the current transfer cooldown will expire if there is one active.&lt;br /&gt;
*&amp;lt;code&amp;gt;GetIVS&amp;lt;/code&amp;gt;: Downloads the console&#039;s stored copy of &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; from the SOAP servers, if they have one.&lt;br /&gt;
*&amp;lt;code&amp;gt;SetIVS&amp;lt;/code&amp;gt;: Uploads the chosen JSON&#039;s stored &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; to the SOAP servers. This will overwrite the current stored movable.&lt;br /&gt;
*&amp;lt;code&amp;gt;RecoverIVS&amp;lt;/code&amp;gt;: Tries to recover a console&#039;s &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; using only its raw &amp;lt;code&amp;gt;otp.bin&amp;lt;/code&amp;gt; and eShop region data.&lt;br /&gt;
*&amp;lt;code&amp;gt;EShopDelete&amp;lt;/code&amp;gt;: Deletes the target console&#039;s eShop account. This is the secondary part of a SOAP transfer if the console has no legacy tickets, as the console will then automatically register an account in the correct region when it next accesses the eShop.&lt;br /&gt;
*&amp;lt;code&amp;gt;EShopRegionChange&amp;lt;/code&amp;gt;: Attempts to delete and then recreate the target console&#039;s eShop account for the entered region. This is the main part of a SOAP transfer if the console has no legacy tickets, but an &amp;lt;code&amp;gt;EShopDelete&amp;lt;/code&amp;gt; should still be done afterward.&lt;br /&gt;
*&amp;lt;code&amp;gt;ETickets&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;ETicketDownload&amp;lt;/code&amp;gt;/&amp;lt;code&amp;gt;ETikTitleDownload&amp;lt;/code&amp;gt;: Lists all owned eShop tickets / downloads all tickets / downloads the titles attached to all tickets, respectively, from the given console&#039;s eShop account.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Instructions for installation &amp;amp; setup are {{GitHub|luigoalma/cleaninty#Installing|on the GitHub page}}, but the installation instructions may need to be interpreted for your OS.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Regardless of your OS, you will need a 3DS with both custom firmware and [[3DS:GodMode9|GodMode9]] installed to dump all of the files required to do &amp;lt;code&amp;gt;SetupConstants&amp;lt;/code&amp;gt;. The vast majority of them are dumped using [https://raw.githubusercontent.com/luigoalma/cleaninty/master/gm9scripts/ExtractSystemElements.gm9 ExtractSystemElements.gm9], but the [[wikipedia:Advanced_Encryption_Standard|AES]] Constant &amp;quot;C&amp;quot; is found using the full set of instructions [https://3ds.goombi.fr/convertMii/0x31.html on this page].&lt;br /&gt;
&lt;br /&gt;
{{critical|The AES Constant, along with all other constants used by cleaninty, are copyrighted data. Obtaining them from your own console(s) is fine, but &#039;&#039;&#039;do not&#039;&#039;&#039; share the constants with anyone else.}}&lt;br /&gt;
{{info|These constants are the same on all consoles. Once one set is dumped, you will not need to redump in the future unless you lose access to them.}}&lt;br /&gt;
===Windows===&lt;br /&gt;
&lt;br /&gt;
Don&#039;t bother trying to install cleaninty on Windows directly. Windows has OpenSSL disabled in its &amp;lt;code&amp;gt;curl.exe&amp;lt;/code&amp;gt;, but cleaninty requires OpenSSL to function. Working around this issue manually is obnoxious and not worth the time spent.&lt;br /&gt;
&lt;br /&gt;
Instead, there are two options:&lt;br /&gt;
#Install a Linux distro through [https://learn.microsoft.com/en-us/windows/wsl/install WSL] and then install cleaninty inside the WSL instance using the macOS/Linux instructions. (This is the simpler path, and WSL is useful for many other things. If you choose this instead of msys2, it is recommended that you also install the {{GitHub|microsoft/terminal|Windows Terminal}}.)&lt;br /&gt;
#Install [https://www.msys2.org/ msys2] and then install cleaninty inside the msys2 instance using the below instructions.&lt;br /&gt;
&lt;br /&gt;
To install cleaninty inside msys2, open the terminal &amp;lt;code&amp;gt;mingw64.exe&amp;lt;/code&amp;gt; that is inside the msys2 installation folder, then run the following two commands one at a time:&lt;br /&gt;
*&amp;lt;code&amp;gt;pacman -Syu mingw-w64-x86_64-python mingw-w64-x86_64-python-defusedxml mingw-w64-x86_64-python-cryptography mingw-w64-x86_64-python-pycurl&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;python -m pip install cleaninty&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once this is completed, from here on out you will need to open the msys2 &amp;lt;code&amp;gt;mingw64.exe&amp;lt;/code&amp;gt; terminal to use cleaninty. &lt;br /&gt;
&lt;br /&gt;
{{info|Be aware that when using cleaninty through msys2, the place it will look in to find &amp;lt;code&amp;gt;boot9.bin&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;SSLCertificates&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;ctr_constants.json&amp;lt;/code&amp;gt; is a folder named &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; inside your msys2 &amp;lt;code&amp;gt;home&amp;lt;/code&amp;gt; folder.}}&lt;br /&gt;
&lt;br /&gt;
===macOS and Linux===&lt;br /&gt;
&lt;br /&gt;
First, ensure you have Python 3.7 or newer. You can check if your Python version is new enough by opening a terminal and running the command &amp;lt;code&amp;gt;python3 --version&amp;lt;/code&amp;gt;. If you do not, install a compatible version from either your package manager or [https://www.python.org/downloads/ the Python website].&lt;br /&gt;
&lt;br /&gt;
Then, either install cleaninty directly from &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; or clone its repo via the command &amp;lt;code&amp;gt;git clone https://github.com/luigoalma/cleaninty.git&amp;lt;/code&amp;gt; and then run the &amp;lt;code&amp;gt;setup.py&amp;lt;/code&amp;gt; script. Installing directly from &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt; will install an outdated but functional version of cleaninty.&lt;br /&gt;
&lt;br /&gt;
By default, the latest version of cryptography will be installed, which does not work with cleaninty. You should install the latest compatible version, 43.0.3, with &amp;lt;code&amp;gt;pip&amp;lt;/code&amp;gt;. &lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
{{critical|Make sure the files for all consoles you compile into a json are accurate before using them in cleaninty, or else the commands may affect a different console than they &amp;quot;should be&amp;quot; affecting (or simply fail outright). &lt;br /&gt;
&lt;br /&gt;
The easiest way to do this is by checking the serial sticker(s) on the console against the copy of the serial in [[3dbrew:Nandrw/sys/SecureInfo_A|SecureInfo_A]].&amp;lt;br&amp;gt; &lt;br /&gt;
If none of the stickers agree with the SecureInfo, also check against the copy in [[3dbrew:Twln/sys/log/inspect.log|inspect.log]] and make sure its listed MAC Address matches the one within firmware by booting the console normally and going into &#039;&#039;&#039;System Settings -&amp;gt; Internet Settings -&amp;gt; Other Information -&amp;gt; Confirm MAC Address&#039;&#039;&#039;.}}&lt;br /&gt;
&lt;br /&gt;
There is no graphical interface for cleaninty. All commands are ran through the command line.&lt;br /&gt;
&lt;br /&gt;
===Manual command line===&lt;br /&gt;
&lt;br /&gt;
The commands are the same on all operating systems. Run &amp;lt;code&amp;gt;cleaninty ctr (command) --help&amp;lt;/code&amp;gt; for information on an individual command&#039;s syntax.&lt;br /&gt;
&lt;br /&gt;
As an example, the minimum list of commands needed to set up two consoles&#039; data and perform a SOAP transfer between them would be as follows:&lt;br /&gt;
#&amp;lt;code&amp;gt;cleaninty ctr GenJson --otp otp.bin --secureinfo secinfo.bin --out soap_donor.json&amp;lt;/code&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;cleaninty ctr GenJson --otp otp1.bin --secureinfo secinfo1.bin --out soap_target.json&amp;lt;/code&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;cleaninty ctr CheckReg -C soap_donor.json&amp;lt;/code&amp;gt;&lt;br /&gt;
#&amp;lt;code&amp;gt;cleaninty ctr CheckReg -C soap_target.json&amp;lt;/code&amp;gt;&lt;br /&gt;
#*The CheckReg commands are not necessary if you are already certain the donor and target have the same region.&lt;br /&gt;
#&amp;lt;code&amp;gt;cleaninty ctr EShopRegionChange -C soap_target.json -r (eShop region) -c  (eShop country - not required if region is JPN/KOR/CHN)&amp;lt;/code&amp;gt;&lt;br /&gt;
#*You can use any region/country for this command other than the one listed in the &amp;lt;code&amp;gt;soap_target.json&amp;lt;/code&amp;gt;&#039;s &amp;lt;code&amp;gt;CheckReg&amp;lt;/code&amp;gt;.&lt;br /&gt;
#Depending on whether the EShopRegionChange was successful or not, only do &#039;&#039;&#039;one&#039;&#039;&#039; of the following commands.&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Succeeded=&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li value=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;code&amp;gt;cleaninty ctr EShopDelete -C soap_target.json&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Failed=&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li value=&amp;quot;7&amp;quot;&amp;gt;&amp;lt;code&amp;gt;cleaninty ctr SysTransfer -s soap_target.json -t soap_donor.json&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Autosoap script===&lt;br /&gt;
&lt;br /&gt;
{{warning|Although this script is far simpler to use than manually inputting commands, errors may still occur during edge cases. Knowledge of the command line will still likely be required to debug if this occurs.}}&lt;br /&gt;
&lt;br /&gt;
If you are inexperienced with the command line or just don&#039;t want to type the commands manually every time, there is a SOAP bash script made by StarlitSkies that heavily simplifies the process.&lt;br /&gt;
&lt;br /&gt;
Read the instructions on its page for setup and usage.&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew&amp;diff=11186</id>
		<title>User:ManiacOfHomebrew</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew&amp;diff=11186"/>
		<updated>2026-02-04T02:24:29Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello. I like cubes with derpy faces and stuff. Here&#039;s some of that stuff:&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/3DS 12-hour Clock|3DS 12-hour clock]] - In case you&#039;re &#039;murican! (Or any other country that has a 12-hour clock I guess)&lt;br /&gt;
&lt;br /&gt;
[[3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)|Installing boot9strap (MSET9-ChromeOS)]] - Pretty much only for Chromebooks that can&#039;t use Android for some reason.&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/Installing boot9strap (MSET9-GM9)|Installing boot9strap (MSET9-GM9)]] - I really have no idea why you would ever use this.&lt;br /&gt;
&lt;br /&gt;
[https://skater.nintendohomebrew.com super-skaterhax AIO generator] - Used on the [[3ds-guide:installing-boot9strap-(super-skaterhax)|guide]]! ([https://maniacofgithub.github.io/super-skaterhax-site/ Mirror because ISPs hate this site for some reason])&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11185</id>
		<title>User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11185"/>
		<updated>2026-02-04T02:19:40Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Changed redirect target from 3DS:Installing boot9strap (MSET9-ChromeOS) to 3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11183</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11183"/>
		<updated>2026-02-04T02:18:02Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew moved page 3DS:Installing boot9strap (MSET9-ChromeOS) to 3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join {{ml|Get support|Nintendo Homebrew on Discord}} and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them&lt;br /&gt;
#Go to [https://maniacofgithub.github.io/mset9-chromeos/ this website] and click &amp;quot;Copy!&amp;quot; to copy the script to your clipboard&lt;br /&gt;
# Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard&lt;br /&gt;
#*You may want to maximize this window to make it easier to read&lt;br /&gt;
#*Do not close this window or the Files application until you are told to do so&lt;br /&gt;
#Click to the right of the right arrow on the left side of this menu. Your cursor should start blinking&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; and then push Enter. Then, retry this step&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*Ensure that the correct console model and version is displayed&lt;br /&gt;
#Type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;, then press Enter to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reading the disclaimer, type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; again and press Enter to accept it&lt;br /&gt;
#*If you see the message &amp;quot;Created hacked ID1.&amp;quot;, you are ready to continue the guide&lt;br /&gt;
#*Your 3DS will appear to have no data / no user-installed apps on HOME Menu. &#039;&#039;&#039;This is expected.&#039;&#039;&#039; Your data will come back at a later step&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into the console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off your console by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The window should change to this and display &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;&lt;br /&gt;
#**(Image coming soon)&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not ready - check MSET9 status for more details&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Type &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;, then press Enter to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 19&lt;br /&gt;
#Type &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, then press Enter to close the script&lt;br /&gt;
#*Do not close the window&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on your console, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from your console&lt;br /&gt;
#*The menu will refresh and say that no SD card is inserted&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt;, then press Enter to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console &#039;&#039;&#039;without pressing any buttons or touching the screen&#039;&#039;&#039;&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The current state should display &amp;lt;code&amp;gt;Injected&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If you have already removed the trigger file (or never injected in the first place), the current state will show &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;, skip to Step 7&lt;br /&gt;
#Type &amp;lt;code&amp;gt;d&amp;lt;/code&amp;gt;, then press Enter to remove the trigger file&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Type &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt;, then press Enter to remove MSET9&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; close the DevTools Console window and the Files application.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11182</id>
		<title>User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11182"/>
		<updated>2026-02-04T02:16:50Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew moved page User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS) to 3DS:Installing boot9strap (MSET9-ChromeOS): Upgraded to 3DS namespace by popular demand&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[3DS:Installing boot9strap (MSET9-ChromeOS)]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11181</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=11181"/>
		<updated>2026-02-04T02:16:49Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew moved page User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS) to 3DS:Installing boot9strap (MSET9-ChromeOS): Upgraded to 3DS namespace by popular demand&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join {{ml|Get support|Nintendo Homebrew on Discord}} and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them&lt;br /&gt;
#Go to [https://maniacofgithub.github.io/mset9-chromeos/ this website] and click &amp;quot;Copy!&amp;quot; to copy the script to your clipboard&lt;br /&gt;
# Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard&lt;br /&gt;
#*You may want to maximize this window to make it easier to read&lt;br /&gt;
#*Do not close this window or the Files application until you are told to do so&lt;br /&gt;
#Click to the right of the right arrow on the left side of this menu. Your cursor should start blinking&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; and then push Enter. Then, retry this step&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*Ensure that the correct console model and version is displayed&lt;br /&gt;
#Type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;, then press Enter to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reading the disclaimer, type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; again and press Enter to accept it&lt;br /&gt;
#*If you see the message &amp;quot;Created hacked ID1.&amp;quot;, you are ready to continue the guide&lt;br /&gt;
#*Your 3DS will appear to have no data / no user-installed apps on HOME Menu. &#039;&#039;&#039;This is expected.&#039;&#039;&#039; Your data will come back at a later step&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into the console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off your console by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The window should change to this and display &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;&lt;br /&gt;
#**(Image coming soon)&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not ready - check MSET9 status for more details&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Type &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;, then press Enter to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 19&lt;br /&gt;
#Type &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, then press Enter to close the script&lt;br /&gt;
#*Do not close the window&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on your console, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from your console&lt;br /&gt;
#*The menu will refresh and say that no SD card is inserted&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt;, then press Enter to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console &#039;&#039;&#039;without pressing any buttons or touching the screen&#039;&#039;&#039;&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The current state should display &amp;lt;code&amp;gt;Injected&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If you have already removed the trigger file (or never injected in the first place), the current state will show &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;, skip to Step 7&lt;br /&gt;
#Type &amp;lt;code&amp;gt;d&amp;lt;/code&amp;gt;, then press Enter to remove the trigger file&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Type &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt;, then press Enter to remove MSET9&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; close the DevTools Console window and the Files application.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Missing_Titles&amp;diff=10554</id>
		<title>3DS:Missing Titles</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Missing_Titles&amp;diff=10554"/>
		<updated>2025-12-10T20:54:56Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: fix typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;3DS titles can appear to vanish from the HOME Menu for several different reasons. This page provides recommended solutions based on what appears in System Settings → Data Management → Nintendo 3DS → Software.&lt;br /&gt;
  &lt;br /&gt;
{{info|text=This issue does not affect anything &lt;br /&gt;
installed as DSiWare, including TWiLightMenu++ and games forwarded via nds-forwarder.}}&lt;br /&gt;
&lt;br /&gt;
== On the 3DS, Going to System Settings → Data Management → Nintendo 3DS → Software results in...==&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Titles with gray X&#039;s on them:&#039;&#039;&#039;===&lt;br /&gt;
Install and run [[3DS:Faketik|Faketik]].&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;A Popup Reading &amp;quot;The microSD/SD card software management information is corrupted. Reset it now?&amp;quot;:&#039;&#039;&#039;===&lt;br /&gt;
If you have any games or saves you&#039;d like to keep, [[3DS:Rebuild title database|rebuild your Title Database]]. If you do not care about your current data, you can hit &amp;quot;Reset&amp;quot;, which will erase the contents of your SD Card, rendering your current games and saves unusable and you can reinstall your apps afterwards.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;A Popup Reading &amp;quot;No microSD/SD card Found&amp;quot; and/or your installed custom theme is gone:&#039;&#039;&#039;===&lt;br /&gt;
Your SD Card is not being read by your console. Ensure it is properly inserted into the console. If it is, backup the contents of your SD Card to a computer or phone, [[Formatting an SD card|reformat the SD Card]], then [[Checking SD card integrity|test its integrity]].&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;A Popup Reading &amp;quot;Could not access microSD/SD card&amp;quot;:&#039;&#039;&#039; ===&lt;br /&gt;
Your SD Card is not formatted to FAT32. Ensure to [[Formatting an SD card|properly format it]].&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;A Popup Reading &amp;quot;There is no available software data&amp;quot;:&#039;&#039;&#039; ===&lt;br /&gt;
Your console is able to read your SD card but it could not find any software data. &lt;br /&gt;
&lt;br /&gt;
# Insert your SD card into your computer&lt;br /&gt;
# Open the &amp;lt;code&amp;gt;Nintendo 3DS folder&amp;lt;/code&amp;gt;, if you see multiple &amp;lt;code&amp;gt;id0&amp;lt;/code&amp;gt; (32 characters long folder), [[3DS:Troubleshooting/multiple ID0|figure out what&#039;s the correct id0]]&lt;br /&gt;
# Open the correct &amp;lt;code&amp;gt;id0&amp;lt;/code&amp;gt;, if you see multiple &amp;lt;code&amp;gt;id1&amp;lt;/code&amp;gt; (32 characters long folder), [[3DS:Troubleshooting/multiple ID1|figure out what&#039;s the correct id1]]&lt;br /&gt;
&lt;br /&gt;
If that did not fix your issue, your data could have been deleted or there is an issue with one or more database files, join the {{ml|Get support|Nintendo Homebrew Discord}} for further assistance.&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Question marks or black boxes where game icons should be:&#039;&#039;&#039;===&lt;br /&gt;
Your SD Card is likely corrupted. Backup the contents of your SD Card to a computer or phone, [[3ds-guide:formatting-sd-(windows)|reformat the SD Card]], then [[3ds-guide:h2testw-(windows).html|test its integrity]].&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;Titles Appear Listed Normally, But are Still Missing from Home Menu&#039;&#039;&#039;:===&lt;br /&gt;
==== If this occurred after installing 300+ 3DS titles:====&lt;br /&gt;
Delete some games from the &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; screen until you’re under 300 titles. &lt;br /&gt;
====If this occurred and you have less than 300 titles installed:====&lt;br /&gt;
Install and run [[3DS:Gm9-title-fixer|Chalenged&#039;s gm9 title fixer]].&lt;br /&gt;
&lt;br /&gt;
*If you run into any issues with the above option, join the {{ml|Get support|Nintendo Homebrew Discord}} and mention that you&#039;ve tried to use the title fixer script. &lt;br /&gt;
&lt;br /&gt;
*Alternatively, you can manually generate a file that describes the contents of your SD, join the {{ml|Get support|Nintendo Homebrew Discord}}, and send it in the &amp;lt;code&amp;gt;#bot-cmds&amp;lt;/code&amp;gt; channel for further instructions. To generate this file, you will need a Windows computer and a way to access your SD on said computer. Follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
#Insert your 3DS&#039;s SD card into your computer&lt;br /&gt;
#Navigate to the &amp;lt;code&amp;gt;Nintendo 3DS/&amp;lt;ID0&amp;gt;/&amp;lt;ID1&amp;gt;/title&amp;lt;/code&amp;gt; folder on your SD&lt;br /&gt;
#*The ID0 and ID1 are long 32-character folders inside your &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder. For more help navigating your SD Card&#039;s contents, consult the [https://3ds.hacks.guide/key-information.html Key Information] Section of the 3DS Guide.&lt;br /&gt;
#Hold Shift and right-click on the empty space of the folder&lt;br /&gt;
#Click on Open Command Prompt/Terminal/Powershell, depending on which ones appear&lt;br /&gt;
#Type &amp;lt;code&amp;gt;tree /a /f &amp;gt; title.txt&amp;lt;/code&amp;gt; into the terminal and then press Enter&lt;br /&gt;
#Close the terminal&lt;br /&gt;
# Upload &amp;lt;code&amp;gt;title.txt&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;#bot-cmds&amp;lt;/code&amp;gt; channel of the {{ml|Get support|Nintendo Homebrew Discord}} and follow its recommendations&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;br /&gt;
[[Category:Nintendo 3DS troubleshooting]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Ctrcheck&amp;diff=10532</id>
		<title>3DS:Ctrcheck</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Ctrcheck&amp;diff=10532"/>
		<updated>2025-11-18T01:57:39Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: GM9 updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Lowercase title}}{{Infobox homebrew&lt;br /&gt;
| title = ctrcheck&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| developers = StarlitSkies, FrozenFire&lt;br /&gt;
| version = 4.0&lt;br /&gt;
| releasedate = 2024-10-04&lt;br /&gt;
| github = nh-server/scripts&lt;br /&gt;
| releaseurl = https://raw.githubusercontent.com/nh-server/scripts/main/3DS/ctrcheck.gm9&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ctrcheck&#039;&#039;&#039; is a custom GodMode9 script that does a large number of [[wikipedia:Sanity check|sanity checks]] and [[wikipedia:Checksum|checksums]] on a 3DS&#039; firmware and SD card to make troubleshooting easier through [[wikipedia:Fault isolation|fault isolation]], though it can also automatically fix certain issues.&lt;br /&gt;
&lt;br /&gt;
== Required Reading ==&lt;br /&gt;
&lt;br /&gt;
ctrcheck does not fix the majority of issues by itself, and instead only informs the user that they exist. Some of the issues it checks for may still require large amounts of knowledge to fix - this script is not a &#039;miracle cure&#039; and should not be treated as such.&lt;br /&gt;
&lt;br /&gt;
Additionally, ctrcheck cannot check whether the SD is damaged, only certain specific issues with reading its data. If you have an issue that might be caused by an SD being corrupted or formatted badly, the pages [[Formatting an SD card]] and/or [[Checking SD card integrity]] will be far more useful.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
&lt;br /&gt;
* The latest version of [https://raw.githubusercontent.com/nh-server/scripts/main/3DS/ctrcheck.gm9 ctrcheck.gm9]&lt;br /&gt;
** To download, right-click/long-press the link and select &amp;lt;code&amp;gt;Save link as...&amp;lt;/code&amp;gt; or similar, then rename the downloaded file to &amp;lt;code&amp;gt;ctrcheck.gm9&amp;lt;/code&amp;gt; if it is not named exactly that&lt;br /&gt;
* A device that you can use to transfer files to your 3DS, either via an SD slot or via [[3DS:FTP|FTP]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Section I - Prep Work ===&lt;br /&gt;
&lt;br /&gt;
# Power off your console and insert the SD card into your device&lt;br /&gt;
# Copy the downloaded &amp;lt;code&amp;gt;ctrcheck.gm9&amp;lt;/code&amp;gt; into &amp;lt;code&amp;gt;sd:/gm9/scripts&amp;lt;/code&amp;gt; on the SD card&lt;br /&gt;
# If GodMode9 either is not installed or is outdated (the latest version is v2.2.1), [[3DS:GodMode9#Installation|install the latest version now]]&lt;br /&gt;
# Reinsert the SD card into your console&lt;br /&gt;
&lt;br /&gt;
=== Section II - ctrcheck ===&lt;br /&gt;
&lt;br /&gt;
# Hold {{B|START}}, and while holding {{B|START}}, power on your console. This will launch GodMode9&lt;br /&gt;
# Press the {{B|HOME}} button, then go into &#039;&#039;&#039;Scripts...&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;ctrcheck&#039;&#039;&#039;&lt;br /&gt;
#* If ctrcheck does not appear here, go into the folder &amp;lt;code&amp;gt;0:/gm9/scripts&amp;lt;/code&amp;gt; and manually rename it to &amp;lt;code&amp;gt;ctrcheck.gm9&amp;lt;/code&amp;gt; by highlighting it and pressing {{B|R|X}}, then reopen the scripts menu&lt;br /&gt;
# Based on the type of issue you&#039;re having, select one of the top three options&lt;br /&gt;
#* If you are even slightly unsure about what type of issue it is, pick &#039;&#039;&#039;All&#039;&#039;&#039;&lt;br /&gt;
# Accept any prompts to fix issues and unlock sysNAND write permissions that appear, perform data recovery and rerun the script if instructed to, and then read the results on the top screen once the script is entirely finished&lt;br /&gt;
# If you are following this guide at someone else&#039;s request, send a copy of the results to that person. Otherwise, if the results include any of the following, do the matching instructions:&lt;br /&gt;
#* &amp;lt;code&amp;gt;______ installed to firm0/firm1&amp;lt;/code&amp;gt;: If the result type is &amp;lt;code&amp;gt;Information&amp;lt;/code&amp;gt;, you may ignore this line. If the type is &amp;lt;code&amp;gt;Warning&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;Critical&amp;lt;/code&amp;gt;, follow either [[3dsguide:updating-b9s|Updating B9S]] (if using boot9strap) or [[3DS:Fastboot3DS/Usage#Updating_fastboot3DS|Updating fastboot3DS]] (if using fastboot3DS) to get the latest version of a known good bootloader. If the type is &amp;lt;code&amp;gt;Error&amp;lt;/code&amp;gt; and both FIRM0 and FIRM1 are affected, ask for help in the {{ml|Get support|Nintendo Homebrew Discord}}&lt;br /&gt;
#* &amp;lt;code&amp;gt;Critical: NVRAM is inaccessible&amp;lt;/code&amp;gt;: If your console is an old model (no ZL/ZR shoulder buttons and no C-Stick), try reseating the Wi-Fi module on the motherboard. If this does not fix it or you have a new model, download this [[Special:DownloadWithFilename/File:Luma ignore cfgnor.firm/boot.firm| special build of Luma]] and put it on the root of your SD card, replacing &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; if it already exists&lt;br /&gt;
#** This build does not fix the issue, only stop it from causing system crashes. You will still be unable to play DS games, and if you were unable to use Wi-Fi it will also stay broken - fixing these entirely requires a hardware replacement&lt;br /&gt;
#* &amp;lt;code&amp;gt;Warning: The SD title database needs to be reset&amp;lt;/code&amp;gt;: Using [[3dsguide:images/screenshots/database-reset.jpg|this picture]] as a guide, reset the title database. After you reset, follow [[3dsguide:finalizing-setup|Finalizing Setup]] to reacquire the homebrew apps&lt;br /&gt;
#* &amp;lt;code&amp;gt;Warning: There is no boot.firm/boot.3dsx in the SD card root&amp;lt;/code&amp;gt;: Follow [[3dsguide:restoring-updating-cfw|Restoring / Updating CFW]] to reacquire the file(s)&lt;br /&gt;
#* &amp;lt;code&amp;gt;Critical: NAND is unreadable at _______...?&amp;lt;/code&amp;gt;: Your console&#039;s internal storage is damaged in a way that may require advanced troubleshooting to fix. Ask for help in the {{ml|Get support|Nintendo Homebrew Discord}}&lt;br /&gt;
#* One or more of movable.sed, LFCS, SecureInfo, and/or HWCAL is marked as either &amp;lt;code&amp;gt;invalid&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;still invalid after a recovery attempt&amp;lt;/code&amp;gt;: If you have a NAND backup from before this happened, [[3DS:GodMode9/Usage#Restoring_a_NAND_backup|restore it]]. If you do not, then ask for help in the {{ml|Get support|Nintendo Homebrew Discord}}&lt;br /&gt;
#* &amp;lt;code&amp;gt;Critical: n3DS has an o3DS NAND header&amp;lt;/code&amp;gt;: If you have a NAND backup from before this happened, [[3DS:GodMode9/Usage#Restoring_a_NAND_backup|restore it]]. If you do not, then ask for help in the {{ml|Get support|Nintendo Homebrew Discord}}&lt;br /&gt;
# If any other result(s) of the type &amp;lt;code&amp;gt;Warning&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Critical&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;Error&amp;lt;/code&amp;gt; appear, you may want to ask for help in the {{ml|Get support|Nintendo Homebrew Discord}} and provide the full output of ctrcheck there&lt;br /&gt;
{{info|text=The results found on the top screen are also stored on the SD card in the file &amp;lt;code&amp;gt;sd:/gm9/ctrcheck_latest.txt&amp;lt;/code&amp;gt; - however, if you run ctrcheck again, that file will be overwritten with the new results. To avoid this, enabling permanent logging will also append the results to the file &amp;lt;code&amp;gt;sd:/gm9/ctrcheck_log.txt&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Unbricking]]&lt;br /&gt;
[[Category:Nintendo 3DS troubleshooting]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Export_saves&amp;diff=10264</id>
		<title>3DS:Export saves</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Export_saves&amp;diff=10264"/>
		<updated>2025-09-10T03:04:59Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: update this page a little bit&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Page WIP}}&lt;br /&gt;
This page details how to backup and restore save data on the 3DS.&lt;br /&gt;
&lt;br /&gt;
The Nintendo 3DS stores save data in the following ways:&lt;br /&gt;
*&#039;&#039;&#039;Cartridges&#039;&#039;&#039; &#039;&#039;usually&#039;&#039; have a place on the cartridge itself to save their data. This means that a cartridge&#039;s save data will remain when the cartridge is used on another 3DS.&lt;br /&gt;
**There are a few exceptions to this. Such games will save as &amp;quot;extdata&amp;quot; (extra data) and will follow the same rules as digital games.&lt;br /&gt;
*&#039;&#039;&#039;Digital games&#039;&#039;&#039; save their data into a packed, encrypted format within the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder. This means that in order to use your save data on another 3DS, you would need to unpack and decrypt it.&lt;br /&gt;
*&#039;&#039;&#039;Cartridges and digital games&#039;&#039;&#039; save &#039;&#039;less important&#039;&#039; data (for example, Pokémon battle videos and Super Smash Bros. replays) as &amp;quot;extdata&amp;quot; in a packed, encrypted format within the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder. Like the save data for digital games, you would need to unpack and decrypt it in order to import it to another 3DS.&lt;br /&gt;
&lt;br /&gt;
With this in mind, there are many ways to export your save files into a format that:&lt;br /&gt;
*Can be copied to many locations (e.g. computer, online storage, external hard drive)&lt;br /&gt;
*Can be used for save file editing (e.g. PKHeX, Marc Robledo&#039;s ACNL Save Editor)&lt;br /&gt;
*Can be used on another 3DS, or in emulators&lt;br /&gt;
&lt;br /&gt;
{{warning|text=The instructions here assume that you have custom firmware. If your console is unmodified or only has homebrew access through a game like Steel Diver: Sub Wars, you should [[3dsguide:index|install custom firmware]] first.}}&lt;br /&gt;
&lt;br /&gt;
=Cartridges=&lt;br /&gt;
&lt;br /&gt;
Since your cartridge save data is (generally) on the cartridge, you can make your save data backups on &#039;&#039;any&#039;&#039; 3DS using homebrew applications. &lt;br /&gt;
&lt;br /&gt;
There are two save managers commonly used on the 3DS: JKSM and Checkpoint. If you followed [[3dsguide:index|our guide]] to install custom firmware, you will probably already have Checkpoint installed. If not, you can get it by following the instructions [[Checkpoint#Installation|here]]. Once you have it:&lt;br /&gt;
&lt;br /&gt;
#Open Checkpoint (the flag icon) through your preferred method&lt;br /&gt;
#Select the game you want to make a save file backup of&lt;br /&gt;
#*Cartridges will generally be the first title displayed on the list and will be labelled as &amp;quot;Media Type: Cartridge&amp;quot; on the bottom screen&lt;br /&gt;
#*The game will not show up in Checkpoint if a save file has not been created in the game&lt;br /&gt;
#*If you are having issues getting the game to show up, try holding {{B|B}} to refresh Checkpoint&lt;br /&gt;
#Press the {{B|L}} button to back up the save file for the game&lt;br /&gt;
#*The save file name can be anything, but setting it as the date makes it easy to identify when the save file was created&lt;br /&gt;
&lt;br /&gt;
{{success|text=You&#039;re done! The save file will be output to &amp;lt;code&amp;gt;/3ds/Checkpoint/saves/&amp;lt;game name&amp;gt;/&amp;lt;folder name from earlier&amp;gt;&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
=Digital games and extdata=&lt;br /&gt;
&lt;br /&gt;
==If your 3DS is working==&lt;br /&gt;
&lt;br /&gt;
If your 3DS is currently reasonably functional (as in, you can reasonably navigate through all the menus), you can make your save data backups on the 3DS itself using homebrew applications.&lt;br /&gt;
&lt;br /&gt;
There are two save managers commonly used on the 3DS: JKSM and Checkpoint. If you followed [[3dsguide:index|our guide]] to install custom firmware, you will probably already have Checkpoint installed. If not, you can get it by following the instructions [[Checkpoint#Installation|here]]. Once you have it:&lt;br /&gt;
&lt;br /&gt;
#Open Checkpoint (the flag icon) through your preferred method&lt;br /&gt;
#Select the game you want to make a save file or extdata backup of&lt;br /&gt;
#*The game will not show up in Checkpoint if a save file has not been created in the game&lt;br /&gt;
#*If you are having issues getting the game to show up, try holding {{B|B}} to refresh Checkpoint&lt;br /&gt;
#*You can press {{B|X}} to switch to backing up extdata&lt;br /&gt;
#Press the {{B|L}} button to back up the save file or extdata for the game&lt;br /&gt;
#*The save file name can be anything, but setting it as the date makes it easy to identify when the save file was created&lt;br /&gt;
&lt;br /&gt;
{{success|text=You&#039;re done! The save file will be output to one of the following locations:&lt;br /&gt;
* &amp;lt;code&amp;gt;/3ds/Checkpoint/saves/&amp;lt;game name&amp;gt;/&amp;lt;folder name from earlier&amp;gt;&amp;lt;/code&amp;gt; if it is a save file&lt;br /&gt;
* &amp;lt;code&amp;gt;/3ds/Checkpoint/extdata/&amp;lt;game name&amp;gt;/&amp;lt;folder name from earlier&amp;gt;&amp;lt;/code&amp;gt; if it is extdata}}&lt;br /&gt;
&lt;br /&gt;
==If your 3DS isn&#039;t working==&lt;br /&gt;
&lt;br /&gt;
If your 3DS is currently nonfunctional (as in, you can&#039;t boot to home menu and the issue cannot be fixed), you may be able to make your save data backups depending on the files you have. You&#039;ll need any of the following:&lt;br /&gt;
*Your NAND backup (e.g. &amp;lt;code&amp;gt;220101_AA000000000_sysnand_000.bin&amp;lt;/code&amp;gt;)&lt;br /&gt;
*&amp;lt;code&amp;gt;essentials.exefs&amp;lt;/code&amp;gt;&lt;br /&gt;
*&amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t have any of these files on hand, you may still be able to get your encryption key if:&lt;br /&gt;
*It is [https://seedminer.hacks.guide/ cached on Bruteforce Movable] (enter your Friend Code and ID0 combination to check; if it skips to Step 4 then you&#039;re good to go)&lt;br /&gt;
*You have (physical or non-physical) access to a 3DS that has done a two-way friend exchange to your broken console at some point [[3DS:Seedminer/Manual mining|(see here for instructions)]]&lt;br /&gt;
*You have a Mii QR code created with your broken console at some point [[3DS:Seedminer/Mii mining|(see here for instructions)]]&lt;br /&gt;
*Your broken console can still access GodMode9, whether through a [[3DS:Boot9strap|boot9strap]] installation or an [[3DS:Ntrboot|ntrboot-compatible flashcard]], such as the Ace3DS X.&lt;br /&gt;
&lt;br /&gt;
Once you have your encryption key on hand, you can either:&lt;br /&gt;
*Import the encryption key to a working console (from which you can use Checkpoint, as above), or&lt;br /&gt;
*Create unpacked, decrypted save data with the help of some computer programs&lt;br /&gt;
&lt;br /&gt;
===Import all SD card data to a working console===&lt;br /&gt;
{{warning|1=With this method, you lose access to all games/savedata/themes/DSiWare that was installed on the working console beforehand. If you have a large amount of preexisting data you would like to keep, choose another method.}}&lt;br /&gt;
If you would like to import all SD card data to another console, follow [[3DS:Movable Moveover|3DS:Movable Moveover]].&lt;br /&gt;
&lt;br /&gt;
===Use a computer to unpack and decrypt save files (easy)===&lt;br /&gt;
([[ninfs]] + 3ds-save-tool)&lt;br /&gt;
&lt;br /&gt;
===Use a computer to unpack and decrypt save files (hard)===&lt;br /&gt;
(3ds-save-tool + secrets.py)&lt;br /&gt;
&lt;br /&gt;
==Things you can&#039;t or shouldn&#039;t do==&lt;br /&gt;
&lt;br /&gt;
===3DS Flashcart stuff===&lt;br /&gt;
3DS flashcarts are not advised for [[3DS:Flashcarts#3DS Flashcarts|several reasons]], and as such will not be recommended here either. &lt;br /&gt;
&lt;br /&gt;
If you use such a flashcart, the save files can likely be imported into Checkpoint and used through there.&lt;br /&gt;
&lt;br /&gt;
===Powersaves stuff===&lt;br /&gt;
&lt;br /&gt;
===Official Save Data Backup feature===&lt;br /&gt;
Save data backed up with this feature remains encrypted and in a packed file format, so it cannot be used on another 3DS nor can it be recovered without the encryption key. Therefore, using Checkpoint is preferred.&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/Configuration&amp;diff=9325</id>
		<title>3DS:Luma3DS/Configuration</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Luma3DS/Configuration&amp;diff=9325"/>
		<updated>2025-08-08T16:01:23Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Fix caps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{hatnote|1=This article is about the Luma3DS configuration menu, accessible on boot. For information about Rosalina (the menu that is accessible when booted into HOME Menu), see [[3DS:Luma3DS/Rosalina|Luma3DS/Rosalina]].}}&lt;br /&gt;
&lt;br /&gt;
The Luma3DS configuration menu is a menu that can be accessed by holding {{B|Select}} while turning on your 3DS. In the menu, you can:&lt;br /&gt;
* See what version of Luma3DS is currently installed&lt;br /&gt;
* Modify some of Luma3DS&#039;s &#039;optional&#039; settings (settings that will, in general, not affect the overall functionality of your 3DS)&lt;br /&gt;
* See where Luma3DS is booting from&lt;br /&gt;
&lt;br /&gt;
By default, [[3dsguide:index|our custom firmware installation guide]] uses the default configuration that is generated when Luma3DS is first run. This page will contain explanations for the various options contained in Luma3DS configuration so that you can make an informed decision on what options (if any) to change.&lt;br /&gt;
&lt;br /&gt;
Luma3DS configuration will often be reset to default settings if:&lt;br /&gt;
* You change to a different version of Luma3DS&lt;br /&gt;
* You are switching between Luma3DS forks&lt;br /&gt;
&lt;br /&gt;
Luma3DS also keeps separate configuration files for the SD card and CTRNAND (internal memory). The files&#039; locations are &amp;lt;code&amp;gt;SD:/luma/config.ini&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;CTRNAND:/rw/luma/config.ini&amp;lt;/code&amp;gt;, respectively.&lt;br /&gt;
&lt;br /&gt;
==Navigating Luma3DS configuration==&lt;br /&gt;
{{info|If your {{B|Select}}, {{Key press|Up}}, {{Key press|Down}}, or {{B|A}} buttons are broken, you will be unable to use the Luma3DS configuration. As an alternative, you can manually modify all options that are in the Luma3DS configuration by modifying the &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; folder (as of Luma3DS v12.0).}}&lt;br /&gt;
You can access Luma3DS configuration by holding {{B|Select}} while powering on your device.&amp;lt;br&amp;gt;&lt;br /&gt;
When in the Luma3DS configuration menu, you can use the {{Key press|Up}} and {{Key press|Down}} buttons to highlight different options. Press {{B|A}} to enable, disable, or cycle through the options. The currently highlighted option will be coloured differently from the rest of the configuration menu, and an option that is currently enabled will be indicated with &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt;. For example, &amp;lt;code&amp;gt;(x) Show NAND or user string in System Settings&amp;lt;/code&amp;gt; indicates that the &amp;quot;Show NAND or user string in System Settings&amp;quot; option is enabled.&amp;lt;br&amp;gt;&lt;br /&gt;
Once you are done configuring Luma3DS, either select the &#039;&#039;&#039;Save and exit&#039;&#039;&#039; option or press the {{B|Start}} button to save your configuration. If the PIN setting is enabled, you will be told to set it; otherwise, the 3DS will immediately reboot.&lt;br /&gt;
&lt;br /&gt;
==Luma3DS configuration options==&lt;br /&gt;
&lt;br /&gt;
===Default===&lt;br /&gt;
&lt;br /&gt;
====Screen brightness====&lt;br /&gt;
Changes the brightness of the Luma3DS configuration screen. Takes effect instantly.&lt;br /&gt;
&lt;br /&gt;
====Splash====&lt;br /&gt;
Determines whether Luma3DS will attempt to display a splash screen (a custom boot image) while booting your 3DS. This option will not do anything unless you have splash images in the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; folder, and will not affect whether a PIN splash shows up. For more information, see [[3DS:Splash screens]].&lt;br /&gt;
&lt;br /&gt;
====PIN lock====&lt;br /&gt;
Determines whether Luma3DS will require a PIN to be entered when powering on your device. You will be prompted to set the PIN after saving the configuration. For more information, see [[3DS:Luma3DS/PIN lock]].&lt;br /&gt;
&lt;br /&gt;
====New 3DS CPU====&lt;br /&gt;
{{info|This option can only be used on a New 3DS/2DS.}}&lt;br /&gt;
When enabled, allows the New 3DS&#039;s enhanced clock speed and L2 cache to be used in all titles, not just New 3DS-exclusives. This may improve performance for some games, but it may also reveal hidden bugs in games when the Clock+L2 setting is enabled - this can result in anything up to a crash. This option is the same as the one found in the [[3DS:Luma3DS/Rosalina|Rosalina menu]].&lt;br /&gt;
&lt;br /&gt;
====Hbmenu autoboot====&lt;br /&gt;
When enabled, automatically boots to the selected homebrew launcher instead of the HOME Menu.&amp;lt;br&amp;gt;&lt;br /&gt;
If 3DS is chosen, this will always be the normal Homebrew Launcher.&amp;lt;br&amp;gt;&lt;br /&gt;
if DSi is chosen, by default this will attempt to boot to the {{GitHub|devkitPro/nds-hb-menu/releases/latest|nds-hb-menu}} - if this is not installed, it will boot to an exception instead.&lt;br /&gt;
&lt;br /&gt;
The title IDs used for each of these options can be configured in the &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Enable loading external FIRMs and modules====&lt;br /&gt;
When enabled, Luma3DS will load customized FIRMs and system modules (basically, for modifying non-game elements on the 3DS). This option will not do anything unless you have the necessary files in &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;/luma/sysmodules&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This option is most commonly used for the Nintendo Network replacement [[Pretendo]], or sysmodule rewrites such as [[3DS:rehid|rehid]] or [[3DS:Wumiibo|Wumiibo]].&lt;br /&gt;
&lt;br /&gt;
====Enable game patching====&lt;br /&gt;
When enabled, Luma3DS will load modded game files. This option will not do anything unless you have any files to load, which should be placed in &amp;lt;code&amp;gt;/luma/titles/(title ID of game)&amp;lt;/code&amp;gt;.&amp;lt;br&amp;gt;&lt;br /&gt;
You will often enable this option if you are planning to use game mods via LayeredFS, such as translation patches or ROM hacks.&amp;lt;br&amp;gt;&lt;br /&gt;
You will also need this option if you need to manually specify the locale for games that fail to work despite Luma3DS&#039;s region-free patch. For more information, see [[3DS:Setting game locales]].&lt;br /&gt;
&lt;br /&gt;
==== Redirect app. syscore threads to core2 ====&lt;br /&gt;
{{info|This option can only be used on a New 3DS/2DS.}}&lt;br /&gt;
When enabled, Luma3DS will move some application threads to core2, which usually goes unused despite being intended for applications. This will boost performance on resource-intensive games (like Pokemon US/UM) by around 10%, but may also break some games and applications.&lt;br /&gt;
&lt;br /&gt;
==== Show NAND or user string in System Settings ====&lt;br /&gt;
When enabled, Luma3DS will show its own (or a user-specified) version string in System Settings. For example, the default version string of an unmodded 3DS on 11.16.0-49U would be &amp;lt;code&amp;gt;Ver. 11.16.0-49U&amp;lt;/code&amp;gt;. With this option enabled, the version string would instead show &amp;lt;code&amp;gt;Sys. 11.16.0-49U&amp;lt;/code&amp;gt;. This serves as a decent custom firmware check, but it is not comprehensive since the option can be disabled at will.&lt;br /&gt;
&lt;br /&gt;
A custom version string of up to &#039;&#039;&#039;19 characters&#039;&#039;&#039; can also be manually specified by creating a file with the custom string called &amp;lt;code&amp;gt;customversion_sys.txt&amp;lt;/code&amp;gt; and putting it inside the &amp;lt;code&amp;gt;luma&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
==== Show GBA boot screen in patched AGB_FIRM ====&lt;br /&gt;
When enabled, Luma3DS will show the [https://www.youtube.com/watch?v=6_ZD3FxMcvQ GBA boot screen] when loading a GBA game through the built-in GBA firmware of the 3DS (such as through virtual console).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== EmuNAND/RedNAND only ===&lt;br /&gt;
{{info|These options will only appear if your currently inserted SD card has an [[3DS:EmuNAND and RedNAND|EmuNAND/RedNAND]] set up. These are almost entirely unneeded by now, however, and should instead be [[3dsguide:move-emunand|moved into the SysNAND]] unless you are using them to deal with Chinese/Korean fonts.}}&lt;br /&gt;
&lt;br /&gt;
==== Default EmuNAND ====&lt;br /&gt;
It is possible to have multiple EmuNANDs on one SD card. This option changes which one to boot into by default. If you only have one EmuNAND, this option will not do anything.&amp;lt;br&amp;gt;&lt;br /&gt;
You can also manually specify which EmuNAND to boot into by holding a certain direction on the D-Pad while powering on: {{Key press|Up}} for 1, {{Key press|Right}} for 2, {{Key press|Down}} for 3, {{Key press|Left}} for 4.&lt;br /&gt;
&lt;br /&gt;
==== Autoboot EmuNAND ====&lt;br /&gt;
Determines whether the emuNAND will automatically boot when you turn on your 3DS without holding any buttons. If this option is disabled, you will boot into the sysNAND by default. Holding {{B|L}} when powering on will invert this logic, meaning the 3DS will boot into sysNAND even when this option is enabled (or into emuNAND if it&#039;s disabled).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Configuration options in config.ini ==&lt;br /&gt;
As of Luma3DS v11.0, certain options have been moved and can only be edited in the &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; file, located in both &amp;lt;code&amp;gt;SD:/luma/config.ini&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;[1]:/rw/luma/config.ini&amp;lt;/code&amp;gt;. This section documents those options.&lt;br /&gt;
&lt;br /&gt;
==== config_version_major, config_version_minor ====&lt;br /&gt;
{{warning|There is no reason to touch this option, and doing so may reset your Luma3DS configuration.}}&lt;br /&gt;
Luma3DS uses these lines to determine what revision of &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; is being used to prevent inconsistencies between Luma3DS updates. &#039;&#039;&#039;Do not touch these options&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== splash_duration_ms ====&lt;br /&gt;
Determines for how many milliseconds the splash screen should be displayed, up to 2,147,483,647 milliseconds. For more information, see [[3DS:Splash screens]].&lt;br /&gt;
&lt;br /&gt;
==== autoboot_dsi_titleid ====&lt;br /&gt;
Determines the DSi title to boot into when &amp;lt;code&amp;gt;autoboot_3ds_homebrew&amp;lt;/code&amp;gt; is set to 2. The selected title must be installed on the NAND, or it will instead crash on boot - the default app used is {{GitHub|devkitPro/nds-hb-menu|nds-hb-menu}}.&lt;br /&gt;
&lt;br /&gt;
==== force_audio_output ====&lt;br /&gt;
Forces all audio output except for the camera shutter to go to the headphones. Because Luma3DS only directly affects NATIVE_FIRM, this will not work in DS games, GBA games, payloads such as GodMode9, or [[3DS:Safe Mode|Safe Mode]].&lt;br /&gt;
&lt;br /&gt;
Due to software limitations, this will stop working temporarily if you unplug and then replug headphones. Close and reopen the screen when this happens to fix it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Rosalina menu options ===&lt;br /&gt;
The following options can be altered in some way via the [[3DS:Luma3DS/Rosalina|Rosalina menu]].&lt;br /&gt;
&lt;br /&gt;
==== hbldr_3dsx_titleid ====&lt;br /&gt;
The title ID that is input here will launch the Homebrew Launcher instead of whatever application is actually run. In most cases, this will be set to the Homebrew Launcher Wrapper that is installed in the guide (000400000d921e00).&lt;br /&gt;
&lt;br /&gt;
==== rosalina_menu_combo ====&lt;br /&gt;
Determines what keys you need to press to open the Rosalina menu. By default, this is set to {{Key press|L|Down|SELECT}}.&amp;lt;br&amp;gt;&lt;br /&gt;
For example, if one of the default keys is broken, you can set it to &amp;lt;code&amp;gt;X+Y&amp;lt;/code&amp;gt; to change the menu combination to {{Key press|X|Y}}.&lt;br /&gt;
&lt;br /&gt;
==== plugin_loader_enabled ====&lt;br /&gt;
Determines if [[3DS:Game plugins/3GX|3GX plugins]] placed in &amp;lt;code&amp;gt;SD:/luma/plugins/&amp;lt;/code&amp;gt; are enabled.&amp;lt;br&amp;gt;Having this option disabled does not stop you from using [[3DS:Game plugins/PLG|PLG plugins]] with bootNTR.&lt;br /&gt;
&lt;br /&gt;
==== ntp_tz_offset_min ====&lt;br /&gt;
Determines your timezone to set the time correctly. The value is the number of minutes your timezone is from UTC.&amp;lt;br&amp;gt;&lt;br /&gt;
For example, Eastern Standard Time (EST) is UTC-5, so the offset would be 60 * -5 = -300.&lt;br /&gt;
&lt;br /&gt;
==== volume_slider_override ====&lt;br /&gt;
Determines the volume to set the console to, overriding the physical volume slider of the console. Because Luma3DS only directly affects NATIVE_FIRM, this will not work in DS games, GBA games, payloads such as GodMode9, or [[3DS:Safe Mode|Safe Mode]].&lt;br /&gt;
&lt;br /&gt;
The value should be a number from 0 to 100, while a value of -1 will disable the volume override.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Screen filter options ====&lt;br /&gt;
All of the following options can be configured for each screen, and thus have two variables.&lt;br /&gt;
&lt;br /&gt;
===== screen_filters_cct =====&lt;br /&gt;
Determines the Correlated Color Temperature (cct). Can be set to any integer between 1000 and 25100.&lt;br /&gt;
&lt;br /&gt;
===== screen_filters_gamma =====&lt;br /&gt;
Adjusts the gamma of the screen. Can be set to any integer between 0 and 1411. Increasing this above 1 will make colors look more saturated.&lt;br /&gt;
&lt;br /&gt;
===== screen_filters_contrast =====&lt;br /&gt;
Adjusts the contrast of the screen. Can be set to any integer between 0 and 255.&lt;br /&gt;
&lt;br /&gt;
===== screen_filters_brightness =====&lt;br /&gt;
Adjusts the brightness of the screen. Can be set to any number between -1 and 1.&lt;br /&gt;
&lt;br /&gt;
===== screen_filters_invert =====&lt;br /&gt;
If set to 1, inverts the colors of the screen.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Options you shouldn&#039;t touch ===&lt;br /&gt;
You shouldn&#039;t touch these options unless you know what you&#039;re doing.&lt;br /&gt;
&lt;br /&gt;
==== autoboot_3ds_app_mem_type ====&lt;br /&gt;
{{warning|This option is only of interest for developers. Changing it without knowing what you are doing may result in frequent crashes.}}&lt;br /&gt;
When set to anything but 0, uses an alternate memory layout when &amp;lt;code&amp;gt;autoboot_3ds_homebrew&amp;lt;/code&amp;gt; is set to 1.&lt;br /&gt;
&lt;br /&gt;
==== use_dev_unitinfo ====&lt;br /&gt;
{{warning|This option will break most retail features while enabled - this includes online play, eShop, amiibo, and all retail games.}}&lt;br /&gt;
When set to 1, this option changes a flag in the 3DS firmware so that it thinks it is a development unit, allowing you to run development applications.&lt;br /&gt;
&lt;br /&gt;
==== disable_arm11_exception_handlers ====&lt;br /&gt;
{{warning|This option usually does not stop errors from happening - it only makes them harder to troubleshoot.}}&lt;br /&gt;
When set to 1, this option disables the [[3DS:EXCEPTION|An exception occurred]] message that occurs when an application crashes, normally replacing it with a black screen or a generic error message.&lt;br /&gt;
&lt;br /&gt;
==== enable_safe_firm_rosalina ====&lt;br /&gt;
{{info|Luma3DS should not be active in SAFE_FIRM since SAFE_FIRM is meant as a &#039;rescue mode&#039; - it&#039;s relatively unlikely anything bad will happen, but don&#039;t enable this option without a specific good reason.}}&lt;br /&gt;
When set to 1, this option does two things:&lt;br /&gt;
* Allows Rosalina to function when using [[3DS:Safe Mode|Safe Mode]] (for example, if you need to take screenshots of Safe Mode or perform whatever other functions Rosalina allows)&lt;br /&gt;
* Suppresses the &amp;lt;code&amp;gt;0xF96183FE&amp;lt;/code&amp;gt; QTM error, which notably allows the New 2DS XL to work on firmwares below 11.3.0&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting with Luma3DS configuration ==&lt;br /&gt;
The Luma3DS configuration menu contains two pieces of information that can be used for troubleshooting: the currently installed Luma3DS version and the location from which Luma3DS is booting.&amp;lt;br&amp;gt;&lt;br /&gt;
If you are starting on a new SD card or upgrading from an old (2017 or older) custom firmware setup, you can follow the instructions [[3dsguide:checking-for-cfw|here]] to find out the correct course of action.&amp;lt;br&amp;gt;&lt;br /&gt;
As of Luma3DS v9.0, the location from which Luma3DS is booting will be displayed in yellow on the bottom screen. The following lines are known to be possible:&lt;br /&gt;
* Booted from SD via B9S&lt;br /&gt;
** Indicates that Luma3DS is being booted from the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; file on the root of your SD card (or wherever else on the SD you may have it configured if you are using fastboot3DS).&lt;br /&gt;
* Booted from CTRNAND via B9S&lt;br /&gt;
** Indicates that Luma3DS is being booted from the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; file on the root of SYSNAND CTRNAND (or wherever else on SYSNAND CTRNAND you may have it configured if you are using fastboot3DS). If an SD card is inserted and you still see this message, one of three things is possible: 1. you are missing &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the root of your SD card, 2. your SD card isn&#039;t being read, or 3. you have configured fastboot3DS to try to boot from Luma on the CTRNAND before trying the SD.&lt;br /&gt;
* Booted from SD via B9S (ntrboot)&lt;br /&gt;
** Indicates that Luma3DS is being booted from the &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; file on the root of your SD card, but that you are running B9S via ntrboot. If you&#039;re trying to install CFW, you should instead use SafeB9SInstaller as your &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; file.&lt;br /&gt;
* Booted from SD via FIRM0 or FIRM1&lt;br /&gt;
** Indicates that Luma3DS has been installed to your FIRM partitions (where boot9strap or fastboot3DS would normally go). This is known to break some custom firmware functions, so unless you intended to do this, you should [[3DS:Luma3DS to boot9strap|follow these instructions]] to install boot9strap to your FIRM partitions.&lt;br /&gt;
* Booted from CTRNAND via FIRM0 or FIRM1&lt;br /&gt;
** Indicates that Luma3DS has been installed to your FIRM partitions and that the SD is not being read. You will need a usable SD card if you wish to install boot9strap to your FIRM partitions as above, so [[Formatting_an_SD_card|try to fix that first by reformatting]] - if this does not work, your SD may be corrupted and should [[Checking_SD_card_integrity|be tested for errors.]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;br /&gt;
[[Category:Nintendo 3DS information]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Installing_software&amp;diff=9215</id>
		<title>3DS:Installing software</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Installing_software&amp;diff=9215"/>
		<updated>2025-08-05T03:38:29Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Remove Citra and correct formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{shortcut|3DS:IS}}&lt;br /&gt;
&lt;br /&gt;
This page details how installing software/homebrew works on the 3DS.&lt;br /&gt;
&lt;br /&gt;
==3DS software formats&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;3DS software formats (CIA, 3DSX, etc.)&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;==&lt;br /&gt;
Software on the 3DS comes in two main formats: &#039;&#039;&#039;CIA&#039;&#039;&#039; and &#039;&#039;&#039;3DSX&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;CIA&#039;&#039;&#039; &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; format software is usually installed with [[3DS:FBI|FBI]]/[[3DS:GodMode9|GodMode9]] and will end up on HOME Menu as a launchable title. Both homebrew and retail game dumps are available in the &#039;&#039;&#039;CIA&#039;&#039;&#039; format.&lt;br /&gt;
*&#039;&#039;&#039;3DSX&#039;&#039;&#039; &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; format software is installed by placing the 3DSX file in the &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; folder (NOT &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt;) and can only be launched from Homebrew Launcher. All &#039;&#039;&#039;3DSX&#039;&#039;&#039; format software is homebrew.&lt;br /&gt;
&lt;br /&gt;
No format is inherently better than the other; it just depends on how you want to launch your software. If you&#039;d prefer your application on HOME Menu, &#039;&#039;&#039;CIA&#039;&#039;&#039; format is the way to go. Otherwise, &#039;&#039;&#039;3DSX&#039;&#039;&#039; is probably better.&lt;br /&gt;
&lt;br /&gt;
There is also &#039;&#039;&#039;NDS&#039;&#039;&#039; &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; format software, which can only be used with [https://wiki.ds-homebrew.com/twilightmenu/installing-3ds TWiLightMenu++]/nds-bootstrap and can be launched by placing the &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; file anywhere on the SD card visible to TWiLightMenu++. This format of homebrew is also compatible with the DSi and with DS flashcarts. Alternatively, you can create a forwarder that points to the &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; file on your SD card, which will show up on your HOME Menu. For instructions, see  [https://wiki.ds-homebrew.com/ds-index/forwarders here].&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=The 3DS HOME Menu has a limit of 300 3DS titles and 40 DSiWare titles. The &#039;&#039;&#039;3DS&#039;&#039;&#039; title limit can be bypassed with [[3DS:3DSBank|3DSBank]]. The &#039;&#039;&#039;DSiWare&#039;&#039;&#039; limit itself cannot be bypassed, but if you are primarily installing &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; forwarders, you can use [https://github.com/YANBForwarder/YANBF YANBF] to make use of the 3DS title limit.|}}&lt;br /&gt;
&lt;br /&gt;
Some other file formats you might encounter (but not as often): &lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;3DS&#039;&#039;&#039; &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; is used for cartridge dumps, which you can make/install using [[3DS:Dump titles and game cartridges|GodMode9]]. This file format is also often used by emulators.&lt;br /&gt;
*&#039;&#039;&#039;CXI&#039;&#039;&#039; &amp;lt;code&amp;gt;.cxi&amp;lt;/code&amp;gt; is a generic executable format sometimes used for digital file dumps / preservation.&lt;br /&gt;
*&#039;&#039;&#039;APP&#039;&#039;&#039; &amp;lt;code&amp;gt;.app&amp;lt;/code&amp;gt; is the packed application format that you will see in the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder. You won&#039;t be able to directly manipulate these very easily.&lt;br /&gt;
&lt;br /&gt;
In summary, if you want to install software on your 3DS, you should be looking for &#039;&#039;&#039;CIA&#039;&#039;&#039; or &#039;&#039;&#039;3DSX&#039;&#039;&#039; format applications — and sometimes &#039;&#039;&#039;NDS&#039;&#039;&#039; files.&lt;br /&gt;
&lt;br /&gt;
==Installing .cia files==&lt;br /&gt;
&lt;br /&gt;
There are 3 applications that are typically used to install 3DS software and homebrew:&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|FBI=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
[[3DS:FBI|FBI]] is an application that can install &#039;&#039;&#039;CIA&#039;&#039;&#039; files. To use it:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Place your &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file anywhere on your SD card. (You may want to create a &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt; folder for organizational purposes.)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the FBI application (if you followed 3ds.hacks.guide, it will be on your HOME Menu)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to SD Card -&amp;gt; (wherever you put the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to &amp;lt;code&amp;gt;Install and delete CIA&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;The &#039;&#039;&#039;CIA&#039;&#039;&#039; file itself does not need to be kept after it is installed, hence &amp;quot;Install and delete&amp;quot;&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wait for the &#039;&#039;&#039;CIA&#039;&#039;&#039; to install&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the install has finished, close FBI and the application should appear as a gift box to open on your HOME Menu. If it doesn&#039;t immediately appear, you may have to power your console off and on to get it to appear.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|GodMode9=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;[[3DS:GodMode9|GodMode9]] is an application that can install &#039;&#039;&#039;CIA&#039;&#039;&#039; files. To use it:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Place your &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file anywhere on your SD card. (You may want to create a &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt; folder for organizational purposes.)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Power on your 3DS while holding {{B|Start}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; and press {{B|A}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to the location of the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file you want to install, then press {{B|A}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to &amp;lt;code&amp;gt;CIA Image Options...&amp;lt;/code&amp;gt; and press {{B|A}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Navigate to &amp;lt;code&amp;gt;Install game image&amp;lt;/code&amp;gt; and press {{B|A}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Unlock write permissions if prompted&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wait for the CIA to install&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press {{B|A}} when &amp;lt;code&amp;gt;Install success&amp;lt;/code&amp;gt; appears&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Relock write permissions if prompted&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the install has finished, reboot your console by pressing {{B|Start}}&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Universal-Updater=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;If you followed 3ds.hacks.guide to install custom firmware on your 3DS, you probably also have [[3DS:Universal-Updater|Universal-Updater]], which can be used as a homebrew app store. To use it:&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Open the Universal-Updater application (the blue down arrow icon)&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the &amp;lt;code&amp;gt;D-Pad&amp;lt;/code&amp;gt; to navigate between applications and the {{B|A}} button to select an application&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Use the &amp;lt;code&amp;gt;Search&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;Filter&amp;lt;/code&amp;gt; function (the magnifying glass) to look for a specific application&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Under &amp;lt;code&amp;gt;Available Downloads&amp;lt;/code&amp;gt;, select either the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; file, then press {{B|A}} again to install the application&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Check the queue (the button with the number in it) to see download progress&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;CIA&#039;&#039;&#039; files will appear on your HOME Menu in a gift box after you exit Universal-Updater&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;3DSX&#039;&#039;&#039; files will become available in the Homebrew Launcher application&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&#039;&#039;&#039;NDS&#039;&#039;&#039; files will need to be launched from [https://wiki.ds-homebrew.com/twilightmenu/installing-3ds.html TWiLightMenu++]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once the install has finished, press {{B|Start}} to exit the application, if you installed a &#039;&#039;&#039;CIA&#039;&#039;&#039; file and it doesn&#039;t immediately appear, you may have to power your console off and on to get it to appear.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Running .3dsx files==&lt;br /&gt;
To run a piece of homebrew in &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; format:&lt;br /&gt;
&lt;br /&gt;
# Place your &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; folder (NOT &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt;) on your SD card&lt;br /&gt;
#*Some pieces of homebrew may require additional support files. You may have to consult the README / documentation of that software if this is the case&lt;br /&gt;
#The homebrew should now appear in the list of homebrew that appears when you open the Homebrew Launcher (the blue &amp;quot;h&amp;quot; icon) on your HOME Menu&lt;br /&gt;
#*Navigate between homebrew applications / folders using the D-Pad and press the {{B|A}} button to launch it&lt;br /&gt;
&lt;br /&gt;
==Reinstalling software from the eShop==&lt;br /&gt;
See [https://en-americas-support.nintendo.com/app/answers/detail/a_id/607/~/how-to-download-or-redownload-content-in-nintendo-3ds-eshop this] page to redownload content from the 3DS eShop.&lt;br /&gt;
&lt;br /&gt;
==Uninstalling software==&lt;br /&gt;
&lt;br /&gt;
See [[3DS:Uninstalling software]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Manual_System_Transfer&amp;diff=7723</id>
		<title>User:ManiacOfHomebrew/Manual System Transfer</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Manual_System_Transfer&amp;diff=7723"/>
		<updated>2025-07-08T23:13:37Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Start work on this guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Required Reading ==&lt;br /&gt;
This guide allows you to perform a system transfer without the need for the official System Transfer tool in System Settings. This guide is separated into 3 parts, with each subsequent part transferring (arguably) less important information while being increasingly more difficult. You should typically only use this guide in these scenarios:&lt;br /&gt;
&lt;br /&gt;
* The source console (&amp;quot;old console&amp;quot;) is damaged in a way that it cannot access System Transfer.&lt;br /&gt;
* You need to transfer from a New 3DS to an Old 3DS (For Old 3DS to New 3DS, you should use the official method)&lt;br /&gt;
* One of the consoles is a different region than the other, and [https://en-americas-support.nintendo.com/app/answers/detail/a_id/74/~/how-to-delete-a-nintendo-eshop-account deleting the eShop account] before region changing (or running [https://github.com/luigoalma/nimregion/releases nimregion] in the Homebrew Launcher after region changing) did not fix access to the eShop.&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/3DS_12-hour_Clock&amp;diff=7422</id>
		<title>User:ManiacOfHomebrew/3DS 12-hour Clock</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/3DS_12-hour_Clock&amp;diff=7422"/>
		<updated>2025-05-04T03:39:52Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#approvable_by: users = ManiacOfHomebrew}}&amp;lt;!-- this should be removed if moved out of userspace --&amp;gt;&lt;br /&gt;
{{Page WIP|notes=*I want to expand this to include AM/PM indicators, but I&#039;m not sure if it&#039;ll be possible.&lt;br /&gt;
*In addition, I would like this to work across all applets, but that will take some time to flesh out.}}&lt;br /&gt;
&lt;br /&gt;
==Required Reading==&lt;br /&gt;
The 3DS uses the 24-hour time format to display the time on the HOME Menu among other applets. This guide shows you how to convert the 3DS system&#039;s clock on the HUD of the HOME Menu to a 12-hour format.&lt;br /&gt;
&lt;br /&gt;
{{Info|text=This will not affect other applets such as System Settings or the Nintendo eShop at the moment, meaning you will only see a 12-hour clock on the HOME Menu.}}{{Info|text=The clock will display in Japanese 12-hour time, which means that 12:00 (both midnight and noon) will be displayed as 0:00. All other hours of the day function as expected.}}&amp;lt;!--&lt;br /&gt;
This guide is based heavily on a custom HOME menu guide by Dungeonfire available at https://axities.github.io/&lt;br /&gt;
However, that guide is decently outdated, and users should be redirected to https://3ds.codeberg.page/homemenu/ instead.&lt;br /&gt;
I left this comment here as attribution ~Aven&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{Warning|text=There have been reports that using custom HOME menu modifications via LayeredFS in Luma can randomly cause the system to crash when returning to the HOME menu from a game. Until this issue is fixed, a patched CIA is the recommended way to use this modification.}}&lt;br /&gt;
&lt;br /&gt;
==What You Need== &lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/schrmh/HMRT Home Menu Rebuilding Tool]&lt;br /&gt;
** To download, click the green code button, and then Download ZIP.&lt;br /&gt;
*The latest version of [https://github.com/IcySon55/3DLandMSBTeditor/releases MSBT Editor Reloaded]&lt;br /&gt;
*The latest version of [[3DS:GodMode9/Usage#Updating GodMode9|GodMode9]] installed&lt;br /&gt;
*A computer running Windows, or Wine for Mac/Linux (Required to run MSBT Editor)&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{info|text=In this guide, &amp;lt;code&amp;gt;&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; is to be substituted with your consoles language selection. For example, &amp;lt;code&amp;gt;US_English&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
===Section I: Prep Work===&lt;br /&gt;
&lt;br /&gt;
#Extract Home Menu Rebuilding Tool as well as MSBT Editor Reloaded to a new folder on your computer&lt;br /&gt;
#Press and hold {{Key press|Start}}, and while holding {{Key press|Start}}, power on your console. This will launch GodMode9&lt;br /&gt;
#Press {{Key press|HOME}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Title manager&amp;quot;&lt;br /&gt;
#Select &amp;quot;[1:] NAND / TWL&amp;quot;&lt;br /&gt;
#Scroll down through the list and select a title labeled &amp;lt;code&amp;gt;(CTR-N-HMME)&amp;lt;/code&amp;gt;. This is the HOME Menu application&lt;br /&gt;
#Select &amp;quot;Manage Title...&amp;quot;&lt;br /&gt;
#Select &amp;quot;Build CIA (standard)&amp;quot;&lt;br /&gt;
#Push {{Key press|A}} once it is finished&lt;br /&gt;
#Push {{Key press|R|Start}}  to power off the console&lt;br /&gt;
#Insert the SD Card into your computer&lt;br /&gt;
#Backup the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;gm9/out&amp;lt;/code&amp;gt; folder to a safe place on your computer. It ends with &amp;lt;code&amp;gt;(CTR-N-HMME).standard.cia&amp;lt;/code&amp;gt;&lt;br /&gt;
#Make another copy of this &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the folder created in step 1&lt;br /&gt;
#Rename it to &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt;&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt; to the Home Menu Rebuilding Tool folder&lt;br /&gt;
&lt;br /&gt;
===Section II - Modifying===&lt;br /&gt;
&lt;br /&gt;
*Open &amp;lt;code&amp;gt;HMRT.bat&amp;lt;/code&amp;gt;&lt;br /&gt;
*Push {{Key press|1}} on your keyboard to extract the components of the Home Menu&lt;br /&gt;
*Push {{Key press|5}} on your keyboard to decompress the components&lt;br /&gt;
*Keep the window open and open &amp;lt;code&amp;gt;MsbtEditor.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
*Drag the file named &amp;lt;code&amp;gt;hud_msbt.LZ&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;ExtractedRomFS/message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; into MsbtEditor&lt;br /&gt;
*Scroll down and select &amp;lt;code&amp;gt;lau_hours&amp;lt;/code&amp;gt; in the list on the left&lt;br /&gt;
*Change &amp;lt;code&amp;gt;%H&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;%h&amp;lt;/code&amp;gt; in the first text box labeled &amp;quot;Edit:&amp;quot;&lt;br /&gt;
*Push {{B|Ctrl|S}} to save, then close MsbtEditor&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing===&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Patched CIA (Recommended)=&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=&amp;lt;b&amp;gt;Read this box closely!&amp;lt;/b&amp;gt;&lt;br /&gt;
*This method makes direct edits to your system HOME Menu.&lt;br /&gt;
*Create/update your NAND backup! When making changes to your device, there is always the chance you will brick.&lt;br /&gt;
*Having a custom HOME Menu installed breaks system updates. If you want to update your system, you will have to restore your HOME Menu with a blank &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt; first.}}&lt;br /&gt;
&lt;br /&gt;
# In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components&lt;br /&gt;
# In the Home Menu Rebuilding Tool window, push {{Key press|2}} on your keyboard to rebuild the HomeMenu CIA.&lt;br /&gt;
# Copy the outputted &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file to the root of the SD card&lt;br /&gt;
# Press and hold {{Key press|Start}}, and while holding {{Key press|Start}}, power on your console. This will launch GodMode9&lt;br /&gt;
# Navigate to the &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; drive, then select the &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Select &amp;quot;CIA Image options...&amp;quot;&lt;br /&gt;
# Select &amp;quot;Encrypt file (...)&amp;quot;&lt;br /&gt;
# Select &amp;quot;Encrypt inplace&amp;quot;&lt;br /&gt;
# After it is finished, push {{Key press|A}} to continue&lt;br /&gt;
# Select the &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file again&lt;br /&gt;
# Select &amp;quot;CIA Image options...&amp;quot;&lt;br /&gt;
# Select &amp;quot;Install game image&amp;quot;&lt;br /&gt;
# Press {{Key press|A}} to unlock SysNAND (lvl1) writing, then input the key combo given&lt;br /&gt;
# Push {{Key press|A}} twice then {{Key press|Start}} to reboot&lt;br /&gt;
&lt;br /&gt;
{{success|text=The HOME Menu&#039;s clock should now be displaying 12-hour time.}}&lt;br /&gt;
&lt;br /&gt;
|-|Luma LayeredFS=&lt;br /&gt;
&lt;br /&gt;
[[File:USEnglish12HourTime.png|thumb|The file structure for a US_English 12-hour time patch file.]]&lt;br /&gt;
#In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components&lt;br /&gt;
#Close the Home Menu Rebuilding Tool window.&lt;br /&gt;
#On your 3ds SD Card, create the following folder corresponding to your region:&lt;br /&gt;
*JPN: &amp;lt;code&amp;gt;luma/titles/0004003000008202/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*USA: &amp;lt;code&amp;gt;luma/titles/0004003000008F02/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*EUR: &amp;lt;code&amp;gt;luma/titles/0004003000009802/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*CHN: &amp;lt;code&amp;gt;luma/titles/000400300000A102/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*KOR: &amp;lt;code&amp;gt;luma/titles/000400300000A902/romfs&amp;lt;/code&amp;gt; &lt;br /&gt;
*TWN: &amp;lt;code&amp;gt;luma/titles/000400300000B102/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create the &amp;lt;code&amp;gt;message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; folder inside the &amp;lt;code&amp;gt;romfs&amp;lt;/code&amp;gt; folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Copy &amp;lt;code&amp;gt;hud_msbt_LZ.bin&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;ExtractedRomFS/message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; to the new folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Eject your SD Card and put it back in the console.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Start your device and hold SELECT to enter the Luma3DS configuration screen&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press (A) on &amp;lt;code&amp;gt;( ) Enable game patching&amp;lt;/code&amp;gt; to tick it (if it is not already ticked) &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press &amp;lt;code&amp;gt;START&amp;lt;/code&amp;gt; to boot the the HOME Menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
{{success|text=The HOME Menu&#039;s clock should now be displaying 12-hour time.}}&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|text=If the HOME menu does not boot or you encounter any other problem, it is recommended that you ask for help on the [https://discord.gg/nintendohomebrew Nintendo Homebrew Discord server] in one of the 3DS assistance channels, mentioning that you were following this guide.}}&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/3DS_12-hour_Clock&amp;diff=7421</id>
		<title>User:ManiacOfHomebrew/3DS 12-hour Clock</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/3DS_12-hour_Clock&amp;diff=7421"/>
		<updated>2025-05-04T03:39:02Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: make patched cia default method until the issue is fixed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#approvable_by: users = ManiacOfHomebrew}}&amp;lt;!-- this should be removed if moved out of userspace --&amp;gt;&lt;br /&gt;
{{Page WIP|notes=*I want to expand this to include AM/PM indicators, but I&#039;m not sure if it&#039;ll be possible.&lt;br /&gt;
*In addition, I would like this to work across all applets, but that will take some time to flesh out.}}&lt;br /&gt;
&lt;br /&gt;
==Required Reading==&lt;br /&gt;
The 3DS uses the 24-hour time format to display the time on the HOME Menu among other applets. This guide shows you how to convert the 3DS system&#039;s clock on the HUD of the HOME Menu to a 12-hour format.&lt;br /&gt;
&lt;br /&gt;
{{Info|text=This will not affect other applets such as System Settings or the Nintendo eShop at the moment, meaning you will only see a 12-hour clock on the HOME Menu.}}{{Info|text=The clock will display in Japanese 12-hour time, which means that 12:00 (both midnight and noon) will be displayed as 0:00. All other hours of the day function as expected.}}&amp;lt;!--&lt;br /&gt;
This guide is based heavily on a custom HOME menu guide by Dungeonfire available at https://axities.github.io/&lt;br /&gt;
However, that guide is decently outdated, and users should be redirected to https://3ds.codeberg.page/homemenu/ instead.&lt;br /&gt;
I left this comment here as attribution ~Aven&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
{{Warning|text=There have been reports that using custom HOME menu modifications via LayeredFS in Luma can randomly cause the system to crash when returning to the HOME menu from a game. Until this issue is fixed, a patched CIA is the recommended way to use this modification.}}&lt;br /&gt;
&lt;br /&gt;
==What You Need== &lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/schrmh/HMRT Home Menu Rebuilding Tool]&lt;br /&gt;
** To download, click the green code button, and then Download ZIP.&lt;br /&gt;
*The latest version of [https://github.com/IcySon55/3DLandMSBTeditor/releases MSBT Editor Reloaded]&lt;br /&gt;
*The latest version of [[3DS:GodMode9/Usage#Updating GodMode9|GodMode9]] installed&lt;br /&gt;
*A computer running Windows, or Wine for Mac/Linux (Required to run MSBT Editor)&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{info|text=In this guide, &amp;lt;code&amp;gt;&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; is to be substituted with your consoles language selection. For example, &amp;lt;code&amp;gt;US_English&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
===Section I: Prep Work===&lt;br /&gt;
&lt;br /&gt;
#Extract Home Menu Rebuilding Tool as well as MSBT Editor Reloaded to a new folder on your computer&lt;br /&gt;
#Press and hold {{Key press|Start}}, and while holding {{Key press|Start}}, power on your console. This will launch GodMode9&lt;br /&gt;
#Press {{Key press|HOME}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Title manager&amp;quot;&lt;br /&gt;
#Select &amp;quot;[1:] NAND / TWL&amp;quot;&lt;br /&gt;
#Scroll down through the list and select a title labeled &amp;lt;code&amp;gt;(CTR-N-HMME)&amp;lt;/code&amp;gt;. This is the HOME Menu application&lt;br /&gt;
#Select &amp;quot;Manage Title...&amp;quot;&lt;br /&gt;
#Select &amp;quot;Build CIA (standard)&amp;quot;&lt;br /&gt;
#Push {{Key press|A}} once it is finished&lt;br /&gt;
#Push {{Key press|R|Start}}  to power off the console&lt;br /&gt;
#Insert the SD Card into your computer&lt;br /&gt;
#Backup the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;gm9/out&amp;lt;/code&amp;gt; folder to a safe place on your computer. It ends with &amp;lt;code&amp;gt;(CTR-N-HMME).standard.cia&amp;lt;/code&amp;gt;&lt;br /&gt;
#Make another copy of this &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the folder created in step 1&lt;br /&gt;
#Rename it to &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt;&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt; to the Home Menu Rebuilding Tool folder&lt;br /&gt;
&lt;br /&gt;
===Section II - Modifying===&lt;br /&gt;
&lt;br /&gt;
*Open &amp;lt;code&amp;gt;HMRT.bat&amp;lt;/code&amp;gt;&lt;br /&gt;
*Push {{Key press|1}} on your keyboard to extract the components of the Home Menu&lt;br /&gt;
*Push {{Key press|5}} on your keyboard to decompress the components&lt;br /&gt;
*Keep the window open and open &amp;lt;code&amp;gt;MsbtEditor.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
*Drag the file named &amp;lt;code&amp;gt;hud_msbt.LZ&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;ExtractedRomFS/message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; into MsbtEditor&lt;br /&gt;
*Scroll down and select &amp;lt;code&amp;gt;lau_hours&amp;lt;/code&amp;gt; in the list on the left&lt;br /&gt;
*Change &amp;lt;code&amp;gt;%H&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;%h&amp;lt;/code&amp;gt; in the first text box labeled &amp;quot;Edit:&amp;quot;&lt;br /&gt;
*Push {{B|Ctrl|S}} to save, then close MsbtEditor&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing===&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Patched CIA (Recommended)=&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=&amp;lt;b&amp;gt;Read this box closely!&amp;lt;/b&amp;gt;&lt;br /&gt;
*This method is makes direct edits to your system HOME Menu.&lt;br /&gt;
*Create/update your NAND backup! When making changes to your device, there is always the chance you will brick.&lt;br /&gt;
*Having a custom HOME Menu installed breaks system updates. If you want to update your system, you will have to restore your HOME Menu with a blank &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt; first.}}&lt;br /&gt;
&lt;br /&gt;
# In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components&lt;br /&gt;
# In the Home Menu Rebuilding Tool window, push {{Key press|2}} on your keyboard to rebuild the HomeMenu CIA.&lt;br /&gt;
# Copy the outputted &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file to the root of the SD card&lt;br /&gt;
# Press and hold {{Key press|Start}}, and while holding {{Key press|Start}}, power on your console. This will launch GodMode9&lt;br /&gt;
# Navigate to the &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; drive, then select the &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Select &amp;quot;CIA Image options...&amp;quot;&lt;br /&gt;
# Select &amp;quot;Encrypt file (...)&amp;quot;&lt;br /&gt;
# Select &amp;quot;Encrypt inplace&amp;quot;&lt;br /&gt;
# After it is finished, push {{Key press|A}} to continue&lt;br /&gt;
# Select the &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file again&lt;br /&gt;
# Select &amp;quot;CIA Image options...&amp;quot;&lt;br /&gt;
# Select &amp;quot;Install game image&amp;quot;&lt;br /&gt;
# Press {{Key press|A}} to unlock SysNAND (lvl1) writing, then input the key combo given&lt;br /&gt;
# Push {{Key press|A}} twice then {{Key press|Start}} to reboot&lt;br /&gt;
&lt;br /&gt;
{{success|text=The HOME Menu&#039;s clock should now be displaying 12-hour time.}}&lt;br /&gt;
&lt;br /&gt;
|-|Luma LayeredFS=&lt;br /&gt;
&lt;br /&gt;
[[File:USEnglish12HourTime.png|thumb|The file structure for a US_English 12-hour time patch file.]]&lt;br /&gt;
#In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components&lt;br /&gt;
#Close the Home Menu Rebuilding Tool window.&lt;br /&gt;
#On your 3ds SD Card, create the following folder corresponding to your region:&lt;br /&gt;
*JPN: &amp;lt;code&amp;gt;luma/titles/0004003000008202/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*USA: &amp;lt;code&amp;gt;luma/titles/0004003000008F02/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*EUR: &amp;lt;code&amp;gt;luma/titles/0004003000009802/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*CHN: &amp;lt;code&amp;gt;luma/titles/000400300000A102/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*KOR: &amp;lt;code&amp;gt;luma/titles/000400300000A902/romfs&amp;lt;/code&amp;gt; &lt;br /&gt;
*TWN: &amp;lt;code&amp;gt;luma/titles/000400300000B102/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create the &amp;lt;code&amp;gt;message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; folder inside the &amp;lt;code&amp;gt;romfs&amp;lt;/code&amp;gt; folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Copy &amp;lt;code&amp;gt;hud_msbt_LZ.bin&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;ExtractedRomFS/message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; to the new folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Eject your SD Card and put it back in the console.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Start your device and hold SELECT to enter the Luma3DS configuration screen&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press (A) on &amp;lt;code&amp;gt;( ) Enable game patching&amp;lt;/code&amp;gt; to tick it (if it is not already ticked) &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press &amp;lt;code&amp;gt;START&amp;lt;/code&amp;gt; to boot the the HOME Menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
{{success|text=The HOME Menu&#039;s clock should now be displaying 12-hour time.}}&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|text=If the HOME menu does not boot or you encounter any other problem, it is recommended that you ask for help on the [https://discord.gg/nintendohomebrew Nintendo Homebrew Discord server] in one of the 3DS assistance channels, mentioning that you were following this guide.}}&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew&amp;diff=7393</id>
		<title>User:ManiacOfHomebrew</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew&amp;diff=7393"/>
		<updated>2025-04-24T03:37:29Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello. I like cubes with derpy faces and stuff. Here&#039;s some of that stuff:&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/3DS 12-hour Clock|3DS 12-hour clock]] - In case you&#039;re &#039;murican! (Or any other country that has a 12-hour clock I guess)&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)|Installing boot9strap (MSET9-ChromeOS)]] - Pretty much only for Chromebooks that can&#039;t use Android for some reason.&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/Installing boot9strap (MSET9-GM9)|Installing boot9strap (MSET9-GM9)]] - I really have no idea why you would ever use this.&lt;br /&gt;
&lt;br /&gt;
[https://skater.nintendohomebrew.com super-skaterhax AIO generator] - Used on the [[3ds-guide:installing-boot9strap-(super-skaterhax)|guide]]! ([https://maniacofgithub.github.io/super-skaterhax-site/ Mirror because ISPs hate this site for some reason])&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-GM9)&amp;diff=7392</id>
		<title>User:ManiacOfHomebrew/Installing boot9strap (MSET9-GM9)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-GM9)&amp;diff=7392"/>
		<updated>2025-04-24T03:33:38Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Finish the guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Required Reading ==&lt;br /&gt;
This is an alternative to the normal MSET9 guide that allows you to use another already modded console to install boot9strap to an unmodded console. There&#039;s very little good reason to follow this guide considering the compatibility of MSET9 on different OS nowadays. If you do not know why you are following this guide, you should instead [https://3ds.hacks.guide return to the main guide].&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*Two 3DS family consoles&lt;br /&gt;
**The source 3DS: the 3DS family console that is already running boot9strap&lt;br /&gt;
**The target 3DS: the 3DS family console on stock firmware&lt;br /&gt;
*Any adapters needed to insert the SD card from the target 3DS into the source 3DS&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
*The latest version of [https://github.com/ManiacOfGitHub/MSET9-GM9/releases MSET9-GM9] (the MSET9-GM9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
*The latest version of [[3DS:GodMode9/Usage#Updating GodMode9|GodMode9]] installed onto the target SD card&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=The SD card referred to throughout this guide is the SD card from the target console.}}&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-GM9 script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join [https://discord.gg/MWxPgEp Nintendo Homebrew on Discord] and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Copy everything from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card, overwriting any existing files&lt;br /&gt;
#Copy everything from the MSET9-GM9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card, overwriting any existing files&lt;br /&gt;
#Insert your SD card into your &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Press and hold {{B|Start}}, and while holding {{B|Start}}, power on the &#039;&#039;&#039;source console&#039;&#039;&#039;. This will launch GodMode9&lt;br /&gt;
#Press {{B|Home}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Lua scripts...&amp;quot;&lt;br /&gt;
#Select &amp;quot;MSET9-GM9&amp;quot;&lt;br /&gt;
#Press {{B|A}} to continue when you see &amp;quot;Welcome to MSET9-GM9.&amp;quot;&lt;br /&gt;
#Read the information on the bottom screen, then press {{B|A}} to continue&lt;br /&gt;
#Press {{B|A}} to unlock &amp;lt;code&amp;gt;0:/Nintendo 3DS&amp;lt;/code&amp;gt; writing, then input the key combo given&lt;br /&gt;
#*You can ignore the warning that says &amp;quot;!THIS IS NOT RECOMMENDED!&amp;quot;&lt;br /&gt;
#Select the option corresponding to your console model and version&lt;br /&gt;
#Select &amp;quot;1. Create MSET9 ID1&amp;quot; to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reviewing the disclaimer, press {{B|A}} to accept it&lt;br /&gt;
#If you see the message &amp;quot;Created hacked ID1.&amp;quot;, press {{B|A}} to exit the script&lt;br /&gt;
#Press {{B|A}} to power off your console&lt;br /&gt;
#Eject the SD card from the &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Reinsert your SD card into the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
#Power on the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off the &#039;&#039;&#039;target console&#039;&#039;&#039; by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Eject the SD card from the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
#Reinsert your SD card into the &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Press and hold {{B|Start}}, and while holding {{B|Start}}, power on the &#039;&#039;&#039;source console&#039;&#039;&#039;. This will launch GodMode9&lt;br /&gt;
#Press {{B|Home}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Lua scripts...&amp;quot;&lt;br /&gt;
#Select &amp;quot;MSET9-GM9&amp;quot;&lt;br /&gt;
#Press {{B|A}} to continue when you see &amp;quot;Welcome to MSET9-GM9.&amp;quot;&lt;br /&gt;
#Read the information on the bottom screen, then press {{B|A}} to continue&lt;br /&gt;
#Press {{B|A}} to unlock &amp;lt;code&amp;gt;0:/Nintendo 3DS&amp;lt;/code&amp;gt; writing, then input the key combo given&lt;br /&gt;
#*You can ignore the warning that says &amp;quot;!THIS IS NOT RECOMMENDED!&amp;quot;&lt;br /&gt;
#Select the option corresponding to your console model and version&lt;br /&gt;
#The top screen should change to [https://raw.githubusercontent.com/ManiacOfGitHub/MSET9-GM9/refs/heads/master/resources/mset9-gm9/ready.png this] and display &amp;lt;code&amp;gt;Ready!&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not Ready - Check MSET9 status for more details.&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Select &amp;quot;2. Check MSET9 status&amp;quot; to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 24&lt;br /&gt;
#Press {{B|B}} to exit the script&lt;br /&gt;
#Press {{B|A}} to power off your console&lt;br /&gt;
#Eject the SD card from the &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Reinsert your SD card into the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on the &#039;&#039;&#039;target console&#039;&#039;&#039;, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the target console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
#Insert your SD card into your &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Press and hold {{B|Start}}, and while holding {{B|Start}}, power on the &#039;&#039;&#039;source console&#039;&#039;&#039;. This will launch GodMode9&lt;br /&gt;
#Press {{B|Home}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Lua scripts...&amp;quot;&lt;br /&gt;
#Select &amp;quot;MSET9-GM9&amp;quot;&lt;br /&gt;
#Press {{B|A}} to continue when you see &amp;quot;Welcome to MSET9-GM9.&amp;quot;&lt;br /&gt;
#Read the information on the bottom screen, then press {{B|A}} to continue&lt;br /&gt;
#Press {{B|A}} to unlock &amp;lt;code&amp;gt;0:/Nintendo 3DS&amp;lt;/code&amp;gt; writing, then input the key combo given&lt;br /&gt;
#*You can ignore the warning that says &amp;quot;!THIS IS NOT RECOMMENDED!&amp;quot;&lt;br /&gt;
#Select the option corresponding to your console model and version&lt;br /&gt;
#Select &amp;quot;3. Inject trigger file&amp;quot; to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Press {{B|A}} to exit the script&lt;br /&gt;
#Press {{B|A}} to power off the &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Reinsert your SD card into the &#039;&#039;&#039;target console&#039;&#039;&#039; without pressing any buttons or touching the screen&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
#Eject the SD card from the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
#Reinsert your SD card into the &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Press and hold {{B|Start}}, and while holding {{B|Start}}, power on the &#039;&#039;&#039;source console&#039;&#039;&#039;. This will launch GodMode9&lt;br /&gt;
#Press {{B|Home}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Lua scripts...&amp;quot;&lt;br /&gt;
#Select &amp;quot;MSET9-GM9&amp;quot;&lt;br /&gt;
#Press {{B|A}} to continue when you see &amp;quot;Welcome to MSET9-GM9.&amp;quot;&lt;br /&gt;
#Read the information on the bottom screen, then press {{B|A}} to continue&lt;br /&gt;
#Press {{B|A}} to unlock &amp;lt;code&amp;gt;0:/Nintendo 3DS&amp;lt;/code&amp;gt; writing, then input the key combo given&lt;br /&gt;
#*You can ignore the warning that says &amp;quot;!THIS IS NOT RECOMMENDED!&amp;quot;&lt;br /&gt;
#Select the option corresponding to your console model and version&lt;br /&gt;
#Select &amp;quot;4. Remove trigger file&amp;quot;&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Press {{B|A}} to return to the main menu.&lt;br /&gt;
#Select &amp;quot;5. Remove MSET9&amp;quot;&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
#Press {{B|A}} to power off.&lt;br /&gt;
#Eject the SD card from the &#039;&#039;&#039;source console&#039;&#039;&#039;&lt;br /&gt;
#Reinsert your SD card into the &#039;&#039;&#039;target console&#039;&#039;&#039;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; delete the &amp;lt;code&amp;gt;mset9-gm9&amp;lt;/code&amp;gt; folder on the root of your SD card if you wish.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-GM9)&amp;diff=7391</id>
		<title>User:ManiacOfHomebrew/Installing boot9strap (MSET9-GM9)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/Installing_boot9strap_(MSET9-GM9)&amp;diff=7391"/>
		<updated>2025-04-24T02:48:35Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: begin writing guide for mset9-gm9. biggest waste of time in my life, but it&amp;#039;s fun&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Required Reading ==&lt;br /&gt;
This is an alternative to the normal MSET9 guide that allows you to use another already modded console to install boot9strap to an unmodded console. There&#039;s very little good reason to follow this guide considering the compatibility of MSET9 on different OS nowadays. If you do not know why you are following this guide, you should instead [https://3ds.hacks.guide return to the main guide].&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Dump_titles_and_game_cartridges&amp;diff=7378</id>
		<title>3DS:Dump titles and game cartridges</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Dump_titles_and_game_cartridges&amp;diff=7378"/>
		<updated>2025-04-21T15:03:39Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Make angle brackets more consistent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{hatnote|1=&amp;quot;3DS:DUMP&amp;quot; redirects here. For dumping system files, see [[3DS:Dump system files]].}}&lt;br /&gt;
{{TOC right}}{{info|text=For support (in English) with GodMode9, as well as help with scripting and to get updates and info, join [https://discord.gg/BRcbvtFxX4 GodMode9 on Discord].}}&lt;br /&gt;
&lt;br /&gt;
Aside from creating and restoring NAND backups, GodMode9 has the functionality to dump installed titles to an installable &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file, to dump game cartridge data to a &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; ROM file, and to directly install a game cartridge to the system.&lt;br /&gt;
&lt;br /&gt;
== Updating GodMode9 ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=These instructions are written for use with GodMode9 v2.0.0 or later. If you have an older version of GodMode9, follow these instructions to update it.}}&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
&lt;br /&gt;
* The latest release of [https://github.com/d0k3/GodMode9/releases/latest GodMode9]&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
# Power off your device&lt;br /&gt;
# Insert your SD card into your computer&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;GodMode9.firm&amp;lt;/code&amp;gt; from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
# Copy the &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; folder from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
# Reinsert your SD card into your device&lt;br /&gt;
&lt;br /&gt;
== Installing a game cartridge directly to the system&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Installing a Game Cartridge Directly to the System&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=This will only work for 3DS games; it is not possible to install an NDS game cartridge to the system as a title.}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[C:] GAMECART&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press {{B|A}} on &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.trim.3ds&amp;lt;/code&amp;gt; to select it, then select NCSD image options…, then select Install game image&lt;br /&gt;
# Press {{B|A}} to unlock SysNAND (lvl1) writing, then input the key combo given&lt;br /&gt;
# Once the process is complete, your game will show up in the HOME Menu as an installed title.&lt;br /&gt;
&lt;br /&gt;
{{info|text=Save data is not automatically copied, you must do it yourself with a save manager such as [[Checkpoint]].}}&lt;br /&gt;
&lt;br /&gt;
== Dumping a game cartridge&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Dumping a Game Cartridge&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=Insert the game cartridge you intend to dump into your device&lt;br /&gt;
* 3DS game cartridges will be dumped to a &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; format&lt;br /&gt;
* NDS game cartridges will be dumped to a &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; format}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[C:] GAMECART&amp;lt;/code&amp;gt;&lt;br /&gt;
# Follow the steps applicable to your game cartridge:&lt;br /&gt;
#* &#039;&#039;&#039;3DS Game Cartridge:&#039;&#039;&#039; Press {{B|A}} on &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.trim.3ds&amp;lt;/code&amp;gt; to select it, then select &amp;lt;code&amp;gt;NCSD image options...&amp;lt;/code&amp;gt;, then select &amp;lt;code&amp;gt;Decrypt file (0:/gm9/out)&amp;lt;/code&amp;gt;.&lt;br /&gt;
#* &#039;&#039;&#039;NDS Game Cartridge:&#039;&#039;&#039; Press {{B|A}} on &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.nds&amp;lt;/code&amp;gt; to select it, then select &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&lt;br /&gt;
#** Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues&lt;br /&gt;
# Your non-installable &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; formatted file will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
&lt;br /&gt;
== Dumping a 3DS game cartridge to CIA&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Dumping a 3DS Game Cartridge to .CIA&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=This should only be used if [[#Installing a Game Cartridge Directly to the System|Installing a Game Cartridge Directly to the System]] does not work.}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[C:] GAMECART&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press {{B|A}} on &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.trim.3ds&amp;lt;/code&amp;gt; to select it, then select NCSD image options…, then select Build CIA from file&lt;br /&gt;
# Your installable &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; formatted file will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
&lt;br /&gt;
== Dumping an installed title&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Dumping an Installed Title&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=This allows dumping of both System- and User-installed digital titles, such as ones downloaded from the eShop.}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Press {{B|Home}} to bring up the action menu&lt;br /&gt;
# Select Title manager&lt;br /&gt;
# Select one of the following depending on the type of title you wish to dump&lt;br /&gt;
#* &#039;&#039;&#039;User Installed Title&#039;&#039;&#039;: &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt;&lt;br /&gt;
#* &#039;&#039;&#039;System Title / DSiWare&#039;&#039;&#039;: &amp;lt;code&amp;gt;[1:] NAND / TWL&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select the title you wish to dump&lt;br /&gt;
# Select Manage Title…&lt;br /&gt;
# Select Build CIA (standard)&lt;br /&gt;
# Your installable &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; formatted file will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
&lt;br /&gt;
== Backup GBA VC saves&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Backup GBA VC Saves&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=The game will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card with the name &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
{{info|text=To identify a &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt; file’s Title ID, you can get a listing of all games on the system and their corresponding Title IDs by pressing {{B|Home}} to bring up the action menu, selecting &amp;lt;code&amp;gt;Title manager&amp;lt;/code&amp;gt;, and selecting &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
# Do the following process for each GBA VC game that you want to back up the save for:&lt;br /&gt;
## Launch the GBA VC game&lt;br /&gt;
## Exit the GBA VC game&lt;br /&gt;
## Power off your device&lt;br /&gt;
## Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
## Navigate to &amp;lt;code&amp;gt;[S:] SYSNAND VIRTUAL&amp;lt;/code&amp;gt;&lt;br /&gt;
## Press {{B|A}} on &amp;lt;code&amp;gt;agbsave.bin&amp;lt;/code&amp;gt; to select it&lt;br /&gt;
## Select AGBSAVE options…&lt;br /&gt;
## Select Dump GBA VC save&lt;br /&gt;
## Press {{B|A}} to continue&lt;br /&gt;
## Press {{B|Start}} to reboot your device&lt;br /&gt;
&lt;br /&gt;
== Restore GBA VC saves&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Restore GBA VC Saves&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=To identify a &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt; file’s Title ID, you can get a listing of all games on the system and their corresponding Title IDs by pressing {{B|Home}} to bring up the action menu, selecting &amp;lt;code&amp;gt;Title manager&amp;lt;/code&amp;gt;, and selecting &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
# Do the following process for each GBA VC game that you want to restore the save for:&lt;br /&gt;
## Launch the GBA VC game&lt;br /&gt;
## Exit the GBA VC game&lt;br /&gt;
## Power off your device&lt;br /&gt;
## Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
## Navigate to &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; -&amp;amp;gt; &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; -&amp;amp;gt; &amp;lt;code&amp;gt;out&amp;lt;/code&amp;gt;&lt;br /&gt;
## Press {{B|Y}} on the &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt; file you wish to restore to copy it&lt;br /&gt;
## Press {{B|B}} to return to the main menu&lt;br /&gt;
## Navigate to &amp;lt;code&amp;gt;[S:] SYSNAND VIRTUAL&amp;lt;/code&amp;gt;&lt;br /&gt;
## Press {{B|A}} on &amp;lt;code&amp;gt;agbsave.bin&amp;lt;/code&amp;gt; to select it&lt;br /&gt;
## Select AGBSAVE options…&lt;br /&gt;
## Select Inject GBA VC save&lt;br /&gt;
## Press {{B|A}} to continue&lt;br /&gt;
## Press {{B|Start}} to reboot your device&lt;br /&gt;
## Launch the GBA VC game&lt;br /&gt;
## Exit the GBA VC game&lt;br /&gt;
&lt;br /&gt;
== Encrypting / Decrypting a CIA file&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Encrypting / Decrypting a .CIA file&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=For organizational purposes, copy each &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file you wish to encrypt / decrypt to the &amp;lt;code&amp;gt;/cias/&amp;lt;/code&amp;gt; folder on your SD card}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; -&amp;amp;gt; &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press {{B|A}} on the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file to select it, then select CIA image options…&lt;br /&gt;
# Select the option to perform the desired function:&lt;br /&gt;
#* &#039;&#039;&#039;Encrypt to 0:/gm9/out:&#039;&#039;&#039; Create an encrypted copy of the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
#* &#039;&#039;&#039;Decrypt to 0:/gm9/out:&#039;&#039;&#039; Create a decrypted copy of the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
#* &#039;&#039;&#039;Encrypt inplace:&#039;&#039;&#039; Replace the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file with an encrypted version&lt;br /&gt;
#* &#039;&#039;&#039;Decrypt inplace:&#039;&#039;&#039; Replace the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file with a decrypted version&lt;br /&gt;
# Your encrypted / decrypted &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; will be outputted to the desired location&lt;br /&gt;
&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Fastboot3DS_to_boot9strap&amp;diff=7339</id>
		<title>3DS:Fastboot3DS to boot9strap</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Fastboot3DS_to_boot9strap&amp;diff=7339"/>
		<updated>2025-04-13T21:37:33Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Caps&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase title}}&lt;br /&gt;
==Required Reading==&lt;br /&gt;
[[3DS:fastboot3DS|fastboot3DS]] is a firmware loader alternative to [[3DS:boot9strap|boot9strap]]. It offers some enhanced features compared to boot9strap such as the ability to chainload payloads, display splashes, backup/restore your NAND, and more. Although there is no issues with running fastboot3DS with modern CFW, most homebrew guides will assume you are running boot9strap which could make troubleshooting difficult if you are unsure of how fastboot3DS functions. If you would like to learn about fastboot3DS you can read more on its [[3DS:fastboot3DS|wiki page]], otherwise continue with this guide to move your setup to boot9strap.&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
===What you need===&lt;br /&gt;
&lt;br /&gt;
*the latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest Luma3DS] (the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
*the latest release of [https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip SafeB9SInstaller] (direct download)&lt;br /&gt;
*the latest release of [https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip boot9strap] (direct download)&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
&lt;br /&gt;
# Power off your console&lt;br /&gt;
# Insert the SD card into your computer&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;boot.3dsx&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;config&amp;lt;/code&amp;gt; from the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
# Create a folder named &amp;lt;code&amp;gt;boot9strap&amp;lt;/code&amp;gt; on the root of your SD card&lt;br /&gt;
#  Copy &amp;lt;code&amp;gt;boot9strap.firm&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;boot9strap.firm.sha&amp;lt;/code&amp;gt; from the boot9strap &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/boot9strap/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;SafeB9SInstaller.firm&amp;lt;/code&amp;gt; from the SafeB9SInstaller &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
# Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - Installing boot9strap=== &lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|HOME}}, and while holding {{B|HOME}}, power on your console. This will launch the fastboot3DS menu&lt;br /&gt;
# Select &amp;lt;code&amp;gt;[+] Boot from file...&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;sdmc:&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;SafeB9SInstaller.firm&amp;lt;/code&amp;gt;&lt;br /&gt;
# You will have booted into SafeB9SInstaller&lt;br /&gt;
# When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#* If the top screen is blank, power off your device and re-do Section II&lt;br /&gt;
# Once it is complete, press (A) to reboot your device&lt;br /&gt;
#* Your console may have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#* Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#* For the purpose of this guide, &#039;&#039;&#039;leave these options on the default settings&#039;&#039;&#039; (do not check or uncheck anything)&lt;br /&gt;
#* If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#* press {{B|START}} to save and reboot&lt;br /&gt;
{{Luma3DS is default}}&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:3ds_essential_dumper&amp;diff=7064</id>
		<title>3DS:3ds essential dumper</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:3ds_essential_dumper&amp;diff=7064"/>
		<updated>2025-01-04T13:24:21Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Fix typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:3DS:3ds_essential_dumper}}{{Infobox homebrew&lt;br /&gt;
| title = 3ds_essential_dumper&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| developers = danny8376&lt;br /&gt;
| version = alpha-b67d544&lt;br /&gt;
| releasedate = 2023-9-10&lt;br /&gt;
| github = danny8376/3ds_essential_dumper&lt;br /&gt;
| githubtag = alpha-b67d544&lt;br /&gt;
}}&lt;br /&gt;
{{info|text=This guide is intended for consoles that are suffering from hardware failure and can no longer function normally. If your 3DS can still run [[GodMode9]], see [[3DS:GodMode9/Usage#Creating_a_NAND_backup|GodMode9 Usage]] instead.}}&lt;br /&gt;
&lt;br /&gt;
== What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest release of [https://github.com/danny8376/3ds_essential_dumper/releases 3ds_essential_dumper] (the &amp;lt;code&amp;gt;3ds_essential_dumper.firm&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
==Section 1 Prep Work == &lt;br /&gt;
&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Rename &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;luma.firm&amp;lt;/code&amp;gt;, if it exists&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;3ds_essential_dumper.firm&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Rename &amp;lt;code&amp;gt;3ds_essential_dumper.firm&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt;&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
==Section II: 3ds_essential_dumper ==&lt;br /&gt;
{{info|Ensure your SD card has at least 1.3GB of free space if you plan on doing a NAND backup, and that it is formatted to FAT32 using [[Formatting an SD card|our guide]]}}&lt;br /&gt;
&lt;br /&gt;
#Power on your console&lt;br /&gt;
# When the Power and Notification LEDs flash red, press {{Key press|A}} to dump the NAND&lt;br /&gt;
#*If you do not need a NAND dump from the console, press {{Key press|B}} instead&lt;br /&gt;
#Wait for your console to turn off. If dumping the NAND, this can take over 30 minutes to an hour&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Your dumped files will be in the &amp;lt;code&amp;gt;/edump/&amp;lt;/code&amp;gt; folder on the SD card&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-usa-v11.17.zip&amp;diff=7054</id>
		<title>File:Super-skaterhax-usa-v11.17.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-usa-v11.17.zip&amp;diff=7054"/>
		<updated>2024-12-30T15:06:40Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew uploaded a new version of File:Super-skaterhax-usa-v11.17.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Super Skater Hax Files, 11.17, USA&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-usa-pre17.zip&amp;diff=7053</id>
		<title>File:Super-skaterhax-usa-pre17.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-usa-pre17.zip&amp;diff=7053"/>
		<updated>2024-12-30T15:06:12Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew uploaded a new version of File:Super-skaterhax-usa-pre17.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Super Skater Hax Files, 11.15-11.16, USA&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-kor-pre17.zip&amp;diff=7052</id>
		<title>File:Super-skaterhax-kor-pre17.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-kor-pre17.zip&amp;diff=7052"/>
		<updated>2024-12-30T15:05:32Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew uploaded a new version of File:Super-skaterhax-kor-pre17.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Super Skater Hax Files, Pre 11.17, KOR&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-jpn-all.zip&amp;diff=7051</id>
		<title>File:Super-skaterhax-jpn-all.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-jpn-all.zip&amp;diff=7051"/>
		<updated>2024-12-30T15:05:07Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew uploaded a new version of File:Super-skaterhax-jpn-all.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Super Skater Hax Files, 11.15-11.17, JPN&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-eur-all.zip&amp;diff=7050</id>
		<title>File:Super-skaterhax-eur-all.zip</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=File:Super-skaterhax-eur-all.zip&amp;diff=7050"/>
		<updated>2024-12-30T15:04:45Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew uploaded a new version of File:Super-skaterhax-eur-all.zip&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Super Skater Hax Files, 11.15-11.17, EUR&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Pretendo_Network&amp;diff=7011</id>
		<title>Pretendo Network</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Pretendo_Network&amp;diff=7011"/>
		<updated>2024-11-24T18:38:17Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Change supported game list to unofficial, but more up-to-date, source&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox homebrew&lt;br /&gt;
| title = Nimbus(Nintendo 3DS)&lt;br /&gt;
| image = Pretendo-banner.png&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| forwiiu = 0&lt;br /&gt;
| developers = jonbarrow, ashquarky, and others.&lt;br /&gt;
| website = https://pretendo.network/ Pretendo.Network&lt;br /&gt;
| github = PretendoNetwork/nimbus&lt;br /&gt;
| universaldb = 3ds/nimbus&lt;br /&gt;
| version = 1.6.1&lt;br /&gt;
| releasedate = 2024-07-02&lt;br /&gt;
| githubtag = latest&lt;br /&gt;
}}&lt;br /&gt;
{{Infobox homebrew&lt;br /&gt;
| title = Inkay(Nintendo Wii U)&lt;br /&gt;
| image = Pretendo-banner.png&lt;br /&gt;
| for3ds = 0&lt;br /&gt;
| forwiiu = 1&lt;br /&gt;
| forswitch = 0&lt;br /&gt;
| forwii = 0&lt;br /&gt;
| developers = jonbarrow, ashquarky, and others.&lt;br /&gt;
| website = https://pretendo.network/ Pretendo.Network&lt;br /&gt;
| github = PretendoNetwork/inkay&lt;br /&gt;
| releaseurl = https://hb-app.store/wiiu/inkay hb-app.store&lt;br /&gt;
| version = 2.6.0&lt;br /&gt;
| releasedate = 2024-07-26&lt;br /&gt;
| githubtag = latest&lt;br /&gt;
| forwindows = 0&lt;br /&gt;
| formac = 0&lt;br /&gt;
| forlinux = 0&lt;br /&gt;
| forjava = 0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Pretendo is an open-source project that aims to recreate [[w:Nintendo Network|Nintendo Network]] for the 3DS and Wii U. This includes but is not limited to, game servers, [[w:Miiverse|Miiverse]], friends-lists, and more.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
For 3DS, [[udb:3ds/nimbus|Nimbus]] is available on Universal-Updater. For Wii U, [[hbappstore:wiiu/inkay|Inkay]] is available on the Homebrew App Store. Manual installation instructions for 3DS, Wii U, and Cemu can be found on the Pretendo website [https://pretendo.network/docs/install/ here].&lt;br /&gt;
&lt;br /&gt;
==Usage==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Nintendo 3DS=&lt;br /&gt;
&amp;lt;p&amp;gt;Nimbus allows for switching between Pretendo and Nintendo Networks. To use Nimbus, launch it from the HOME Menu or the Homebrew Launcher, and select either &#039;&#039;&#039;Pretendo&#039;&#039;&#039; or &#039;&#039;&#039;Nintendo&#039;&#039;&#039; to switch between the two networks. While on the Pretendo Network, launch a [https://games.pretendo.zip supported game] to play online with other Pretendo users.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;Some features, notably Pretendo&#039;s Miiverse replacement Juxtaposition, will require a PNID to function. A PNID is a unique identifier, functioning the same as Nintendo&#039;s NNIDs. To create a PNID open &#039;&#039;&#039;System Settings&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Nintendo Network ID Settings&#039;&#039;&#039;. Alternatively, [https://pretendo.network/account/register register for an account] using the Pretendo website, and then link an existing PNID instead.&amp;lt;/p&amp;gt;&lt;br /&gt;
|-|Nintendo Wii U=&lt;br /&gt;
Inkay allows for switching between Pretendo and Nintendo Networks. To use Inkay press {{B|L + DOWN + SELECT}} on the Wii U Gamepad to open the Plugin Menu, then press {{B|A}} on &#039;&#039;&#039;Inkay&#039;&#039;&#039;&lt;br /&gt;
* To connect to Nintendo Network, set &#039;&#039;&#039;Connect to the Pretendo Network&#039;&#039;&#039; to &amp;lt;code&amp;gt;false&amp;lt;/code&amp;gt;&lt;br /&gt;
* To connect to Pretendo Network, set &#039;&#039;&#039;Connect to the Pretendo Network&#039;&#039;&#039; to &amp;lt;code&amp;gt;true&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
While on the Pretendo Network, launch a [https://games.pretendo.zip supported game] to play online with other Pretendo users.&lt;br /&gt;
Some features, notably Pretendo&#039;s Miiverse replacement Juxtaposition, will require a PNID to function. A PNID is a unique identifier, functioning the same as Nintendo&#039;s NNIDs. To create a PNID, tap on your profile icon in the Wii U Menu -&amp;gt; &#039;&#039;&#039;Create/Link Nintendo Network ID&#039;&#039;&#039;. Alternatively, [https://pretendo.network/account/register register for an account] using the Pretendo website, and then link an existing PNID instead.&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== SD file layout ===&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Nintendo 3DS=&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* {{Tree icon|sd}} (root)&lt;br /&gt;
** {{Tree icon|d}} 3ds&lt;br /&gt;
*** {{Tree icon|f}} nimbus.3dsx&lt;br /&gt;
*** {{Tree icon|f}} juxt-prod.pem&lt;br /&gt;
** {{Tree icon|d}} luma&lt;br /&gt;
*** {{Tree icon|d}} sysmodules&lt;br /&gt;
**** {{Tree icon|f}}0004013000002902.ips&lt;br /&gt;
**** {{Tree icon|f}}0004013000002E02.ips&lt;br /&gt;
**** {{Tree icon|f}}0004013000002F02.ips&lt;br /&gt;
**** {{Tree icon|f}}0004013000003202.ips&lt;br /&gt;
**** {{Tree icon|f}}0004013000003802.ips&lt;br /&gt;
*** {{Tree icon|d}} titles&lt;br /&gt;
**** {{Tree icon|d}}000400300000BC02&lt;br /&gt;
**** {{Tree icon|d}}000400300000BD02&lt;br /&gt;
**** {{Tree icon|d}}000400300000BE02&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Nintendo Wii U=&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
{{Tree list}}&lt;br /&gt;
* {{Tree icon|sd}} (root)&lt;br /&gt;
** {{Tree icon|d}} wiiu&lt;br /&gt;
*** {{Tree icon|d}} environments&lt;br /&gt;
**** {{Tree icon|d}} aroma&lt;br /&gt;
***** {{Tree icon|d}} modules&lt;br /&gt;
****** {{Tree icon|d}} setup&lt;br /&gt;
******* {{Tree icon|f}} 30_nimble.rpx&lt;br /&gt;
***** {{Tree icon|d}} plugins&lt;br /&gt;
****** {{Tree icon|f}} Inkay-pretendo.wps&lt;br /&gt;
{{Tree list/end}}&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew&amp;diff=6992</id>
		<title>User:ManiacOfHomebrew</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew&amp;diff=6992"/>
		<updated>2024-11-19T22:56:04Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: this has been a long time coming&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello. I like cubes with derpy faces and stuff. Here&#039;s some of that stuff:&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/3DS 12-hour Clock|3DS 12-hour clock]] - In case you&#039;re &#039;murican! (Or any other country that has a 12-hour clock I guess)&lt;br /&gt;
&lt;br /&gt;
[[User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)|Installing boot9strap (MSET9-ChromeOS)]] - I have no idea why you would do this.&lt;br /&gt;
&lt;br /&gt;
[https://skater.nintendohomebrew.com super-skaterhax AIO generator] - Used on the [[3ds-guide:installing-boot9strap-(super-skaterhax)|guide]]! ([https://maniacofgithub.github.io/super-skaterhax-site/ Mirror because ISPs hate this site for some reason])&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:System_Transfer/Target_has_CFW&amp;diff=6941</id>
		<title>3DS:System Transfer/Target has CFW</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:System_Transfer/Target_has_CFW&amp;diff=6941"/>
		<updated>2024-11-05T21:02:27Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: source console, cuz it&amp;#039;s getting copied over and the target sd card is gonna be emptied&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The system transfer process is mostly the same as it would be done without CFW on either device, but you will need to use faketik at the end to restore any applications and games that did not come from the eShop.&amp;lt;!--If the target console does not already have CFW, follow [[../Target is stock|this guide]] instead.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What You Need ==&lt;br /&gt;
&lt;br /&gt;
* The latest release of {{GitHub|/d0k3/GodMode9/releases/latest|GodMode9}} (the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
* The latest release of {{GitHub|ihaveamac/faketik/releases/latest|faketik}} (the &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
=== Section I - Prep Work ===&lt;br /&gt;
&lt;br /&gt;
* For &#039;&#039;&#039;both consoles&#039;&#039;&#039;, perform the following steps:&lt;br /&gt;
*# Power off your device&lt;br /&gt;
*# Insert your SD card into your computer&lt;br /&gt;
*# Copy &amp;lt;code&amp;gt;GodMode9.firm&amp;lt;/code&amp;gt; from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
*# Copy the &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; folder from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
* For the &#039;&#039;&#039;source console&#039;&#039;&#039;, perform the following steps:&lt;br /&gt;
*# Create a folder named &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; on the root of your SD card if it does not already exist&lt;br /&gt;
*# Copy &amp;lt;code&amp;gt;faketik.3dsx&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/3ds/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
* Reinsert both SD cards into their respective consoles&lt;br /&gt;
&lt;br /&gt;
=== Section II - NAND Backup ===&lt;br /&gt;
&lt;br /&gt;
Creating a NAND backup of both consoles is a good idea in case something goes wrong. It ensures you can recover your data in the event of an error.&lt;br /&gt;
&lt;br /&gt;
* For &#039;&#039;&#039;both consoles&#039;&#039;&#039;, perform the following steps:&lt;br /&gt;
*# Press and hold {{B|START}}, and while holding {{B|START}}, power on your device. This will launch GodMode9&lt;br /&gt;
*# Press {{B|HOME}} to bring up the action menu&lt;br /&gt;
*# Select &amp;quot;Scripts...&amp;quot;&lt;br /&gt;
*# Select &amp;quot;GM9Megascript&amp;quot;&lt;br /&gt;
*# Select &amp;quot;Backup Options&amp;quot;&lt;br /&gt;
*# Select &amp;quot;SysNAND Backup&amp;quot;&lt;br /&gt;
*# Press {{B|A}} to confirm&lt;br /&gt;
*#* This process will take some time&lt;br /&gt;
*#* If you get an error, make sure that you have at least 1.3GB of free space on your SD card&lt;br /&gt;
*# Press {{B|A}} to continue&lt;br /&gt;
*# Press {{B|B}} to return to the main menu&lt;br /&gt;
*# Select &amp;quot;Exit&amp;quot;&lt;br /&gt;
*# Press {{B|A}} to relock write permissions if prompted&lt;br /&gt;
*# Press {{B|R|START}} to power off your console&lt;br /&gt;
*# Insert the console&#039;s SD card into your computer&lt;br /&gt;
*# Copy &amp;lt;code&amp;gt;&amp;lt;date&amp;gt;_&amp;lt;serialnumber&amp;gt;_sysnand_00.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;date&amp;gt;_&amp;lt;serialnumber&amp;gt;_sysnand_00.bin.sha&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;/gm9/out&amp;lt;/code&amp;gt; to a safe place on your computer, then delete both files from the SD card&lt;br /&gt;
*# Reinsert the SD card into its console&lt;br /&gt;
&lt;br /&gt;
=== Section III - System Transfer ===&lt;br /&gt;
&lt;br /&gt;
# [https://en-americas-support.nintendo.com/app/answers/detail/a_id/14169 Perform the system transfer as usual]. If you are transferring from a Old 3DS to a New 3DS, choose the option &#039;&#039;&#039;PC-Based Transfer&#039;&#039;&#039; when asked, not &#039;&#039;&#039;Wireless Transfer&#039;&#039;&#039; or &#039;&#039;&#039;Low-Capacity microSD Card Transfer&#039;&#039;&#039;&lt;br /&gt;
#* The prompt mentioning this is not given when transferring between two Old 3DS consoles or two New 3DS consoles. These transfers are almost the same as PC-Based Transfers, but ask you to move the &#039;&#039;&#039;source console&#039;&#039;&#039;&#039;s physical SD card to the &#039;&#039;&#039;target console&#039;&#039;&#039; rather than just copy the data over. This part can be ignored without consequence, and you can copy the data between the SD cards anyway&lt;br /&gt;
#* If you have the option to pick a PC-Based Transfer but do not have access to a PC, be aware that during a Wireless Transfer, homebrew software, cartridge dumps, and any other data only obtainable through CFW will not be transferred over. You will need to take extra steps to reobtain the lost data.&lt;br /&gt;
&lt;br /&gt;
=== Next Steps - Branching of the Way ===&lt;br /&gt;
&lt;br /&gt;
Were you able to perform a &#039;&#039;&#039;PC-Based Transfer&#039;&#039;&#039; in Section III?&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Yes=&lt;br /&gt;
&lt;br /&gt;
{{info|text=&#039;&#039;&#039;The source console is finished.&#039;&#039;&#039; The following steps should only be performed on &#039;&#039;&#039;the target console&#039;&#039;&#039;.}}&lt;br /&gt;
&lt;br /&gt;
=== Section IV - Homebrew Launcher ===&lt;br /&gt;
&lt;br /&gt;
# Launch the Download Play application&lt;br /&gt;
# Wait until you see the Nintendo 3DS and Nintendo DS buttons&lt;br /&gt;
# Press {{B|L}} + {{B|D-PAD DOWN}} + {{B|SELECT}} at the same time to open the Rosalina menu&lt;br /&gt;
# Select &amp;quot;Miscellaneous options&amp;quot;&lt;br /&gt;
# Select &amp;quot;Switch the hb. title to the current app.&amp;quot;&lt;br /&gt;
# Press {{B|B}} to continue&lt;br /&gt;
# Press {{B|B}} to return to the Rosalina main menu&lt;br /&gt;
# Press {{B|B}} to exit the Rosalina menu&lt;br /&gt;
# Press {{B|HOME}}, then close Download Play&lt;br /&gt;
# Launch the Download Play application&lt;br /&gt;
# Your device should load the Homebrew Launcher&lt;br /&gt;
&lt;br /&gt;
=== Section V - faketik ===&lt;br /&gt;
&lt;br /&gt;
# Launch faketik from the list of homebrew&lt;br /&gt;
#* If you receive the error &amp;quot;The External Title Database is not available.&amp;quot;, ensure that the correct SD card is inserted into the console&lt;br /&gt;
# Press {{B|HOME}}, then close Download Play&lt;br /&gt;
&lt;br /&gt;
{{success|text=The transfer is complete! Note that you may have to unwrap all the icons that were restored by faketik.}}&lt;br /&gt;
&lt;br /&gt;
|-|No, but a Wireless Transfer succeeded=&lt;br /&gt;
&lt;br /&gt;
=== Section IV - Homebrew File Recovery ===&lt;br /&gt;
&lt;br /&gt;
This section will have you manually copy all homebrew files onto the &#039;&#039;&#039;target console&#039;&#039;&#039;, as wireless transfers actively refuse them.&lt;br /&gt;
&lt;br /&gt;
# On the &#039;&#039;&#039;target console&#039;&#039;&#039;, note all apps that should have appeared but are missing&lt;br /&gt;
# Insert the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card into your PC, and copy the homebrew data off of it and onto your PC&lt;br /&gt;
#*Everything except the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;DCIM&amp;lt;/code&amp;gt; folders is considered homebrew data&lt;br /&gt;
# Take out the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card but leave it out of its console, and insert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into your PC&lt;br /&gt;
# Move all of the files you copied off of the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card onto the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card&lt;br /&gt;
# Reinsert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into its console&lt;br /&gt;
# Redo [[3dsguide:finalizing-setup|Finalizing Setup]] on the &#039;&#039;&#039;target console&#039;&#039;&#039;. This will ensure you have backups available in case the next section does not work as intended&lt;br /&gt;
&lt;br /&gt;
=== Section V - Homebrew App Recovery ===&lt;br /&gt;
{{Section WIP|notes=Provide more detailed instructions on how to use ninfs.}}&lt;br /&gt;
&lt;br /&gt;
This section will restore all games/savedata that the Wireless Transfer refused to copy over.&lt;br /&gt;
&lt;br /&gt;
# Insert the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card into your PC and mount its &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder using [[ninfs]] &lt;br /&gt;
# Copy all games/savedata that were not transferred onto the &#039;&#039;&#039;target console&#039;&#039;&#039; onto somewhere on your PC&lt;br /&gt;
# Unmount the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder and reinsert its SD card into its console &lt;br /&gt;
# Insert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into your PC&lt;br /&gt;
# Mount the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder in ninfs, and add all copied games/savedata from your PC into the existing contents&lt;br /&gt;
# Unmount the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder from ninfs, but keep the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card inserted&lt;br /&gt;
# [[3DS:Rebuild Title Database|Rebuild title.db]] on the &#039;&#039;&#039;target console&#039;&#039;&#039; to force all the new apps to appear&lt;br /&gt;
# Reinsert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into its console&lt;br /&gt;
&lt;br /&gt;
{{success|text=The transfer is complete! Note that you may have to unwrap all the icons that were restored.}}&lt;br /&gt;
&lt;br /&gt;
|-|No, the transfer failed=&lt;br /&gt;
&lt;br /&gt;
Attempt to redo the transfer. If it continues to give errors, join the [[Get support|Nintendo Homebrew Discord]] and ask, in English, for help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:System_Transfer/Target_has_CFW&amp;diff=6940</id>
		<title>3DS:System Transfer/Target has CFW</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:System_Transfer/Target_has_CFW&amp;diff=6940"/>
		<updated>2024-11-05T20:58:09Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: faketik not copied lol&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The system transfer process is mostly the same as it would be done without CFW on either device, but you will need to use faketik at the end to restore any applications and games that did not come from the eShop.&amp;lt;!--If the target console does not already have CFW, follow [[../Target is stock|this guide]] instead.--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== What You Need ==&lt;br /&gt;
&lt;br /&gt;
* The latest release of {{GitHub|/d0k3/GodMode9/releases/latest|GodMode9}} (the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
* The latest release of {{GitHub|ihaveamac/faketik/releases/latest|faketik}} (the &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
=== Section I - Prep Work ===&lt;br /&gt;
&lt;br /&gt;
* For &#039;&#039;&#039;both consoles&#039;&#039;&#039;, perform the following steps:&lt;br /&gt;
*# Power off your device&lt;br /&gt;
*# Insert your SD card into your computer&lt;br /&gt;
*# Copy &amp;lt;code&amp;gt;GodMode9.firm&amp;lt;/code&amp;gt; from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
*# Copy the &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; folder from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
* For the &#039;&#039;&#039;target console&#039;&#039;&#039;, perform the following steps:&lt;br /&gt;
*# Create a folder named &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; on the root of your SD card if it does not already exist&lt;br /&gt;
*# Copy &amp;lt;code&amp;gt;faketik.3dsx&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/3ds/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
* Reinsert both SD cards into their respective consoles&lt;br /&gt;
&lt;br /&gt;
=== Section II - NAND Backup ===&lt;br /&gt;
&lt;br /&gt;
Creating a NAND backup of both consoles is a good idea in case something goes wrong. It ensures you can recover your data in the event of an error.&lt;br /&gt;
&lt;br /&gt;
* For &#039;&#039;&#039;both consoles&#039;&#039;&#039;, perform the following steps:&lt;br /&gt;
*# Press and hold {{B|START}}, and while holding {{B|START}}, power on your device. This will launch GodMode9&lt;br /&gt;
*# Press {{B|HOME}} to bring up the action menu&lt;br /&gt;
*# Select &amp;quot;Scripts...&amp;quot;&lt;br /&gt;
*# Select &amp;quot;GM9Megascript&amp;quot;&lt;br /&gt;
*# Select &amp;quot;Backup Options&amp;quot;&lt;br /&gt;
*# Select &amp;quot;SysNAND Backup&amp;quot;&lt;br /&gt;
*# Press {{B|A}} to confirm&lt;br /&gt;
*#* This process will take some time&lt;br /&gt;
*#* If you get an error, make sure that you have at least 1.3GB of free space on your SD card&lt;br /&gt;
*# Press {{B|A}} to continue&lt;br /&gt;
*# Press {{B|B}} to return to the main menu&lt;br /&gt;
*# Select &amp;quot;Exit&amp;quot;&lt;br /&gt;
*# Press {{B|A}} to relock write permissions if prompted&lt;br /&gt;
*# Press {{B|R|START}} to power off your console&lt;br /&gt;
*# Insert the console&#039;s SD card into your computer&lt;br /&gt;
*# Copy &amp;lt;code&amp;gt;&amp;lt;date&amp;gt;_&amp;lt;serialnumber&amp;gt;_sysnand_00.bin&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;date&amp;gt;_&amp;lt;serialnumber&amp;gt;_sysnand_00.bin.sha&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;/gm9/out&amp;lt;/code&amp;gt; to a safe place on your computer, then delete both files from the SD card&lt;br /&gt;
*# Reinsert the SD card into its console&lt;br /&gt;
&lt;br /&gt;
=== Section III - System Transfer ===&lt;br /&gt;
&lt;br /&gt;
# [https://en-americas-support.nintendo.com/app/answers/detail/a_id/14169 Perform the system transfer as usual]. If you are transferring from a Old 3DS to a New 3DS, choose the option &#039;&#039;&#039;PC-Based Transfer&#039;&#039;&#039; when asked, not &#039;&#039;&#039;Wireless Transfer&#039;&#039;&#039; or &#039;&#039;&#039;Low-Capacity microSD Card Transfer&#039;&#039;&#039;&lt;br /&gt;
#* The prompt mentioning this is not given when transferring between two Old 3DS consoles or two New 3DS consoles. These transfers are almost the same as PC-Based Transfers, but ask you to move the &#039;&#039;&#039;source console&#039;&#039;&#039;&#039;s physical SD card to the &#039;&#039;&#039;target console&#039;&#039;&#039; rather than just copy the data over. This part can be ignored without consequence, and you can copy the data between the SD cards anyway&lt;br /&gt;
#* If you have the option to pick a PC-Based Transfer but do not have access to a PC, be aware that during a Wireless Transfer, homebrew software, cartridge dumps, and any other data only obtainable through CFW will not be transferred over. You will need to take extra steps to reobtain the lost data.&lt;br /&gt;
&lt;br /&gt;
=== Next Steps - Branching of the Way ===&lt;br /&gt;
&lt;br /&gt;
Were you able to perform a &#039;&#039;&#039;PC-Based Transfer&#039;&#039;&#039; in Section III?&lt;br /&gt;
----&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|Yes=&lt;br /&gt;
&lt;br /&gt;
{{info|text=&#039;&#039;&#039;The source console is finished.&#039;&#039;&#039; The following steps should only be performed on &#039;&#039;&#039;the target console&#039;&#039;&#039;.}}&lt;br /&gt;
&lt;br /&gt;
=== Section IV - Homebrew Launcher ===&lt;br /&gt;
&lt;br /&gt;
# Launch the Download Play application&lt;br /&gt;
# Wait until you see the Nintendo 3DS and Nintendo DS buttons&lt;br /&gt;
# Press {{B|L}} + {{B|D-PAD DOWN}} + {{B|SELECT}} at the same time to open the Rosalina menu&lt;br /&gt;
# Select &amp;quot;Miscellaneous options&amp;quot;&lt;br /&gt;
# Select &amp;quot;Switch the hb. title to the current app.&amp;quot;&lt;br /&gt;
# Press {{B|B}} to continue&lt;br /&gt;
# Press {{B|B}} to return to the Rosalina main menu&lt;br /&gt;
# Press {{B|B}} to exit the Rosalina menu&lt;br /&gt;
# Press {{B|HOME}}, then close Download Play&lt;br /&gt;
# Launch the Download Play application&lt;br /&gt;
# Your device should load the Homebrew Launcher&lt;br /&gt;
&lt;br /&gt;
=== Section V - faketik ===&lt;br /&gt;
&lt;br /&gt;
# Launch faketik from the list of homebrew&lt;br /&gt;
#* If you receive the error &amp;quot;The External Title Database is not available.&amp;quot;, ensure that the correct SD card is inserted into the console&lt;br /&gt;
# Press {{B|HOME}}, then close Download Play&lt;br /&gt;
&lt;br /&gt;
{{success|text=The transfer is complete! Note that you may have to unwrap all the icons that were restored by faketik.}}&lt;br /&gt;
&lt;br /&gt;
|-|No, but a Wireless Transfer succeeded=&lt;br /&gt;
&lt;br /&gt;
=== Section IV - Homebrew File Recovery ===&lt;br /&gt;
&lt;br /&gt;
This section will have you manually copy all homebrew files onto the &#039;&#039;&#039;target console&#039;&#039;&#039;, as wireless transfers actively refuse them.&lt;br /&gt;
&lt;br /&gt;
# On the &#039;&#039;&#039;target console&#039;&#039;&#039;, note all apps that should have appeared but are missing&lt;br /&gt;
# Insert the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card into your PC, and copy the homebrew data off of it and onto your PC&lt;br /&gt;
#*Everything except the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;DCIM&amp;lt;/code&amp;gt; folders is considered homebrew data&lt;br /&gt;
# Take out the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card but leave it out of its console, and insert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into your PC&lt;br /&gt;
# Move all of the files you copied off of the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card onto the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card&lt;br /&gt;
# Reinsert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into its console&lt;br /&gt;
# Redo [[3dsguide:finalizing-setup|Finalizing Setup]] on the &#039;&#039;&#039;target console&#039;&#039;&#039;. This will ensure you have backups available in case the next section does not work as intended&lt;br /&gt;
&lt;br /&gt;
=== Section V - Homebrew App Recovery ===&lt;br /&gt;
{{Section WIP|notes=Provide more detailed instructions on how to use ninfs.}}&lt;br /&gt;
&lt;br /&gt;
This section will restore all games/savedata that the Wireless Transfer refused to copy over.&lt;br /&gt;
&lt;br /&gt;
# Insert the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; SD card into your PC and mount its &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder using [[ninfs]] &lt;br /&gt;
# Copy all games/savedata that were not transferred onto the &#039;&#039;&#039;target console&#039;&#039;&#039; onto somewhere on your PC&lt;br /&gt;
# Unmount the &#039;&#039;&#039;source console&#039;s&#039;&#039;&#039; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder and reinsert its SD card into its console &lt;br /&gt;
# Insert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into your PC&lt;br /&gt;
# Mount the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder in ninfs, and add all copied games/savedata from your PC into the existing contents&lt;br /&gt;
# Unmount the &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; folder from ninfs, but keep the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card inserted&lt;br /&gt;
# [[3DS:Rebuild Title Database|Rebuild title.db]] on the &#039;&#039;&#039;target console&#039;&#039;&#039; to force all the new apps to appear&lt;br /&gt;
# Reinsert the &#039;&#039;&#039;target console&#039;s&#039;&#039;&#039; SD card into its console&lt;br /&gt;
&lt;br /&gt;
{{success|text=The transfer is complete! Note that you may have to unwrap all the icons that were restored.}}&lt;br /&gt;
&lt;br /&gt;
|-|No, the transfer failed=&lt;br /&gt;
&lt;br /&gt;
Attempt to redo the transfer. If it continues to give errors, join the [[Get support|Nintendo Homebrew Discord]] and ask, in English, for help.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/sandbox&amp;diff=6938</id>
		<title>User:ManiacOfHomebrew/sandbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/sandbox&amp;diff=6938"/>
		<updated>2024-11-05T00:17:44Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew moved page User:ManiacOfHomebrew/sandbox to User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6937</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6937"/>
		<updated>2024-11-05T00:17:44Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: ManiacOfHomebrew moved page User:ManiacOfHomebrew/sandbox to User:ManiacOfHomebrew/Installing boot9strap (MSET9-ChromeOS)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join [https://discord.gg/MWxPgEp Nintendo Homebrew on Discord] and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them&lt;br /&gt;
#Go to [https://maniacofgithub.github.io/mset9-chromeos/ this website] and click &amp;quot;Copy!&amp;quot; to copy the script to your clipboard&lt;br /&gt;
# Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard&lt;br /&gt;
#*You may want to maximize this window to make it easier to read&lt;br /&gt;
#*Do not close this window or the Files application until you are told to do so&lt;br /&gt;
#Click to the right of the right arrow on the left side of this menu. Your cursor should start blinking&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; and then push Enter. Then, retry this step&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*Ensure that the correct console model and version is displayed&lt;br /&gt;
#Type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;, then press Enter to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reading the disclaimer, type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; again and press Enter to accept it&lt;br /&gt;
#*If you see the message &amp;quot;Created hacked ID1.&amp;quot;, you are ready to continue the guide&lt;br /&gt;
#*Your 3DS will appear to have no data / no user-installed apps on HOME Menu. &#039;&#039;&#039;This is expected.&#039;&#039;&#039; Your data will come back at a later step&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into the console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off your console by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The window should change to this and display &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;&lt;br /&gt;
#**(Image coming soon)&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not ready - check MSET9 status for more details&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Type &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;, then press Enter to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 19&lt;br /&gt;
#Type &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, then press Enter to close the script&lt;br /&gt;
#*Do not close the window&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on your console, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from your console&lt;br /&gt;
#*The menu will refresh and say that no SD card is inserted&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt;, then press Enter to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console &#039;&#039;&#039;without pressing any buttons or touching the screen&#039;&#039;&#039;&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The current state should display &amp;lt;code&amp;gt;Injected&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If you have already removed the trigger file (or never injected in the first place), the current state will show &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;, skip to Step 7&lt;br /&gt;
#Type &amp;lt;code&amp;gt;d&amp;lt;/code&amp;gt;, then press Enter to remove the trigger file&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Type &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt;, then press Enter to remove MSET9&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; close the DevTools Console window and the Files application.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6936</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6936"/>
		<updated>2024-11-04T22:59:47Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: whoops 2.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join [https://discord.gg/MWxPgEp Nintendo Homebrew on Discord] and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them&lt;br /&gt;
#Go to [https://maniacofgithub.github.io/mset9-chromeos/ this website] and click &amp;quot;Copy!&amp;quot; to copy the script to your clipboard&lt;br /&gt;
# Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard&lt;br /&gt;
#*You may want to maximize this window to make it easier to read&lt;br /&gt;
#*Do not close this window or the Files application until you are told to do so&lt;br /&gt;
#Click to the right of the right arrow on the left side of this menu. Your cursor should start blinking&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; and then push Enter. Then, retry this step&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*Ensure that the correct console model and version is displayed&lt;br /&gt;
#Type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;, then press Enter to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reading the disclaimer, type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; again and press Enter to accept it&lt;br /&gt;
#*If you see the message &amp;quot;Created hacked ID1.&amp;quot;, you are ready to continue the guide&lt;br /&gt;
#*Your 3DS will appear to have no data / no user-installed apps on HOME Menu. &#039;&#039;&#039;This is expected.&#039;&#039;&#039; Your data will come back at a later step&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into the console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off your console by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The window should change to this and display &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;&lt;br /&gt;
#**(Image coming soon)&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not ready - check MSET9 status for more details&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Type &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;, then press Enter to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 19&lt;br /&gt;
#Type &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, then press Enter to close the script&lt;br /&gt;
#*Do not close the window&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on your console, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from your console&lt;br /&gt;
#*The menu will refresh and say that no SD card is inserted&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt;, then press Enter to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console &#039;&#039;&#039;without pressing any buttons or touching the screen&#039;&#039;&#039;&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The current state should display &amp;lt;code&amp;gt;Injected&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If you have already removed the trigger file (or never injected in the first place), the current state will show &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;, skip to Step 7&lt;br /&gt;
#Type &amp;lt;code&amp;gt;d&amp;lt;/code&amp;gt;, then press Enter to remove the trigger file&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Type &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt;, then press Enter to remove MSET9&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; close the DevTools Console window and the Files application.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6935</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6935"/>
		<updated>2024-11-04T22:58:14Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Whoops&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join [https://discord.gg/MWxPgEp Nintendo Homebrew on Discord] and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them&lt;br /&gt;
#Go to [https://maniacofgithub.github.io/mset9-chromeos/ this website] and click &amp;quot;Copy!&amp;quot; to copy the script to your clipboard&lt;br /&gt;
# Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard&lt;br /&gt;
#*You may want to maximize this window to make it easier to read&lt;br /&gt;
#*Do not close this window or the Files application until you are told to do so&lt;br /&gt;
#Click to the right of the right arrow on the left side of this menu. Your cursor should start blinking&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; and then push Enter. Then, retry this step&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*Ensure that the correct console model and version is displayed&lt;br /&gt;
#Type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;, then press Enter to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reading the disclaimer, type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; again and press Enter to accept it&lt;br /&gt;
#*If you see the message &amp;quot;Created hacked ID1.&amp;quot;, you are ready to continue the guide&lt;br /&gt;
#*Your 3DS will appear to have no data / no user-installed apps on HOME Menu. &#039;&#039;&#039;This is expected.&#039;&#039;&#039; Your data will come back at a later step&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into the console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off your console by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The window should change to this and display &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;&lt;br /&gt;
#**(Image coming soon)&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not ready - check MSET9 status for more details&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Type &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;, then press Enter to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 19&lt;br /&gt;
#Type &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, then press Enter to close the script&lt;br /&gt;
#*Do not close the window&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on your console, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from your console&lt;br /&gt;
#*The menu will refresh and say that no SD card is inserted&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt;, then press Enter to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console &#039;&#039;&#039;without pressing any buttons or touching the screen&#039;&#039;&#039;&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The current state should display &amp;lt;code&amp;gt;Injected&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If you have already removed the trigger file (or never injected in the first place), the current state will show &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;, skip to Step 6&lt;br /&gt;
#Type &amp;lt;code&amp;gt;d&amp;lt;/code&amp;gt;, then press Enter to remove the trigger file&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Type &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt;, then press Enter to remove MSET9&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; close the DevTools Console window and the Files application.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6934</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6934"/>
		<updated>2024-11-04T22:57:38Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Complete MSET9-ChromeOS guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join [https://discord.gg/MWxPgEp Nintendo Homebrew on Discord] and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them&lt;br /&gt;
#Go to [https://maniacofgithub.github.io/mset9-chromeos/ this website] and click &amp;quot;Copy!&amp;quot; to copy the script to your clipboard&lt;br /&gt;
# Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard&lt;br /&gt;
#*You may want to maximize this window to make it easier to read&lt;br /&gt;
#*Do not close this window or the Files application until you are told to do so&lt;br /&gt;
#Click to the right of the right arrow on the left side of this menu. Your cursor should start blinking&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; and then push Enter. Then, retry this step&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*Ensure that the correct console model and version is displayed&lt;br /&gt;
#Type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt;, then press Enter to begin the process of creating the MSET9 ID1&lt;br /&gt;
#After reading the disclaimer, type &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; again and press Enter to accept it&lt;br /&gt;
#*If you see the message &amp;quot;Created hacked ID1.&amp;quot;, you are ready to continue the guide&lt;br /&gt;
#*Your 3DS will appear to have no data / no user-installed apps on HOME Menu. &#039;&#039;&#039;This is expected.&#039;&#039;&#039; Your data will come back at a later step&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into the console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Open Mii Maker&lt;br /&gt;
#Wait for your console to reach the [[3ds-guide:images/screenshots/mset9/mii-welcome.png|Welcome to Mii Maker]] screen, then exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#*You may see [[3ds-guide:images/screenshots/mset9/mii-extdata.png|this screen]], which indicates the necessary data has been created&lt;br /&gt;
#*If you just reach the [[3ds-guide:images/screenshots/mset9/mii-existing.png|normal]] Mii Maker screen, then the data already exists. Exit Mii Maker and return to the HOME Menu&lt;br /&gt;
#Launch System Settings and navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Software&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Reset&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/database-reset.jpg|image]])&lt;br /&gt;
#*This will not wipe any of your data&lt;br /&gt;
#Power off your console by pressing the power button then tapping Power Off on the lower screen&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The window should change to this and display &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;&lt;br /&gt;
#**(Image coming soon)&lt;br /&gt;
#*If the window says &amp;lt;code&amp;gt;Not ready - check MSET9 status for more details&amp;lt;/code&amp;gt;:&lt;br /&gt;
#**Type &amp;lt;code&amp;gt;b&amp;lt;/code&amp;gt;, then press Enter to check the MSET9 status and follow the directions indicated&lt;br /&gt;
#**Once you have resolved the issue, return to Section I Step 19&lt;br /&gt;
#Type &amp;lt;code&amp;gt;z&amp;lt;/code&amp;gt;, then press Enter to close the script&lt;br /&gt;
#*Do not close the window&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console&lt;br /&gt;
&lt;br /&gt;
===Section II - MSET9===&lt;br /&gt;
In this section, you will trigger MSET9 to launch SafeB9SInstaller (the custom firmware installer).&lt;br /&gt;
{{Warning|Text=These instructions must be followed &#039;&#039;&#039;EXACTLY&#039;&#039;&#039;, so double-check EVERYTHING you are doing to avoid errors!}}&lt;br /&gt;
#Power on your console, ensuring System Settings is selected&lt;br /&gt;
#*If System Settings is not selected, [[3ds-guide:images/screenshots/mset9/hover-settings.png|hover over]] the System Settings icon using the D-Pad, power your console off, then back on&lt;br /&gt;
#Press {{B|A}} to launch System Settings&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Data Management&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;Extra Data&amp;lt;/code&amp;gt; ([[3ds-guide:images/screenshots/mset9/settings-extdata.png|image]])&lt;br /&gt;
#&#039;&#039;&#039;Do not press any buttons or touch the screen&#039;&#039;&#039;&lt;br /&gt;
#&#039;&#039;&#039;With the console STILL ON, and without pressing any buttons or touching the screen,&#039;&#039;&#039; remove your SD card from your console&lt;br /&gt;
#*The menu will refresh and say that no SD card is inserted&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;c&amp;lt;/code&amp;gt;, then press Enter to inject MSET9&lt;br /&gt;
#*You should see &amp;quot;MSET9 successfully injected!&amp;quot;&lt;br /&gt;
#Eject the SD card from the Chromebook, either by typing &amp;lt;code&amp;gt;eject&amp;lt;/code&amp;gt; into the DevTools Console or by selecting the eject icon in the Files app&lt;br /&gt;
#Reinsert your SD card into your console &#039;&#039;&#039;without pressing any buttons or touching the screen&#039;&#039;&#039;&lt;br /&gt;
#If the exploit was successful, you will have booted into SafeB9SInstaller&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing boot9strap===&lt;br /&gt;
In this section, you will install custom firmware onto your console.&lt;br /&gt;
#When prompted, input the key combo given on the top screen to install boot9strap&lt;br /&gt;
#*If a step on the lower screen has red-colored text, and you are not prompted to input a key combo, [[3ds-guide:troubleshooting-mset9.html|follow this troubleshooting guide]]&lt;br /&gt;
#Once it is complete, press {{B|A}} to reboot your console&lt;br /&gt;
#Your device should have rebooted into the Luma3DS configuration menu&lt;br /&gt;
#*Luma3DS configuration menu are settings for the Luma3DS custom firmware. Many of these settings may be useful for customization or debugging&lt;br /&gt;
#*For the purpose of this guide, these settings will be left on default settings&lt;br /&gt;
#*If your device shuts down when you try to power it on, ensure that you have copied &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; from the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#Press (Start) to save and reboot&lt;br /&gt;
&lt;br /&gt;
===Section IV - Removing MSET9===&lt;br /&gt;
In this section, you will remove MSET9 to prevent further issues and to restore your user data (games, themes, etc). (This will not remove the custom firmware that you have just installed.)&lt;br /&gt;
{{Warning|text=Do NOT skip this section! If you skip it, applications may crash unexpectedly and you will encounter errors on the next page!}}&lt;br /&gt;
#Power off your console&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Select your SD card on the sidebar on the left in the Files application&lt;br /&gt;
#In the DevTools Console window, type &amp;lt;code&amp;gt;restart&amp;lt;/code&amp;gt; and press Enter to run the MSET9-ChromeOS script&lt;br /&gt;
#*If you closed the Files window or the DevTools Console window, this will not work&lt;br /&gt;
#*Instead, you should redo Section I Steps 3 through 8&lt;br /&gt;
#Type the characters corresponding to your console model and version, then press Enter&lt;br /&gt;
#*The current state should display &amp;lt;code&amp;gt;Injected&amp;lt;/code&amp;gt;&lt;br /&gt;
#*If you have already removed the trigger file (or never injected in the first place), the current state will show &amp;lt;code&amp;gt;Ready&amp;lt;/code&amp;gt;, skip to Step 6&lt;br /&gt;
#Type &amp;lt;code&amp;gt;d&amp;lt;/code&amp;gt;, then press Enter to remove the trigger file&lt;br /&gt;
#*You should see &amp;quot;Removed trigger file.&amp;quot;&lt;br /&gt;
#Type &amp;lt;code&amp;gt;e&amp;lt;/code&amp;gt;, then press Enter to remove MSET9&lt;br /&gt;
#*You should see &amp;quot;Successfully removed MSET9!&amp;quot;&lt;br /&gt;
{{Info|text=You can &#039;&#039;&#039;now&#039;&#039;&#039; close the DevTools Console window and the Files application.}}&lt;br /&gt;
At this point, your console will boot to Luma3DS by default.&lt;br /&gt;
&lt;br /&gt;
*Luma3DS does not look any different from the normal HOME Menu. If your console has booted into the HOME Menu, it is running custom firmware.&lt;br /&gt;
*On the next page, you will install useful homebrew applications to complete your setup.&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=Did you follow Section IV (Removing MSET9)? That section is MANDATORY!}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3dsguide:finalizing-setup|Finalizing Setup]]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6933</id>
		<title>3DS:Alternate Exploits/Installing boot9strap (MSET9-ChromeOS)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Installing_boot9strap_(MSET9-ChromeOS)&amp;diff=6933"/>
		<updated>2024-11-04T15:38:35Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Start making the MSET9-ChromeOS guide&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Required Reading==&lt;br /&gt;
This is an alternative to the normal MSET9 Play Store guide that ChromeOS and Android devices would normally use. This version ports over the new features of MSET9 v2.0 and features a script that looks far more similar to the one used in the MSET9 CLI guide.&lt;br /&gt;
&lt;br /&gt;
==Compatibility Notes==&lt;br /&gt;
{{Warning|text=This script is only compatible with Chromebooks and other devices running ChromeOS. If you are on a Windows, Mac, or Linux device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-cli).html MSET9 CLI guide] instead. If you are on an Android device, you should follow the [https://3ds.hacks.guide/installing-boot9strap-(mset9-play-store).html MSET9 Play Store guide] instead. If you do not have access to any of these devices, you will need to use an [[3DS:Alternate Exploits|alternate exploit]].}}&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/hacks-guide/MSET9/releases/latest MSET9]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{Info|text=On this page, you will use the MSET9-ChromeOS script, which is used to trigger MSET9. While the script is in progress, user data will temporarily disappear but will return upon the completion of this page. If you get an error when running the script, please join [https://discord.gg/MWxPgEp Nintendo Homebrew on Discord] and ping &amp;lt;code&amp;gt;@_themaniac&amp;lt;/code&amp;gt; for assistance.}}&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work===&lt;br /&gt;
In this section, you will prepare the MSET9 exploit by temporarily creating a new HOME Menu profile with no user data, and then setting up that profile with only the minimum data required for MSET9 to trigger. Your existing user data will disappear, but will come back when you are finished with this page.&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your Chromebook&lt;br /&gt;
#Open the MSET9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file from your Downloads folder, and copy everything inside to the root of your SD card&lt;br /&gt;
#*Before copying, ensure that none of the files inside the ZIP are already on the SD card. If they are, delete them.&lt;br /&gt;
#Go to this website and copy the code to your clipboard.&lt;br /&gt;
#Open the ChromeOS Files application by pressing {{B|Alt|Shift|M}} on your keyboard.&lt;br /&gt;
#Select your SD card on the sidebar on the left.&lt;br /&gt;
#Open the DevTools Console for the Files application by pressing {{B|Ctrl|Shift|J}} on your keyboard.&lt;br /&gt;
#*You may want to maximize this window to make it easier to read.&lt;br /&gt;
#Click to the right of the blue arrow on the left side of this menu. Your cursor should start blinking.&lt;br /&gt;
#Press {{B|Ctrl|V}} to paste the code then push enter. The MSET9-ChromeOS script should start.&lt;br /&gt;
#*If you see a warning about not pasting code into the console that you do not understand, type &amp;lt;code&amp;gt;allow pasting&amp;lt;/code&amp;gt; into the box then and then push enter. Then, retry this step.&lt;br /&gt;
#*This script does not contain malware, sends no data to any server, and does not even require an internet connection. If you wish, you can read the code on the site where you copied it from to verify this.&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Remove_Parental_Controls&amp;diff=6448</id>
		<title>3DS:Remove Parental Controls</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Remove_Parental_Controls&amp;diff=6448"/>
		<updated>2024-08-16T13:05:56Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Change mkey link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{shortcut|3DS:RMPC}}&lt;br /&gt;
This page is about how to remove Parental Controls, assuming you do not know the PIN or the answer to the secret question.&lt;br /&gt;
&lt;br /&gt;
{{warning|text=&#039;&#039;&#039;Disclaimer:&#039;&#039;&#039; You should only do this on consoles that you fully own or where you have been granted permission. We are not liable for any consequences that may come from removing Parental Controls on someone else&#039;s console.}}&lt;br /&gt;
&lt;br /&gt;
== With homebrew (CFW required) ==&lt;br /&gt;
&lt;br /&gt;
[[udb:3ds/3ds-parentalunlock|3DS-ParentalUnlock]] can remove Parental Controls.&lt;br /&gt;
&lt;br /&gt;
{{info|text=If you cannot enter Homebrew Launcher due to Parental Controls, try using a different target title to load homebrew: [[3DS:Troubleshooting/manually entering homebrew launcher]]}}&lt;br /&gt;
&lt;br /&gt;
== Using mkey generator (CFW not required) ==&lt;br /&gt;
&lt;br /&gt;
This method does not require custom firmware to be installed on your device, as it uses a website to generate a master key for your device.&lt;br /&gt;
&lt;br /&gt;
{{info|text=If there is a Nintendo Network ID for a child linked to the console, Parental Controls cannot be disabled with System Settings. Instead you will need to use the homebrew program [[#With homebrew (CFW required)|3DS-ParentalUnlock]]. Note that you can still set up homebrew and custom firmware even if Parental Controls are enabled.}}&lt;br /&gt;
&lt;br /&gt;
#Launch System Settings on your console&lt;br /&gt;
#Navigate to the Parental Controls menu&lt;br /&gt;
#When asked if you would like to change your Parental Control settings, select &amp;quot;Forgot PIN&amp;quot;&lt;br /&gt;
#When asked for the answer to your secret question, select &amp;quot;I Forgot&amp;quot;&lt;br /&gt;
#If asked if you would like to send a master key to the e-mail address registered with the account, select &amp;quot;Cancel&amp;quot;&lt;br /&gt;
#*If you do not see this prompt, you should skip this step&lt;br /&gt;
#You should now see a screen with the title &amp;quot;Obtaining a master key.&amp;quot; Open the mkey generator at [https://mkey.nintendohomebrew.com Nintendo Homebrew] and input the following information:&lt;br /&gt;
#*Set the &amp;quot;Device type&amp;quot; to &amp;quot;3DS&amp;quot;&lt;br /&gt;
#*Set the &amp;quot;System date&amp;quot; to your console&#039;s current date, displayed at the top right of the top screen&lt;br /&gt;
#*Leave the &amp;quot;Additional data&amp;quot; field blank&lt;br /&gt;
#*Set the &amp;quot;Inquiry number&amp;quot; to the number in the middle of the bottom screen&lt;br /&gt;
#Select the &amp;quot;Go&amp;quot; button on the website&lt;br /&gt;
#Select the &amp;quot;OK&amp;quot; button on the console&lt;br /&gt;
#Input the master key outputted at the top of the webpage.&lt;br /&gt;
#When asked to choose a new PIN, select &amp;quot;Cancel&amp;quot;&lt;br /&gt;
#Select &amp;quot;Clear Settings&amp;quot; then &amp;quot;Delete&amp;quot; to delete Parental Controls&lt;br /&gt;
#*If settings cannot be deleted due to a child Nintendo Network ID being linked, instead change the PIN to one that you can remember and remove it later [[#With homebrew (CFW required)|with homebrew]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Wii_U:Hardmod_unbrick&amp;diff=6447</id>
		<title>Wii U:Hardmod unbrick</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Wii_U:Hardmod_unbrick&amp;diff=6447"/>
		<updated>2024-08-15T21:01:10Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ombox|type=speedy|text=This guide is now outdated since there is a software exploit that allows unbricking without soldering! There is a guide for it [https://gbatemp.net/threads/cbhc-unbrick-guide-without-soldering.613371/ here]. UDPIH will not work if you somehow deleted OSv10 (00050010-1000400A), so you &#039;&#039;must&#039;&#039; hardmod the system.}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Start ==&lt;br /&gt;
&lt;br /&gt;
Hello and welcome to the new and improved &amp;lt;s&amp;gt;freddy fazbears pizza&amp;lt;/s&amp;gt; Wii U Unbrick Guide. This Guide only covers the SLC (Wii U).&lt;br /&gt;
&lt;br /&gt;
Usually if you need to restore vWii NAND, there is [https://gbatemp.net/threads/release-vwii-nand-restorer.560948/ vWii NAND Restorer] (Needs backup) or [https://gbatemp.net/threads/vwii-decaffeinator-restore-vwii-without-a-nand-backup.566252/ vWii Decaffenator] (Doesn’t need backup)&lt;br /&gt;
&lt;br /&gt;
Wii U doesnt have something like that yet though. so we have to open up the console and solder some wires to the NAND.&lt;br /&gt;
&lt;br /&gt;
To unbrick the Wii U we will use an Rasberry Pi. I have only ever used an RPi0 but the pinouts should be the same on every RPi. If you want to use a Teensy to unbrick, refer to [https://gbatemp.net/threads/guide-kaflukes-hardmod-cbhc-unbrick-guide.476725/ this guide]&lt;br /&gt;
&lt;br /&gt;
== What you need ==&lt;br /&gt;
&lt;br /&gt;
* An slc.bin dump from &#039;&#039;before&#039;&#039; the brick, or an otp.bin dump.&lt;br /&gt;
* A Raspberry Pi and MicroSD for the Raspberry Pi.&lt;br /&gt;
* Decent soldering equipment.&lt;br /&gt;
* Decent soldering skills.&lt;br /&gt;
* Ability to follow instructions.&lt;br /&gt;
* A Lot of time.&lt;br /&gt;
* A Decent understanding of Linux.&lt;br /&gt;
* Last but not least, A Brain.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;setting-up-the-software&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Setting up the software ===&lt;br /&gt;
&lt;br /&gt;
# Set up RPIOS on a MicroSD. (Guide: https://www.raspberrypi.com/documentation/computers/getting-started.html)&lt;br /&gt;
# Power on your RPI and connect it to the internet.&lt;br /&gt;
# Open up a terminal (&amp;lt;code&amp;gt;CTRL ALT T&amp;lt;/code&amp;gt;) and run &amp;lt;code&amp;gt;wget https://raw.githubusercontent.com/Lazr1026/unbrick/main/pinand.sh &amp;amp;amp;&amp;amp;amp; chmod +x pinand.sh&amp;lt;/code&amp;gt;&lt;br /&gt;
# Now run &amp;lt;code&amp;gt;./pinand.sh&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;solder-the-rpi-to-wii-u-board&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== Solder the RPI to Wii U board ===&lt;br /&gt;
&lt;br /&gt;
Take apart the Wii U, look up a teardown.&lt;br /&gt;
&lt;br /&gt;
Make sure you are VERY CAREFUL when soldering to these points. one mess up and your console may be dead for good.&lt;br /&gt;
&lt;br /&gt;
Solder Points:&lt;br /&gt;
&lt;br /&gt;
RPI:&lt;br /&gt;
&lt;br /&gt;
[[File:WiiU-hardmod-RPI-pinout.png|600px]]&lt;br /&gt;
&lt;br /&gt;
[[File:WiiU-hardmod-RPI-back.png|600px]]&lt;br /&gt;
&lt;br /&gt;
Wii U Board:&lt;br /&gt;
&lt;br /&gt;
[[File:WiiU-hardmod-RPI-solder.jpg|600px]]&lt;br /&gt;
&lt;br /&gt;
It should look like this when finished.&lt;br /&gt;
&lt;br /&gt;
[[File:WiiU-hardmod-done.png|600px]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fixing-the-nand&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
== Fixing the NAND ==&lt;br /&gt;
&lt;br /&gt;
Note: Now depending on what the hell you did, you could be doing something WAY different (ie. only restoring certain pages). We will be flashing back an entire SLC image here.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span id=&amp;quot;fixing-the-nand-with-only-otp.bin&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
=== FIXING THE NAND WITH ONLY OTP.BIN ===&lt;br /&gt;
&lt;br /&gt;
Download [https://github.com/koolkdev/wiiuqt/releases/tag/v0.2 Eyekeys NAND Tools] and extract the zip somewhere on your PC.&lt;br /&gt;
&lt;br /&gt;
# Put the Wii U back together enough to get everything plugged in (Disc Drive, Power Button, Fan, Heatsink.)&lt;br /&gt;
# Power on the Wii U.&lt;br /&gt;
# Turn on the RPI.&lt;br /&gt;
# Open up a terminal and run &amp;lt;code&amp;gt;sudo ./pinand 50 read_id&amp;lt;/code&amp;gt;, you should get something like this.&amp;lt;br&amp;gt;[[File:WiiU-hardmod-readid.png|600px]]&lt;br /&gt;
# Run &amp;lt;code&amp;gt;sudo ./pinand 50 read_full 0 262144 slc.bin&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Wait for it to finish reading. (DO NOT UNPLUG THE WII U OR RPI.)&lt;br /&gt;
# Turn off the Wii U and RPI, insert the RPI’ MicroSD in your PC.&lt;br /&gt;
# Copy the &amp;lt;code&amp;gt;slc.bin&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;sd:/home/[USER]&amp;lt;/code&amp;gt; to the NAND Tools folder on your PC. (Hint: Now would be a REALLY good time to copy otp.bin to the folder as well.)&lt;br /&gt;
# Open a Command Prompt and run &amp;lt;code&amp;gt;nandCbhcRemover.exe slc.bin&amp;lt;/code&amp;gt;. See the next section for flashing the NAND back to the Wii U.&lt;br /&gt;
&lt;br /&gt;
=== FIXING THE NAND WITH ONLY SLC.BIN ===&lt;br /&gt;
&lt;br /&gt;
# Insert the RPI’ MicroSD in your PC.&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;slc.bin&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;sd:/home/[USER]&amp;lt;/code&amp;gt;. (OTP Only Users: Click &amp;lt;code&amp;gt;Replace&amp;lt;/code&amp;gt; when asked.)&lt;br /&gt;
# Insert the RPI’ MicroSD into the RPI.&lt;br /&gt;
# Turn on the Wii U.&lt;br /&gt;
# Turn on the RPI.&lt;br /&gt;
# Open a terminal and type in &amp;lt;code&amp;gt;sudo ./pinand 50 read_id&amp;lt;/code&amp;gt;. You should get something like this.&amp;lt;br&amp;gt;[[File:WiiU-hardmod-readid.png|600px]]&lt;br /&gt;
# Run &amp;lt;code&amp;gt;sudo ./pinand 50 erase_blocks 0 4096 &amp;amp;amp;&amp;amp;amp; sudo ./pinand 50 write_full 0 262144 slc.bin&amp;lt;/code&amp;gt;.&lt;br /&gt;
# Wait for it to finish, this will take a LONG time (around 2 days for an RPi0). (DO NOT UNPLUG THE WIIU OR THE RPI.)&lt;br /&gt;
&lt;br /&gt;
== After Flashing ==&lt;br /&gt;
&lt;br /&gt;
# Turn off the Wii U.&lt;br /&gt;
# Turn off the RPI.&lt;br /&gt;
# Put the Wii U back together enough to test if it boots, plug in Disc Drive, Power Button, Fan, Heatsink.&lt;br /&gt;
# Turn on the Wii U, connect an HDMI or AV (or if your Gamepad is still paired, that works too).&lt;br /&gt;
* If it loads to Wii U Menu, congrats, desolder the wires on the Wii U Board and put the system back together. You have successfully done the RPI Hardmod Method.&lt;br /&gt;
* If it does not load to Wii U Menu and Errors, then you did something wrong, or you used the wrong backup. Try Flashing again, or join [https://discord.gg/HNDcTEkcR3 Ivy’s Stuff] and ask for help in &amp;lt;code&amp;gt;#help&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Credits: ==&lt;br /&gt;
&lt;br /&gt;
*[https://github.com/Lazr1026/unbrick] - Created this guide.&lt;br /&gt;
*[https://github.com/rw-r-r-0664 rw-r-r-0644] - sending me an edited pinand and fixing it.&lt;br /&gt;
*[https://github.com/GaryOderNichts GaryOderNichts], [https://github.com/Nightkingale Nightkingale], and agilly1989 - Emotional support while doing this.&lt;br /&gt;
*[https://discord.com/invite/F2PKpEj The 4TU Discord server] - Letting me clog up their wiiu channel over this. &lt;br /&gt;
*[https://forums.raspberrypi.com/ RPi Forums] - Having a thread on [https://forums.raspberrypi.com/viewtopic.php?t=16775 Bit-Banging a TSOP NAND.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Wii U guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Homebrew_Launcher_(PicHaxx)&amp;diff=6244</id>
		<title>3DS:Alternate Exploits/Homebrew Launcher (PicHaxx)</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Alternate_Exploits/Homebrew_Launcher_(PicHaxx)&amp;diff=6244"/>
		<updated>2024-07-17T16:38:00Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: /* Required Reading */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{3DS unavailable eShop|Pokémon Picross}}{{System version outdated article|console=ctr|sysversion=11.17.0-50|reason=The otherapp payload may have been broken in the latest update.}}&lt;br /&gt;
&lt;br /&gt;
==Required Reading==&lt;br /&gt;
&lt;br /&gt;
[https://github.com/zoogie/pichaxx Pichaxx] is an exploit for the game Pokémon Picross released by [https://github.com/zoogie zoogie], originally discovered and [https://twitter.com/mrnbayoh/status/744899681663258624?lang=en demonstrated] by [https://github.com/MrNbaYoh MrNbaYoh]. This method of using Seedminer for further exploitation uses your &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; file to write a custom save file for Pokémon Picross, which can then be used to launch the Homebrew Launcher.&lt;br /&gt;
&lt;br /&gt;
{{warning|text=This process requires your console-specific &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; file. If you don&#039;t have it yet, you can get it by following [[3DS:Seedminer|Seedminer]].}}&lt;br /&gt;
&lt;br /&gt;
{{warning|text=This process will overwrite your Pokémon Picross save file, if you have one. If you wish to preserve your Pokémon Picross game data, you should make a backup of your &amp;lt;code&amp;gt;00000001.sav&amp;lt;/code&amp;gt; file before overwriting it.}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==What You Need==&lt;br /&gt;
*The game &amp;quot;Pokémon Picross&amp;quot; (free on eShop) installed on your device&lt;br /&gt;
**You can scan [http://api.qrserver.com/v1/create-qr-code/?color=000000&amp;amp;bgcolor=FFFFFF&amp;amp;data=ESHOP://50010000037815&amp;amp;margin=0&amp;amp;qzone=1&amp;amp;size=400x400&amp;amp;ecc=L this QR code] using the Nintendo 3DS Camera for a direct link to the eShop app&lt;br /&gt;
**Your SD card must be inserted in your device to install Pokémon Picross&lt;br /&gt;
*Your &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; file from completing Seedminer&lt;br /&gt;
* The latest release of [https://github.com/LumaTeam/Luma3DS/releases/latest Luma3DS] (the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file)&lt;br /&gt;
*[[Media:Otherapps.zip|otherapps.zip]]&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
&lt;br /&gt;
===Section I - Prep Work ===&lt;br /&gt;
&lt;br /&gt;
# Power off your device&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;boot.firm&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;boot.3dsx&amp;lt;/code&amp;gt; from the Luma3DS &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
#*The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it&lt;br /&gt;
#Copy the otherapp payload for your region/version/model from the otherapps &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; file to the root of your SD card and rename it to &amp;lt;code&amp;gt;otherapp.bin&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Section II - PicHaxx===&lt;br /&gt;
#Open [https://3dstools.nhnarwhal.com/#/pichaxx the PicHaxx Injector website] on your computer&lt;br /&gt;
#Select your &amp;lt;code&amp;gt;movable.sed&amp;lt;/code&amp;gt; file&lt;br /&gt;
#Select &amp;quot;Build and Download&amp;quot;&lt;br /&gt;
#Wait for the process to complete&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Nintendo 3DS&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;&amp;lt;ID0&amp;gt;&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;&amp;lt;ID1&amp;gt;&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;00040000&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;0017c100&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; on your SD card &lt;br /&gt;
#*The &amp;lt;code&amp;gt;&amp;lt;ID0&amp;gt;&amp;lt;/code&amp;gt; will be the same one that you used in [[3dsguide:seedminer|Seedminer]]&lt;br /&gt;
#*The &amp;lt;code&amp;gt;&amp;lt;ID1&amp;gt;&amp;lt;/code&amp;gt; is a 32 character long folder inside of the &amp;lt;code&amp;gt;&amp;lt;ID0&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
#Copy the newly downloaded &amp;lt;code&amp;gt;00000001.sav&amp;lt;/code&amp;gt; file to the &amp;lt;code&amp;gt;data&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
#*Overwrite the old save file when prompted&lt;br /&gt;
# Reinsert your SD card into your device&lt;br /&gt;
#Power on your device&lt;br /&gt;
#Launch &amp;quot;Pokémon Picross&amp;quot;&lt;br /&gt;
#If the exploit was successful, your device will have loaded the Homebrew Launcher&lt;br /&gt;
#*If you get an error message, [[3dsguide:troubleshooting#installing-boot9strap-pichaxx|follow this troubleshooting guide]]&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;font-size:200%;&amp;quot;&amp;gt;Continue to [[3DS:Alternate Exploits/Installing boot9strap (nimdsphax)|Installing boot9strap (nimdsphax)]]&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/3DS_12-hour_Clock&amp;diff=6228</id>
		<title>User:ManiacOfHomebrew/3DS 12-hour Clock</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=User:ManiacOfHomebrew/3DS_12-hour_Clock&amp;diff=6228"/>
		<updated>2024-07-11T00:21:48Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: add clarifications about 12-hour time, fix grammar, and &amp;quot;HOME Menu&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#approvable_by: users = ManiacOfHomebrew}}&amp;lt;!-- this should be removed if moved out of userspace --&amp;gt;&lt;br /&gt;
{{Page WIP|notes=*I want to expand this to include AM/PM indicators, but I&#039;m not sure if it&#039;ll be possible.&lt;br /&gt;
*In addition, I would like this to work across all applets, but that will take some time to flesh out.}}&lt;br /&gt;
&lt;br /&gt;
==Required Reading==&lt;br /&gt;
The 3DS uses the 24-hour time format to display the time on the HOME Menu among other applets. This guide shows you how to convert the 3DS system&#039;s clock on the HUD of the HOME Menu to a 12-hour format.&lt;br /&gt;
&lt;br /&gt;
{{Info|text=This will not affect other applets such as System Settings or the Nintendo eShop at the moment, meaning you will only see a 12-hour clock on the HOME Menu.}}{{Info|text=The clock will display in Japanese 12-hour time, which means that 12:00 (both midnight and noon) will be displayed as 0:00. All other hours of the day function as expected.}}&amp;lt;!--&lt;br /&gt;
This guide is based heavily on a custom HOME menu guide by Dungeonfire available at https://axities.github.io/&lt;br /&gt;
However, that guide is decently outdated, and users should be redirected to https://3ds.codeberg.page/homemenu/ instead.&lt;br /&gt;
I left this comment here as attribution ~Aven&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==What You Need== &lt;br /&gt;
&lt;br /&gt;
*The latest version of [https://github.com/schrmh/HMRT Home Menu Rebuilding Tool]&lt;br /&gt;
** To download, click the green code button, and then Download ZIP.&lt;br /&gt;
*The latest version of [https://github.com/IcySon55/3DLandMSBTeditor/releases MSBT Editor Reloaded]&lt;br /&gt;
*The latest version of [[3DS:GodMode9/Usage#Updating GodMode9|GodMode9]] installed&lt;br /&gt;
*A computer running Windows, or Wine for Mac/Linux (Required to run MSBT Editor)&lt;br /&gt;
&lt;br /&gt;
==Instructions==&lt;br /&gt;
{{info|text=In this guide, &amp;lt;code&amp;gt;&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; is to be substituted with your consoles language selection. For example, &amp;lt;code&amp;gt;US_English&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
===Section I: Prep Work===&lt;br /&gt;
&lt;br /&gt;
#Extract Home Menu Rebuilding Tool as well as MSBT Editor Reloaded to a new folder on your computer&lt;br /&gt;
#Press and hold {{Key press|Start}}, and while holding {{Key press|Start}}, power on your console. This will launch GodMode9&lt;br /&gt;
#Press {{Key press|HOME}} to bring up the action menu&lt;br /&gt;
#Select &amp;quot;Title manager&amp;quot;&lt;br /&gt;
#Select &amp;quot;[1:] NAND / TWL&amp;quot;&lt;br /&gt;
#Scroll down through the list and select a title labeled &amp;lt;code&amp;gt;(CTR-N-HMME)&amp;lt;/code&amp;gt;. This is the HOME Menu application&lt;br /&gt;
#Select &amp;quot;Manage Title...&amp;quot;&lt;br /&gt;
#Select &amp;quot;Build CIA (standard)&amp;quot;&lt;br /&gt;
#Push {{Key press|A}} once it is finished&lt;br /&gt;
#Push {{Key press|R|Start}}  to power off the console&lt;br /&gt;
#Insert the SD Card into your computer&lt;br /&gt;
#Backup the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;gm9/out&amp;lt;/code&amp;gt; folder to a safe place on your computer. It ends with &amp;lt;code&amp;gt;(CTR-N-HMME).standard.cia&amp;lt;/code&amp;gt;&lt;br /&gt;
#Make another copy of this &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the folder created in step 1&lt;br /&gt;
#Rename it to &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt;&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt; to the Home Menu Rebuilding Tool folder&lt;br /&gt;
&lt;br /&gt;
===Section II - Modifying===&lt;br /&gt;
&lt;br /&gt;
*Open &amp;lt;code&amp;gt;HMRT.bat&amp;lt;/code&amp;gt;&lt;br /&gt;
*Push {{Key press|1}} on your keyboard to extract the components of the Home Menu&lt;br /&gt;
*Push {{Key press|5}} on your keyboard to decompress the components&lt;br /&gt;
*Keep the window open and open &amp;lt;code&amp;gt;MsbtEditor.exe&amp;lt;/code&amp;gt;&lt;br /&gt;
*Drag the file named &amp;lt;code&amp;gt;hud_msbt.LZ&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;ExtractedRomFS/message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; into MsbtEditor&lt;br /&gt;
*Scroll down and select &amp;lt;code&amp;gt;lau_hours&amp;lt;/code&amp;gt; in the list on the left&lt;br /&gt;
*Change &amp;lt;code&amp;gt;%H&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;%h&amp;lt;/code&amp;gt; in the first text box labeled &amp;quot;Edit:&amp;quot;&lt;br /&gt;
*Push {{B|Ctrl|S}} to save, then close MsbtEditor&lt;br /&gt;
&lt;br /&gt;
===Section III - Installing===&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|Luma LayeredFS (Recommended)=&lt;br /&gt;
&lt;br /&gt;
[[File:USEnglish12HourTime.png|thumb|The file structure for a US_English 12-hour time patch file.]]&lt;br /&gt;
#In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components&lt;br /&gt;
#Close the Home Menu Rebuilding Tool window.&lt;br /&gt;
#On your 3ds SD Card, create the following folder corresponding to your region:&lt;br /&gt;
*JPN: &amp;lt;code&amp;gt;luma/titles/0004003000008202/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*USA: &amp;lt;code&amp;gt;luma/titles/0004003000008F02/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*EUR: &amp;lt;code&amp;gt;luma/titles/0004003000009802/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*CHN: &amp;lt;code&amp;gt;luma/titles/000400300000A102/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
*KOR: &amp;lt;code&amp;gt;luma/titles/000400300000A902/romfs&amp;lt;/code&amp;gt; &lt;br /&gt;
*TWN: &amp;lt;code&amp;gt;luma/titles/000400300000B102/romfs&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;ol start=&amp;quot;4&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Create the &amp;lt;code&amp;gt;message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; folder inside the &amp;lt;code&amp;gt;romfs&amp;lt;/code&amp;gt; folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Copy &amp;lt;code&amp;gt;hud_msbt_LZ.bin&amp;lt;/code&amp;gt; from &amp;lt;code&amp;gt;ExtractedRomFS/message_hud/&amp;lt;Your language&amp;gt;&amp;lt;/code&amp;gt; to the new folder.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Eject your SD Card and put it back in the console.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Start your device and hold SELECT to enter the Luma3DS configuration screen&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press (A) on &amp;lt;code&amp;gt;( ) Enable game patching&amp;lt;/code&amp;gt; to tick it (if it is not already ticked) &amp;lt;code&amp;gt;(x)&amp;lt;/code&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Press &amp;lt;code&amp;gt;START&amp;lt;/code&amp;gt; to boot the the HOME Menu&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
{{success|text=The HOME Menu&#039;s clock should now be displaying 12-hour time.}}&lt;br /&gt;
&lt;br /&gt;
|-|Patched CIA=&lt;br /&gt;
&lt;br /&gt;
{{Warning|text=&amp;lt;b&amp;gt;Read this box closely!&amp;lt;/b&amp;gt;&lt;br /&gt;
*This method is much less preferred than LayeredFS, as it makes direct edits to your system HOME Menu. Only use this as a last resort and if troubleshooting LayeredFS was not successful!&lt;br /&gt;
*Create/update your NAND backup! When making changes to your device, there is always the chance you will brick.&lt;br /&gt;
*Having a custom HOME Menu installed breaks system updates. If you want to update your system, you will have to restore your HOME Menu with a blank &amp;lt;code&amp;gt;HomeMenu.cia&amp;lt;/code&amp;gt; first.}}&lt;br /&gt;
&lt;br /&gt;
# In the Home Menu Rebuilding Tool window, push {{Key press|6}} on your keyboard to recompress the components&lt;br /&gt;
# In the Home Menu Rebuilding Tool window, push {{Key press|2}} on your keyboard to rebuild the HomeMenu CIA.&lt;br /&gt;
# Copy the outputted &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file to the root of the SD card&lt;br /&gt;
# Press and hold {{Key press|Start}}, and while holding {{Key press|Start}}, power on your console. This will launch GodMode9&lt;br /&gt;
# Navigate to the &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; drive, then select the &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file&lt;br /&gt;
# Select &amp;quot;CIA Image options...&amp;quot;&lt;br /&gt;
# Select &amp;quot;Encrypt file (...)&amp;quot;&lt;br /&gt;
# Select &amp;quot;Encrypt inplace&amp;quot;&lt;br /&gt;
# After it is finished, push {{Key press|A}} to continue&lt;br /&gt;
# Select the &amp;lt;code&amp;gt;HomeMenu_edited.cia&amp;lt;/code&amp;gt; file again&lt;br /&gt;
# Select &amp;quot;CIA Image options...&amp;quot;&lt;br /&gt;
# Select &amp;quot;Install game image&amp;quot;&lt;br /&gt;
# Press {{Key press|A}} to unlock SysNAND (lvl1) writing, then input the key combo given&lt;br /&gt;
# Push {{Key press|A}} twice then {{Key press|Start}} to reboot&lt;br /&gt;
&lt;br /&gt;
{{success|text=The HOME Menu&#039;s clock should now be displaying 12-hour time.}}&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{info|text=If the HOME menu does not boot or you encounter any other problem, it is recommended that you ask for help on the [https://discord.gg/nintendohomebrew Nintendo Homebrew Discord server] in one of the 3DS assistance channels, mentioning that you were following this guide.}}&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Universal-Updater&amp;diff=6014</id>
		<title>3DS:Universal-Updater</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Universal-Updater&amp;diff=6014"/>
		<updated>2024-05-17T00:48:11Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: extra info i guess&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Page WIP}}{{Infobox homebrew&lt;br /&gt;
| image = Universal-Updater-Banner.png&lt;br /&gt;
| imagealt = Universal-Updater banner on the Home Menu&lt;br /&gt;
| developers = Universal-Team&lt;br /&gt;
| for3ds = 1&lt;br /&gt;
| version = 3.2.6&lt;br /&gt;
| releasedate = 2022-11-21&lt;br /&gt;
| github = Universal-Team/Universal-Updater&lt;br /&gt;
| universaldb = 3ds/universal-updater&lt;br /&gt;
| githubtag = v3.2.6&lt;br /&gt;
}}&lt;br /&gt;
&#039;&#039;&#039;Universal-Updater&#039;&#039;&#039; is a homebrew browser that supports installing and updating homebrew software. It connects to [[udb:|Universal-DB]] by default.&lt;br /&gt;
&lt;br /&gt;
== Features ==&lt;br /&gt;
* Browse homebrew applications and view information such as version number, release notes, screenshots and more.&lt;br /&gt;
* Universal-Updater will automatically download, extract, rename, and place files for simple one click installation of apps.&lt;br /&gt;
* Continue browsing while apps install and queue multiple downloads for batch installs.&lt;br /&gt;
* Download directories can be customized for various file types to fit your setup.&lt;br /&gt;
* Displays an indicator when a newer version of an application is available.&lt;br /&gt;
* Sort and search for homebrew, or add markers to easily find your favorite homebrew apps.&lt;br /&gt;
* Change UniStores to view different repositories such as TWiLight Menu++ skins or create your own.&lt;br /&gt;
* Universal-Updater has support for over twenty languages.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
{{info|Universal-Updater is installed as part of [[3dsguide:finalizing-setup|Finalizing Setup]] on 3DS Hacks Guide. It is also on [[udb:3ds/universal-updater|Universal-DB]] and automatically updates itself.}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|FBI QR code=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
&lt;br /&gt;
* [[3DS:FBI|FBI]] installed on your console&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
{{FBI QR code&lt;br /&gt;
| name1 = CIA&lt;br /&gt;
| url1 = https://github.com/Universal-Team/Universal-Updater/releases/latest/download/Universal-Updater.cia&lt;br /&gt;
| name2 = 3DSX&lt;br /&gt;
| url2 = https://github.com/Universal-Team/Universal-Updater/releases/latest/download/Universal-Updater.3dsx&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
|-|Manually (CIA)=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
&lt;br /&gt;
* The latest release of {{GitHub|Universal-Team/Universal-Updater/releases/latest|Universal-Updater}} (the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;Universal-Updater.cia&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt; folder on your SD card  &lt;br /&gt;
#*Create the folder if it does not exist; it is for organization purposes&lt;br /&gt;
#Insert your SD card into your console&lt;br /&gt;
#Power on your console&lt;br /&gt;
#Launch FBI&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;SD&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt;&lt;br /&gt;
#Press {{B|A}} while &amp;lt;code&amp;gt;Universal-Updater.cia&amp;lt;/code&amp;gt; is selected, then select &amp;lt;code&amp;gt;Install and delete CIA(s)&amp;lt;/code&amp;gt;&lt;br /&gt;
#Wait for the process to complete&lt;br /&gt;
#Exit FBI&lt;br /&gt;
&lt;br /&gt;
|-|Manually (3DSX)=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
&lt;br /&gt;
* The latest release of {{GitHub|Universal-Team/Universal-Updater/releases/latest|Universal-Updater}} (the &amp;lt;code&amp;gt;.3dsx&amp;lt;/code&amp;gt; file)&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;Universal-Updater.3dsx&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; folder on your SD card &lt;br /&gt;
#Insert your SD card into your console&lt;br /&gt;
#Power on your console&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
===Main menu===&lt;br /&gt;
* &#039;&#039;&#039;Information icon&#039;&#039;&#039;: Browse homebrew apps using the directional controls and view screenshots or release notes by tapping the icons on the lower screen. Tap on the star icon to add markers to apps that can be used as a filter in search.&lt;br /&gt;
* &#039;&#039;&#039;Download icon&#039;&#039;&#039;: View available downloads for the currently selected app. This menu is automatically displayed upon selecting an entry with the A button. An SD card icon indicates that the entry has been downloaded before. Tapping the SD card icon will tell Universal-Updater that that entry is no longer installed. (It will no longer show an update indicator.)&lt;br /&gt;
* &#039;&#039;&#039;Queue icon&#039;&#039;&#039;: View the status of the current downloads. Some download entries will also need to be interacted with for optional installs, indicated by &amp;quot;Action Required!&amp;quot; in the progress bar. Tapping the progress bar will switch it from displaying the progress of the entire installation to the progress of the current step of the installation.&lt;br /&gt;
* &#039;&#039;&#039;Search icon&#039;&#039;&#039;: Search for apps by title, author, category, or console. Apply filters to your search from user added markers, or filter by apps that have new updates. You can add your search selection to the download queue to easily install many apps at once.&lt;br /&gt;
* &#039;&#039;&#039;Sort icon&#039;&#039;&#039;: Sort entries by title, author, or last updated. You can also switch the sort order from ascending or descending, and change between a grid or list of apps.&lt;br /&gt;
* &#039;&#039;&#039;Gear icon&#039;&#039;&#039;: Change various settings, view credits, or exit Universal-Updater&lt;br /&gt;
&lt;br /&gt;
===Settings===&lt;br /&gt;
* &#039;&#039;&#039;Language&#039;&#039;&#039;: Change the language of Universal-Updater&#039;s menus from over twenty languages. There may even be a silly one, Bruh!&lt;br /&gt;
* &#039;&#039;&#039;Select UniStore&#039;&#039;&#039;: Change the repository that Universal-Updater downloads from. Press start to manually update the currently highlighted UniStore. Tap the (+) to add more Unistores; select from the list, scan a QR code, or enter the URL of a UniStore to add your own.&lt;br /&gt;
* &#039;&#039;&#039;Auto-update settings&#039;&#039;&#039;: Change whether Universal-Updater automatically updates itself and its UniStores. You can also have Universal-Updater use a nightly version for updates instead of stable releases.&lt;br /&gt;
* &#039;&#039;&#039;GUI settings&#039;&#039;&#039;: Select if you want to use custom backgrounds of UniStores, or if you want to use a custom font, instead of the default system font. Select custom themes to use, more information [https://github.com/Universal-Team/Universal-Updater/wiki/custom-themes here].&lt;br /&gt;
* &#039;&#039;&#039;Directory settings&#039;&#039;&#039;: Change what directories certain files are placed in. You can also choose if 3dsx file are placed in a folder with their own name.&lt;br /&gt;
* &#039;&#039;&#039;Credits&#039;&#039;&#039;: View the credits for the people who worked on the app. The current version of the app can be found in this screen.&lt;br /&gt;
* &#039;&#039;&#039;Exit Universal-Updater&#039;&#039;&#039;: Closes Universal-Updater. This can also be done by pressing start in the main menu.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
[https://github.com/Universal-Team/Universal-Updater/wiki Universal-Updater wiki on GitHub]&lt;br /&gt;
&lt;br /&gt;
{{Short description|Homebrew browser and updater}}&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Custom_themes&amp;diff=5997</id>
		<title>3DS:Custom themes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Custom_themes&amp;diff=5997"/>
		<updated>2024-05-15T01:35:17Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: dont have to install anemone3ds if you already have it, other minor changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{hatnote|1=This article only details how to apply custom themes. If you wish to create one of your own instead, see [[3DS:Custom themes/creation|the theme creation page]] instead.}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Custom themes&#039;&#039;&#039; are a set of graphics and sounds that can be applied to your HOME Menu to give it a bit more personality. They are built on the same framework as the official themes that can be found on Nintendo&#039;s theme shop.&lt;br /&gt;
&lt;br /&gt;
Custom themes are available on USA, EUR, and JPN firmwares. They are partially implemented but inaccessible on KOR firmwares, and entirely unimplemented in CHN and TWN firmwares.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
Custom themes can be managed with a homebrew software called [[3DS:Anemone3DS|Anemone3DS]].&lt;br /&gt;
&lt;br /&gt;
=== What you need ===&lt;br /&gt;
* The latest release of {{GitHub|astronautlevel2/Anemone3DS/releases/latest|Anemone3DS}}&lt;br /&gt;
*A 3DS on USA/EUR/JPN firmware (if your 3DS UI isn&#039;t in Korean or Chinese, you&#039;re good to go)&lt;br /&gt;
&lt;br /&gt;
=== Section I: Prep Work===&lt;br /&gt;
{{Info|text=If you already have Anemone3DS installed (from Finalizing Setup or elsewhere), then you may skip this section.}}&lt;br /&gt;
#Insert your SD card into your computer&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;Anemone3DS.cia&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt; folder on your SD card  &lt;br /&gt;
#*Create the folder if it does not exist; it is for organization purposes&lt;br /&gt;
#*Alternatively, if you want to run Anemone3DS from the Homebrew launcher, copy &amp;lt;code&amp;gt;Anemone3DS.3dsx&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;3ds&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
#Insert your SD card into your 3DS&lt;br /&gt;
#Open FBI&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;SD&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt;&lt;br /&gt;
#Press {{B|A}} while &amp;lt;code&amp;gt;Anemone3DS.cia&amp;lt;/code&amp;gt; is selected, then select &amp;lt;code&amp;gt;Install and delete CIA(s)&amp;lt;/code&amp;gt;&lt;br /&gt;
#Allow FBI to install the CIA&lt;br /&gt;
#Exit FBI&lt;br /&gt;
&lt;br /&gt;
===Section II: extdata setup===&lt;br /&gt;
For Anemone3DS themes to work properly, you must create theme extdata. You can do this from the HOME Menu.&lt;br /&gt;
&lt;br /&gt;
#From the HOME Menu, tap the top-left HOME Menu settings button&lt;br /&gt;
#Tap &amp;quot;Change Theme&amp;quot;&lt;br /&gt;
#Set your theme to anything other than the default&lt;br /&gt;
#Allow the 3DS to create the theme extdata&lt;br /&gt;
#Exit the theme menu&lt;br /&gt;
&lt;br /&gt;
===Section III: Anemone3DS===&lt;br /&gt;
&lt;br /&gt;
#Open Anemone3DS&lt;br /&gt;
#If you don&#039;t already have a theme, press {{B|Right Shoulder}} to enter the QR code scanner, then scan a QR code from [https://themeplaza.art/themes Theme Plaza] to download a theme&lt;br /&gt;
#*Alternatively, you can place themes downloaded from the website (in &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; format) into &amp;lt;code&amp;gt;sd:/Themes/&amp;lt;/code&amp;gt;. Create the folder if it does not already exist&lt;br /&gt;
# See the top screen for instructions on what to do. Here are some examples of what Anemone3DS is capable of: &lt;br /&gt;
#*If you want to just install one theme with its background music, hover over the theme, hold {{B|A}}, hold {{B|D-Pad Up}}, then release {{B|A}}&lt;br /&gt;
#* If you want to install one theme &#039;&#039;without&#039;&#039; its background music, hover over the theme, hold {{B|A}}, hold {{B|D-Pad Right}}, then release {{B|A}}&lt;br /&gt;
#*If you want to shuffle multiple themes, press {{B|B}} to select the themes you would like to shuffle (up to ten), hold {{B|A}}, hold {{B|D-Pad Down}}, then release {{B|A}}&lt;br /&gt;
#Once you&#039;ve made your selections, press {{B|Start}} to exit Anemone3DS&lt;br /&gt;
#*You will be booted to the Sleep Mode screen&lt;br /&gt;
#Press {{B|Home}} to return to the HOME Menu&lt;br /&gt;
&lt;br /&gt;
{{success|Your custom theme has been applied!}}&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Dump_titles_and_game_cartridges&amp;diff=5994</id>
		<title>3DS:Dump titles and game cartridges</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Dump_titles_and_game_cartridges&amp;diff=5994"/>
		<updated>2024-05-14T23:06:36Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Correct GBA VC save path&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC right}}{{info|text=For support (in English) with GodMode9, as well as help with scripting and to get updates and info, join [https://discord.gg/BRcbvtFxX4 GodMode9 on Discord].}}&lt;br /&gt;
&lt;br /&gt;
Aside from creating and restoring NAND backups, GodMode9 has the functionality to dump installed titles to an installable &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file, to dump game cartridge data to a &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; ROM file, and to directly install a game cartridge to the system.&lt;br /&gt;
&lt;br /&gt;
== Updating GodMode9 ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=These instructions are written for use with GodMode9 v2.0.0 or later. If you have an older version of GodMode9, follow these instructions to update it.}}&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
&lt;br /&gt;
* The latest release of [https://github.com/d0k3/GodMode9/releases/latest GodMode9]&lt;br /&gt;
&lt;br /&gt;
=== Instructions ===&lt;br /&gt;
&lt;br /&gt;
# Power off your device&lt;br /&gt;
# Insert your SD card into your computer&lt;br /&gt;
# Copy &amp;lt;code&amp;gt;GodMode9.firm&amp;lt;/code&amp;gt; from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the &amp;lt;code&amp;gt;/luma/payloads/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
# Copy the &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; folder from the GodMode9 &amp;lt;code&amp;gt;.zip&amp;lt;/code&amp;gt; to the root of your SD card&lt;br /&gt;
# Reinsert your SD card into your device&lt;br /&gt;
&lt;br /&gt;
== Installing a game cartridge directly to the system&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Installing a Game Cartridge Directly to the System&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=This will only work for 3DS games; it is not possible to install an NDS game cartridge to the system as a title.}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[C:] GAMECART&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press {{B|A}} on &amp;lt;code&amp;gt;[TitleID].trim.3ds&amp;lt;/code&amp;gt; to select it, then select NCSD image options…, then select Install game image&lt;br /&gt;
# Press {{B|A}} to unlock SysNAND (lvl1) writing, then input the key combo given&lt;br /&gt;
# Once the process is complete, your game will show up in the HOME Menu as an installed title.&lt;br /&gt;
&lt;br /&gt;
== Dumping a game cartridge&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Dumping a Game Cartridge&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=Insert the game cartridge you intend to dump into your device&lt;br /&gt;
* 3DS game cartridges will be dumped to a &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; format&lt;br /&gt;
* NDS game cartridges will be dumped to a &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; format}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[C:] GAMECART&amp;lt;/code&amp;gt;&lt;br /&gt;
# Follow the steps applicable to your game cartridge:&lt;br /&gt;
#* &#039;&#039;&#039;3DS Game Cartridge:&#039;&#039;&#039; Press {{B|A}} on &amp;lt;code&amp;gt;[TitleID].trim.3ds&amp;lt;/code&amp;gt; to select it, then select &amp;lt;code&amp;gt;NCSD image options...&amp;lt;/code&amp;gt;, then select &amp;lt;code&amp;gt;Decrypt file (0:/gm9/out)&amp;lt;/code&amp;gt;.&lt;br /&gt;
#* &#039;&#039;&#039;NDS Game Cartridge:&#039;&#039;&#039; Press {{B|A}} on &amp;lt;code&amp;gt;[TitleID].nds&amp;lt;/code&amp;gt; to select it, then select &amp;lt;code&amp;gt;Copy to 0:/gm9/out&amp;lt;/code&amp;gt;&lt;br /&gt;
#** Trimmed dumps are not recommended for NDS games in general, as they can cause various playback issues&lt;br /&gt;
# Your non-installable &amp;lt;code&amp;gt;.3ds&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;.nds&amp;lt;/code&amp;gt; formatted file will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
&lt;br /&gt;
== Dumping a 3DS game cartridge to CIA&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Dumping a 3DS Game Cartridge to .CIA&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=This should only be used if [[#Installing a Game Cartridge Directly to the System|Installing a Game Cartridge Directly to the System]] does not work.}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[C:] GAMECART&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press {{B|A}} on &amp;lt;code&amp;gt;[TitleID].trim.3ds&amp;lt;/code&amp;gt; to select it, then select NCSD image options…, then select Build CIA from file&lt;br /&gt;
# Your installable &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; formatted file will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
&lt;br /&gt;
== Dumping an installed title&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Dumping an Installed Title&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=This allows dumping of both System- and User-installed digital titles, such as ones downloaded from the eShop.}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Press {{B|Home}} to bring up the action menu&lt;br /&gt;
# Select Title manager&lt;br /&gt;
# Select one of the following depending on the type of title you wish to dump&lt;br /&gt;
#* &#039;&#039;&#039;User Installed Title&#039;&#039;&#039;: &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt;&lt;br /&gt;
#* &#039;&#039;&#039;System Title / DSiWare&#039;&#039;&#039;: &amp;lt;code&amp;gt;[1:] NAND / TWL&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select the title you wish to dump&lt;br /&gt;
# Select Manage Title…&lt;br /&gt;
# Select Build CIA (standard)&lt;br /&gt;
# Your installable &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; formatted file will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
&lt;br /&gt;
== Backup GBA VC saves&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Backup GBA VC Saves&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=The game will be outputted to the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card with the name &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
{{info|text=To identify a &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt; file’s Title ID, you can get a listing of all games on the system and their corresponding Title IDs by pressing {{B|Home}} to bring up the action menu, selecting &amp;lt;code&amp;gt;Title manager&amp;lt;/code&amp;gt;, and selecting &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
# Do the following process for each GBA VC game that you want to back up the save for:&lt;br /&gt;
## Launch the GBA VC game&lt;br /&gt;
## Exit the GBA VC game&lt;br /&gt;
## Power off your device&lt;br /&gt;
## Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
## Navigate to &amp;lt;code&amp;gt;[S:] SYSNAND VIRTUAL&amp;lt;/code&amp;gt;&lt;br /&gt;
## Press {{B|A}} on &amp;lt;code&amp;gt;agbsave.bin&amp;lt;/code&amp;gt; to select it&lt;br /&gt;
## Select AGBSAVE options…&lt;br /&gt;
## Select Dump GBA VC save&lt;br /&gt;
## Press {{B|A}} to continue&lt;br /&gt;
## Press {{B|Start}} to reboot your device&lt;br /&gt;
&lt;br /&gt;
== Restore GBA VC saves&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Restore GBA VC Saves&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=To identify a &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt; file’s Title ID, you can get a listing of all games on the system and their corresponding Title IDs by pressing {{B|Home}} to bring up the action menu, selecting &amp;lt;code&amp;gt;Title manager&amp;lt;/code&amp;gt;, and selecting &amp;lt;code&amp;gt;[A:] SD CARD&amp;lt;/code&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
# Do the following process for each GBA VC game that you want to restore the save for:&lt;br /&gt;
## Launch the GBA VC game&lt;br /&gt;
## Exit the GBA VC game&lt;br /&gt;
## Power off your device&lt;br /&gt;
## Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
## Navigate to &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; -&amp;amp;gt; &amp;lt;code&amp;gt;gm9&amp;lt;/code&amp;gt; -&amp;amp;gt; &amp;lt;code&amp;gt;out&amp;lt;/code&amp;gt;&lt;br /&gt;
## Press {{B|Y}} on the &amp;lt;code&amp;gt;&amp;amp;lt;TitleID&amp;amp;gt;.gbavc.sav&amp;lt;/code&amp;gt; file you wish to restore to copy it&lt;br /&gt;
## Press {{B|B}} to return to the main menu&lt;br /&gt;
## Navigate to &amp;lt;code&amp;gt;[S:] SYSNAND VIRTUAL&amp;lt;/code&amp;gt;&lt;br /&gt;
## Press {{B|A}} on &amp;lt;code&amp;gt;agbsave.bin&amp;lt;/code&amp;gt; to select it&lt;br /&gt;
## Select AGBSAVE options…&lt;br /&gt;
## Select Inject GBA VC save&lt;br /&gt;
## Press {{B|A}} to continue&lt;br /&gt;
## Press {{B|Start}} to reboot your device&lt;br /&gt;
## Launch the GBA VC game&lt;br /&gt;
## Exit the GBA VC game&lt;br /&gt;
&lt;br /&gt;
== Encrypting / Decrypting a CIA file&amp;lt;span class=&amp;quot;anchor&amp;quot; id=&amp;quot;Encrypting / Decrypting a .CIA file&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; ==&lt;br /&gt;
&lt;br /&gt;
{{info|text=For organizational purposes, copy each &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file you wish to encrypt / decrypt to the &amp;lt;code&amp;gt;/cias/&amp;lt;/code&amp;gt; folder on your SD card}}&lt;br /&gt;
&lt;br /&gt;
# Press and hold {{B|Start}}, and while holding {{B|Start}}, power on your device. This will launch GodMode9&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;[0:] SDCARD&amp;lt;/code&amp;gt; -&amp;amp;gt; &amp;lt;code&amp;gt;cias&amp;lt;/code&amp;gt;&lt;br /&gt;
# Press {{B|A}} on the &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file to select it, then select CIA image options…&lt;br /&gt;
# Select the option to perform the desired function:&lt;br /&gt;
#* &#039;&#039;&#039;Encrypt to 0:/gm9/out:&#039;&#039;&#039; Create an encrypted copy of the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
#* &#039;&#039;&#039;Decrypt to 0:/gm9/out:&#039;&#039;&#039; Create a decrypted copy of the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file in the &amp;lt;code&amp;gt;/gm9/out/&amp;lt;/code&amp;gt; folder on your SD card&lt;br /&gt;
#* &#039;&#039;&#039;Encrypt inplace:&#039;&#039;&#039; Replace the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file with an encrypted version&lt;br /&gt;
#* &#039;&#039;&#039;Decrypt inplace:&#039;&#039;&#039; Replace the selected &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; file with a decrypted version&lt;br /&gt;
# Your encrypted / decrypted &amp;lt;code&amp;gt;.cia&amp;lt;/code&amp;gt; will be outputted to the desired location&lt;br /&gt;
&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Custom_Themes&amp;diff=5696</id>
		<title>3DS:Custom Themes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Custom_Themes&amp;diff=5696"/>
		<updated>2024-04-19T03:03:56Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: redirect&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[3DS:Custom themes]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Mac&amp;diff=5661</id>
		<title>Formatting an SD card/Mac</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Mac&amp;diff=5661"/>
		<updated>2024-04-11T18:16:42Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Undo MSET9 Fresh mention - Mac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
If the console already recognizes the SD card, this guide is not required.&lt;br /&gt;
&lt;br /&gt;
This page is for Mac users only. If you are not on Mac, check out the [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] or [[Special:MyLanguage/Formatting an SD card/Linux|Linux]] pages.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OS X El Capitan (10.11) and later=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card into your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run the Disk Utility app&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-left &amp;quot;View&amp;quot; menu, choose &amp;quot;Show All Devices&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select your SD card in the left panel&amp;lt;br&amp;gt;{{warning|1=Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive!}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Erase&amp;quot; at the top&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter anything for &amp;quot;Name&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Format&amp;quot; is set to &amp;quot;MS-DOS (FAT)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Scheme&amp;quot; is set to &amp;quot;Master Boot Record&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If &amp;quot;Scheme&amp;quot; does not appear, click &amp;quot;Cancel&amp;quot; and make sure to choose the device instead of a volume&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Erase&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wait for the format to finish&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Close&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|OS X Yosemite (10.10) and earlier=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card into your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run the Disk Utility app&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select your SD card in the left panel&amp;lt;br&amp;gt;{{warning|1=Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive!}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Partition&amp;quot; at the top&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If &amp;quot;Partition&amp;quot; does not appear, make sure to choose the device instead of a volume&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Partition Layout&amp;quot; is set to &amp;quot;1 Partition&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter anything for &amp;quot;Name&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Format&amp;quot; is set to &amp;quot;MS-DOS (FAT)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Options&amp;quot; below the partition table&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Choose &amp;quot;Master Boot Record&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;OK&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Apply&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Partition&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wait for the format to finish&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Close Disk Utility&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux&amp;diff=5660</id>
		<title>Formatting an SD card/Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux&amp;diff=5660"/>
		<updated>2024-04-11T18:16:39Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Undo MSET9 Fresh mention - Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
This page is for Linux users only. If you are not on Linux, check out the [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] or [[Special:MyLanguage/Formatting an SD card/Mac|Mac]] pages.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
{{warning|Before beginning these steps, copy all of your SD card&#039;s contents to a folder on your computer.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The commands in this guide are case-sensitive. Enter them exactly as written, or there may be unintended consequences.}}&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|fdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
# Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&lt;br /&gt;
# Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
# Insert the SD card and watch for a new device appearing in lsblk&lt;br /&gt;
# Observe the output for the new device. It should match something like this: {{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0   3,8G  0 disk&lt;br /&gt;
└─mmcblk0p1 179:1    0   3,7G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&lt;br /&gt;
# Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0p1&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
#* If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&lt;br /&gt;
# Hit CTRL + C to exit the menu&lt;br /&gt;
# Install the &amp;lt;code&amp;gt;fdisk&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo fdisk /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Enter &amp;lt;code&amp;gt;t&amp;lt;/code&amp;gt; and then enter &amp;lt;code&amp;gt;0c&amp;lt;/code&amp;gt;&lt;br /&gt;
# Enter &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; and then &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; - observe the output, and make sure the device is now formatted correctly&lt;br /&gt;
# If there are no issues, enter &amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt; - this will save changes and exit the fdisk prompt&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;device name&amp;gt;1 -s 64&amp;lt;/code&amp;gt; to reformat the new partition&lt;br /&gt;
#* If the SD card is over 32GB in size, change &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card&lt;br /&gt;
# Copy your data back onto the SD card&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|cfdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
# Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&lt;br /&gt;
# Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
# Insert the SD card and watch for a new device appearing in lsblk&lt;br /&gt;
# Observe the output for the new device. It should match something like this: {{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0   3,8G  0 disk&lt;br /&gt;
└─mmcblk0p1 179:1    0   3,7G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&lt;br /&gt;
# Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0p1&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
#* If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&lt;br /&gt;
# Hit CTRL + C to exit the menu&lt;br /&gt;
# Install the &amp;lt;code&amp;gt;cfdisk&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo cfdisk /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;Delete&amp;lt;/code&amp;gt; option and delete any existing partitions&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;New&amp;lt;/code&amp;gt; option, keep partition size at the recommended size, and choose primary partition type&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;Type&amp;lt;/code&amp;gt; option, scroll up until you see &amp;lt;code&amp;gt;b W95 FAT32&amp;lt;/code&amp;gt; and select it&lt;br /&gt;
# Finally, choose the &amp;lt;code&amp;gt;Write&amp;lt;/code&amp;gt; option.&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;Quit&amp;lt;/code&amp;gt; option&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card&lt;br /&gt;
# Copy your data back onto the SD card&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|parted=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
# Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&lt;br /&gt;
# Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
# Insert the SD card and watch for a new device appearing in lsblk&lt;br /&gt;
# Observe the output for the new device. It should match something like this: {{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0   3,8G  0 disk&lt;br /&gt;
└─mmcblk0p1 179:1    0   3,7G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&lt;br /&gt;
# Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0p1&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
#* If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&lt;br /&gt;
# Hit CTRL + C to exit the menu&lt;br /&gt;
# Install the &amp;lt;code&amp;gt;parted&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo parted /dev/&amp;lt;device name&amp;gt; mklabel msdos&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo parted -a opt /dev/&amp;lt;device name&amp;gt; mkpart primary fat32 0% 100%&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card.&lt;br /&gt;
# Copy your data back onto the SD card.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Windows&amp;diff=5659</id>
		<title>Formatting an SD card/Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Windows&amp;diff=5659"/>
		<updated>2024-04-11T18:16:35Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Undo MSET9 Fresh mention - Windows&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This page is for Windows users only. If you are not on Windows, check out the [[Special:MyLanguage/Formatting an SD card/Linux|Linux]] or [[Special:MyLanguage/Formatting an SD card/Mac|Mac]] pages.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Choose your SD card size ==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|&amp;lt;translate&amp;gt;&amp;lt;!--T:40--&amp;gt; 64GB or larger&amp;lt;/translate&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:4--&amp;gt; The latest version of &amp;lt;tvar name=&amp;quot;sdformatter&amp;quot;&amp;gt;[https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/ SD Memory Card Formatter]&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; The latest version of &amp;lt;tvar name=&amp;quot;guiformat&amp;quot;&amp;gt;[http://ridgecrop.co.uk/index.htm?guiformat.htm guiformat]&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Instructions === &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:22--&amp;gt; Insert your SD card into your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:23--&amp;gt; If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:43--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter Setup&amp;lt;/code&amp;gt; (the &amp;lt;code&amp;gt;.exe&amp;lt;/code&amp;gt; file) in the downloaded .zip file with Administrator privileges, then install the program&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:44--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter&amp;lt;/code&amp;gt; from the Start Menu&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:45--&amp;gt; Select your SD card’s drive letter for &amp;quot;Select card&amp;quot;&amp;lt;/translate&amp;gt;{{warning|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:46--&amp;gt; Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive!&amp;lt;/translate&amp;gt;}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:47--&amp;gt; Ensure that &amp;quot;Quick Format&amp;quot; is selected&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:48--&amp;gt; Click &amp;quot;Format&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:49--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:50--&amp;gt; Wait for the format to finish&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:51--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;{{info|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:52--&amp;gt; &#039;&#039;&#039;You&#039;re not done yet!&#039;&#039;&#039; Your SD card will be formatted to exFAT at this point. The following steps will format it to FAT32.&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:53--&amp;gt; Close SD Card Formatter&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:24--&amp;gt; Run &amp;lt;code&amp;gt;guiformat.exe&amp;lt;/code&amp;gt;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; Select your SD card’s drive letter for &amp;quot;Drive&amp;quot;&amp;lt;/translate&amp;gt;{{warning|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:26--&amp;gt; Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive!&amp;lt;/translate&amp;gt;}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; Select a size for &amp;quot;Allocation unit size&amp;quot;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:28--&amp;gt; If the SD card is 64GB, choose 32768&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; If the SD card is larger than 64GB, choose 65536&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; Ensure that &amp;quot;Quick Format&amp;quot; is selected&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:32--&amp;gt; Click &amp;quot;Start&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:33--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:34--&amp;gt; Wait for the format to finish&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:35--&amp;gt; Click &amp;quot;Close&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:36--&amp;gt; If the SD card had any files and folders on it before the format, copy everything back from your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Common errors with guiformat === &amp;lt;!--T:37--&amp;gt; &amp;lt;/translate&amp;gt;&lt;br /&gt;
==== Failed to open device: GetLastError()=32 ====&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
Close everything that may be using the SD card, such as any File Explorer windows. If it does not resolve the issue, try formatting the card to NTFS, then run GUIFormat again.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== GetLastError()=1117 ====&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
Your SD card write-protection switch may be [https://3ds.hacks.guide/images/sdlock.png enabled]. The lock must be flipped upwards to allow writing to the SD card (including formatting).&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|&amp;lt;translate&amp;gt;&amp;lt;!--T:42--&amp;gt; 32GB or smaller&amp;lt;/translate&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:56--&amp;gt; The latest version of &amp;lt;tvar name=&amp;quot;sdformatter&amp;quot;&amp;gt;[https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/ SD Memory Card Formatter]&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Instructions === &amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:7--&amp;gt; Insert your SD card into your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:8--&amp;gt; If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter Setup&amp;lt;/code&amp;gt; (the &amp;lt;code&amp;gt;.exe&amp;lt;/code&amp;gt; file) in the downloaded .zip file with Administrator privileges, then install the program&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:10--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter&amp;lt;/code&amp;gt; from the Start Menu&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:11--&amp;gt; Select your SD card’s drive letter for &amp;quot;Select card&amp;quot;&amp;lt;/translate&amp;gt;{{warning|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:12--&amp;gt; Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive!&amp;lt;/translate&amp;gt;}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; Ensure that &amp;quot;Quick Format&amp;quot; is selected&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:15--&amp;gt; Click &amp;quot;Format&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:16--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:17--&amp;gt; Wait for the format to finish&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:19--&amp;gt; Close SD Card Formatter&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:20--&amp;gt; If the SD card had any files and folders on it before the format, copy everything back from your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SD Card not formatting or has some other issue.==&lt;br /&gt;
Refer to the [[SD Clean/Windows|SD Clean]] guide.&lt;br /&gt;
&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Mac&amp;diff=5658</id>
		<title>Formatting an SD card/Mac</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Mac&amp;diff=5658"/>
		<updated>2024-04-11T18:03:09Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Don&amp;#039;t copy during MSET9 Fresh - Mac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
If the console already recognizes the SD card, this guide is not required.&lt;br /&gt;
&lt;br /&gt;
This page is for Mac users only. If you are not on Mac, check out the [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] or [[Special:MyLanguage/Formatting an SD card/Linux|Linux]] pages.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|OS X El Capitan (10.11) and later=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card into your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run the Disk Utility app&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;In the top-left &amp;quot;View&amp;quot; menu, choose &amp;quot;Show All Devices&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select your SD card in the left panel&amp;lt;br&amp;gt;{{warning|1=Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive!}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Erase&amp;quot; at the top&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter anything for &amp;quot;Name&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Format&amp;quot; is set to &amp;quot;MS-DOS (FAT)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Scheme&amp;quot; is set to &amp;quot;Master Boot Record&amp;quot;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If &amp;quot;Scheme&amp;quot; does not appear, click &amp;quot;Cancel&amp;quot; and make sure to choose the device instead of a volume&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Erase&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wait for the format to finish&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Close&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|OS X Yosemite (10.10) and earlier=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Insert your SD card into your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Run the Disk Utility app&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Select your SD card in the left panel&amp;lt;br&amp;gt;{{warning|1=Make sure you choose the correct device, otherwise you might accidentally erase the wrong drive!}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Partition&amp;quot; at the top&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If &amp;quot;Partition&amp;quot; does not appear, make sure to choose the device instead of a volume&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Partition Layout&amp;quot; is set to &amp;quot;1 Partition&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Enter anything for &amp;quot;Name&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Ensure that &amp;quot;Format&amp;quot; is set to &amp;quot;MS-DOS (FAT)&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Options&amp;quot; below the partition table&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Choose &amp;quot;Master Boot Record&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;OK&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Apply&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Click &amp;quot;Partition&amp;quot;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Wait for the format to finish&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Close Disk Utility&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If the SD card had any files and folders on it before the format, copy everything back from your computer&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux&amp;diff=5657</id>
		<title>Formatting an SD card/Linux</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Linux&amp;diff=5657"/>
		<updated>2024-04-11T18:03:04Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Don&amp;#039;t copy during MSET9 Fresh - Linux&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
This page is for Linux users only. If you are not on Linux, check out the [[Special:MyLanguage/Formatting an SD card/Windows|Windows]] or [[Special:MyLanguage/Formatting an SD card/Mac|Mac]] pages.&lt;br /&gt;
&lt;br /&gt;
== Instructions ==&lt;br /&gt;
{{warning|Before beginning these steps, copy all of your SD card&#039;s contents to a folder on your computer.}}&lt;br /&gt;
&lt;br /&gt;
{{warning|The commands in this guide are case-sensitive. Enter them exactly as written, or there may be unintended consequences.}}&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|fdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
# Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&lt;br /&gt;
# Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
# Insert the SD card and watch for a new device appearing in lsblk&lt;br /&gt;
# Observe the output for the new device. It should match something like this: {{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0   3,8G  0 disk&lt;br /&gt;
└─mmcblk0p1 179:1    0   3,7G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&lt;br /&gt;
# Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0p1&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
#* If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&lt;br /&gt;
# Hit CTRL + C to exit the menu&lt;br /&gt;
# Install the &amp;lt;code&amp;gt;fdisk&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo fdisk /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Enter &amp;lt;code&amp;gt;t&amp;lt;/code&amp;gt; and then enter &amp;lt;code&amp;gt;0c&amp;lt;/code&amp;gt;&lt;br /&gt;
# Enter &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; and then &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; - observe the output, and make sure the device is now formatted correctly&lt;br /&gt;
# If there are no issues, enter &amp;lt;code&amp;gt;w&amp;lt;/code&amp;gt; - this will save changes and exit the fdisk prompt&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo mkfs.vfat /dev/&amp;lt;device name&amp;gt;1 -s 64&amp;lt;/code&amp;gt; to reformat the new partition&lt;br /&gt;
#* If the SD card is over 32GB in size, change &amp;lt;code&amp;gt;64&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;128&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card&lt;br /&gt;
# If the SD card had any files and folders on it before the format, copy everything back from your computer&lt;br /&gt;
#* If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|cfdisk=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
# Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&lt;br /&gt;
# Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
# Insert the SD card and watch for a new device appearing in lsblk&lt;br /&gt;
# Observe the output for the new device. It should match something like this: {{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0   3,8G  0 disk&lt;br /&gt;
└─mmcblk0p1 179:1    0   3,7G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&lt;br /&gt;
# Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0p1&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
#* If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&lt;br /&gt;
# Hit CTRL + C to exit the menu&lt;br /&gt;
# Install the &amp;lt;code&amp;gt;cfdisk&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo cfdisk /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;Delete&amp;lt;/code&amp;gt; option and delete any existing partitions&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;New&amp;lt;/code&amp;gt; option, keep partition size at the recommended size, and choose primary partition type&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;Type&amp;lt;/code&amp;gt; option, scroll up until you see &amp;lt;code&amp;gt;b W95 FAT32&amp;lt;/code&amp;gt; and select it&lt;br /&gt;
# Finally, choose the &amp;lt;code&amp;gt;Write&amp;lt;/code&amp;gt; option.&lt;br /&gt;
# Choose the &amp;lt;code&amp;gt;Quit&amp;lt;/code&amp;gt; option&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card&lt;br /&gt;
# If the SD card had any files and folders on it before the format, copy everything back from your computer&lt;br /&gt;
#* If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|parted=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
# Make sure your SD card is &#039;&#039;&#039;not&#039;&#039;&#039; inserted&lt;br /&gt;
# Open a terminal window and type &amp;lt;code&amp;gt;watch lsblk&amp;lt;/code&amp;gt;&lt;br /&gt;
# Insert the SD card and watch for a new device appearing in lsblk&lt;br /&gt;
# Observe the output for the new device. It should match something like this: {{#tag:syntaxhighlight|&lt;br /&gt;
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT&lt;br /&gt;
mmcblk0     179:0    0   3,8G  0 disk&lt;br /&gt;
└─mmcblk0p1 179:1    0   3,7G  0 part /run/media/user/FFFF-FFFF&lt;br /&gt;
|lang=text}}&lt;br /&gt;
# Take note of the name of the device that now appears. In our example above, it was &amp;lt;code&amp;gt;mmcblk0p1&amp;lt;/code&amp;gt;, but it could show up as &amp;lt;code&amp;gt;sda&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;sdb&amp;lt;/code&amp;gt;, if you use a USB adapter&lt;br /&gt;
#* If &amp;lt;code&amp;gt;RO&amp;lt;/code&amp;gt; is set to 1, make sure the lock switch is not slid down&lt;br /&gt;
# Hit CTRL + C to exit the menu&lt;br /&gt;
# Install the &amp;lt;code&amp;gt;parted&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;dosfstools&amp;lt;/code&amp;gt; packages using your package manager of choice&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo parted /dev/&amp;lt;device name&amp;gt; mklabel msdos&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo parted -a opt /dev/&amp;lt;device name&amp;gt; mkpart primary fat32 0% 100%&amp;lt;/code&amp;gt;&lt;br /&gt;
# Type &amp;lt;code&amp;gt;sudo eject /dev/&amp;lt;device name&amp;gt;&amp;lt;/code&amp;gt;, then remove and reinsert the SD card.&lt;br /&gt;
# If the SD card had any files and folders on it before the format, copy everything back from your computer&lt;br /&gt;
#* If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Windows&amp;diff=5656</id>
		<title>Formatting an SD card/Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=Formatting_an_SD_card/Windows&amp;diff=5656"/>
		<updated>2024-04-11T18:02:58Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: Don&amp;#039;t copy during MSET9 Fresh - Windows&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:1--&amp;gt;&lt;br /&gt;
This is an add-on section for formatting an SD card to FAT32.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--T:3--&amp;gt;&lt;br /&gt;
This page is for Windows users only. If you are not on Windows, check out the [[Special:MyLanguage/Formatting an SD card/Linux|Linux]] or [[Special:MyLanguage/Formatting an SD card/Mac|Mac]] pages.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Choose your SD card size ==&lt;br /&gt;
&amp;lt;tabber&amp;gt;&lt;br /&gt;
|-|&amp;lt;translate&amp;gt;&amp;lt;!--T:40--&amp;gt; 64GB or larger&amp;lt;/translate&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:4--&amp;gt; The latest version of &amp;lt;tvar name=&amp;quot;sdformatter&amp;quot;&amp;gt;[https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/ SD Memory Card Formatter]&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:5--&amp;gt; The latest version of &amp;lt;tvar name=&amp;quot;guiformat&amp;quot;&amp;gt;[http://ridgecrop.co.uk/index.htm?guiformat.htm guiformat]&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Instructions === &amp;lt;!--T:39--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:22--&amp;gt; Insert your SD card into your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:23--&amp;gt; If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:43--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter Setup&amp;lt;/code&amp;gt; (the &amp;lt;code&amp;gt;.exe&amp;lt;/code&amp;gt; file) in the downloaded .zip file with Administrator privileges, then install the program&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:44--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter&amp;lt;/code&amp;gt; from the Start Menu&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:45--&amp;gt; Select your SD card’s drive letter for &amp;quot;Select card&amp;quot;&amp;lt;/translate&amp;gt;{{warning|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:46--&amp;gt; Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive!&amp;lt;/translate&amp;gt;}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:47--&amp;gt; Ensure that &amp;quot;Quick Format&amp;quot; is selected&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:48--&amp;gt; Click &amp;quot;Format&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:49--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:50--&amp;gt; Wait for the format to finish&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:51--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;{{info|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:52--&amp;gt; &#039;&#039;&#039;You&#039;re not done yet!&#039;&#039;&#039; Your SD card will be formatted to exFAT at this point. The following steps will format it to FAT32.&amp;lt;/translate&amp;gt;}}&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:53--&amp;gt; Close SD Card Formatter&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:24--&amp;gt; Run &amp;lt;code&amp;gt;guiformat.exe&amp;lt;/code&amp;gt;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:25--&amp;gt; Select your SD card’s drive letter for &amp;quot;Drive&amp;quot;&amp;lt;/translate&amp;gt;{{warning|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:26--&amp;gt; Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive!&amp;lt;/translate&amp;gt;}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:27--&amp;gt; Select a size for &amp;quot;Allocation unit size&amp;quot;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:28--&amp;gt; If the SD card is 64GB, choose 32768&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:29--&amp;gt; If the SD card is larger than 64GB, choose 65536&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:31--&amp;gt; Ensure that &amp;quot;Quick Format&amp;quot; is selected&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:32--&amp;gt; Click &amp;quot;Start&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:33--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:34--&amp;gt; Wait for the format to finish&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:35--&amp;gt; Click &amp;quot;Close&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:36--&amp;gt; If the SD card had any files and folders on it before the format, copy everything back from your computer&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Common errors with guiformat === &amp;lt;!--T:37--&amp;gt; &amp;lt;/translate&amp;gt;&lt;br /&gt;
==== Failed to open device: GetLastError()=32 ====&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:38--&amp;gt;&lt;br /&gt;
Close everything that may be using the SD card, such as any File Explorer windows. If it does not resolve the issue, try formatting the card to NTFS, then run GUIFormat again.&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== GetLastError()=1117 ====&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
&amp;lt;!--T:41--&amp;gt;&lt;br /&gt;
Your SD card write-protection switch may be [https://3ds.hacks.guide/images/sdlock.png enabled]. The lock must be flipped upwards to allow writing to the SD card (including formatting).&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-|&amp;lt;translate&amp;gt;&amp;lt;!--T:42--&amp;gt; 32GB or smaller&amp;lt;/translate&amp;gt;=&lt;br /&gt;
&lt;br /&gt;
=== What You Need ===&lt;br /&gt;
*&amp;lt;translate&amp;gt;&amp;lt;!--T:56--&amp;gt; The latest version of &amp;lt;tvar name=&amp;quot;sdformatter&amp;quot;&amp;gt;[https://www.sdcard.org/downloads/formatter/sd-memory-card-formatter-for-windows-download/ SD Memory Card Formatter]&amp;lt;/tvar&amp;gt;&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;translate&amp;gt;&lt;br /&gt;
=== Instructions === &amp;lt;!--T:55--&amp;gt;&lt;br /&gt;
&amp;lt;/translate&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:7--&amp;gt; Insert your SD card into your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:8--&amp;gt; If the SD card has any files and folders on it, copy everything to a folder on your computer&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:9--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter Setup&amp;lt;/code&amp;gt; (the &amp;lt;code&amp;gt;.exe&amp;lt;/code&amp;gt; file) in the downloaded .zip file with Administrator privileges, then install the program&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:10--&amp;gt; Run &amp;lt;code&amp;gt;SD Card Formatter&amp;lt;/code&amp;gt; from the Start Menu&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:11--&amp;gt; Select your SD card’s drive letter for &amp;quot;Select card&amp;quot;&amp;lt;/translate&amp;gt;{{warning|&amp;lt;translate nowrap&amp;gt;&amp;lt;!--T:12--&amp;gt; Make sure you choose the correct drive letter, otherwise you might accidentally erase the wrong drive!&amp;lt;/translate&amp;gt;}}&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:14--&amp;gt; Ensure that &amp;quot;Quick Format&amp;quot; is selected&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:15--&amp;gt; Click &amp;quot;Format&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:16--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:17--&amp;gt; Wait for the format to finish&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:18--&amp;gt; Click &amp;quot;OK&amp;quot;&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:19--&amp;gt; Close SD Card Formatter&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;&amp;lt;!--T:20--&amp;gt; If the SD card had any files and folders on it before the format, copy everything back from your computer&amp;lt;/translate&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;&amp;lt;translate&amp;gt;If you are in the process of following the [[3DS:MSET9_fresh|MSET9 fresh troubleshooting guide]], skip this step, or else the error is likely to keep happening.&amp;lt;/translate&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/tabber&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==SD Card not formatting or has some other issue.==&lt;br /&gt;
Refer to the [[SD Clean/Windows|SD Clean]] guide.&lt;br /&gt;
&lt;br /&gt;
{{hg imported|Guide_3DS}}&lt;br /&gt;
&lt;br /&gt;
[[Category:General guides]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
	<entry>
		<id>https://wiki.hacks.guide/w/index.php?title=3DS:Error_codes&amp;diff=5587</id>
		<title>3DS:Error codes</title>
		<link rel="alternate" type="text/html" href="https://wiki.hacks.guide/w/index.php?title=3DS:Error_codes&amp;diff=5587"/>
		<updated>2024-04-02T22:51:09Z</updated>

		<summary type="html">&lt;p&gt;ManiacOfHomebrew: fix link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{hatnote|1=This page only lists error codes that are always handled by stock parts of firmware. If the error in question is handled by custom firmware, the pages on [[3DS:Error screens/Luma3DS exception screen|&amp;quot;An exception occurred&amp;quot; screens]] and [[3DS:Error screens/Luma3DS ErrDisp|Luma3DS ErrDisps]] will be relevant instead.}}&lt;br /&gt;
&lt;br /&gt;
{{info|Not all 3DS error codes are known or understood, and it is unlikely all codes will ever be documented in full due to Nintendo failing to document many of them. As such, this page can be considered a living document - any information written here will likely be subject to frequent changes.}}&lt;br /&gt;
On both stock and custom firmware, apps can cause errors if they run into a non-fatal issue.&lt;br /&gt;
&lt;br /&gt;
This page lists various causes of stock error codes.&lt;br /&gt;
&lt;br /&gt;
== Reading an error code ==&lt;br /&gt;
An error code has two parts - the code itself, and its official description.&lt;br /&gt;
[[File:3DS error code.jpg|center]]&lt;br /&gt;
For this page, only the code matters.&lt;br /&gt;
&lt;br /&gt;
== Known errors ==&lt;br /&gt;
In the below tables, error codes are separated into sets by their section (e.g. 007-XXXX) and then sorted within their sets in ascending order by their result code (e.g. XXX-2001).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin:auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;001&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;001 - Online Services&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0102&lt;br /&gt;
|Unexpected disconnection from network services.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/17043 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0112&lt;br /&gt;
|Unable to connect to the server.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0302&lt;br /&gt;
|Unable to connect to the server.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0502&lt;br /&gt;
|Cannot connect to online services, or unexpectedly disconnected from them. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0718&lt;br /&gt;
|The Friends List is already full.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0720&lt;br /&gt;
|Generic error code.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0721&lt;br /&gt;
|Online access is restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0724&lt;br /&gt;
|Your Personal Mii is missing.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0725&lt;br /&gt;
|Your ability to register friends is restricted by Parental Controls. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0726&lt;br /&gt;
|Your notification settings for the Friends List are not yet configured.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0803&lt;br /&gt;
|Cannot connect to authentication servers. &lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|0811&lt;br /&gt;
|Online play servers under maintenance.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;002&amp;quot;&amp;gt;&amp;lt;h3&amp;gt; 002 - Account Related Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 0100&lt;br /&gt;
|The online service is unavailable.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0101&lt;br /&gt;
|Network has high traffic or is down.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0102&lt;br /&gt;
|Account permanently banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0107&lt;br /&gt;
|Account temporarily banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0109&lt;br /&gt;
|Possible corrupted data.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0110&lt;br /&gt;
|YouTube for the 3DS has been discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0111 &lt;br /&gt;
|The online service is unavailable.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0119&lt;br /&gt;
|Friend module outdated, system update required.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0120&lt;br /&gt;
|This game/title is outdated, and must be updated before use.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0121&lt;br /&gt;
|Invalid LocalFriendCodeSeed SEED signature - the file is possibly modified.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 0123&lt;br /&gt;
|Account is permanently banned.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3503&lt;br /&gt;
|Service under maintenance.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|34xx&lt;br /&gt;
|Server returned a 4xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|35xx&lt;br /&gt;
|Server returned a 5xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;003&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;003 - Network Connection Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0200&lt;br /&gt;
|Wireless connections are disabled.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0299&lt;br /&gt;
|Wireless connections are disabled. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0300&lt;br /&gt;
|The EULA for your region has not been accepted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0399&lt;br /&gt;
|The accepted EULA version is too low.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0400&lt;br /&gt;
|Your ability to do this is restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1000&lt;br /&gt;
|No Access Point found.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1004&lt;br /&gt;
|No Access Point found with USB Connector.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1099 &lt;br /&gt;
|Could not find an Access Point with the entered SSID.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4249/kw/003-1099 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1100&lt;br /&gt;
|The encryption key is incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1101&lt;br /&gt;
|Access Point password incorrect or it has a incompatible configuration.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1102&lt;br /&gt;
|Unable to connect to Access Point due to incorrect Security Setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1104&lt;br /&gt;
|Unable to connect to Access Point with USB Connector.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1200&lt;br /&gt;
|Connection refused, as it would give this device the same IP address as another device in the network.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1300&lt;br /&gt;
|Incorrect Access Point configuration.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1400&lt;br /&gt;
|Incorrect security key.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1402 &lt;br /&gt;
|Unable to connect to the internet with this Access Point.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|Incorrect security key or DNS.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|DNS resolution error. If you are using a custom DNS server, recheck its settings.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2100&lt;br /&gt;
|Network may be busy or have other connection problems.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2200&lt;br /&gt;
|Unable to connect to the Proxy Server.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3000&lt;br /&gt;
|There was an issue with authentication.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3305&lt;br /&gt;
|This service is not available in your location.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3405&lt;br /&gt;
|Generic communication error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4000&lt;br /&gt;
|Generic communication error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4100&lt;br /&gt;
|Generic communication error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | &amp;lt;span id=&amp;quot;005&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;005 - Network Installation Management&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2008&lt;br /&gt;
|eShop download failed or the title&#039;s ticket is invalid. Delete the ticket in FBI and install it from a legitimate source like the eShop or (if it&#039;s a cart dump) from the game&#039;s cartridge.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/41692 Nintendo Support Page]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2037&lt;br /&gt;
|The server is undergoing maintenance.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2038&lt;br /&gt;
|A system update is required to use this service.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2043&lt;br /&gt;
|A system update is required to use this service.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2056&lt;br /&gt;
|Not enough space on the SD Card.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2061&lt;br /&gt;
|Unable to access the SD Card.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2062&lt;br /&gt;
|Not enough space in the System Memory.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2068&lt;br /&gt;
|The server is undergoing maintenance.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2069&lt;br /&gt;
|The software is corrupted.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4017&lt;br /&gt;
|This activation code is not recognized.&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4040&lt;br /&gt;
|eShop connection timeout.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4429 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4069&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
| [https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4240&lt;br /&gt;
|Cannot connect to eShop servers.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/28399 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4305&lt;br /&gt;
|Generic connection timeout error, could also mean that you are unable to download software from the eShop. &lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4346 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|4320&lt;br /&gt;
|Generic error, only displays when formatting the console or performing a system transfer.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/48382 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5403&lt;br /&gt;
|Transfers are currently prohibited.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5404&lt;br /&gt;
|The transfer limit has been reached.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5542&lt;br /&gt;
|Maximum Funds reached.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5546&lt;br /&gt;
|Unable to purchase more items.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5568&lt;br /&gt;
|This activation code cannot be used with your account.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5593&lt;br /&gt;
|Unable to transfer specific software.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5602&lt;br /&gt;
|eShop title(s) from another region are linked to this console. This is caused by a region change.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5644&lt;br /&gt;
|Unable to use this credit card with this specific system.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5670&lt;br /&gt;
|You are unable to view your account&#039;s activity at this time.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5687&lt;br /&gt;
|Generic eShop connection issue error.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/26251/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5704 &lt;br /&gt;
| Generic eShop connection issue error.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/26252 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|5804&lt;br /&gt;
|This number has expired.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5811&lt;br /&gt;
|This activation code has expired.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5815&lt;br /&gt;
|This activation code has already been used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5941&lt;br /&gt;
|The entered login details are incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5942&lt;br /&gt;
|Name was not registered due to a connection error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5948&lt;br /&gt;
|Your eShop funds are already over the maximum value.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5958&lt;br /&gt;
|Unknown eShop error, usually seen on region-changed consoles.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5964&lt;br /&gt;
|Your NNID is banned from accessing the eShop. Contact Nintendo Support if this is a mistake.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5989&lt;br /&gt;
|You cannot link your Club Nintendo account to more than eight Nintendo 3DS systems.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6402&lt;br /&gt;
|The entered login details are incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6403&lt;br /&gt;
|Unable to register the entered username.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6499&lt;br /&gt;
|The Club Nintendo servers are undergoing maintenance, so your name couldn&#039;t be registered.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6501&lt;br /&gt;
|This credit card cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6503&lt;br /&gt;
|The entered credit card number is incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6504&lt;br /&gt;
|You must enter the three-digit security code.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6507&lt;br /&gt;
|The entered credit card details are incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6511&lt;br /&gt;
|This credit card cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6514&lt;br /&gt;
|The entered expiry date for this credit card is incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6519&lt;br /&gt;
|The entered address does not match the credit card&#039;s billing address.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|7545&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|7550&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|8025&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|8026&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|8029&lt;br /&gt;
|eShop is unavailable. If the issue persists, the SD might need to be replaced.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14413 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;006&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;006 - Matchmaking Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0112&lt;br /&gt;
|Issue connecting with Pokémon Bank.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/4203/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0302&lt;br /&gt;
|Unable to connect to the server.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0311&lt;br /&gt;
|Unable to connect to the server.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0329&lt;br /&gt;
|The server is undergoing maintenance.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0332&lt;br /&gt;
|Closed ports while attempting matchmaking.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0347&lt;br /&gt;
|This online service is discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0501&lt;br /&gt;
|May indicate that the network is blocking traffic necessary for Online Play.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0502&lt;br /&gt;
|May indicate that the network is blocking traffic necessary for Online Play.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4204 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0520&lt;br /&gt;
|Unable to connect to the Internet.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0612&lt;br /&gt;
| Network is not optimal for peer-to-peer connections, possibly due to your network&#039;s NAT type.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/25881 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0617&lt;br /&gt;
|Generic error message.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0620&lt;br /&gt;
|Generic communication error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0623&lt;br /&gt;
|Unable to connect due to outdated software.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0721&lt;br /&gt;
|Your ability to do online interactions is restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0800&lt;br /&gt;
|Unable to connect to authentication servers during the matchmaking process.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4328/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0811&lt;br /&gt;
|Service unavailable due to maintenance. &lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/25910/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|0817&lt;br /&gt;
|This online service is discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0899&lt;br /&gt;
|Unable to connect to authentication servers during the matchmaking process.&lt;br /&gt;
| [https://en-americas-support.nintendo.com/app/answers/detail/a_id/4328/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;007&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;007 - eShop API Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0200&lt;br /&gt;
|Could not access the SD Card.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4234 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1221&lt;br /&gt;
|The used download code is only redeemable in its relevant software, not in the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/14600 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|Error when attempting to access the eShop with a region-changed console. Change back to the original region or restore a NAND backup made before the change to fix.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2100 &lt;br /&gt;
|Connection to eShop timed out, often caused by slow download times.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4432 Nintendo Support Page]or [https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|2640&lt;br /&gt;
|Cannot connect to eShop/CDN servers.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
| 2670 &lt;br /&gt;
|Error while attempting to connect.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4383 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2705&lt;br /&gt;
|Cannot connect to Nintendo servers.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|2720 &lt;br /&gt;
|eShop SSL error.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2913&lt;br /&gt;
| The server is probably down. Try again later.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/10425 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2916&lt;br /&gt;
|Unknown cause, typically displayed when attempting to download a title from the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/6557 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2920 &lt;br /&gt;
|eShop download failed or invalid title ticket. Delete the ticket in FBI and install it from a legitimate source like the eShop or (if it&#039;s a cart dump) from the game&#039;s cartridge.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/41692 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2924&lt;br /&gt;
|The language or region setting in your profile (not the same as the console&#039;s region) is not supported by the eShop.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3049&lt;br /&gt;
|The eShop is currently under maintenance.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus/ Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|6106&lt;br /&gt;
|Occurs when attempting to re-download software from the eShop with an invalid or fake ticket active.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;009&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;009 - eShop Application&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|1000&lt;br /&gt;
|A system update required. Check [[3DS:Is it safe to update?]] &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1001&lt;br /&gt;
|The eShop is currently under maintenance.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus/ Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|1002&lt;br /&gt;
|This service cannot be used in your region.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1003&lt;br /&gt;
|The system&#039;s country setting and the eShop&#039;s country setting do not match.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1004&lt;br /&gt;
|The content of this code has already been acquired.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1006&lt;br /&gt;
|The selected downloadable items cannot be purchased together.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1100&lt;br /&gt;
|The Add Funds function is not available in your selected region.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1200&lt;br /&gt;
|This Activation Code has already been used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1201&lt;br /&gt;
|The entered code is not recognized.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1202&lt;br /&gt;
|The entered activation code is not recognized.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1203&lt;br /&gt;
|This card is not valid on 3DS Systems.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1205&lt;br /&gt;
|This activation code is not valid in your region.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1206&lt;br /&gt;
|This code cannot be used here.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1299&lt;br /&gt;
|The entered number is invalid.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1302&lt;br /&gt;
|Failed to enter the correct PIN.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1303&lt;br /&gt;
|Failed to authenticate the stored credit card&#039;s information. The information has been deleted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1304&lt;br /&gt;
|The entered credit card cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1305&lt;br /&gt;
|Credit card payments cannot be accepted at this time.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1313&lt;br /&gt;
|The entered address is incorrect.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1350&lt;br /&gt;
|The entered value exceeds your balance limit.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1351&lt;br /&gt;
|The balance limit has been reached.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|Error when attempting to access the eShop with a region-changed console. Change back to the original region or restore a NAND backup made before the change to fix.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2410&lt;br /&gt;
|This service has been discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2705&lt;br /&gt;
|Often caused by network timing out or losing connection with the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/17014 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2913&lt;br /&gt;
|eShop or in-game DLC failed to download (or the server is down).&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a%20id/7243 Nintendo Support Page] &lt;br /&gt;
|-&lt;br /&gt;
|2916&lt;br /&gt;
|Unknown cause, typically displayed when attempting to download a title from the eShop.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/6557 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2920&lt;br /&gt;
|eShop download failed or invalid title ticket. Delete the ticket in FBI and install it from a legitimate source like the eShop or (if it&#039;s a cart dump) from the game&#039;s cartridge.&lt;br /&gt;
| [https://en-americas-support.nintendo.com/app/answers/detail/a_id/41692 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2923&lt;br /&gt;
|Unable to use a function that requires Internet Services.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/17014 Nintendo Support Site]&lt;br /&gt;
|-&lt;br /&gt;
|2924&lt;br /&gt;
|Your language or region setting (not console region) is not supported by the eShop.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2995&lt;br /&gt;
|The used download code is incorrect, not yet activated, expired, entered in the wrong place, or only usable in a different region.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/13515 Nintendo Support Site]&lt;br /&gt;
|-&lt;br /&gt;
|2996&lt;br /&gt;
|The item from the entered code is not currently being distributed.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4100&lt;br /&gt;
|The SD Card&#039;s data limit has been reached.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4072&lt;br /&gt;
|The SD Card may not be inserted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4074&lt;br /&gt;
|Could not access the SD Card.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4075&lt;br /&gt;
|The SD Card&#039;s software management data is corrupted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4077&lt;br /&gt;
|Download refused due to insufficient space on the SD Card.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4079&lt;br /&gt;
|Unable to access the SD Card. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|4998&lt;br /&gt;
|The local version of this content is newer than the version you are trying to download. Unknown what causes this.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|6106&lt;br /&gt;
|An AM error occurred in NIM. Likely a bad ticket.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8001&lt;br /&gt;
|Authentication failed.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8002&lt;br /&gt;
|The service has expired.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8101&lt;br /&gt;
|The save data is unusable, as DLC required for it is missing.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8102&lt;br /&gt;
|Not enough free space to complete this process.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8111&lt;br /&gt;
|The DLC is corrupted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8201&lt;br /&gt;
|Your access to the eShop is restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8301&lt;br /&gt;
|The 3DS User Agreement has to be accepted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|8401&lt;br /&gt;
|Corrupted update data. Delete it and reinstall.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9001&lt;br /&gt;
|The download was stopped due to low battery.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9002&lt;br /&gt;
|The entered number is invalid.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9003&lt;br /&gt;
|The entered Password is invalid.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;011&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;011 - eShop Site&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|24xx&lt;br /&gt;
|Server returned a 4xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|25xx&lt;br /&gt;
|Server returned a 5xx HTTP error.&lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|3010 &lt;br /&gt;
|The server timed out due to inactivity.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3021&lt;br /&gt;
|eShop title not found (wrong region or non-existent).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 3136&lt;br /&gt;
|eShop currently unavailable. Try again later.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5998&lt;br /&gt;
|eShop is currently under maintenance.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/24326/ Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|6901&lt;br /&gt;
|Console permanently banned (this is always displayed in Japanese).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;012&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;012 - Browser Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|1004&lt;br /&gt;
|The SSL connection Failed. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1511&lt;br /&gt;
|SSL certificate warning. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;014&amp;quot;&amp;gt;&amp;lt;h3&amp;gt; 014 - Data Transfer Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0013 &lt;br /&gt;
|The System Transfer failed due to an invalid language setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0016&lt;br /&gt;
|The consoles have the same movable.sed. Format the target console and try again.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|0062&lt;br /&gt;
|An error occurred during the System Transfer. Move closer to the router and try again.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/15664 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;022&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;022 - More Account Errors&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|1021&lt;br /&gt;
|There is no NNID linked to this system.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1022&lt;br /&gt;
|The entered NNID is already linked to the system.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2452&lt;br /&gt;
|Tried to access the eShop with UNITINFO patch enabled. Turn this off in Luma&#039;s configuration file, &amp;lt;code&amp;gt;sd:/luma/config.ini&amp;lt;/code&amp;gt;.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2501&lt;br /&gt;
|The entered NNID is already linked to another system. Could be caused by a System Transfer (which transfers all associated NNID&#039;s, whether linked or not), restoring the Source System&#039;s NAND, and then attempting to use applications that require an NNID.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2502&lt;br /&gt;
|The NNID can&#039;t be used because it does not match the region setting of the system.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2503&lt;br /&gt;
|The network Service Agreement is not yet accepted.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2511&lt;br /&gt;
|A System Update is required (displayed by Miiverse).&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2512&lt;br /&gt;
|A software update is required to use this title&#039;s online services.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2571&lt;br /&gt;
|This NNID is already in use.&lt;br /&gt;
|-&lt;br /&gt;
|2572&lt;br /&gt;
|NNID contains text that can&#039;t be used.&lt;br /&gt;
|-&lt;br /&gt;
|2573&lt;br /&gt;
|The entered password can&#039;t be used.&lt;br /&gt;
|-&lt;br /&gt;
|2574&lt;br /&gt;
|The entered nickname can&#039;t be used.&lt;br /&gt;
|-&lt;br /&gt;
|2575&lt;br /&gt;
|The entered email address is incorrect.&lt;br /&gt;
|-&lt;br /&gt;
|2576&lt;br /&gt;
|The entered NNID can&#039;t be used.&lt;br /&gt;
|-&lt;br /&gt;
|2577&lt;br /&gt;
|Your password cannot be identical to your NNID.&lt;br /&gt;
|-&lt;br /&gt;
|2578&lt;br /&gt;
|The entry contains characters that can&#039;t be used.&lt;br /&gt;
|-&lt;br /&gt;
|2579&lt;br /&gt;
|You can&#039;t use more than one punctuation character in your NNID.&lt;br /&gt;
|-&lt;br /&gt;
|2580&lt;br /&gt;
|You can&#039;t use punctuation as the first or last character of your NNID.&lt;br /&gt;
|-&lt;br /&gt;
|2581&lt;br /&gt;
|You can&#039;t use more than six numbers in your NNID.&lt;br /&gt;
|-&lt;br /&gt;
|2582&lt;br /&gt;
|Your entry contains characters that cannot be used.&lt;br /&gt;
|-&lt;br /&gt;
|2583&lt;br /&gt;
|Your password must contain characters from at least two of the following categories: letters, numbers and punctuation.&lt;br /&gt;
|-&lt;br /&gt;
|2584&lt;br /&gt;
|You can&#039;t use the same character three or more times in a row.&lt;br /&gt;
|-&lt;br /&gt;
|2585&lt;br /&gt;
|The email address you entered can&#039;t be used.&lt;br /&gt;
|-&lt;br /&gt;
|2586&lt;br /&gt;
|The domain name of the e-mail address you entered may be incorrect.&lt;br /&gt;
|-&lt;br /&gt;
|2587&lt;br /&gt;
|The NNID you entered already exists.&lt;br /&gt;
|-&lt;br /&gt;
|2591&lt;br /&gt;
|NNID is already linked to another system. Could be caused by a System Transfer (which transfers all associated NNID&#039;s, whether linked or not), restoring the Source System&#039;s NAND, and then attempting to use applications that require an NNID.&lt;br /&gt;
|-&lt;br /&gt;
|2592&lt;br /&gt;
|The limit for linking this NNID has been reached.&lt;br /&gt;
|-&lt;br /&gt;
|2593&lt;br /&gt;
|The entered NNID cannot be used because it has not yet been confirmed by a parent/guardian.&lt;br /&gt;
|-&lt;br /&gt;
|2594&lt;br /&gt;
|Parental Controls restrictions must be set up first.&lt;br /&gt;
|-&lt;br /&gt;
|2595&lt;br /&gt;
|You have not registered a Mii.&lt;br /&gt;
|-&lt;br /&gt;
|2611&lt;br /&gt;
|The entered password is incorrect.&lt;br /&gt;
|-&lt;br /&gt;
|2612&lt;br /&gt;
|The entered email address is incorrect.&lt;br /&gt;
|-&lt;br /&gt;
|2613&lt;br /&gt;
|The entered information is incorrect.&lt;br /&gt;
|-&lt;br /&gt;
|2613&lt;br /&gt;
|Incorrect email or password when attempting to link an existing NNID. Can also happen if the NNID is already linked to a system, or when attempting to download a title from the eShop without having a linked NNID on the console.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2631&lt;br /&gt;
|The NNID you are trying to use has been deleted or can&#039;t be used for a system transfer. A transferable NNID will only work on the target system.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/4285/kw/022-2631 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|2632&lt;br /&gt;
|The NNID has been changed.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2633&lt;br /&gt;
|This NNID has been temporarily locked due to too many password attempts. Try again later.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2634&lt;br /&gt;
|The NNID is not correctly linked to the system. To fix this, follow these steps, reboot the console, and try to sign into the NNID again.&lt;br /&gt;
|[[3DS:GodMode9/Usage#Removing_an_NNID_without_formatting_your_device|Said Steps]]&lt;br /&gt;
|-&lt;br /&gt;
|2643&lt;br /&gt;
|The session has expired.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2662&lt;br /&gt;
|You can&#039;t perform this operation several times in a row. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2672&lt;br /&gt;
|Use of credit card has been stopped.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2673&lt;br /&gt;
|The entered credit card cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2674&lt;br /&gt;
|Check the credit card&#039;s number and enter it again. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2675&lt;br /&gt;
|Check the credit card&#039;s expiration date and enter it again. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2676&lt;br /&gt;
|Check the credit card&#039;s PIN and enter it again. &lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2677&lt;br /&gt;
|The entered information is not correct.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2679&lt;br /&gt;
|The entered credit card is expired.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2801&lt;br /&gt;
|Online Services cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2802&lt;br /&gt;
|The entered NNID cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2803&lt;br /&gt;
|Online Services cannot be used.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2812&lt;br /&gt;
|Console has been permanently banned by Nintendo for playing Pokémon Sun &amp;amp; Moon online before the release date.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2815&lt;br /&gt;
|Console has been permanently banned from accessing Miiverse by Nintendo.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2881&lt;br /&gt;
|The server is undergoing maintenance.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2882&lt;br /&gt;
|This online service has been discontinued.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2884&lt;br /&gt;
|This online service is not available in your country of residence.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|2911&lt;br /&gt;
|Your ability to do online interactions has been restricted by Parental Controls.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5363&lt;br /&gt;
|The NNID settings failed to load due to an invalid language setting.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5515&lt;br /&gt;
|The network timed out.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5531&lt;br /&gt;
|Cannot connect to account servers.&lt;br /&gt;
|[https://support.nintendo.com/networkstatus Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;026&amp;quot;&amp;gt;&amp;lt;h3&amp;gt; 026 - Account/eShop?&amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|24xx&lt;br /&gt;
|Server returned a 4xx HTTP error. &lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
| 25xx&lt;br /&gt;
|Server returned a 5xx HTTP error. &lt;br /&gt;
|[https://www.nintendo.co.jp/netinfo/en_US/index.html Server Status and Maintenance]&lt;br /&gt;
|-&lt;br /&gt;
|3221&lt;br /&gt;
|Failed to unlink the NNID during formatting. Try again. &lt;br /&gt;
|-&lt;br /&gt;
|3278&lt;br /&gt;
|eShop gift cards cannot be used on the 3DS eShop. Add funds through the website or Nintendo Switch.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;032&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;032 - More Browser Errors &amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|1035&lt;br /&gt;
|Unable to display the page.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|1208&lt;br /&gt;
|Address not supported.&lt;br /&gt;
|[https://en-americas-support.nintendo.com/app/answers/detail/a_id/43018/~/error-code%3A-032-1208 Nintendo Support Page]&lt;br /&gt;
|-&lt;br /&gt;
|1820&lt;br /&gt;
|The Internet Browser cannot confirm the security of the website. Note that the 3DS Internet Browser is fairly old and does not contain certificates for certain issuers, namely Let&#039;s Encrypt, so it may show this issue for some websites that work fine on a modern device.&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; |&amp;lt;span id=&amp;quot;090&amp;quot;&amp;gt;&amp;lt;h3&amp;gt;090 - In-Game Specific Errors &amp;lt;/h3&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|0212&lt;br /&gt;
|The game is permanently banned from Pokémon Global Link for using altered or illegal save data.&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Nintendo 3DS information]]&lt;/div&gt;</summary>
		<author><name>ManiacOfHomebrew</name></author>
	</entry>
</feed>