various minor updates

This commit is contained in:
Plailect 2017-04-24 15:47:49 -04:00 committed by Plailect
parent 1fe83d8bab
commit 602f2ce7a3
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41

View file

@ -48,6 +48,7 @@ During this process, we also setup programs such as the following:
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* The latest release of [Luma3DS Updater](https://github.com/Hamcha/lumaupdate/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest)
* **Old 3DS and 2DS Only:** The Old 3DS 11.2.0-35 [otherapp payload](https://smealum.github.io/3ds/#otherapp) for your region
#### Instructions
@ -59,6 +60,7 @@ During this process, we also setup programs such as the following:
+ This backup will save you from a brick if anything goes wrong in the future
1. Create a folder named `cias` on the root of your SD card if it does not already exist
1. Create a folder named `files9` on the root of your SD card if it does not already exist
1. Create a folder named `hblauncherloader` on the root of your SD card if it does not already exist
1. Copy _the contents of_ the SafeA9LHInstaller `.7z` to the root of your SD card
1. Copy the `a9lh` folder from the data_input `.zip` to the root of your SD card
1. Copy _the contents of_ the arm9loaderhax release `.7z` to `a9lh` folder on your SD card
@ -70,6 +72,12 @@ During this process, we also setup programs such as the following:
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `GodMode9.bin` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card
1. Copy `aeskeydb.bin` to the `/files9/` folder on your SD card
1. **Old 3DS and 2DS Only:** Copy the Old 3DS 11.2.0-35 otherapp payload for your region to the `/hblauncherloader/` folder on your SD card
1. **Old 3DS and 2DS Only:** Rename the Old 3DS 11.2.0-35 otherapp payload on your SD card to match your region:
+ **EUR:** `OLD-11-4-0-37-EUR.bin`
+ **JPN:** `OLD-11-4-0-37-JPN.bin`
+ **KOR:** `OLD-11-4-0-37-KOR.bin`
+ **USA:** `OLD-11-4-0-37-USA.bin`
##### Section II - Installing arm9loaderhax
@ -77,6 +85,7 @@ During this process, we also setup programs such as the following:
1. You should be already on 2.1.0 and powered on
1. Go to URL `http://2xrsa.3ds.guide` in the browser of your device
+ If you get the error "This service is not available in your region", use the System Settings to set your device's country to match the NAND region you installed with 2.1.0 CTRTransfer
+ If you forgot to disable parental controls before CTRTransfering or otherwise cannot access wireless settings, note that the device will autoconnect to any network named `attwifi` with no password
+ If you get another error, [follow this troubleshooting guide](troubleshooting#ts_browser)
+ If you get a glitched screen, [follow this troubleshooting guide](troubleshooting#ts_safe_a9lh_screen)
+ If you are on a 2DS or New 3DS and Wireless Communication is off, you can re-enable the wireless by removing the battery and unplugging the charger for several seconds then booting back up
@ -228,5 +237,8 @@ For information on changing your device to another region, check out the [Region
For information on keeping your A9LH installation up to date, check out the [Updating A9LH](updating-a9lh) page.
{: .notice--success}
For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) page.
{: .notice--success}
For information on using Luma3DS's various features, check out [its wiki](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
{: .notice--success}