1
0
mirror of https://github.com/hacks-guide/Guide_3DS.git synced 2025-09-03 13:32:56 +02:00

address issues for korean consoles, because of nver differences (#2221)

I literally downloaded 14 korean updates, and wrote a script, to unzip, extract, ninfs, and print them, to get this done.

Co-authored-by: lifehackerhansol <lifehacker@hansol.ca>
This commit is contained in:
Florian
2023-03-19 13:46:34 +01:00
committed by GitHub
parent 0c2d4408bb
commit af41d43a8e
7 changed files with 139 additions and 40 deletions

View File

@@ -26,7 +26,7 @@ If you see an unusual menu, STOP - you already have custom firmware! Continue fr
To find the correct method for your device, please enter the system version you found in Section II.
<div class="selectversion">
<br>
<select id="mySelect">
<select id="major">
<option>0</option>
<option>1</option>
<option>2</option>
@@ -39,7 +39,7 @@ To find the correct method for your device, please enter the system version you
<option>9</option>
<option>10</option>
<option>11</option>
</select>.<select id="mySelec">
</select>.<select id="minor">
<option>0</option>
<option>1</option>
<option>2</option>
@@ -57,9 +57,9 @@ To find the correct method for your device, please enter the system version you
<option>14</option>
<option>15</option>
<option>16</option>
</select>.<select id="mySele">
</select>.<select id="whydidnintendodecidetodothingslikethis">
<option>0</option>
</select>-<select id="mySel">
</select>-<select id="nver">
<option>0</option>
<option>1</option>
<option>2</option>
@@ -110,7 +110,7 @@ To find the correct method for your device, please enter the system version you
<option>47</option>
<option>48</option>
<option>49</option>
</select><select id="mySe">
</select><select id="region">
<option>E</option>
<option>U</option>
<option>J</option>

View File

@@ -6,6 +6,11 @@
+ 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
{%- elsif include.sp-kor == "true" %}
* The latest release of [Soundhax](http://soundhax.com) *(for your region and device)*
+ for the version, use:
+ 3.x - 4.x if the two numbers before the region in the system version string are between 0 and 7
+ 5.x - 11.3 if they are between 8 and 32
{%- else %}
* The latest release of [Soundhax](http://soundhax.com) *(for your region, device, and version)*
{%- endif %}

View File

@@ -0,0 +1,33 @@
---
title: "Installing boot9strap (Soundhax)"
---
{% include toc title="Table of Contents" %}
{% capture technical_info %}
<summary><em>Technical Details (optional)</em></summary>
For technical details on the exploits that you will be using on this page, see [here](https://github.com/nedwill/soundhax) (Soundhax) and [here](https://github.com/TuxSH/universal-otherapp) (universal-otherapp).
{% endcapture %}
<details>{{ technical_info | markdownify }}</details>
{: .notice--info}
### Compatibility Notes
This Soundhax method (when combined with universal-otherapp) is compatible with Korean systems on versions where the two numbers before the region in the system version string are lower than 33.
{% include_relative include/soundhax.txt sp-kor = "true" %}
#### Section III - Installing boot9strap
{% include_relative include/install-boot9strap-safeb9sinstaller.txt %}
{%- include_relative include/configure-luma3ds.txt %}
{% include_relative include/luma3ds-installed-note.txt %}
___
### Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}