3DS:Keyboard Unbrick: Difference between revisions

From Hacks Guide Wiki
m (works in 11.16.0-49)
(who needs an impromptu mii mining guide when we have a promptu one?)
Line 12: Line 12:
* <code>movable.sed</code>
* <code>movable.sed</code>


Then you should only follow Sections I and IV (or else you're going to be wasting a lot of time, since any of these files should already have your encryption key embedded). Otherwise, follow the whole guide.
Then do not follow Section II, as those files should already have your encryption key embedded and you don't need to mine it again.
 
For instructions on extracting your <code>movable.sed</code> from your NAND backup or from <code>essentials.exefs</code>, see [[3DS:Extract movable.sed|this page]].}}
For instructions on extracting your <code>movable.sed</code> from your NAND backup or from <code>essentials.exefs</code>, see [[3DS:Extract movable.sed|this page]].}}


=== Section I: Installing Pokémon Picross ===
=== Section I: Installing Pokémon Picross ===


If you can't install Pokémon Picross, there's no point following the rest of this guide. If Internet access isn't currently set up, you can set up an Internet connection from Safe Mode as the keyboard will still work there (hold Left Shoulder + Right Shoulder + D-Pad Up + A on boot, then follow the prompts).
If you can't install Pokémon Picross, there's no point following the rest of this guide. If Internet access isn't currently set up, you can set up an Internet connection from Safe Mode as the keyboard will still work there (hold Left Shoulder + Right Shoulder + D-Pad Up + A on boot, then follow its prompts).


# Power on your device
# Power on your device
Line 28: Line 27:
If at any point you're prompted to open the keyboard in the eShop, sorry -- there's nothing we can do.
If at any point you're prompted to open the keyboard in the eShop, sorry -- there's nothing we can do.


=== Section II: Mii QR Code ===
=== Section II: Mii mining ===
 
Because you can't enter a friend code due to the broken keyboard, you'll need to get your console's encryption key a different way. We can accomplish this by Mii mining.
Because you can't enter a friend code due to the broken keyboard, you'll need to get your console's encryption key a different way. We can accomplish this by exporting a Mii QR code.
 
# Open the Mii Maker application
# Tap the "QR Code/Image Options" button
# Tap "Save Mii as QR Code"
#* Make sure to select a Mii that was created on this 3DS
# Tap whatever button it is that lets you save the Mii QR code image to the SD card
 
=== Section III: Bruteforcing ===
 
Now that you have a Mii QR code, you'll have to force your computer to do a bunch of math to derive the same data that is normally transmitted in a friend exchange.
 
{{warning|text=You'll need a reasonably powerful graphics card to do this, or else this may take literal years. If you don't have one, skip this section and ask someone at {{get support}} for assistance. Make sure to provide:
* Your Mii QR code (from the previous step)
* Your console model (3DS, 3DSXL, 2DS, New3DS, New3DSXL, or New2DSXL)
* Your [[3dsguide:seedminer#section-i---prep-work|console's ID0]]}}
 
Still here? Great! Get ready for a long ride.
 
# If you haven't already, install the [https://www.python.org/downloads/ latest version of Python].
#* When given the option, you should add Python to PATH. You may need to restart your computer.
# Download and extract the [http://github.com/zoogie/seedminer/releases/latest latest release of Seedminer].
# Open a Command Prompt / Terminal window and <code>cd</code> to where you extracted Seedminer.
#* For example, if everything is in a <code>seedminer</code> folder on your desktop and you're currently at <code>C:\Users\OPERATIONiDROID</code>, you'll want to run <code>cd Desktop/seedminer</code>.
# Run the command <code>py -3 seedminer_launcher3.py mii <device model> <year of manufacturing></code>.
#* If you don't know the year of manufacturing, just guess. It just might go faster if you guess correctly.
# Sit back and relax. This could take several hours, depending on the power of your graphics card.
#* If you get to offset 2500-ish, you may have entered the wrong device model (or you system transferred at some point, which messes this up). Try again with the other device model.
# Once the program is done, run <code>py -3 seedminer_launcher3.py id0 <your id0></code>.
# Run the command <code>py -3 seedminer_launcher3.py gpu</code>.
# Wait a bit. This shouldn't take any longer than 10 minutes on a decent GPU.
#* If you get to offset 100, you might have an unminable seed or you may have provided the wrong ID0. It would suck if you had an unminable seed so let's just hope it's not that.
# If the stars aligned, you should get a <code>movable.sed</code>!


=== Section IV: PicHaxx ===
Follow [[3DS:Seedminer/Mii mining|Mii mining]] to extract the <code>movable.sed</code> from your console, but do not continue onto the main guide as it suggests. Come back to this page once you have the movable.


=== Section III: PicHaxx ===
Now that you have your <code>movable.sed</code>, continue to [[3DS:Alternate Exploits/Homebrew Launcher (PicHaxx)|Homebrew Launcher (PicHaxx)]].
Now that you have your <code>movable.sed</code>, continue to [[3DS:Alternate Exploits/Homebrew Launcher (PicHaxx)|Homebrew Launcher (PicHaxx)]].


If everything went well, you should end up with boot9strap installed and the keyboard / System Settings should work again.  
If everything went well, you should end up with boot9strap installed and the keyboard / System Settings should work again.  


<center>{{critical|text=DON'T UNINSTALL CUSTOM FIRMWARE AGAIN! You've seen firsthand how it can go wrong.}}</center>
<center>{{critical|text=Do <big>'''not'''</big> uninstall custom firmware again without guidance. You've now seen first-hand how it can go wrong.}}</center>


[[Category:Unbricking]]
[[Category:Unbricking]]
[[Category:Nintendo 3DS guides]]
[[Category:Nintendo 3DS guides]]

Revision as of 23:24, 11 November 2022

If a custom keyboard is installed and custom firmware is removed from the console, System Settings will be inaccessible and you will not be able to launch the keyboard. This is obviously detrimental to the overall functioning of your 3DS and should be fixed as soon as possible.

There are other ways to reinstall custom firmware on such a console, but they may require additional hardware. This guide aims to reinstall custom firmware without any additional hardware, but if you have the means, ntrboot will probably be less of a pain.

Unbricking a 3DS with a custom keyboard installed

OOjs UI icon information-progressive.svg If you have a copy of any of the following:
  • Your NAND backup (e.g. 220101_AA000000000_sysnand_000.bin)
  • essentials.exefs
  • movable.sed

Then do not follow Section II, as those files should already have your encryption key embedded and you don't need to mine it again.

For instructions on extracting your movable.sed from your NAND backup or from essentials.exefs, see this page.

Section I: Installing Pokémon Picross

If you can't install Pokémon Picross, there's no point following the rest of this guide. If Internet access isn't currently set up, you can set up an Internet connection from Safe Mode as the keyboard will still work there (hold Left Shoulder + Right Shoulder + D-Pad Up + A on boot, then follow its prompts).

  1. Power on your device
  2. Press Left Shoulder + Right Shoulder to open the camera applet
  3. Tap the QR code icon on the bottom left hand corner
  4. Scan this QR code
  5. Follow the prompts to download and install Pokémon Picross

If at any point you're prompted to open the keyboard in the eShop, sorry -- there's nothing we can do.

Section II: Mii mining

Because you can't enter a friend code due to the broken keyboard, you'll need to get your console's encryption key a different way. We can accomplish this by Mii mining.

Follow Mii mining to extract the movable.sed from your console, but do not continue onto the main guide as it suggests. Come back to this page once you have the movable.

Section III: PicHaxx

Now that you have your movable.sed, continue to Homebrew Launcher (PicHaxx).

If everything went well, you should end up with boot9strap installed and the keyboard / System Settings should work again.

OOjs UI icon information-destructive.svg Do not uninstall custom firmware again without guidance. You've now seen first-hand how it can go wrong.