merge some languages, other fixes

This commit is contained in:
Plailect 2017-01-16 11:12:55 -05:00 committed by Plailect
parent 48b9fa3464
commit a3a0be29e3
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41
48 changed files with 237 additions and 236 deletions

View file

@ -147,7 +147,7 @@ exclude: [
# _pages/en_US, # _pages/en_US,
_pages/es_EM, _pages/es_EM,
# _pages/es_ES, # _pages/es_ES,
_pages/fi_FL, _pages/fi_FI,
# _pages/fr_FR, # _pages/fr_FR,
_pages/he_IL, _pages/he_IL,
_pages/hu_HU, _pages/hu_HU,

View file

@ -1,26 +1,28 @@
--- ---
main: main:
-
title: Anleitung
- -
title: FAQ title: FAQ
url: /faq url: /de_DE/faq
- -
title: Troubleshooting title: Problembehandlung
url: /troubleshooting url: /de_DE/troubleshooting
- -
title: Donations title: Spenden
url: /donations url: /de_DE/donations
- -
title: Credits title: Danksagungen
url: /credits url: /de_DE/credits
- -
title: Updating A9LH title: A9LH aktualisieren
url: /updating-a9lh url: /de_DE/updating-a9lh
- -
title: Region Changing title: Regionswechsel
url: /region-changing url: /de_DE/region-changing
- -
title: NAND Size title: NAND Größe
url: /nand-size url: /de_DE/nand-size
- -
title: Site Navigation title: Seitennavigation
url: /site-navigation url: /de_DE/site-navigation

View file

@ -1,38 +1,28 @@
# titles with translations should be translated ---
# translation urls should be /<locale>/<file> (i.e.: /es_ES/credits) main:
# see https://github.com/Plailect/Guide/tree/l10n/_pages for locale codes -
title: Guide
main: [ -
{ title: FAQ
title: "FAQ",
url: /faq url: /faq
}, -
{ title: Troubleshooting
title: "Troubleshooting",
url: /troubleshooting url: /troubleshooting
}, -
{ title: Donatiosn
title: "Donations",
url: /donations url: /donations
}, -
{ title: Credits
title: "Credits",
url: /credits url: /credits
}, -
{ title: Updating A9LH
title: "Updating A9LH",
url: /updating-a9lh url: /updating-a9lh
}, -
{ title: Region Changing
title: "Region Changing",
url: /region-changing url: /region-changing
}, -
{ title: NAND Size
title: "NAND Size",
url: /nand-size url: /nand-size
}, -
{ title: Site Navigation
title: "Site Navigation",
url: /site-navigation url: /site-navigation
}
]

View file

@ -1,5 +1,7 @@
--- ---
main: main:
-
title: Guía
- -
title: FAQ title: FAQ
url: /es_ES/faq url: /es_ES/faq

View file

@ -1,5 +1,7 @@
--- ---
main: main:
-
title: Guide
- -
title: FAQ title: FAQ
url: /fr_FR/faq url: /fr_FR/faq

View file

@ -1,5 +1,7 @@
--- ---
main: main:
-
title: Guida
- -
title: FAQ title: FAQ
url: /it_IT/faq url: /it_IT/faq

View file

@ -1,5 +1,7 @@
--- ---
main: main:
-
title: 教學
- -
title: 常見問題 FAQ title: 常見問題 FAQ
url: /zh_TW/faq url: /zh_TW/faq

View file

@ -5,18 +5,21 @@
<ul class="visible-links"> <ul class="visible-links">
{% assign split_path = page.path | split: "/" %} {% assign split_path = page.path | split: "/" %}
{% assign locale = split_path[1] %} {% assign locale = split_path[1] %}
{% if locale == 'en_US' %}
<li class="masthead__menu-item masthead__menu-item--lg"><a href="{{ site.url }}/">{{ site.title }}</a></li>
{% else %}
<li class="masthead__menu-item masthead__menu-item--lg"><a href="{{ site.url }}/{{ locale }}/">{{ site.title }}</a></li>
{% endif %}
{% for link in site.data.navigation[locale].main %} {% for link in site.data.navigation[locale].main %}
{% if link.size == 1 %}
{% if locale == 'en_US' %}
<li class="masthead__menu-item masthead__menu-item--lg"><a href="{{ site.url }}/">{{ link.title }}</a></li>
{% else %}
<li class="masthead__menu-item masthead__menu-item--lg"><a href="{{ site.url }}/{{ locale }}/">{{ link.title }}</a></li>
{% endif %}
{% else %}
{% if link.url contains 'http' %} {% if link.url contains 'http' %}
{% assign domain = '' %} {% assign domain = '' %}
{% else %} {% else %}
{% assign domain = site.url | append: site.baseurl %} {% assign domain = site.url | append: site.baseurl %}
{% endif %} {% endif %}
<li class="masthead__menu-item"><a href="{{ domain }}{{ link.url }}">{{ link.title }}</a></li> <li class="masthead__menu-item"><a href="{{ domain }}{{ link.url }}">{{ link.title }}</a></li>
{% endif %}
{% endfor %} {% endfor %}
</ul> </ul>
<ul class="hidden-links links-menu hidden"></ul> <ul class="hidden-links links-menu hidden"></ul>

View file

@ -1,7 +1,7 @@
--- ---
title: "2.1.0 ctrtransfer" # title: "2.1.0 ctrtransfer" #
lang: en lang: de
permalink: /2.1.0-ctrtransfer.html permalink: /de_DE/2.1.0-ctrtransfer.html
--- ---
Solltest du deinen 2DS oder New 3DS gedowngradet und dabei die Drahtloskommunikation ausgeschaltet gelassen haben, kannst du diese Funktion wieder einschalten, indem du den Akku und das Ladekabel für einige Sekunden aus der Konsole entfernst und sie danach wieder einschaltest. Solltest du deinen 2DS oder New 3DS gedowngradet und dabei die Drahtloskommunikation ausgeschaltet gelassen haben, kannst du diese Funktion wieder einschalten, indem du den Akku und das Ladekabel für einige Sekunden aus der Konsole entfernst und sie danach wieder einschaltest.
@ -66,7 +66,7 @@ Du solltest dich für diese Schritte bereits in Decrypt9 befinden.
{: .notice--danger} {: .notice--danger}
1. Wähle "SysNAND Options", dann "CTRNAND Transfer", dann "Auto CTRNAND Transfer" 1. Wähle "SysNAND Options", dann "CTRNAND Transfer", dann "Auto CTRNAND Transfer"
2. Input the key combo given, then select the 2.1.0 ctrtransfer image when prompted by pressing (A) 2. Gebe die gegebene Tastenkombination ein, und wähle dann das 2.1.0 ctrtransferarchiv aus, indem du (A) drückst
3. Wenn du noch kein NAND-Backup erstellt hast, **drücke (A) um dein SysNAND unter dem Namen `NANDmin.bin` zu sichern, sobald du dazu aufgefordert wirst** 3. Wenn du noch kein NAND-Backup erstellt hast, **drücke (A) um dein SysNAND unter dem Namen `NANDmin.bin` zu sichern, sobald du dazu aufgefordert wirst**
+ **Du MUSST ein NAND-Backup _deiner_ Konsole haben.** + **Du MUSST ein NAND-Backup _deiner_ Konsole haben.**
+ **Ohne die Erstellung eines Backups gehen alle installierten Spiele und Speicherstände VERLOREN!** + **Ohne die Erstellung eines Backups gehen alle installierten Spiele und Speicherstände VERLOREN!**

View file

@ -1,9 +1,9 @@
--- ---
title: "Page Not Found" # title: "Seite nicht gefunden"
lang: en lang: de
permalink: /404.html permalink: /de_DE/404.html
layout: single-no-ads layout: single-no-ads
Auszug: "Seite nicht gefunden. Your pixels are in another canvas." # Auszug: "Seite nicht gefunden. Deine Pixel befinden sich auf einem anderen Canvas." #
sitemap: false sitemap: false
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "9.2.0 ctrtransfer" # title: "9.2.0 ctrtransfer" #
lang: en lang: de
permalink: /9.2.0-ctrtransfer.html permalink: /de_DE/9.2.0-ctrtransfer.html
--- ---
Wenn du auf 2.1.0 gedowngradet hast, aber aus irgendwelchen Gründen **keine funktionierenden NAND-Sicherheitskopien** hast, dann ist diese Anleitung für dich. Wenn du auf 2.1.0 gedowngradet hast, aber aus irgendwelchen Gründen **keine funktionierenden NAND-Sicherheitskopien** hast, dann ist diese Anleitung für dich.
@ -49,7 +49,7 @@ Weil der 9.2.0 ctrtransfer dazu da ist, um Fehler, welche von dem aktuellen NAND
##### Abschnitt III - ctrtransfer ##### Abschnitt III - ctrtransfer
1. Navigiere zu "SysNAND Options", dann "CTRNAND Transfer" und "Auto CTRNAND Transfer" 1. Navigiere zu "SysNAND Options", dann "CTRNAND Transfer" und "Auto CTRNAND Transfer"
2. Input the key combo given, then select the 9.2.0 ctrtransfer image when prompted by pressing (A) 2. Gebe die gegebene Tastenkombination ein, und wähle dann das 9.2.0 ctrtransfer image aus, indem du (A) drückst
3. Wenn du noch keine NAND-Sicherheitskopie angelegt haben solltest, wähle **Backup SysNAND" aus, nenne es `NANDmin.bin` und bestätigte die Eingaben mit (A)** 3. Wenn du noch keine NAND-Sicherheitskopie angelegt haben solltest, wähle **Backup SysNAND" aus, nenne es `NANDmin.bin` und bestätigte die Eingaben mit (A)**
4. Erlauben Sie es dem Transferprozess automatisch fortzufahren, dies könnte einige Zeit in Anspruch nehmen 4. Erlauben Sie es dem Transferprozess automatisch fortzufahren, dies könnte einige Zeit in Anspruch nehmen
5. Sobald der Transfer abgeschlossen ist, drücke (Select), um die SD-Karte auszuwerfen 5. Sobald der Transfer abgeschlossen ist, drücke (Select), um die SD-Karte auszuwerfen

View file

@ -1,7 +1,7 @@
--- ---
title: "Cart Update" # title: "Kartenupdate" #
lang: en lang: de
permalink: /cart-update.html permalink: /de_DE/cart-update.html
--- ---
Alle Spielmodule erhalten eine Kopie der System-Firmware, die die Software benötigt, um abgespielt zu werden. Dies ermöglicht jedem Spieler mit einem Gerät einer niedrigeren Firmware, der das betreffende Spiel benutzt, auf die vorinstallierte Betriebssoftware zu aktualisieren (sogar ohne Internetverbindung). Alle Spielmodule erhalten eine Kopie der System-Firmware, die die Software benötigt, um abgespielt zu werden. Dies ermöglicht jedem Spieler mit einem Gerät einer niedrigeren Firmware, der das betreffende Spiel benutzt, auf die vorinstallierte Betriebssoftware zu aktualisieren (sogar ohne Internetverbindung).

View file

@ -1,13 +1,13 @@
--- ---
title: "Credits" # title: "Danksagung" #
lang: en lang: de
permalink: /credits.html permalink: /de_DE/credits.html
--- ---
**Vielen Dank an alle Nutzer aus [#Cakey auf Freenode](http://webchat.freenode.net/?channels=%23Cakey)! Ihr seid großartig!** **Vielen Dank an alle Nutzer aus [#Cakey auf Freenode](http://webchat.freenode.net/?channels=%23Cakey)! Ihr seid großartig!**
{: .notice--primary} {: .notice--primary}
**Special thanks to all of [the translators](https://translate.3ds.guide/) for being awesome!** **Vielen Dank an alle [Übersetzer](https://translate.3ds.guide/)! Ihr seid großartig!**
{: .notice--primary} {: .notice--primary}
Sollte ich vergessen haben, dich hier aufzuführen, dann kontaktiere mich und ich füge deinen Namen hinzu. Sollte ich vergessen haben, dich hier aufzuführen, dann kontaktiere mich und ich füge deinen Namen hinzu.

View file

@ -1,7 +1,7 @@
--- ---
title: "Decrypt9 (Browser)" # title: "Decrypt9 (Browser)" #
lang: en lang: de
permalink: /decrypt9-(browser).html permalink: /de_DE/decrypt9-(browser).html
--- ---
Der erste Punkt in dieser Anleitung ist das Aufsetzen von Decrypt9, einem universellen Toolkit. Dieses erlaubt es uns, die Firmware-Version 2.1.0 zu installieren, welche Sicherheitslücken aufweist, die wir für die weiteren Exploits ausnutzen werden. Der erste Punkt in dieser Anleitung ist das Aufsetzen von Decrypt9, einem universellen Toolkit. Dieses erlaubt es uns, die Firmware-Version 2.1.0 zu installieren, welche Sicherheitslücken aufweist, die wir für die weiteren Exploits ausnutzen werden.

View file

@ -1,7 +1,7 @@
--- ---
title: "Decrypt9 (Homebrew Launcher)" # title: "Decrypt9 (Homebrew Launcher)" #
lang: en lang: de
permalink: /decrypt9-(homebrew-launcher).html permalink: /de_DE/decrypt9-(homebrew-launcher).html
--- ---
#### Was du brauchst #### Was du brauchst

View file

@ -1,7 +1,7 @@
--- ---
title: "Decrypt9 (MSET)" # title: "Decrypt9 (MSET)" #
lang: en lang: de
permalink: /decrypt9-(mset).html permalink: /de_DE/decrypt9-(mset).html
--- ---
Der erste Punkt in dieser Anleitung ist das Aufsetzen von Decrypt9, einem universellen Toolkit. Dieses erlaubt es uns, die Firmware-Version 2.1.0 zu installieren, welche Sicherheitslücken aufweist, die wir für die weiteren Exploits ausnutzen werden. Der erste Punkt in dieser Anleitung ist das Aufsetzen von Decrypt9, einem universellen Toolkit. Dieses erlaubt es uns, die Firmware-Version 2.1.0 zu installieren, welche Sicherheitslücken aufweist, die wir für die weiteren Exploits ausnutzen werden.

View file

@ -1,7 +1,7 @@
--- ---
title: "Donations" # title: "Spenden" #
lang: en lang: de
permalink: /donations.html permalink: /de_DE/donations.html
layout: single-no-ads layout: single-no-ads
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "F3 (Linux)" # title: "F3 (Linux)" #
lang: en lang: de
permalink: /f3-(linux).html permalink: /de_DE/f3-(linux).html
--- ---
Diese Seite erklärt dir den Prozess, wie du deine SD-Karte mit F3 auf Fehler überprüfen kannst. Diese Seite erklärt dir den Prozess, wie du deine SD-Karte mit F3 auf Fehler überprüfen kannst.

View file

@ -1,7 +1,7 @@
--- ---
title: "F3X (Mac)" # title: "F3X (Mac)" #
lang: en lang: de
permalink: /f3x-(mac).html permalink: /de_DE/f3x-(mac).html
--- ---
Diese Seite erklärt dir den Prozess, die SD-Karte mit F3X auf Fehler zu überprüfen. Diese Seite erklärt dir den Prozess, die SD-Karte mit F3X auf Fehler zu überprüfen.

View file

@ -1,7 +1,7 @@
--- ---
title: "FAQ" # title: "FAQ" #
lang: en lang: de
permalink: /faq.html permalink: /de_DE/faq.html
--- ---
<a name="faq_latestfw" />**F:** *Mein Gerät ist auf der neuesten Systemversion. Kann ich mein Gerät hacken?* <a name="faq_latestfw" />**F:** *Mein Gerät ist auf der neuesten Systemversion. Kann ich mein Gerät hacken?*
@ -17,7 +17,7 @@ permalink: /faq.html
**A:** [Siehe](https://gbatemp.net/threads/425743/) **A:** [Siehe](https://gbatemp.net/threads/425743/)
<a name="faq_need" />**F:** *Was brauche ich für diesen Guide?* <a name="faq_need" />**F:** *Was brauche ich für diesen Guide?*
**A:** This guide can be completely done with free software and (if your device has no browser) a compatible game **A:** Diese Anleitung kann komplett mit freier Software und (wenn du keinen Webbrowser auf dem Gerät hast) mit einem kompatiblen Spiel durchgeführt werden
<a name="faq_risky" />**Q:** *Wie riskant ist das Hacken meiner Konsole?* <a name="faq_risky" />**Q:** *Wie riskant ist das Hacken meiner Konsole?*
**A:** Defekte/gebrickte Konsolen sind jetzt *eigentlich* unmöglich, außer du ignorierst/umgehst alle Sicherheitschecks. **A:** Defekte/gebrickte Konsolen sind jetzt *eigentlich* unmöglich, außer du ignorierst/umgehst alle Sicherheitschecks.

View file

@ -1,7 +1,7 @@
--- ---
title: "Get Started (New 3DS)" # title: "Los geht's (New 3DS)" #
lang: en lang: de
permalink: /get-started-(new-3ds).html permalink: /de_DE/get-started-(new-3ds).html
--- ---
Wähle die passende Methode für deine Version aus der unteren Tabelle. Wähle die passende Methode für deine Version aus der unteren Tabelle.

View file

@ -1,7 +1,7 @@
--- ---
title: "Get Started (Old 3DS)" # title: "Los geht's (Old 3DS)" #
lang: en lang: de
permalink: /get-started-(old-3ds).html permalink: /de_DE/get-started-(old-3ds).html
--- ---
Wähle die entsprechende Seite für deine Version aus der unten folgenden Tabelle. Wähle die entsprechende Seite für deine Version aus der unten folgenden Tabelle.

View file

@ -1,7 +1,7 @@
--- ---
title: "Get Started" # title: "Los geht's" #
lang: en lang: de
permalink: /get-started.html permalink: /de_DE/get-started.html
--- ---
Die Farben der abgebildeten Geräte können abweichen, aber achte genau auf die Anordnung der Knöpfe und die Details der Geräte, um sicherzustellen, dass du das Richtige auswählst. Die Farben der abgebildeten Geräte können abweichen, aber achte genau auf die Anordnung der Knöpfe und die Details der Geräte, um sicherzustellen, dass du das Richtige auswählst.

View file

@ -1,7 +1,7 @@
--- ---
title: "H2testw (Windows)" # title: "H2testw (Windows)" #
lang: en lang: de
permalink: /h2testw-(windows).html permalink: /de_DE/h2testw-(windows).html
--- ---
Diese Seite wird dir zeigen, wie du deine SD-Karte mit h2testw auf Fehler überprüfen kannst. Diese Seite wird dir zeigen, wie du deine SD-Karte mit h2testw auf Fehler überprüfen kannst.

View file

@ -1,7 +1,7 @@
--- ---
title: "Hardmod Downgrade" # title: "Hardmod Downgrade" #
lang: en lang: de
permalink: /hardmod-downgrade.html permalink: /de_DE/hardmod-downgrade.html
--- ---
Eine exzellente Anleitung (auf Englisch) für einen Hardmod kannst du [hier](https://gbatemp.net/threads/414498/) finden. Wenn du einen New 3DS nutzt, lese dir vor dem hardmodden [das hier](https://github.com/Plailect/Guide/issues/681) durch. Eine exzellente Anleitung (auf Englisch) für einen Hardmod kannst du [hier](https://gbatemp.net/threads/414498/) finden. Wenn du einen New 3DS nutzt, lese dir vor dem hardmodden [das hier](https://github.com/Plailect/Guide/issues/681) durch.
@ -28,7 +28,7 @@ Dies funktioniert mit einem New 3DS, Old 3DS und 2DS.
+ [New 3DS 11.2.0](magnet:?xt=urn:btih:881388a552a1ce9a963d391bf1a023642270991c&dn=11.2.0%5Fto%5F10.4.0%5Fn3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + [New 3DS 11.2.0](magnet:?xt=urn:btih:881388a552a1ce9a963d391bf1a023642270991c&dn=11.2.0%5Fto%5F10.4.0%5Fn3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
+ [Old 3DS 11.2.0](magnet:?xt=urn:btih:a479e4ee55efbc18c181d426cd77a34815388151&dn=11.2.0%5Fto%5F10.4.0%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + [Old 3DS 11.2.0](magnet:?xt=urn:btih:a479e4ee55efbc18c181d426cd77a34815388151&dn=11.2.0%5Fto%5F10.4.0%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
#### Instructions #### Anleitung
##### Abschnitt I - NAND-Modifikation ##### Abschnitt I - NAND-Modifikation

View file

@ -1,16 +1,16 @@
--- ---
layout: splash layout: splash
title: "Guide" # title: "Anleitung" #
header: header:
overlay_color: "#5e616c" # overlay_color: "#5e616c" #
overlay_image: images/home-page-feature.jpg overlay_image: images/home-page-feature.jpg
overlay_filter: 0.5 overlay_filter: 0.5
cta_label: "Get Started" # cta_label: "Los geht's" #
cta_url: "get-started" # cta_url: "get-started" #
caption: caption:
excerpt: 'A complete guide to 3DS custom firmware, <br /> from stock to arm9loaderhax.<br />' # excerpt: "Eine vollständige Anleitung zum 3DS<br />von Anfang bis Ende.<br />" #
lang: en lang: de
permalink: /index.html permalink: /de_DE/index.html
--- ---
{% capture notice-home %} {% capture notice-home %}

View file

@ -1,7 +1,7 @@
--- ---
title: "Homebrew Launcher (SoundHax)" # title: "Homebrew Launcher (SoundHax)" #
lang: en lang: de
permalink: /homebrew-launcher-(soundhax).html permalink: /de_DE/homebrew-launcher-(soundhax).html
--- ---
Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten. Der Homebrew Launcher hat viele verschiedene Eintrittspunkte, beziehungsweise Möglichkeiten, um ihn zu starten.

View file

@ -1,7 +1,7 @@
--- ---
title: "Installing arm9loaderhax" # title: "arm9loaderhax Installieren" #
lang: en lang: de
permalink: /installing-arm9loaderhax.html permalink: /de_DE/installing-arm9loaderhax.html
--- ---
Der letzte Schritt dieses Guides besteht darin, arm9loaderhax zu installieren und Luma3DS so einzurichten, dass es nur Millisekunden nach dem Start des 3DS startet. Dies erreichst du mit dem SafeA9LHInstaller von [AuroraWright](https://github.com/AuroraWright/). Der letzte Schritt dieses Guides besteht darin, arm9loaderhax zu installieren und Luma3DS so einzurichten, dass es nur Millisekunden nach dem Start des 3DS startet. Dies erreichst du mit dem SafeA9LHInstaller von [AuroraWright](https://github.com/AuroraWright/).
@ -41,12 +41,12 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
* [`data_input_v3.zip`](magnet:?xt=urn:btih:a1195c9f7ab650fa7c7bf020b51fc19ea8d9440c&dn=data%5Finput%5Fv3.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * [`data_input_v3.zip`](magnet:?xt=urn:btih:a1195c9f7ab650fa7c7bf020b51fc19ea8d9440c&dn=data%5Finput%5Fv3.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
* Die neueste Fork des [SafeA9LHInstaller](https://github.com/Plailect/SafeA9LHInstaller/releases/latest) *(the `.7z` file)* * Die neueste Fork des [SafeA9LHInstaller](https://github.com/Plailect/SafeA9LHInstaller/releases/latest) *(the `.7z` file)*
* Die neueste Version von [arm9loaderhax](https://github.com/AuroraWright/arm9loaderhax/releases/latest) *(die `.7z` Datei)* * Die neueste Version von [arm9loaderhax](https://github.com/AuroraWright/arm9loaderhax/releases/latest) *(die `.7z` Datei)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)* Die neueste Version von [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(die `.7z`-Datei)*
* Die neueste Version des [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest) * Die neueste Version des [hblauncher_loader](https://github.com/yellows8/hblauncher_loader/releases/latest)
* Die neueste Version von [Hourglass9](https://github.com/d0k3/Hourglass9/releases/latest) * Die neueste Version von [Hourglass9](https://github.com/d0k3/Hourglass9/releases/latest)
* Die neueste Version von [Luma3DS Updater](https://github.com/Hamcha/lumaupdate/releases/latest) * Die neueste Version von [Luma3DS Updater](https://github.com/Hamcha/lumaupdate/releases/latest)
* Die neueste Version von [DspDump](https://github.com/Cruel/DspDump/releases/latest) * Die neueste Version von [DspDump](https://github.com/Cruel/DspDump/releases/latest)
* The latest release of [FBI](https://github.com/Steveice10/FBI/releases/latest) * Die neueste Version von [FBI](https://github.com/Steveice10/FBI/releases/latest)
* Die neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Die neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
* Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) * Das Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip)
@ -77,7 +77,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
9. Kopiere "hblauncher_loader.cia" aus der hblauncher_loader-".zip" in den "/cias/"-Ordner auf deiner SD-Karte 9. Kopiere "hblauncher_loader.cia" aus der hblauncher_loader-".zip" in den "/cias/"-Ordner auf deiner SD-Karte
10. Kopiere "lumaupdater.cia" aus der Luma3DS Updater-".zip" in den "/cias/"-Ordner auf deiner SD-Karte 10. Kopiere "lumaupdater.cia" aus der Luma3DS Updater-".zip" in den "/cias/"-Ordner auf deiner SD-Karte
11. Kopiere "FBI.cia" aus der FBI-".zip" in den "/cias/"-Ordner auf deiner SD-Karte 11. Kopiere "FBI.cia" aus der FBI-".zip" in den "/cias/"-Ordner auf deiner SD-Karte
12. **Copy `arm9loaderhax.bin` from the Luma3DS `.7z` to the root of your SD card, overwrite existing files** 12. **Kopiere `arm9loaderhax.bin` aus der Luma3DS `.7z`auf das Stammverzeichnes deiner SD-Karte, überschreibe dabei bereits existierende Dateien**
13. Erstelle einen Ordner mit dem Namen "luma" im Stammverzeichnis deiner SD-Karte 13. Erstelle einen Ordner mit dem Namen "luma" im Stammverzeichnis deiner SD-Karte
14. Erstelle deinen Ordner mit dem Namen "payloads" in dem "luma"-Ordner auf deiner SD-Karte 14. Erstelle deinen Ordner mit dem Namen "payloads" in dem "luma"-Ordner auf deiner SD-Karte
15. Kopiere "Hourglass9.bin" aus der Hourglass9-".zip" in den "/luma/payloads/"-Ordner auf deiner SD-Karte und benenne "Hourglass9.bin" zu "start_Hourglass9.bin" um 15. Kopiere "Hourglass9.bin" aus der Hourglass9-".zip" in den "/luma/payloads/"-Ordner auf deiner SD-Karte und benenne "Hourglass9.bin" zu "start_Hourglass9.bin" um
@ -98,7 +98,7 @@ Während dieses Prozesses richtest du auch folgende Programme ein:
+ Wenn dein WLAN-Schalter ausgeschaltet ist, dann entferne das Ladekabel und den Akku von deinem 3DS für einige Sekunden + Wenn dein WLAN-Schalter ausgeschaltet ist, dann entferne das Ladekabel und den Akku von deinem 3DS für einige Sekunden
+ Drücke (Select) für eine vollständige Installation + Drücke (Select) für eine vollständige Installation
+ Das Installationsprogramm wird nun arm9loaderhax auf deinem Gerät installieren (das geht sehr schnell) + Das Installationsprogramm wird nun arm9loaderhax auf deinem Gerät installieren (das geht sehr schnell)
+ Shut down your console by pressing any button + Schalte deine Konsole durch drücken eines beliebigen Knopfes aus
+ Kopiere deine konsolenspezifische "OTP.bin" aus dem "/a9lh/"-Ordner auf deiner SD-Karte an einem sicheren Ort auf deinem Computer, sichere sie mehrfach an verschiedenen Orten (z.B. Onlinespeicher), dann füge deine SD-Karte wieder in deinen 3DS ein + Kopiere deine konsolenspezifische "OTP.bin" aus dem "/a9lh/"-Ordner auf deiner SD-Karte an einem sicheren Ort auf deinem Computer, sichere sie mehrfach an verschiedenen Orten (z.B. Onlinespeicher), dann füge deine SD-Karte wieder in deinen 3DS ein
##### Abschnitt III - Luma3DS konfigurieren ##### Abschnitt III - Luma3DS konfigurieren
@ -174,7 +174,7 @@ Falls du vor dem Befolgen dieser Anleitung bereits ein EmuNAND eingerichtet hatt
19. Wähle "hs.app" (die Version, die du in Abschnitt V, Schritt 2 erstellt hast und die nicht FBI enthält) aus, drücke (A) und bestätige die Injektion 19. Wähle "hs.app" (die Version, die du in Abschnitt V, Schritt 2 erstellt hast und die nicht FBI enthält) aus, drücke (A) und bestätige die Injektion
20. Drücke im Hauptmenü (Select) um deine SD-Karte auszuwerfen 20. Drücke im Hauptmenü (Select) um deine SD-Karte auszuwerfen
21. Drücke (Start) um das Gerät, ohne die SD-Karte, neuzustarten 21. Drücke (Start) um das Gerät, ohne die SD-Karte, neuzustarten
+ Booting the device at least once with the SD card removed will allow you to configure the CTRNAND based Luma3DS installation + Dadurch, dass du deine Konsole mindestens einmal ohne SD-Karte neustartest, wirst du in der Lage sein, die CTRNAND basierte Luma3DS-Installation einzurichten
22. Benutze den (A)-Knopf und das (Steuerkreuz), um die folgenden Punkte zu aktivieren: 22. Benutze den (A)-Knopf und das (Steuerkreuz), um die folgenden Punkte zu aktivieren:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
23. Wenn du einen **New 3DS** benutzt, dann solltest du *auch* diese Funktion aktivieren: 23. Wenn du einen **New 3DS** benutzt, dann solltest du *auch* diese Funktion aktivieren:

View file

@ -1,7 +1,7 @@
--- ---
title: "Move EmuNAND" # title: "EmuNAND verschieben" #
lang: en lang: de
permalink: /move-emunand.html permalink: /de_DE/move-emunand.html
--- ---
Dies ist ein Zusatzabschnitt zum Verschieben des Inhaltes eines vorherigen EmuNAND in die neue SysNAND CFW plus Entfernung des alten EmuNAND. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen. Dies ist ein Zusatzabschnitt zum Verschieben des Inhaltes eines vorherigen EmuNAND in die neue SysNAND CFW plus Entfernung des alten EmuNAND. Beachte, dass die Begriffe EmuNAND und RedNAND sich auf leicht unterschiedliche Implementierungen [des selben Konzepts](http://3dbrew.org/wiki/NAND_Redirection) beziehen.
@ -18,7 +18,7 @@ Du wirst deine GBA VC und DSiWare Spielstände VERLIEREN!
* Einen bestehenden EmuNAND * Einen bestehenden EmuNAND
* Der neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest) * Der neueste Version von [GodMode9](https://github.com/d0k3/GodMode9/releases/latest)
#### Anweisungen #### Anleitung
1. Kopiere `GodMode9.bin` aus der GodMode9`.zip` in den `/luma/payloads/` Ordner auf deiner SD-Karte und benenne `GodMode9.bin` im Ordner `/luma/payloads/`um in `up_GodMode9.bin` 1. Kopiere `GodMode9.bin` aus der GodMode9`.zip` in den `/luma/payloads/` Ordner auf deiner SD-Karte und benenne `GodMode9.bin` im Ordner `/luma/payloads/`um in `up_GodMode9.bin`
2. Lege deinen SD-Karte wieder in deinen 3DS ein 2. Lege deinen SD-Karte wieder in deinen 3DS ein
@ -32,7 +32,7 @@ Du wirst deine GBA VC und DSiWare Spielstände VERLIEREN!
+ Diese Sicherheitskopie wird dich vor einem Brick schützen, falls in der Zukunft etwas schief gehen sollte + Diese Sicherheitskopie wird dich vor einem Brick schützen, falls in der Zukunft etwas schief gehen sollte
+ **Deine Sicherheitskopie sollte einer der folgenden Größen besitzen [this](nand-size), ist dies nicht der Fall solltest du sie löschen und eine neue anlegen!** + **Deine Sicherheitskopie sollte einer der folgenden Größen besitzen [this](nand-size), ist dies nicht der Fall solltest du sie löschen und eine neue anlegen!**
9. Lösche "NANDmin_emu.bin" aus dem Ordner '/ files9 /' auf deiner SD-Karte nachdem du die Datei kopiert hast 9. Lösche "NANDmin_emu.bin" aus dem Ordner '/ files9 /' auf deiner SD-Karte nachdem du die Datei kopiert hast
10. **Backup every file on your SD card to a folder on your computer; all files will be deleted in the following steps** 10. ** Sichere jede Datei von deiner SD-Karte in einem Ordner auf deinem Computer, da in den nächsten Schritten alle Dateien gelöscht werden **
11. Lege deinen SD-Karte wieder in deinen 3DS ein 11. Lege deinen SD-Karte wieder in deinen 3DS ein
12. Drücke (Start) um neu zu starten; halte während des Hochfahren (Steuerkreuz oben) gedrückt, um GodMode9 zu öffnen 12. Drücke (Start) um neu zu starten; halte während des Hochfahren (Steuerkreuz oben) gedrückt, um GodMode9 zu öffnen
13. Drücke die (Home) Taste um das Aktionsmenü zu öffnen 13. Drücke die (Home) Taste um das Aktionsmenü zu öffnen

View file

@ -1,7 +1,7 @@
--- ---
title: "NAND Size" # title: "NAND Größe" #
lang: en lang: de
permalink: /nand-size.html permalink: /de_DE/nand-size.html
--- ---
Eine gültige NAND-Sicherheitskopie sollte in den meisten Fällen eine der folgenden Größen aufweisen. Eine gültige NAND-Sicherheitskopie sollte in den meisten Fällen eine der folgenden Größen aufweisen.

View file

@ -1,7 +1,7 @@
--- ---
title: "NTR and Cubic Ninja" # title: "NTR und Cubic Ninja" #
lang: en lang: de
permalink: /ntr-and-cubic-ninja.html permalink: /de_DE/ntr-and-cubic-ninja.html
--- ---
**NTR Cubic Ninja wird NUR mit dem JPN New 3DS funktionieren!** **NTR Cubic Ninja wird NUR mit dem JPN New 3DS funktionieren!**

View file

@ -1,7 +1,7 @@
--- ---
title: "Site Navigation" # title: "Seitennavigation" #
lang: en lang: de
permalink: /site-navigation.html permalink: /de_DE/site-navigation.html
layout: single-no-ads layout: single-no-ads
sitemap: false sitemap: false
--- ---
@ -51,4 +51,4 @@ sitemap: false
{% endcapture %} {% endcapture %}
<div class="notice--primary">{{ notice-2 | markdownify }}</div> <div class="notice--primary">{ notice-2 | markdownify }</div>

View file

@ -23,7 +23,7 @@ permalink: /es_ES/faq.html
**R:** Dejar inutilizable la consola es *básicamente* imposible a no ser que ignores o te saltes las medidas de seguridad. **R:** Dejar inutilizable la consola es *básicamente* imposible a no ser que ignores o te saltes las medidas de seguridad.
<a name="faq_homebrew" />**P:** *¿Puedo ejecutar homebrews y emuladores con esto?* <a name="faq_homebrew" />**P:** *¿Puedo ejecutar homebrews y emuladores con esto?*
** A: ** ¡Sí! Un Custom Firmware no sólo activa el Homebrew Launcher, si no que además te dará hacks en todas las versiones, por lo tanto lo tendrás para siempre, incluso si actualizas el sistema. **R:** ¡Sí! Un Custom Firmware no sólo activa el Homebrew Launcher, si no que además te dará hacks en todas las versiones, por lo tanto lo tendrás para siempre, incluso si actualizas el sistema.
<a name="faq_regionfree" />**P:** *¿Puedo jugar a juegos de otras regiones con esto?* <a name="faq_regionfree" />**P:** *¿Puedo jugar a juegos de otras regiones con esto?*
**R:** Luma3DS soporta parches Region Free, que permite instalar juegos de cualquier región sin ninguna modificación o ningún paso extra. **R:** Luma3DS soporta parches Region Free, que permite instalar juegos de cualquier región sin ninguna modificación o ningún paso extra.

View file

@ -12,7 +12,7 @@ SoundHax es compatible con las versiones 9.0.0 hasta la 11.2.0 en las regiones d
#### Qué necesitas #### Qué necesitas
+ El [Starter Kit] de Homebrew (http://smealum.github.io/ninjhax2/starter.zip) + El [Homebrew Starter Kit](http://smealum.github.io/ninjhax2/starter.zip)
+ La ultima versión de [SoundHax](http://soundhax.com/) *(para tu consola y región)* + La ultima versión de [SoundHax](http://soundhax.com/) *(para tu consola y región)*
+ El [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(para tu consola y región)* + El [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(para tu consola y región)*

View file

@ -39,10 +39,8 @@ Per questo motivo verrà [installata un'immagine ctrtransfer prefabbricata](http
* Devi essere nella schermata principale di Decrypt9WIP * Devi essere nella schermata principale di Decrypt9WIP
* L'immagine ctrtransfer 2.1.0 relativa alla tua console e alla sua regione * L'immagine ctrtransfer 2.1.0 relativa alla tua console e alla sua regione
*(se la tua console non rientra in nessuna di queste regioni, scegline una qualunque): *(se la tua console non rientra in nessuna di queste regioni, scegline una qualunque):
+ [New 3DS o Old 3DS o 2DS 2.1.0 - EUR - ctrtransfer] + [New 3DS o Old 3DS o 2DS 2.1.0 - EUR - ctrtransfer](magnet:?xt=urn:btih:89acc9c1b488b8b38251de0ddf07975d6bd354a1&dn=2.1.0-4E%5Fctrtransfer%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
(magnet:?xt=urn:btih:89acc9c1b488b8b38251de0ddf07975d6bd354a1&dn=2.1.0-4E%5Fctrtransfer%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + [New 3DS o Old 3DS o 2DS 2.1.0 - JPN - ctrtransfer](magnet:?xt=urn:btih:3dbb9c9c85a33c6242f424dcbaebcacdd8a5912b&dn=2.1.0-4J%5Fctrtransfer%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
+ [New 3DS o Old 3DS o 2DS 2.1.0 - JPN - ctrtransfer]
(magnet:?xt=urn:btih:3dbb9c9c85a33c6242f424dcbaebcacdd8a5912b&dn=2.1.0-4J%5Fctrtransfer%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
+ [New 3DS o Old 3DS o 2DS 2.1.0 - USA - ctrtransfer](magnet:?xt=urn:btih:1609ce9ee7b0ed9b6dea0b3e7cca4fc52dad6ff4&dn=2.1.0-4U%5Fctrtransfer%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + [New 3DS o Old 3DS o 2DS 2.1.0 - USA - ctrtransfer](magnet:?xt=urn:btih:1609ce9ee7b0ed9b6dea0b3e7cca4fc52dad6ff4&dn=2.1.0-4U%5Fctrtransfer%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
#### Istruzioni #### Istruzioni

View file

@ -171,7 +171,7 @@ Può accadere, anche se le cause sono sconosciute. Nonostante la schermata visua
+ Copia i file `firmware.bin` e `cetk` nella cartella `/luma/` della tua scheda SD + Copia i file `firmware.bin` e `cetk` nella cartella `/luma/` della tua scheda SD
+ Elimina entrambi i file dopo aver aggiornato il tuo 3DS + Elimina entrambi i file dopo aver aggiornato il tuo 3DS
8. Prova ad eseguire un [ctrtransfer 9.2.0](9.2.0-ctrtransfer) 8. Prova ad eseguire un [ctrtransfer 9.2.0](9.2.0-ctrtransfer)
9. Chiedi aiuto a [#3dshacks su Rizon IRC] (https://www.reddit.com/r/3dshacks/wiki/irc) o [3DS Hacking su discordia] (https://discord.gg/MWxPgEp). 9. Chiedi supporto nel canale [#3dshacks su Rizon IRC](https://www.reddit.com/r/3dshacks/wiki/irc) o nel canale [3DS Hacking su Discord](https://discord.gg/MWxPgEp).
## <a name="ts_sys_blue" />Schermata blu all'avvio (errore bootrom) ## <a name="ts_sys_blue" />Schermata blu all'avvio (errore bootrom)

View file

@ -1,5 +1,5 @@
--- ---
title: "Get Started (New 3DS)" # title: "Começar (New 3DS)" #
lang: en lang: en
permalink: /get-started-(new-3ds).html permalink: /get-started-(new-3ds).html
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "Get Started (Old 3DS)" # title: "Começar (Old 3DS)" #
lang: en lang: pt
permalink: /get-started-(old-3ds).html permalink: /pt_BR/get-started-(old-3ds).html
--- ---
Selecione a página correspondente à sua versão na tabela abaixo. Selecione a página correspondente à sua versão na tabela abaixo.

View file

@ -1,7 +1,7 @@
--- ---
title: "Get Started" # title: "Começar" #
lang: en lang: pt
permalink: /get-started.html permalink: /pt_BR/get-started.html
--- ---
As cores dos dispositivos nas imagens podem variar, verifique o posicionamento dos botões e as características de cada dispositivo com cuidado para ter certeza de que você selecione o modelo correto. As cores dos dispositivos nas imagens podem variar, verifique o posicionamento dos botões e as características de cada dispositivo com cuidado para ter certeza de que você selecione o modelo correto.

View file

@ -1,7 +1,7 @@
--- ---
title: "H2testw (Windows)" # title: "H2testw (Windows)" #
lang: en lang: en
permalink: /h2testw-(windows).html permalink: /pt_BR/h2testw-(windows).html
--- ---
This page will walk you through the process of checking your SD card for errors using h2testw. This page will walk you through the process of checking your SD card for errors using h2testw.

View file

@ -1,7 +1,7 @@
--- ---
title: "Hardmod Downgrade" # title: "Downgrade via Hardmod" #
lang: en lang: pt
permalink: /hardmod-downgrade.html permalink: /pt_BR/hardmod-downgrade.html
--- ---
An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding. An excellent guide to getting a hardmod can be found [here](https://gbatemp.net/threads/414498/). If you are on a New 3DS, read [this](https://github.com/Plailect/Guide/issues/681) before hardmodding.
@ -28,7 +28,7 @@ Isto funciona em todas as consolas. (New 3DS, Old 3DS e 2DS).
+ [New 3DS 11.2.0](magnet:?xt=urn:btih:881388a552a1ce9a963d391bf1a023642270991c&dn=11.2.0%5Fto%5F10.4.0%5Fn3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + [New 3DS 11.2.0](magnet:?xt=urn:btih:881388a552a1ce9a963d391bf1a023642270991c&dn=11.2.0%5Fto%5F10.4.0%5Fn3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
+ [Old 3DS 11.2.0](magnet:?xt=urn:btih:a479e4ee55efbc18c181d426cd77a34815388151&dn=11.2.0%5Fto%5F10.4.0%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) + [Old 3DS 11.2.0](magnet:?xt=urn:btih:a479e4ee55efbc18c181d426cd77a34815388151&dn=11.2.0%5Fto%5F10.4.0%5Fo3ds.zip&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
#### Instructions #### Instruções
##### Section I - NAND modification ##### Section I - NAND modification

View file

@ -1,16 +1,16 @@
--- ---
layout: splash layout: splash
title: "Guide" # title: "Guia" #
header: header:
overlay_color: "#5e616c" # overlay_color: "#5e616c" #
overlay_image: images/home-page-feature.jpg overlay_image: images/home-page-feature.jpg
overlay_filter: 0.5 overlay_filter: 0.5
cta_label: "Get Started" # cta_label: "Começar" #
cta_url: "get-started" # cta_url: "get-started" #
caption: caption:
excerpt: 'A complete guide to 3DS custom firmware, <br /> from stock to arm9loaderhax.<br />' # excerpt: "Um guia completo de Custom Firmware para o 3DS, <br /> do zero até arm9loaderhax.<br />" #
lang: en lang: pt
permalink: /index.html permalink: /pt_BR/index.html
--- ---
{% capture notice-home %} {% capture notice-home %}

View file

@ -1,7 +1,7 @@
--- ---
title: "Homebrew Launcher (SoundHax)" # title: "Homebrew Launcher (SoundHax)" #
lang: en lang: pt
permalink: /homebrew-launcher-(soundhax).html permalink: /pt_BR/homebrew-launcher-(soundhax).html
--- ---
The Homebrew Launcher has many different entrypoints, or methods of launching. The Homebrew Launcher has many different entrypoints, or methods of launching.
@ -10,13 +10,13 @@ The Homebrew Launcher has many different entrypoints, or methods of launching.
SoundHax é compatível com as versões de 9.0.0 a 11.2.0 nas regiões EUA, EUR, JPN, KOR. SoundHax é compatível com as versões de 9.0.0 a 11.2.0 nas regiões EUA, EUR, JPN, KOR.
{: .notice--info} {: .notice--info}
#### What you need #### O que você precisa
+ The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip) + The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip)
+ The latest release of [SoundHax](http://soundhax.com/) *(for your device and region)* + The latest release of [SoundHax](http://soundhax.com/) *(for your device and region)*
+ The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)* + The [otherapp payload](https://smealum.github.io/3ds/#otherapp) *(for your version and region)*
#### Instructions #### Instruções
1. Copy _the contents of_ the `starter` folder in `starter.zip` to the root of your SD card 1. Copy _the contents of_ the `starter` folder in `starter.zip` to the root of your SD card
2. Copy the SoundHax `.m4a` to the root of your SD card 2. Copy the SoundHax `.m4a` to the root of your SD card

View file

@ -1,7 +1,7 @@
--- ---
title: "Installing arm9loaderhax" # title: "Instalando arm9loaderhax" #
lang: en lang: pt
permalink: /installing-arm9loaderhax.html permalink: /pt_BR/installing-arm9loaderhax.html
--- ---
The final Step of this guide is to install arm9loaderhax and setup Luma3DS to run just milliseconds into the boot. This is accomplished by using SafeA9LHInstaller by [AuroraWright](https://github.com/AuroraWright/). The final Step of this guide is to install arm9loaderhax and setup Luma3DS to run just milliseconds into the boot. This is accomplished by using SafeA9LHInstaller by [AuroraWright](https://github.com/AuroraWright/).
@ -174,7 +174,7 @@ Se, antes de seguir este guia, você já tinha uma configuração EmuNAND e gost
19. Select `hs.app` (the original one that doesn't contain FBI), then press (A) and confirm to inject 19. Select `hs.app` (the original one that doesn't contain FBI), then press (A) and confirm to inject
20. Press (Select) on the main menu to eject your SD card 20. Press (Select) on the main menu to eject your SD card
21. Press (Start) to reboot with the SD card removed 21. Press (Start) to reboot with the SD card removed
+ Booting the device at least once with the SD card removed will allow you to configure the CTRNAND based Luma3DS installation + Ao inicializar o dispositivo pelo menos uma vez com o cartão SD removido, você poderá configurar a instalação do Luma3DS baseada na CTRNAND
22. Use o botão (A) e os botões direcionais para ativar o seguinte: 22. Use o botão (A) e os botões direcionais para ativar o seguinte:
+ **"Show NAND or user string in System Settings"** + **"Show NAND or user string in System Settings"**
23. Se você estiver usando um **New 3DS**, você *também* deve ativar o seguinte: 23. Se você estiver usando um **New 3DS**, você *também* deve ativar o seguinte:

View file

@ -1,7 +1,7 @@
--- ---
title: "Site Navigation" # title: "Site Navigation" #
lang: en lang: pt
permalink: /site-navigation.html permalink: /pt_BR/site-navigation.html
layout: single-no-ads layout: single-no-ads
sitemap: false sitemap: false
--- ---

View file

@ -1,7 +1,7 @@
--- ---
title: "Troubleshooting" # title: "Проблемы и их решения" #
lang: en lang: ru
permalink: /troubleshooting.html permalink: /ru_RU/troubleshooting.html
--- ---
If you are unable to boot your 3DS, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide If you are unable to boot your 3DS, please look for the section relevant to you, and follow the instructions. Once a solution works for you, you can proceed on with the main guide
@ -23,24 +23,24 @@ If you are unable to boot your 3DS, please look for the section relevant to you,
* [`DS Download Play - v1024.cia`](magnet:?xt=urn:btih:b581d3c5d98f5e621fddfc1ce5704bb45bf05a8c&dn=DS%20Download%20Play%20-%20v1024.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * [`DS Download Play - v1024.cia`](magnet:?xt=urn:btih:b581d3c5d98f5e621fddfc1ce5704bb45bf05a8c&dn=DS%20Download%20Play%20-%20v1024.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
* [`Nintendo DS Cart Whitelist - v11264.cia`](magnet:?xt=urn:btih:7b90d506ad032a581a00035616eaa17a68c48eff&dn=Nintendo%20DS%20Cart%20Whitelist%20-%20v11264.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce) * [`Nintendo DS Cart Whitelist - v11264.cia`](magnet:?xt=urn:btih:7b90d506ad032a581a00035616eaa17a68c48eff&dn=Nintendo%20DS%20Cart%20Whitelist%20-%20v11264.cia&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce)
#### Instructions #### Инструкция
##### Section I - Prep work ##### Часть I - Подготовительные работы
1. Create a folder named `cias` on the root of your SD card if it does not already exist 1. Создайте папку `cias` в корне SD-карты, если таковой нет
2. Copy `TWL Version Data - v0.cia` to the `/cias/` folder on your SD card 2. Скопируйте `TWL Version Data - v0.cia` в папку `/cias/` на SD-карте
3. Copy `DS Download Play - v1024.cia` to the `/cias/` folder on your SD card 3. Скопируйте `DS Download Play - v1024.cia` в папку `/cias/` на SD-карте
4. Copy `DS Internet - v2048.cia` to the `/cias/` folder on your SD card 4. Скопируйте `DS Internet - v2048.cia` в папку `/cias/` на SD-карте
5. Copy `Nintendo DS Cart Whitelist - v11264.cia` to the `/cias/` folder on your SD card 5. Скопируйте `Nintendo DS Cart Whitelist - v11264.cia` в папку `/cias/` на SD-карте
6. Copy either `New_3DS TWL_FIRM - v9936.cia` or `Old_3DS TWL_FIRM - v8817.cia` to the `/cias/` folder on your SD card 6. Скопируйте `New_3DS TWL_FIRM - v9936.cia` или `Old_3DS TWL_FIRM - v8817.cia` в папку `/cias/` на SD-карте
##### Section II - Installing titles ##### Section II - Installing titles
1. Open FBI 1. Запустите FBI
2. Select "SD" 2. Select "SD"
3. Select "cias" 3. Перейдите в папку "cias"
4. Select "\<current directory>" 4. Select "\<current directory>"
5. Select "Install and delete all CIAs" 5. Выберите "Install and delete all CIAs"
6. Exit with the home button 6. Exit with the home button
## <a name="rm_nnid" />Removing an NNID without formatting the device ## <a name="rm_nnid" />Removing an NNID without formatting the device
@ -49,7 +49,7 @@ If you are unable to boot your 3DS, please look for the section relevant to you,
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/)
#### Instructions #### Инструкция
1. Copy `GodMode9.bin` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card and rename `GodMode9.bin` in `/luma/payloads/` to `up_GodMode9.bin` 1. Copy `GodMode9.bin` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card and rename `GodMode9.bin` in `/luma/payloads/` to `up_GodMode9.bin`
2. Boot holding (Up) to reboot into arm9loaderhax GodMode9 2. Boot holding (Up) to reboot into arm9loaderhax GodMode9
@ -68,7 +68,7 @@ This is caused by Gateway implementing a very shoddy downgrade method, which lea
* The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/) * The latest release of [GodMode9](https://github.com/d0k3/GodMode9/releases/)
#### Instructions #### Инструкция
1. Copy `GodMode9.bin` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card and rename `GodMode9.bin` in `/luma/payloads/` to `up_GodMode9.bin` 1. Copy `GodMode9.bin` from the GodMode9 `.zip` to the `/luma/payloads/` folder on your SD card and rename `GodMode9.bin` in `/luma/payloads/` to `up_GodMode9.bin`
2. Reinsert your SD card into your 3DS 2. Reinsert your SD card into your 3DS