Guide_3DS/_pages/hu_HU/installing-boot9strap-(ntrboot).txt

116 lines
13 KiB
Plaintext
Raw Normal View History

2017-08-13 01:26:54 +02:00
---
title: "Installing boot9strap (ntrboot)"
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
### What you need
2017-08-13 01:26:54 +02:00
* A magnet that triggers the sleep mode of your device (if using a folding style device)
* Your ntrboot flashed flashcart
* The latest release of [SafeB9SInstaller](https://github.com/d0k3/SafeB9SInstaller/releases/latest)
* The latest release of [boot9strap](https://github.com/SciresM/boot9strap/releases/latest) *(standard boot9strap; not the `devkit` file, not the `ntr` file)*
* The latest release of [Luma3DS](https://github.com/AuroraWright/Luma3DS/releases/latest) *(the `.7z` file)*
2017-09-18 21:28:24 +02:00
* The Homebrew [Starter Kit](http://smealum.github.io/ninjhax2/starter.zip)
2017-08-13 01:26:54 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-08-13 01:26:54 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-08-13 01:26:54 +02:00
1. Power off your device
2017-09-29 13:29:26 +02:00
1. Insert your device's SD card into your computer
2017-08-13 01:26:54 +02:00
1. Copy `SafeB9SInstaller.firm` to the root of your SD card and rename it to `boot.firm`
2017-09-18 21:28:24 +02:00
1. Copy _the contents of_ `starter.zip` to the root of your SD card
2017-08-13 01:26:54 +02:00
1. Create a folder named `boot9strap` on the root of your SD card
1. Copy `boot9strap.firm` and `boot9strap.firm.sha` from the boot9strap `.zip` to the `/boot9strap/` folder on your SD card
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/boot9strap-ntrboot-file-layout.png" | absolute_url }})
2017-08-13 01:26:54 +02:00
{: .notice--info}
1. Reinsert your SD card into your device
1. Power on your device
2017-09-29 13:29:26 +02:00
#### Section II - ntrboot
2017-08-13 01:26:54 +02:00
1. Use the magnet to find the spot on your device where the sleep sensor is triggered
2017-08-14 20:02:13 +02:00
+ This step is not needed on the old 2DS (which has a sleep mode switch)
2017-08-13 01:26:54 +02:00
1. Power off your device
1. Insert your flashcart into your device
2017-08-14 20:02:13 +02:00
1. Place the magnet on your device to trigger the sleep sensor
+ On old 2DS, you should instead enable the sleep mode switch
1. Hold (Power) + (Start) + (Select) + (X) for several seconds, then release the buttons
2017-08-13 01:26:54 +02:00
+ It may take a few attempts to get this to work because the positioning is awkward
1. If the exploit was successful, you will have booted into SafeB9SInstaller
2017-09-29 13:29:26 +02:00
#### Section III - Installing boot9strap
2017-08-13 01:26:54 +02:00
1. Wait for all safety checks to complete
2017-09-29 13:29:26 +02:00
1. Remove the magnet from your device
+ On old 2DS, you should instead disable the sleep mode switch
2017-08-13 01:26:54 +02:00
1. When prompted, input the key combo given to install boot9strap
1. Once it has completed, force your device to power off by holding down the power button
+ Your device will only boot to the SafeB9SInstaller screen until the next section is completed
2017-09-29 13:29:26 +02:00
#### Section IV - Configuring Luma3DS
2017-08-13 01:26:54 +02:00
1. Insert your SD card into your computer
1. Delete `boot.firm` from the root of your SD card
1. Copy `boot.firm` from the Luma3DS `.7z` to the root of your SD card
1. Reinsert your SD card into your device
1. Power on your device
1. Your device should have booted into the Luma3DS configuration menu
2017-09-29 13:29:26 +02:00
+ If you get a black screen, [follow this troubleshooting guide](troubleshooting#black-screen-on-sysnand-boot-after-installing-boot9strap)
2017-08-13 01:26:54 +02:00
1. Use the (A) button and the D-Pad to turn on the following:
+ **"Show NAND or user string in System Settings"**
1. Press (Start) to save and reboot
+ If you get an error, just continue the next page
___
Continue to [Finalizing Setup](finalizing-setup)
{: .notice--primary}
___
2017-09-13 06:15:18 +02:00
The following is an optional section that will allow you to restore your flashcart to its original state (to allow it to be used for its standard functions).
2017-08-13 01:26:54 +02:00
2017-08-18 10:33:24 +02:00
Note that the Acekard 2i retains its ability to launch `.nds` files while having the ntrboot exploit installed. This only applies when the Acekard 2i is in a 3DS running some kind of custom firmware! While the ntrboot exploit is installed to the Acekard 2i, it will be unable to launch `.nds` files on stock NDS, NDSL, DSi, or 3DS system.
2017-08-13 01:26:54 +02:00
2017-09-13 06:15:18 +02:00
Do not follow this section until you have completed the rest of the instructions on this page.
2017-08-18 10:33:24 +02:00
2017-09-29 13:29:26 +02:00
#### Section V - Removing ntrboot
2017-08-18 10:33:24 +02:00
2017-09-29 13:29:26 +02:00
##### What you need
2017-08-18 10:33:24 +02:00
* The latest release of [ntrboot_flasher](https://github.com/kitling/ntrboot_flasher/releases/latest)
2017-09-13 06:15:18 +02:00
* The flashrom backup corresponding to your flashcart
+ Note that if you followed "Flashing ntrboot (3DS Multi System)", the flashrom already exists in the correct location and does not need to be downloaded
+ If you do not know which HW revision you have, just try all of them. Only the correct one will allow your flashcart to launch properly from home menu, but flashing the wrong one will not brick the cart:
2017-09-04 04:20:11 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Gold_3DS_(HW_A7)-Flashrom.zip`](magnet:?xt=urn:btih:fd1bc5c522988379ee931db45f82b223241ae729&dn=R4i_Gold_3DS_%28HW_A7%29-Flashrom.zip&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce) *(This is also compatible with the **R4i Gold 3DS RTS**)*
New Crowdin translations (#1317) * New translations godmode9-usage.txt (Spanish) * New translations godmode9-usage.txt (Dutch) * New translations godmode9-usage.txt (Danish) * New translations godmode9-usage.txt (Finnish) * New translations godmode9-usage.txt (French) * New translations godmode9-usage.txt (Greek) * New translations godmode9-usage.txt (German) * New translations godmode9-usage.txt (Czech) * New translations godmode9-usage.txt (Chinese Traditional) * New translations godmode9-usage.txt (Afrikaans) * New translations godmode9-usage.txt (Arabic) * New translations godmode9-usage.txt (Chinese Simplified) * New translations godmode9-usage.txt (Catalan) * New translations godmode9-usage.txt (Hebrew) * New translations godmode9-usage.txt (Hungarian) * New translations godmode9-usage.txt (Portuguese) * New translations godmode9-usage.txt (Polish) * New translations godmode9-usage.txt (Portuguese, Brazilian) * New translations godmode9-usage.txt (Romanian) * New translations godmode9-usage.txt (Serbian (Cyrillic)) * New translations godmode9-usage.txt (Russian) * New translations godmode9-usage.txt (Pirate English) * New translations godmode9-usage.txt (Norwegian) * New translations godmode9-usage.txt (Italian) * New translations godmode9-usage.txt (Indonesian) * New translations godmode9-usage.txt (Japanese) * New translations godmode9-usage.txt (Korean) * New translations godmode9-usage.txt (Malay) * New translations godmode9-usage.txt (Vietnamese) * New translations godmode9-usage.txt (Ukrainian) * New translations godmode9-usage.txt (Turkish) * New translations godmode9-usage.txt (Swedish) * New translations godmode9-usage.txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-single-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-single-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-single-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-single-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-single-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-single-system).txt (Malay) * New translations flashing-ntrboot-(3ds-single-system).txt (Korean) * New translations flashing-ntrboot-(3ds-single-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-single-system).txt (Greek) * New translations flashing-ntrboot-(3ds-single-system).txt (Danish) * New translations flashing-ntrboot-(3ds-single-system).txt (Czech) * New translations flashing-ntrboot-(3ds-single-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-single-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-single-system).txt (German) * New translations flashing-ntrboot-(3ds-single-system).txt (French) * New translations ntrboot.txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations ntrboot.txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations ntrboot.txt (Portuguese) * New translations ntrboot.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations ntrboot.txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-single-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-single-system).txt (Polish) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-single-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Russian) * New translations ntrboot.txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations ntrboot.txt (Afrikaans) * New translations ntrboot.txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations ntrboot.txt (Italian) * New translations ntrboot.txt (Hungarian) * New translations ntrboot.txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations ntrboot.txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations ntrboot.txt (Japanese) * New translations ntrboot.txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations ntrboot.txt (Pirate English) * New translations ntrboot.txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations ntrboot.txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations ntrboot.txt (Chinese Traditional) * New translations ntrboot.txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations ntrboot.txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations ntrboot.txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations ntrboot.txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations ntrboot.txt (French) * New translations ntrboot.txt (German) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations ntrboot.txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations ntrboot.txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations ntrboot.txt (Dutch) * New translations ntrboot.txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations ntrboot.txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations ntrboot.txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations ntrboot.txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations ntrboot.txt (Ukrainian) * New translations flashing-ntrboot-(3ds-single-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Ukrainian) * New translations ntrboot.txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-single-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-single-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-multi-system).txt (Polish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Malay) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Korean) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-multi-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Russian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-multi-system).txt (Czech) * New translations flashing-ntrboot-(3ds-multi-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-multi-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-multi-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-multi-system).txt (Danish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Greek) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-multi-system).txt (German) * New translations flashing-ntrboot-(3ds-multi-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-multi-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-multi-system).txt (French) * New translations flashing-ntrboot-(3ds-multi-system).txt (Thai) * New translations flashing-ntrboot-(3ds-multi-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations ntrboot.txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Italian)
2017-08-28 02:05:38 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Gold_3DS_(HW_A6)-Flashrom.zip`](magnet:?xt=urn:btih:ed75f8b81b78dad0d98cea59e38f3f61a80d981d&dn=R4i_Gold_3DS_%28HW_A6%29-Flashrom.zip&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce) *(This is also compatible with the **R4 3D Revolution**)*
2017-09-04 04:20:11 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Gold_3DS_(HW_A5)-Flashrom.zip`](magnet:?xt=urn:btih:e69774d8a950879e93b18a5c1ccd36ab305b4acd&dn=R4i_Gold_3DS_%28HW_A5%29-Flashrom.zip&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce) *(This is also compatible with the **Infinity 3 R4i**)*
New Crowdin translations (#1317) * New translations godmode9-usage.txt (Spanish) * New translations godmode9-usage.txt (Dutch) * New translations godmode9-usage.txt (Danish) * New translations godmode9-usage.txt (Finnish) * New translations godmode9-usage.txt (French) * New translations godmode9-usage.txt (Greek) * New translations godmode9-usage.txt (German) * New translations godmode9-usage.txt (Czech) * New translations godmode9-usage.txt (Chinese Traditional) * New translations godmode9-usage.txt (Afrikaans) * New translations godmode9-usage.txt (Arabic) * New translations godmode9-usage.txt (Chinese Simplified) * New translations godmode9-usage.txt (Catalan) * New translations godmode9-usage.txt (Hebrew) * New translations godmode9-usage.txt (Hungarian) * New translations godmode9-usage.txt (Portuguese) * New translations godmode9-usage.txt (Polish) * New translations godmode9-usage.txt (Portuguese, Brazilian) * New translations godmode9-usage.txt (Romanian) * New translations godmode9-usage.txt (Serbian (Cyrillic)) * New translations godmode9-usage.txt (Russian) * New translations godmode9-usage.txt (Pirate English) * New translations godmode9-usage.txt (Norwegian) * New translations godmode9-usage.txt (Italian) * New translations godmode9-usage.txt (Indonesian) * New translations godmode9-usage.txt (Japanese) * New translations godmode9-usage.txt (Korean) * New translations godmode9-usage.txt (Malay) * New translations godmode9-usage.txt (Vietnamese) * New translations godmode9-usage.txt (Ukrainian) * New translations godmode9-usage.txt (Turkish) * New translations godmode9-usage.txt (Swedish) * New translations godmode9-usage.txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-single-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-single-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-single-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-single-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-single-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-single-system).txt (Malay) * New translations flashing-ntrboot-(3ds-single-system).txt (Korean) * New translations flashing-ntrboot-(3ds-single-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-single-system).txt (Greek) * New translations flashing-ntrboot-(3ds-single-system).txt (Danish) * New translations flashing-ntrboot-(3ds-single-system).txt (Czech) * New translations flashing-ntrboot-(3ds-single-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-single-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-single-system).txt (German) * New translations flashing-ntrboot-(3ds-single-system).txt (French) * New translations ntrboot.txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations ntrboot.txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations ntrboot.txt (Portuguese) * New translations ntrboot.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations ntrboot.txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-single-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-single-system).txt (Polish) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-single-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Russian) * New translations ntrboot.txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations ntrboot.txt (Afrikaans) * New translations ntrboot.txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations ntrboot.txt (Italian) * New translations ntrboot.txt (Hungarian) * New translations ntrboot.txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations ntrboot.txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations ntrboot.txt (Japanese) * New translations ntrboot.txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations ntrboot.txt (Pirate English) * New translations ntrboot.txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations ntrboot.txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations ntrboot.txt (Chinese Traditional) * New translations ntrboot.txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations ntrboot.txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations ntrboot.txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations ntrboot.txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations ntrboot.txt (French) * New translations ntrboot.txt (German) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations ntrboot.txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations ntrboot.txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations ntrboot.txt (Dutch) * New translations ntrboot.txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations ntrboot.txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations ntrboot.txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations ntrboot.txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations ntrboot.txt (Ukrainian) * New translations flashing-ntrboot-(3ds-single-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Ukrainian) * New translations ntrboot.txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-single-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-single-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-multi-system).txt (Polish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Malay) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Korean) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-multi-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Russian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-multi-system).txt (Czech) * New translations flashing-ntrboot-(3ds-multi-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-multi-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-multi-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-multi-system).txt (Danish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Greek) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-multi-system).txt (German) * New translations flashing-ntrboot-(3ds-multi-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-multi-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-multi-system).txt (French) * New translations flashing-ntrboot-(3ds-multi-system).txt (Thai) * New translations flashing-ntrboot-(3ds-multi-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations ntrboot.txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Italian)
2017-08-28 02:05:38 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - `R4i_Gold_3DS_"Starter"-Flashrom.zip` -- *Missing*
2017-08-18 10:33:24 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`Acekard_2i_(HW_81)-Flashrom.zip`](magnet:?xt=urn:btih:948e6865b57fa2fc469d68df500f774a6d5887a4&dn=Acekard_2i_%28HW_81%29-Flashrom.zip&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%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.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce)
2017-09-04 19:33:12 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`Acekard_2i_(HW_44)-Flashrom.zip`](magnet:?xt=urn:btih:d12b46b1bfadc6b03ff260ab90dcb136d890fd39&dn=Acekard_2i_%28HW_44%29-Flashrom.zip&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce)
New Crowdin translations (#1317) * New translations godmode9-usage.txt (Spanish) * New translations godmode9-usage.txt (Dutch) * New translations godmode9-usage.txt (Danish) * New translations godmode9-usage.txt (Finnish) * New translations godmode9-usage.txt (French) * New translations godmode9-usage.txt (Greek) * New translations godmode9-usage.txt (German) * New translations godmode9-usage.txt (Czech) * New translations godmode9-usage.txt (Chinese Traditional) * New translations godmode9-usage.txt (Afrikaans) * New translations godmode9-usage.txt (Arabic) * New translations godmode9-usage.txt (Chinese Simplified) * New translations godmode9-usage.txt (Catalan) * New translations godmode9-usage.txt (Hebrew) * New translations godmode9-usage.txt (Hungarian) * New translations godmode9-usage.txt (Portuguese) * New translations godmode9-usage.txt (Polish) * New translations godmode9-usage.txt (Portuguese, Brazilian) * New translations godmode9-usage.txt (Romanian) * New translations godmode9-usage.txt (Serbian (Cyrillic)) * New translations godmode9-usage.txt (Russian) * New translations godmode9-usage.txt (Pirate English) * New translations godmode9-usage.txt (Norwegian) * New translations godmode9-usage.txt (Italian) * New translations godmode9-usage.txt (Indonesian) * New translations godmode9-usage.txt (Japanese) * New translations godmode9-usage.txt (Korean) * New translations godmode9-usage.txt (Malay) * New translations godmode9-usage.txt (Vietnamese) * New translations godmode9-usage.txt (Ukrainian) * New translations godmode9-usage.txt (Turkish) * New translations godmode9-usage.txt (Swedish) * New translations godmode9-usage.txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-single-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-single-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-single-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-single-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-single-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-single-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-single-system).txt (Malay) * New translations flashing-ntrboot-(3ds-single-system).txt (Korean) * New translations flashing-ntrboot-(3ds-single-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-single-system).txt (Greek) * New translations flashing-ntrboot-(3ds-single-system).txt (Danish) * New translations flashing-ntrboot-(3ds-single-system).txt (Czech) * New translations flashing-ntrboot-(3ds-single-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-single-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-single-system).txt (German) * New translations flashing-ntrboot-(3ds-single-system).txt (French) * New translations ntrboot.txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations ntrboot.txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations ntrboot.txt (Portuguese) * New translations ntrboot.txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations ntrboot.txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-single-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-single-system).txt (Polish) * New translations flashing-ntrboot-(3ds-single-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-single-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-single-system).txt (Russian) * New translations ntrboot.txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations ntrboot.txt (Afrikaans) * New translations ntrboot.txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations ntrboot.txt (Italian) * New translations ntrboot.txt (Hungarian) * New translations ntrboot.txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations ntrboot.txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations ntrboot.txt (Japanese) * New translations ntrboot.txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations ntrboot.txt (Pirate English) * New translations ntrboot.txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations ntrboot.txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations ntrboot.txt (Chinese Traditional) * New translations ntrboot.txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations ntrboot.txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations ntrboot.txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations ntrboot.txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations ntrboot.txt (French) * New translations ntrboot.txt (German) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations ntrboot.txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations ntrboot.txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations ntrboot.txt (Dutch) * New translations ntrboot.txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations ntrboot.txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations ntrboot.txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations ntrboot.txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations ntrboot.txt (Ukrainian) * New translations flashing-ntrboot-(3ds-single-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Ukrainian) * New translations ntrboot.txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-single-system).txt (Thai) * New translations flashing-ntrboot-(3ds-single-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-single-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-single-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Norwegian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Pirate English) * New translations flashing-ntrboot-(3ds-multi-system).txt (Polish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Malay) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Japanese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Korean) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Serbian (Cyrillic)) * New translations flashing-ntrboot-(3ds-multi-system).txt (Spanish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Swedish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Russian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Portuguese, Brazilian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Romanian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Indonesian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Simplified) * New translations flashing-ntrboot-(3ds-multi-system).txt (Chinese Traditional) * New translations flashing-ntrboot-(3ds-multi-system).txt (Czech) * New translations flashing-ntrboot-(3ds-multi-system).txt (Catalan) * New translations flashing-ntrboot-(3ds-multi-system).txt (Afrikaans) * New translations flashing-ntrboot-(3ds-multi-system).txt (Arabic) * New translations flashing-ntrboot-(3ds-multi-system).txt (Danish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Greek) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hebrew) * New translations flashing-ntrboot-(3ds-multi-system).txt (Hungarian) * New translations flashing-ntrboot-(3ds-multi-system).txt (German) * New translations flashing-ntrboot-(3ds-multi-system).txt (Dutch) * New translations flashing-ntrboot-(3ds-multi-system).txt (Finnish) * New translations flashing-ntrboot-(3ds-multi-system).txt (French) * New translations flashing-ntrboot-(3ds-multi-system).txt (Thai) * New translations flashing-ntrboot-(3ds-multi-system).txt (Turkish) * New translations flashing-ntrboot-(3ds-multi-system).txt (Vietnamese) * New translations flashing-ntrboot-(3ds-multi-system).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Malay) * New translations installing-boot9strap-(ntrboot).txt (Norwegian) * New translations installing-boot9strap-(ntrboot).txt (Korean) * New translations installing-boot9strap-(ntrboot).txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Japanese) * New translations installing-boot9strap-(ntrboot).txt (Portuguese, Brazilian) * New translations installing-boot9strap-(ntrboot).txt (Portuguese) * New translations installing-boot9strap-(ntrboot).txt (Pirate English) * New translations installing-boot9strap-(ntrboot).txt (Polish) * New translations installing-boot9strap-(ntrboot).txt (Indonesian) * New translations installing-boot9strap-(ntrboot).txt (Dutch) * New translations installing-boot9strap-(ntrboot).txt (Finnish) * New translations installing-boot9strap-(ntrboot).txt (Czech) * New translations installing-boot9strap-(ntrboot).txt (Danish) * New translations installing-boot9strap-(ntrboot).txt (French) * New translations installing-boot9strap-(ntrboot).txt (Hebrew) * New translations installing-boot9strap-(ntrboot).txt (Hungarian) * New translations installing-boot9strap-(ntrboot).txt (German) * New translations installing-boot9strap-(ntrboot).txt (Greek) * New translations installing-boot9strap-(ntrboot).txt (Chinese Traditional) * New translations installing-boot9strap-(ntrboot).txt (Catalan) * New translations installing-boot9strap-(ntrboot).txt (Chinese Simplified) * New translations installing-boot9strap-(ntrboot).txt (Arabic) * New translations installing-boot9strap-(ntrboot).txt (Afrikaans) * New translations installing-boot9strap-(ntrboot).txt (Vietnamese) * New translations installing-boot9strap-(ntrboot).txt (Ukrainian) * New translations installing-boot9strap-(ntrboot).txt (Spanish) * New translations installing-boot9strap-(ntrboot).txt (Swedish) * New translations installing-boot9strap-(ntrboot).txt (Turkish) * New translations installing-boot9strap-(ntrboot).txt (Thai) * New translations installing-boot9strap-(ntrboot).txt (Serbian (Cyrillic)) * New translations installing-boot9strap-(ntrboot).txt (Russian) * New translations installing-boot9strap-(ntrboot).txt (Romanian) * New translations flashing-ntrboot-(3ds-single-system).txt (Italian) * New translations flashing-ntrboot-(3ds-multi-system).txt (Italian) * New translations ntrboot.txt (Italian) * New translations installing-boot9strap-(ntrboot).txt (Italian)
2017-08-28 02:05:38 +02:00
+ <i class="fa fa-magnet" aria-hidden="true" title="This is a magnet link. Use a torrent client to download the file."></i> - [`R4i_Ultra-Flashrom.zip`](magnet:?xt=urn:btih:614e9951a6c26145e68de34ed8c23a44bf190728&dn=R4i_Ultra-Flashrom.zip&tr=udp%3A%2F%2Ftracker.yoshi210.com%3A6969%2Fannounce&tr=udp%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.tfile.me%2Fannounce&tr=udp%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2F9.rarbg.com%3A2710%2Fannounce&tr=http%3A%2F%2Ftracker.aletorrenty.pl%3A2710%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fexplodie.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.tiny-vps.com%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker1.wasabii.com.tw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969%2Fannounce&tr=udp%3A%2F%2Ftorrent.gresille.org%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969%2Fannounce&tr=http%3A%2F%2Ftracker.baravik.org%3A6970%2Fannounce&tr=http%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=http%3A%2F%2Fp4p.arenabg.com%3A1337%2Fannounce&tr=udp%3A%2F%2Ftracker.filetracker.pl%3A8089%2Fannounce&tr=udp%3A%2F%2Fzer0day.ch%3A1337%2Fannounce&tr=http%3A%2F%2Ftorrent.gresille.org%2Fannounce)
2017-08-18 10:33:24 +02:00
2017-09-29 13:29:26 +02:00
##### Instructions
2017-08-18 10:33:24 +02:00
1. Power off your device
1. Insert your SD card into your computer
1. Create a folder named `ntrboot` on the root of your SD card
1. Copy `backup.bin` from your flashrom backup `.zip` to the `/ntrboot/` folder on the root of your SD card
1. Create a folder named `payloads` in the `luma` folder on your SD card
1. Copy `ntrboot_flasher.firm` from the ntrboot_flasher `.zip` to the `/luma/payloads` folder on **the source 3DS**'s SD card
1. Reinsert your SD card back into your device
1. Insert your ntrboot compatible DS / DSi flashcart into your device
1. Launch ntrboot_flasher by holding (Start) during boot
2017-09-13 06:15:18 +02:00
1. Read the red screen warning
1. Press (A) to continue
1. Select your flashcart
+ If you do not see your flashcart in the list at the top, read the bottom screen for more info on each option
2017-08-18 10:33:24 +02:00
1. Select "Restore Flash"
2017-09-13 06:15:18 +02:00
1. Press (A) to proceed
2017-08-18 10:33:24 +02:00
1. Wait until the process is completed
2017-09-13 06:15:18 +02:00
1. Press (A) to return to the main menu
1. Select "Exit" to power off your device