25a33413ce
- Splits Seedminer into 2 pages, using includes. Prevents people from clicking on the twn method if they don't have a taiwanese console - Adds a new version of Soundhax, for cart-updated consoles, more include, troubleshooting should stay Make version selectable This happens in order (with if/else statements): - People select other -> redirect to checking for cfw(Checking for cfw might have to be reworded, redirecting people to NH if they boot into the HOME menu with Sys/Emu yah) - People select 11.3 or lower -> redirect to standard Soundhax - People select 11.4 or higher but nver < 37 and System version isnt 11.16(universal-otherapp patch lol) -> new fancy Soundhax-sp page, adds instructions on what to choose in the what you need section - Function is called to check if cver combined with nver is sslothable... feedback appreciated on the numbers etc - People select T as region -> redirect to seedminer(twn) - People select C as region -> Display message pointing at ntrboot - If none of the things apply -> redirect to Seedminer Co-authored-by: lifehackerhansol <lifehacker@hansol.ca>
62 lines
No EOL
3.2 KiB
Text
62 lines
No EOL
3.2 KiB
Text
### What You Need
|
|
{%- if include.sp == "true" %}
|
|
* The latest release of [Soundhax](http://soundhax.com) *(for your region and device)*
|
|
+ for the version, use:
|
|
+ 1.x - 2.1 if the two numbers before the region in the system version string are between 0 and 2
|
|
+ 2.1 - 2.2 if they are between 3 and 4
|
|
+ 3.x - 4.x if they are between 5 and 10
|
|
+ 5.x - 11.3 if they are between 11 and 36
|
|
{%- else %}
|
|
* The latest release of [Soundhax](http://soundhax.com) *(for your region, device, and version)*
|
|
{%- endif %}
|
|
+ If Soundhax appears in your browser as an unplayable video, press Ctrl+S or Cmd+S to save it to your computer
|
|
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip) (direct download)
|
|
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip) (direct download)
|
|
* The latest release of [Luma3DS](https://github.com/LumaTeam/Luma3DS/releases/latest) (the Luma3DS `.zip` file)
|
|
* The latest release of [universal-otherapp](https://github.com/TuxSH/universal-otherapp/releases/latest) (`otherapp.bin`)
|
|
|
|
### Instructions
|
|
|
|
#### Section I - Prep Work
|
|
|
|
In this section, you will copy the files needed to trigger both Soundhax and universal-otherapp.
|
|
|
|
1. Power off your device
|
|
1. Insert your SD card into your computer
|
|
1. Copy the Soundhax `.m4a` 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. Copy `otherapp.bin` to the root of your SD card
|
|
1. Copy `boot.firm` and `boot.3dsx` from the Luma3DS `.zip` to the root of your SD card
|
|
1. Create a folder named `boot9strap` on the root of your SD card
|
|
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
|
|
1. Copy `SafeB9SInstaller.bin` from the SafeB9SInstaller `.zip` to the root of your SD card
|
|
1. Reinsert your SD card into your device
|
|
1. Power on your device
|
|
|
|
![]({{ "/images/screenshots/uosoundhax-root-layout.png" | absolute_url }})
|
|
{: .notice--info}
|
|
|
|
![]({{ "/images/screenshots/boot9strap-folder.png" | absolute_url }})
|
|
{: .notice--info}
|
|
|
|
#### Section II - Launching SafeB9SInstaller
|
|
|
|
In this section, you will launch Soundhax through the Nintendo 3DS Sound app, which will use universal-otherapp to launch the boot9strap (custom firmware) installer.
|
|
|
|
1. Reinsert your SD card into your device
|
|
1. Power on your device
|
|
1. Launch Nintendo 3DS Sound
|
|
|
|
![]({{ "/images/screenshots/soundhax-welcome.png" | absolute_url }})
|
|
{: .notice--info}
|
|
|
|
1. If you've never opened Nintendo 3DS Sound before and get tips on how to use it from a bird icon, go through all of the bird tips, then close the app normally and relaunch it
|
|
+ In this situation, launching Soundhax immediately would cause these tips to appear on every launch of the Nintendo 3DS Sound until this is done
|
|
1. Go to `/SDCARD`, then play "<3 nedwill 2016"
|
|
+ This may take many tries
|
|
+ If it freezes, force the console to power off by holding the power button, then try again
|
|
|
|
![]({{ "/images/screenshots/soundhax-launch.png" | absolute_url }})
|
|
{: .notice--info}
|
|
|
|
1. If the exploit was successful, you will have booted into SafeB9SInstaller |