diff --git a/assets/config.ini b/assets/config.ini index 1c05df35ad..27ce90d16b 100644 --- a/assets/config.ini +++ b/assets/config.ini @@ -102,7 +102,7 @@ autoboot_mode = off hbldr_3dsx_titleid = 000400000d921e00 ; Button combo to open the Rosalina menu. -rosalina_menu_combo = X+Y +rosalina_menu_combo = Y+X ; NTP timezone offset, in minutes (-779 to 899). ntp_tz_offset_min = 0 diff --git a/assets/finalize.zip b/assets/finalize.zip new file mode 100644 index 0000000000..ee6dbf55d7 Binary files /dev/null and b/assets/finalize.zip differ diff --git a/feed.xml b/feed.xml index 2326d809a8..f5dcde3bed 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-07-02T08:48:48+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file +Jekyll2023-07-03T00:15:53+00:00https://3ds.hacks.guide/feed.xml3DS Hacks GuideA complete guide to 3DS custom firmwareNintendo Homebrew \ No newline at end of file diff --git a/finalizing-setup.html b/finalizing-setup.html index b4a73b7aa2..d664728d35 100644 --- a/finalizing-setup.html +++ b/finalizing-setup.html @@ -515,12 +515,8 @@ window.cookieconsent.initialise({
  • Section I - Prep Work
  • Section II - CFW Check
  • Section III - Updating the System
  • -
  • Section IV - Homebrew Launcher
  • -
  • Section V - RTC and DSP Setup
  • -
  • Section VI - Installing CIAs
  • -
  • Section VII - CTRNAND Luma3DS
  • -
  • Section VIII - Cleanup SD Card
  • -
  • Section IX - Backup Essential Files
  • +
  • Section IV - RTC and DSP setup
  • +
  • Section V - Setup Script
  • Information and Notes
  • @@ -533,18 +529,24 @@ window.cookieconsent.initialise({

    The file boot.firm is what is launched by boot9strap itself after it finishes loading off of NAND. In this case, we are using Luma3DS by LumaTeam to patch the console, allowing it to run homebrew software.

    -

    On this page, we will make critical system file backups and install the following homebrew programs:

    +

    On this page, we will make critical system file backups and install some homebrew programs. Most of these steps will be automated using a script that you will run on your console.

    + +
    +List of homebrew applications that will be installed + +

    Click the links to view the GitHub repository of each application. (Give them a star if you appreciate them!)

    -

    It is not recommended to skip downloading any of these applications, as many of them will be used later on this page. At the end of this page, your SD card will be cleaned up by removing unnecessary installation files.

    +

    Compatibility Notes

    @@ -555,12 +557,7 @@ window.cookieconsent.initialise({

    What You Need

    Instructions

    @@ -572,27 +569,13 @@ window.cookieconsent.initialise({
    1. Power off your console
    2. Insert your SD card into your computer
    3. -
    4. Create a folder named cias on the root of your SD card if it does not already exist
    5. -
    6. Copy all of the CIA files (Anemone3DS.cia, Checkpoint.cia, FBI.cia, Homebrew_Launcher.cia, and Universal-Updater.cia) to the /cias/ folder on your SD card
    7. -
    8. Create a folder named 3ds on the root of your SD card if it does not already exist - -
    9. -
    10. Copy FBI.3dsx to the /3ds/ folder on your SD card
    11. -
    12. Create a folder named payloads in the luma folder on your SD card if it does not already exist
    13. -
    14. Copy GodMode9.firm from the GodMode9 .zip to the /luma/payloads/ folder on your SD card
    15. -
    16. Copy the gm9 folder from the GodMode9 .zip to the root of your SD card
    17. -
    18. Reinsert your SD card into your console
    19. -
    20. Power on your console
    21. +
    22. Copy the contents of finalize.zip to the root of your SD card, merging/replacing any existing folders if prompted
    -

    The screenshots below indicate the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.

    +

    The screenshot below indicates the minimum SD card layout that is required to follow this page. You may have extra files or folders on your SD card, depending on your previous setup or the method that you followed.

    -

    -

    Section II - CFW Check

    As an additional safety measure, we will perform an additional check for custom firmware. If custom firmware is not installed by this point for any reason, the next section may render your console unable to be hacked without external hardware.

    @@ -623,35 +606,16 @@ window.cookieconsent.initialise({ -

    Section IV - Homebrew Launcher

    - -

    In this section, you will temporarily replace Download Play with Homebrew Launcher (which we need to launch FBI). Download Play will automatically go back to normal once you reboot your console.

    - -
      -
    1. Launch the Download Play application ()
    2. -
    3. Wait until you see the Nintendo 3DS and Nintendo DS buttons
    4. -
    5. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
    6. -
    7. Select “Miscellaneous options”
    8. -
    9. Select “Switch the hb. title to the current app.”
    10. -
    11. Press (B) to continue
    12. -
    13. Press (B) to return to the Rosalina main menu
    14. -
    15. Press (B) to exit the Rosalina menu
    16. -
    17. Press (Home) to suspend Download Play
    18. -
    19. Press the “Close” button on the bottom screen to close Download Play
    20. -
    21. Re-launch the Download Play application
    22. -
    23. Your console should load the Homebrew Launcher - -
    24. -
    - -

    Section V - RTC and DSP Setup

    +

    Section IV - RTC and DSP setup

    In this section, you will sync your 3DS internal clock with the actual time and dump the sound firmware (which is necesssary for some homebrew software to use sound properly).

      -
    1. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu
    2. +
    3. Press (Left Shoulder) + (D-Pad Down) + (Select) at the same time to open the Rosalina menu + +
    4. Select “Miscellaneous options”
    5. Select “Dump DSP firmware”
    6. Press (B) to continue
    7. @@ -661,21 +625,9 @@ window.cookieconsent.initialise({
    8. Press (B) to exit the Rosalina menu
    -

    Section VI - Installing CIAs

    +

    Section V - Setup Script

    -

    In this section, you will install several useful homebrew applications to HOME Menu.

    - -
      -
    1. Launch FBI from the list of homebrew
    2. -
    3. Navigate to SD -> cias
    4. -
    5. Select “<current directory>”
    6. -
    7. Select the “Install and delete all CIAs” option, then press (A) to confirm
    8. -
    9. Press (Home), then close Download Play
    10. -
    - -

    Section VII - CTRNAND Luma3DS

    - -

    In this section, you will use a script to copy some of Luma3DS’s files to internal memory so that they can be accessed, even without an SD card inserted.

    +

    In this section, you will use a script to automate homebrew installation, SD card cleanup, and system file backup.

    1. Power off your console
    2. @@ -688,67 +640,13 @@ window.cookieconsent.initialise({
    3. If you are prompted to fix the RTC date&time, press (A) to do so, then set the date and time, then press (A) to continue
    4. Press (Home) to bring up the action menu
    5. Select “Scripts…”
    6. -
    7. Select “GM9Megascript”
    8. -
    9. Select “Scripts from Plailect’s Guide”
    10. -
    11. Select “Setup Luma3DS to CTRNAND”
    12. -
    13. When prompted, press (A) to proceed
    14. -
    15. Press (A) to unlock SysNAND (lvl1) writing, then input the key combo given
    16. -
    17. Press (A) to continue
    18. -
    - -

    Section VIII - Cleanup SD Card

    - -

    In this section, you will use a script to remove some unnecessary files from your SD card.

    - -
      -
    1. Select “Cleanup SD Card”
    2. -
    3. When prompted, press (A) to proceed
    4. -
    5. Press (A) to continue
    6. -
    7. Press (B) to return to the main menu
    8. -
    - -

    Section IX - Backup Essential Files

    - -

    In this section, you will make backups of files that can be used to recover from software bricks or to recover data.

    - -
      -
    1. Select “Backup Options”
    2. -
    3. Select “SysNAND Backup”
    4. -
    5. Press (A) to confirm +
    6. Select “finalize”
    7. +
    8. Follow the prompts in the script, answering each question that you are asked
    9. -
    10. Press (A) to continue
    11. -
    12. Press (B) to return to the main menu
    13. -
    14. Select “Exit”
    15. -
    16. Press (A) to relock write permissions if prompted
    17. -
    18. Navigate to [S:] SYSNAND VIRTUAL
    19. -
    20. Press (A) on essential.exefs to select it
    21. -
    22. Select “Copy to 0:/gm9/out” - -
    23. -
    24. Press (A) to continue
    25. -
    26. Press (Home) to bring up the action menu
    27. -
    28. Select “Poweroff system” to power off your console
    29. -
    30. Insert your SD card into your computer
    31. -
    32. Copy <date>_<serialnumber>_sysnand_##.bin, <date>_<serialnumber>_sysnand_##.bin.sha, and essential.exefs from the /gm9/out/ folder on your SD card to a safe location on your computer - -
    33. -
    34. Delete <date>_<serialnumber>_sysnand_##.bin and <date>_<serialnumber>_sysnand_##.bin.sha from the /gm9/out/ folder on your SD card after copying it - -
    35. -
    36. If you have it, copy the /luma/backups/ folder on your SD card to a safe location on your computer
    37. -
    38. Reinsert your SD card into your console
    39. -
    40. Power on your console
    41. +
    42. Once the script says “Setup complete!”, press (A) to power off the device

    diff --git a/images/screenshots/finalizing-root-layout.png b/images/screenshots/finalizing-root-layout.png index dd8f4756d1..eb7ef44963 100644 Binary files a/images/screenshots/finalizing-root-layout.png and b/images/screenshots/finalizing-root-layout.png differ diff --git a/troubleshooting.html b/troubleshooting.html index b0649d5595..d210e39089 100644 --- a/troubleshooting.html +++ b/troubleshooting.html @@ -974,25 +974,63 @@ window.cookieconsent.initialise({
    -Unable to enter Rosalina menu due to broken Left Shoulder / Down D-Pad / Select button(s) +Error #01: No Nintendo 3DS folder + +

    Your SD card does not have the Nintendo 3DS folder. Power on your device with your SD card inserted, then wait for the device to show a message box that says “Creating HOME Menu management information”. Once the message box disappears, power off your device and try again.

    -

    Download this alternate config.ini and place it in /luma/. This will change the Rosalina key combination to (X) + (Y).

    -"An exception occurred" or infinite "Nintendo 3DS" screen after trying to launch Homebrew Launcher from Download Play +Error #02: Missing essential.exefs + +

    You said ‘No’ to the “Make essential files backup?” prompt in GodMode9. Power off your device, power it on while holding (Start) to re-enter GodMode9, say ‘Yes’ to the prompt, then try again.

    -

    There is an issue with your boot.3dsx file (it is missing, misplaced, or corrupted). Download the latest release of the Homebrew Launcher and place boot.3dsx on the root of your SD card, replacing any existing file.

    -"Scripts directory not found" in GodMode9 +Unable to open GodMode9 or Error #03: Missing files + +

    You did not copy everything from finalize.zip to the root of your SD card. Remember, your SD card should have at least these files:

    + +

    -

    You did not copy the gm9 folder from the GodMode9 .zip to the root of your SD card. Download the latest release of GodMode9 and place the gm9 folder on the root of your SD card, merging it with the existing one.

    -"Backup failed" or "Error: Could not open directory" when attempting a NAND backup +Error #04: No space + +

    You need at least 1.3GB of free space to perform the NAND backup, which is apart of the script. If you don’t have enough space, follow these steps:

    + +
      +
    1. Power off your console
    2. +
    3. Remove the SD card and insert it into your computer
    4. +
    5. Copy the Nintendo 3DS folder from the root of your SD card to your computer
    6. +
    7. Delete the Nintendo 3DS folder from the SD card
    8. +
    9. Reinsert your SD card into your console
    10. +
    11. Power off your console, hold START and power on still holding START to boot on GodMode9
    12. +
    13. Select “Scripts…”
    14. +
    15. Select “finalize”
    16. +
    17. Follow the prompts in the script, answering each question that you are asked
    18. +
    19. Copy the files in gm9/out on your SD to a safe location on your computer
    20. +
    21. Delete the <date>_<serialnumber>_sysnand_##.bin and <date>_<serialnumber>_sysnand_##.bin.sha files from the SD card, keeping essential.exefs in /gm9/out/
    22. +
    23. Copy the Nintendo 3DS folder from your computer to the root of your SD card
    24. +
    25. Delete the Nintendo 3DS folder from your computer
    26. +
    + +

    Once done, re-run the script.

    + +
    + +
    +Error #05: No title database + +

    Press (A) to create a title database, follow the prompts here, then re-run the script.

    + +
    + +
    +Error #06 or "Error: Could not open directory" when attempting a NAND backup +

    Make sure you have at least 1.3GB available in your SD card. If you don’t have enough space, follow these steps:

    1. Power off your console
    2. @@ -1011,6 +1049,13 @@ window.cookieconsent.initialise({

      If you have enough space on your SD card, your SD might be corrupted or faulty. Check your SD card for any errors by following the guide according to your computer’s operating system: Windows, Linux, macOS.

    +
    +Error #08: Dummy title database + +

    You didn’t delete the dummy title database that was created by Error #05. Follow the prompts here, then re-run the script.

    + +
    +

    Boot issues on consoles with custom firmware