Stub out HBL-browser and HBL-USM
This commit is contained in:
parent
f7a9229b30
commit
4c396df6a5
3 changed files with 4 additions and 128 deletions
|
@ -2,53 +2,5 @@
|
|||
title: "Homebrew Launcher (BrowserHax 2020)"
|
||||
---
|
||||
|
||||
{% include toc title="Table of Contents" %}
|
||||
|
||||
### Required Reading
|
||||
|
||||
This method of accessing the Homebrew Launcher takes advantage of some browser oversights in the native 3DS Internet Browser.
|
||||
|
||||
These instructions work on USA, Europe, Japan, and Korea region consoles as indicated by the letters U, E, J, or K after the system version. If you have a Taiwan or China region console as indicated by the letters T or C after the system version, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask, in English, for help.
|
||||
|
||||
### What You Need
|
||||
|
||||
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
|
||||
* The latest release archive of BrowserHax [[for Old 3DS](https://github.com/zoogie/old-browserhax/releases/latest) / [for New 3DS](https://github.com/zoogie/new-browserhax/releases/latest)]
|
||||
+ New/Old refers to the model of your console. If you are unsure of which model you have, consult [this image](https://3ds.eiphax.tech/pic/newold.png)
|
||||
* An active WiFi connection on your console
|
||||
|
||||
### Instructions
|
||||
|
||||
#### Section I - Prep Work
|
||||
|
||||
1. Power off your console and remove the SD card
|
||||
1. Connect the SD card to your computer
|
||||
1. Copy `boot.3dsx` from the Homebrew Launcher release to the root of your SD card
|
||||
+ 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
|
||||
1. In the BrowserHax release archive, open the folder corresponding to your console's region
|
||||
+ Your console's region can be found in the final letter of the system version in System Settings: U is USA, E is EUROPE, J is JAPAN, and K is KOREA
|
||||
1. Copy the `3ds` folder, `browserhax_hblauncher_ropbin_payload.bin` and `arm11code.bin` from there to the root of your SD card
|
||||
+ You should now have a `Nintendo 3DS` folder, a `3ds` folder and the two `.bin` files on your root directory
|
||||
|
||||
#### Section II - BrowserHax
|
||||
|
||||
1. Open [this image](https://3ds.eiphax.tech/pic/hax.png) in a new tab or window on your computer
|
||||
1. Safely remove your SD card from your computer and put it back in your console
|
||||
1. Power on your console and ensure it is connected to an active WiFi network
|
||||
1. From the HOME Menu, press the Left Shoulder and Right Shoulder buttons together
|
||||
+ This should open a QR Scanner. If it does not, USM (the next part of getting custom firmware) will not work for you. You will need to use [Seedminer](seedminer)
|
||||
+ If you need to type out the URL, it is `https://zoogie.github.io/web/nbhax/`
|
||||
1. Use the QR scanner to scan the QR code you opened in the first step
|
||||
1. Tap the "PROCEED TO HAXX" button
|
||||
1. Wait for the process to complete
|
||||
+ If it displays a yellow screen, power your console off, then try this section again
|
||||
+ If you get an error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
|
||||
1. If the exploit was successful, your device will have loaded the Homebrew Launcher
|
||||
+ If you see an error stating that no applications were found, ensure that you have copied the `3ds` folder from the BrowserHax release archive to the root of your SD card, then try this section again
|
||||
1. Leave your console on and proceed to the next section below
|
||||
|
||||
|
||||
___
|
||||
|
||||
### Continue to [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm))
|
||||
{: .notice--primary}
|
||||
This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page.
|
||||
{: .notice--warning}
|
||||
|
|
|
@ -2,80 +2,5 @@
|
|||
title: "Installing boot9strap (HBL-USM)"
|
||||
---
|
||||
|
||||
{% include toc title="Table of Contents" %}
|
||||
|
||||
### Required Reading
|
||||
|
||||
In order to exploit the SAFE_MODE firmware of our system, we need to inject an exploited WiFi profile.
|
||||
|
||||
As we already have Homebrew access, we can use slotTool to do this.
|
||||
|
||||
This specific method is intended to be used with Homebrew Launcher access through [BrowserHax 2020](homebrew-launcher-(browserhax-2020)).
|
||||
|
||||
If you have Homebrew Launcher access through another entry point, you should use [Frogtool](installing-boot9strap-(frogtool)).
|
||||
|
||||
Once the WiFi profile has been injected, we will use SAFE_MODE, which is a recovery feature present on all 3DS consoles, to activate the exploited WiFi profile.
|
||||
|
||||
If your (Right/Left Shoulder), (D-Pad Up) or (A) buttons do not work, you will need to use a [Legacy Method](legacy-methods). For assistance with this matter, join [Nintendo Homebrew on Discord](https://discord.gg/MWxPgEp) and ask, in English, for help.
|
||||
{: .notice--danger}
|
||||
|
||||
### What You Need
|
||||
|
||||
* The latest release archive for [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest)
|
||||
* The latest release archive for [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/latest)
|
||||
|
||||
#### Section I - Prep Work
|
||||
|
||||
1. Your console should be powered on and showing the Homebrew Launcher from the previous part of the guide
|
||||
1. Launch slotTool from the list of homebrew
|
||||
+ If you get stuck on a red screen, forcefully power off the console by holding the power button for fifteen seconds, then retry this section
|
||||
1. Select the "INSTALL exploit to wifi slots 1,2,3 & shutdown" option
|
||||
+ You will see some on-screen text and then your system will shut down
|
||||
1. Remove your SD card from your console and connect it to your computer
|
||||
1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card
|
||||
1. Copy `usm.bin` from the unSAFE_MODE `.zip` to the root of your SD card
|
||||
1. Put your SD card back into your console
|
||||
|
||||
#### Section II - unSAFE_MODE
|
||||
|
||||
1. With your system still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), then press (Power)
|
||||
+ Keep holding the buttons until the console boots into Safe Mode
|
||||
1. Press "OK" to accept the update
|
||||
+ There is no update. This is part of the exploit
|
||||
1. Press "I accept" to accept the terms and conditions
|
||||
1. The update will eventually fail, with error code `003-1099`. This is intended behaviour
|
||||
1. When asked "Would you like to configure Internet settings?", select "Yes"
|
||||
1. On the following menu, navigate to `Connection 1` -> `Change Settings` -> `Next Page (right arrow)` -> `Proxy Settings` -> `Detailed Setup`
|
||||
+ Here is a [visual representation](https://uwuu.ca/images/safemode_highlighted.png)
|
||||
1. Once you see `B9S install SUCCESS` on the top screen, press any button to reboot to Luma Configuration
|
||||
|
||||
#### Section III - Configuring Luma3DS
|
||||
|
||||
1. Your device should automatically show the Luma Configuration menu
|
||||
1. Use the (A) button and the D-Pad to turn on the following:
|
||||
+ **"Show NAND or user string in System Settings"**
|
||||
1. Press (Start) to save and reboot
|
||||
+ Your device should load the Home Menu after a short delay. If you get a black screen lasting longer than 5 minutes, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
|
||||
|
||||
#### Section IV - Restoring WiFi Configuration Profiles
|
||||
|
||||
1. Launch the Download Play application
|
||||
1. Wait until you see the two buttons
|
||||
+ Do not press either of the buttons
|
||||
1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
|
||||
1. Select "Miscellaneous options"
|
||||
1. Select "Switch the hb. title to the current app."
|
||||
1. Press (B) to continue
|
||||
1. Press (B) to return to the Rosalina main menu
|
||||
1. Press (B) to exit the Rosalina menu
|
||||
1. Press (Home), then close Download Play
|
||||
1. Relaunch the Download Play application
|
||||
1. Your device should load the Homebrew Launcher
|
||||
1. Launch slotTool from the list of homebrew
|
||||
1. Select "RESTORE original wifi slots 1,2,3"
|
||||
1. Your device will then reboot
|
||||
|
||||
___
|
||||
|
||||
### Continue to [Finalizing Setup](finalizing-setup)
|
||||
{: .notice--primary}
|
||||
This page has been removed because the method used is outdated. Please follow a modern method linked on the [Get Started](get-started) page.
|
||||
{: .notice--warning}
|
||||
|
|
|
@ -50,7 +50,6 @@ sitemap: false
|
|||
+ [Installing boot9strap (Fredtool)](installing-boot9strap-(fredtool))
|
||||
+ [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool))
|
||||
+ [Installing boot9strap (Hardmod)](installing-boot9strap-(hardmod))
|
||||
+ [Installing boot9strap (HBL-USM)](installing-boot9strap-(hbl-usm))
|
||||
+ [Installing boot9strap (MSET)](installing-boot9strap-(mset))
|
||||
+ [Installing boot9strap (ntrboot)](installing-boot9strap-(ntrboot))
|
||||
+ [Installing boot9strap (SafeB9SInstaller)](installing-boot9strap-(safeb9sinstaller))
|
||||
|
|
Loading…
Reference in a new issue