diff --git a/_pages/en_US/dumping-movable-(nimhax).txt b/_pages/en_US/dumping-movable-(nimhax).txt index 1621a85165..5a436b80e1 100644 --- a/_pages/en_US/dumping-movable-(nimhax).txt +++ b/_pages/en_US/dumping-movable-(nimhax).txt @@ -29,6 +29,9 @@ For a more technical explanation, see [here](https://github.com/luigoalma/nimhax 1. Reinsert your SD card into your device 1. Power on your device +![]({{ "/images/screenshots/nimhax-location.png" | absolute_url }}) +{: .notice--info} + #### Section II - nimhax 1. Open the Homebrew Launcher through your method of choice (likely the Internet Browser) diff --git a/_pages/en_US/faq.txt b/_pages/en_US/faq.txt index b9690f75ca..b0fea188c8 100644 --- a/_pages/en_US/faq.txt +++ b/_pages/en_US/faq.txt @@ -109,7 +109,7 @@ Historically, the 3DS used to have userland homebrew access through older exploi {% capture compat %} Is it safe to update my 3DS to the latest version with CFW? -If you are using Luma3DS, your custom firmware loader (boot9strap) will *never* be removed when performing a system update. There have been updates in the past that have resulted in Luma3DS crashing on boot, so it is a good idea to wait a couple of hours to ensure that the latest update will not temporarily render the device unusable until Luma3DS is updated. System updates can be performed the same way as they are on a stock 3DS: through System Settings, Safe Mode, or the update prompt when the update is automatically downloaded. +If you are using Luma3DS, your custom firmware loader (boot9strap) will *never* be removed when performing a system update. There have been updates in the past that have resulted in Luma3DS crashing on boot, so it is a good idea to wait a couple of hours to ensure that the latest update will not temporarily render the device unusable until Luma3DS is updated. System updates can be performed the same way as they are on an unmodified 3DS: through System Settings, Safe Mode, or the update prompt when the update is automatically downloaded. {% endcapture %}
{{ compat | markdownify }}
@@ -123,7 +123,7 @@ Copy and paste your SD card contents to a new SD card formatted as FAT32. For 12 {% capture compat %} Can I system transfer with CFW? -Yes, system transfers can be performed through the official System Transfer function to other consoles with CFW (inconsistencies may occur if the target console is stock). Tickets for illegitimate titles (homebrew) will not transfer, but the titles can be made to reappear with [faketik](https://github.com/ihaveamac/faketik/releases/latest). Make sure that you do not perform a wireless transfer, as this will delete illegitimate titles. CFW will remain on both consoles. +Yes, system transfers can be performed through the official System Transfer function to other consoles with CFW (inconsistencies may occur if the target console is unmodified). Tickets for illegitimate titles (homebrew) will not transfer, but the titles can be made to reappear with [faketik](https://github.com/ihaveamac/faketik/releases/latest). Make sure that you do not perform a wireless transfer, as this will delete illegitimate titles. CFW will remain on both consoles. {% endcapture %}
{{ compat | markdownify }}
diff --git a/_pages/en_US/homebrew-launcher-(super-skaterhax).txt b/_pages/en_US/homebrew-launcher-(super-skaterhax).txt index 6f4daef090..b9fa0b6a78 100644 --- a/_pages/en_US/homebrew-launcher-(super-skaterhax).txt +++ b/_pages/en_US/homebrew-launcher-(super-skaterhax).txt @@ -40,6 +40,10 @@ In this section, you will copy the files needed to trigger both super-skaterhax 1. Reinsert your SD card into your device 1. Power on your device +![]({{ "/images/screenshots/skater-root-layout.png" | absolute_url }}) +{: .notice--info} + + #### Section III - super-skaterhax In this section, you will visit the browser exploit webpage, which will launch the Homebrew Launcher. diff --git a/_pages/en_US/installing-boot9strap-(hbl-usm).txt b/_pages/en_US/installing-boot9strap-(hbl-usm).txt index 128bf6c889..5bfc019c7f 100644 --- a/_pages/en_US/installing-boot9strap-(hbl-usm).txt +++ b/_pages/en_US/installing-boot9strap-(hbl-usm).txt @@ -28,8 +28,7 @@ If your (Right/Left Shoulder), (D-Pad Up) or (A) buttons do not work, join [Nint * 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 [unSAFE_MODE](https://github.com/zoogie/unSAFE_MODE/releases/latest) - * You may already have this from a prior section of the guide +* [usm.bin](https://github.com/zoogie/unSAFE_MODE/releases/download/v1.3/usm.bin) (direct download) #### Section I - Prep Work @@ -45,7 +44,7 @@ In this section, you will use Homebrew Launcher to launch slotTool, which will o 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. Copy `usm.bin` from the unSAFE_MODE `.zip` to the root of your SD card +1. Copy `usm.bin` to the root of your SD card 1. Put your SD card back into your console ![]({{ "/images/screenshots/hblusm-root-layout.png" | absolute_url }}) diff --git a/images/screenshots/hblusm-root-layout.png b/images/screenshots/hblusm-root-layout.png index bcbea0894a..d0899ec3e4 100644 Binary files a/images/screenshots/hblusm-root-layout.png and b/images/screenshots/hblusm-root-layout.png differ diff --git a/images/screenshots/nimhax-location.png b/images/screenshots/nimhax-location.png new file mode 100644 index 0000000000..9f3fe5a877 Binary files /dev/null and b/images/screenshots/nimhax-location.png differ diff --git a/images/screenshots/skater-root-layout.png b/images/screenshots/skater-root-layout.png new file mode 100644 index 0000000000..59ad952778 Binary files /dev/null and b/images/screenshots/skater-root-layout.png differ