Guide_3DS/_pages/pl_PL/finalizing-setup.txt

188 lines
9.9 KiB
Text
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
title: "Finalizowanie Instalacji"
2017-05-21 22:39:40 +02:00
---
{% include toc title="Spis Treści" %}
2017-09-29 13:29:26 +02:00
### Wymagana Lektura
2017-05-21 22:39:40 +02:00
"boot.firm" to plik, który jest uruchamiany przez boot9strap po wczytaniu NANDu, i może być każdym payload'em w formacie FIRM. Plik ten może być podmieniony w każdej chwili, jednak Luma3DS pozwala na uruchomienie innych payload'ów arm9 w formacie FIRM używając Chainloadera Luma3DS.
2017-08-13 01:26:54 +02:00
W naszym przypadku, używamy Luma3DS autorstwa [AuroraWright](https://github.com/AuroraWright/) do bezpośredniego uruchomienia zmodyfikowanego SysNAND, co pozwala na zupełną rezygnację z korzystania z EmuNAND i znacznie upraszcza obsługę przerobionego 3DS'a oraz zużywa znacznie mniej miejsca na karcie SD.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
Podczas tego procesu zainstalujemy również takie programy jak:
+ **FBI** *(instaluje gry i programy w formacie CIA)*
+ **Anemone3DS** *(instaluje niestandardowe motywy)*
+ **Checkpoint** *(tworzenie kopii zapasowych gier 3DS i DS oraz ich przywracanie)*
+ **Luma3DS Updater** *(narzędzie do łatwej aktualizacji twojego CFW)*
+ **GodMode9** *(wielozadaniowe narzędzie do NAND i kartridżów)*
+ **Homebrew Launcher Loader** *(uruchamia Homebrew Launcher)*
2017-05-21 22:39:40 +02:00
### Czego Potrzebujesz
2017-09-18 21:28:24 +02:00
* Najnowszej wersji [Anemone3DS](https://github.com/astronautlevel2/Anemone3DS/releases/latest){:target="_blank"} *(plik `.cia`)*
* Najnowszej wersji [Checkpoint](https://github.com/BernardoGiordano/Checkpoint/releases/latest){:target="_blank"} *(pliku `.cia`)*
* Najnowszej wersji [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest){:target="_blank"}
* Najnowszej wersji [GodMode9](https://github.com/d0k3/GodMode9/releases/latest){:target="_blank"}
* Najnowszej wersji [DSP1](https://github.com/zoogie/DSP1/releases/latest){:target="_blank"}
* Najnowszej wersji [FBI](https://github.com/Steveice10/FBI/releases/latest){:target="_blank"} *(pliki `.cia` i `.3dsx`)*
* Najnowszej wersji [Luma3DS Updater](https://github.com/KunoichiZ/lumaupdate/releases/latest){:target="_blank"} *(plik `.cia`)*
2018-04-07 07:42:26 +02:00
* [setup_ctrnand_luma3ds.gm9]({{ "/gm9_scripts/setup_ctrnand_luma3ds.gm9" | absolute_url }}){:download}
* [cleanup_sd_card.gm9]({{ "/gm9_scripts/cleanup_sd_card.gm9" | absolute_url }}){:download}
2017-09-18 21:28:24 +02:00
### Instrukcje
2017-05-21 22:39:40 +02:00
#### Sekcja I - Przygotowanie
2017-09-18 21:28:24 +02:00
1. Wyłącz konsolę
2017-09-18 21:28:24 +02:00
1. Włóż kartę SD do komputera
1. Stwórz folder o nazwie `3ds` w głównym katalogu twojej karty SD, jeśli jeszcze nie istnieje
1. Stwórz folder o nazwie `cias` w katalogu głównym karty SD, jeśli jeszcze nie istnieje
1. Skopiuj `FBI.3dsx` do folderu `/3ds/` na karcie SD
1. Skopiuj plik `hblauncher_loader.cia` z archiwum hblauncher_loader `.zip` do folderu `/cias/` na twojej karcie SD
1. Skopiuj `lumaupdater.cia` do folderu `/cias/` na karcie SD
1. Skopiuj `FBI.cia` do folderu `/cias/` na karcie SD
1. Skopiuj `DSP1.cia` do folderu `/cias/` na karcie SD
1. Skopiuj `Anemone3DS.cia` do folderu `/cias/` na karcie SD
1. Skopiuj `Checkpoint.cia` do folderu `/cias/` na karcie SD
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/cias-file-layout.png" | absolute_url }})
2017-09-18 21:28:24 +02:00
{: .notice--info}
1. Create a folder named `payloads` in the `luma` folder on your SD card if it does not already exist
1. Skopiuj `GodMode9.firm` z GodMode9 `.zip` do folderu `/luma/payloads/` na karcie SD
2017-09-18 21:28:24 +02:00
1. Copy the `gm9` folder from the GodMode9 `.zip` to the root of your SD card
1. Skopiuj `setup_ctrnand_luma3ds.gm9` do folderu `/gm9/scripts/` na karcie SD
1. Skopiuj `cleanup_sd_card.gm9` do folderu `/gm9/scripts/` na karcie SD
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/finalizing-setup-file-layout.png" | absolute_url }})
2017-09-18 21:28:24 +02:00
{: .notice--info}
2018-04-07 07:42:26 +02:00
Note that, depending on the method used to install boot9strap, your device's SD card may not have the `soundhax-usa-n3ds.m4a`, `otherapp.bin`, or `safehaxpayload.bin` files from the above screenshot.
{: .notice--info}
2017-09-18 21:28:24 +02:00
1. Włóż kartę SD do konsoli
1. Włącz konsolę
2017-09-18 21:28:24 +02:00
2017-09-29 13:29:26 +02:00
#### Section II - Updating the System
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
If, while following a previous version of this guide, you CTRTransfered your *New 3DS* to 2.1.0, now is the time to [restore your NAND backup](godmode9-usage#restoring-a-nand-backup) before doing this section.
2017-05-23 00:41:18 +02:00
{: .notice--danger}
If, before following this guide, you already had an EmuNAND setup and would like to move the contents of your previous EmuNAND to your new SysNAND CFW, now is the time to [follow Move EmuNAND](move-emunand) before doing this section.
2017-05-21 22:39:40 +02:00
{: .notice--info}
1. Zaktualizuj swoją konsolę wchodząc w System Settings i "Other Settings". Następnie przejedź na sam koniec w prawo i użyj "System Update"
+ Aktualizacje podczas używania B9S + Luma (tego co masz) są bezpieczne
2017-05-21 22:39:40 +02:00
+ Jeśli przy próbie aktualizacji pojawia się błąd, ustaw swoje DNS (w ustawieniach połączenia internetowego 3DS) na "auto"
2017-09-04 19:33:12 +02:00
+ If this still gives you an error, [follow CTRTransfer](ctrtransfer), then try updating again
2017-05-21 22:39:40 +02:00
#### Sekcja III - Uruchamianie FBI
2017-06-05 09:41:55 +02:00
1. Launch the Download Play application
1. Press (L) + (Down) + (Select) at the same time to open the Rosalina menu
1. Select "Miscellaneous options"
1. Select "Switch the hb. title to the current app."
1. Press (B) to continue
1. Press (B) to return to the Rosalina main menu
1. Press (B) to exit the Rosalina menu
1. Press (Home), then close Download Play
1. Launch the Download Play application
1. Twoja konsola powinna załadować Homebrew Launcher
1. Uruchom FBI z listy Homebrew
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section IV - Installing CIAs
2017-05-21 22:39:40 +02:00
2017-09-18 21:28:24 +02:00
1. Navigate to `SD` -> `cias`
1. Wybierz "\<current directory>"
1. Select the "Install and delete all CIAs" option, then press (A) to confirm
2017-06-05 09:41:55 +02:00
1. Press (Home), then close Download Play
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section V - DSP Dump
2017-05-21 22:39:40 +02:00
2017-06-05 09:41:55 +02:00
1. Launch the DSP1 application
2017-05-24 07:55:55 +02:00
1. Once it has completed, press (B) to self-delete the app and return to the home menu
2017-05-21 22:39:40 +02:00
#### Sekcja VI - CTRNAND Luma3DS
2017-05-21 22:39:40 +02:00
1. Wyłącz konsolę
2017-07-25 20:26:34 +02:00
1. Launch GodMode9 by holding (Start) during boot
2017-07-19 21:10:16 +02:00
1. If you are prompted to create an essential files backup, press (A) to do so, then press (A) to continue once it has completed
2017-09-18 21:28:24 +02:00
1. 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
+ Note that, if you had to fix the RTC date and time, you will have to fix the time in the System Settings as well after this guide
1. Wciśnij (Home), aby przywołać menu akcji
1. Wybierz "Scripts..."
1. Wybierz "setup_ctrnand_luma3ds"
2017-07-19 21:10:16 +02:00
1. When prompted, press (A) to proceed
1. Wciśnij (A), aby odblokować zapis do SysNAND (lvl1), a następnie wprowadź przedstawioną kombinację przycisków
2017-07-19 21:10:16 +02:00
1. Naciśnij (A), aby kontynuować
1. Press (A) to relock write permissions
2017-05-21 22:39:40 +02:00
#### Sekcja VII - Kopia Zapasowa Niezbędnych Plików
2017-05-21 22:39:40 +02:00
1. Wciśnij (Home), aby przywołać menu akcji
1. Wybierz "Scripts..."
2017-07-12 22:30:42 +02:00
1. Select "Backup SysNAND"
1. Naciśnij (A) aby potwierdzić
+ Ten proces zajmie trochę czasu
+ Jeśli otrzymasz błąd, upewnij się że masz przynajmniej 1.2GB do 1.3GB wolnego miejsca na karcie SD
2017-05-21 22:39:40 +02:00
1. Naciśnij (A), aby kontynuować
1. Przytrzymaj przycisk (R) i jednocześnie naciśnij przycisk (B), aby bezpiecznie wyjąć kartę SD
1. Włóż kartę SD do komputera
2017-11-12 01:24:53 +01:00
1. Copy `<date>_<serialnumber>_sysnand_###.bin` and `essential.exefs` from the `/gm9/out/` folder on your SD card to a safe location on your computer
2017-05-21 22:39:40 +02:00
+ Make backups in multiple locations (such as online file storage)
2017-11-12 01:24:53 +01:00
+ These backups will save you from a brick and/or help you recover files from the NAND image if anything goes wrong in the future
1. Usuń `<date>_<serialnumber>_sysnand_###.bin` i `<date>_<serialnumber>_sysnand_###.bin.sha` z folderu `/gm9/out/` na twojej karcie SD po skopiowaniu ich do komputera
1. Włóż kartę SD do konsoli
2017-08-14 23:29:39 +02:00
#### Sekcja VIII - Czyszczenie Karty SD
2017-08-14 23:29:39 +02:00
1. Wciśnij (Home), aby przywołać menu akcji
1. Wybierz "Scripts..."
1. Wybierz "cleanup_sd_card"
2017-08-14 23:29:39 +02:00
1. When prompted, press (A) to proceed
1. Naciśnij (A), aby kontynuować
1. Naciśnij przycisk (Start) aby uruchomić konsolę ponownie
2017-05-21 22:39:40 +02:00
___
{% capture notice-10 %}
2017-08-13 01:26:54 +02:00
Teraz możesz używać Luma3DS Updater aby aktualizować Luma3DS do najnowszej wersji, wystarczy go uruchomić i nacisnąć (A).
2017-05-21 22:39:40 +02:00
To nie jest to samo co System Update; Luma3DS Updater pobiera i wypakowuje wyłącznie najnowsze pliki Luma3DS.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
This will only update the Luma3DS files on your SD card. If you boot your device without an SD card, it will use the version you placed in CTRNAND.
{% endcapture %}
<div class="notice--info">{{ notice-10 | markdownify }}</div>
{% capture notice-6 %}
You will now boot Luma3DS CFW SysNAND by default.
2017-08-13 01:26:54 +02:00
2017-05-21 22:39:40 +02:00
Zawsze możesz dostać się do menu konfiguracji Luma3DS, przytrzymując (Select) podczas uruchamiania konsoli.
2017-08-13 01:26:54 +02:00
2017-06-01 20:00:43 +02:00
You can now hold (Start) on boot to launch the Luma3DS chainloader menu (note that the Luma3DS chainloader menu is only displayed if there is more than one payload detected).
2017-08-13 01:26:54 +02:00
2017-06-05 09:41:55 +02:00
You can now hold (Start) + (Select) + (X) on boot to dump the ARM11 bootrom (`boot11.bin`), the ARM9 bootrom (`boot9.bin`), and your console unique OTP (`OTP.bin`) to the `/boot9strap/` folder on your SD card (note that this will not have any kind of prompt or message).
2017-08-13 01:26:54 +02:00
2017-06-06 07:48:13 +02:00
You can now press (L) + (Down) + (Select) while the system is booted to open the Rosalina menu integrated into Luma3DS. For a full list of Rosalina features, please see the [Luma3DS v8.0 Release](https://github.com/AuroraWright/Luma3DS/releases/tag/v8.0)
2017-05-21 22:39:40 +02:00
{% endcapture %}
<div class="notice--info">{{ notice-6 | markdownify }}</div>
To use [NTR CFW](https://github.com/44670/BootNTR/), install [BootNTR Selector](https://gbatemp.net/threads/432911/).
{: .notice--info}
Aby uzyskać informacje na ten temat zmiany regionu twojej konsoli, odwiedź stronę [Zmiana regionu](region-changing).
{: .notice--success}
For information on using GodMode9's various features, check out the [GodMode9 Usage](godmode9-usage) page.
{: .notice--success}
Aby uzyskać informacje o użytkowaniu różnych funkcji Luma3DS, odwiedź [jej wiki](https://github.com/AuroraWright/Luma3DS/wiki/Options-and-usage).
{: .notice--success}
2017-09-13 06:15:18 +02:00
For information on installing custom themes and splash screens, check out [Theme Plaza](https://themeplaza.eu/).
2017-11-12 01:24:53 +01:00
{: .notice--success}