Guide_3DS/_pages/pt_BR/installing-boot9strap-(browser).txt

61 lines
2.7 KiB
Plaintext
Raw Normal View History

2017-05-21 22:39:40 +02:00
---
2017-05-24 07:55:55 +02:00
title: "Instalando boot9strap (Navegador)"
2017-05-21 22:39:40 +02:00
---
2017-09-29 13:29:26 +02:00
{% include toc title="Table of Contents" %}
2018-02-18 16:47:39 +01:00
### What You Need
2017-05-21 22:39:40 +02:00
2018-06-15 03:10:54 +02:00
* 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)
2018-06-15 03:10:54 +02:00
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
### Instructions
2017-05-21 22:39:40 +02:00
2017-09-29 13:29:26 +02:00
#### Section I - Prep Work
2017-05-21 22:39:40 +02:00
1. Desligue seu dispositivo
1. Insira o cartão SD no seu computador
1. Copy `boot.firm` from the Luma3DS `.zip` to the root of your SD card
2017-11-30 21:32:37 +01:00
1. Copy `boot.3dsx` to the root of your SD card
2017-05-21 22:39:40 +02:00
1. Crie uma pasta chamada `boot9strap` na raiz do seu cartão SD
1. Copie os arquivos `boot9strap.firm` e `boot9strap.firm.sha` do `.zip` do boot9strap para a pasta `/boot9strap/` no seu cartão SD
2017-05-23 21:00:46 +02:00
1. Copie `SafeB9SInstaller.dat` e `Launcher.dat` do `.zip` do SafeB9SInstaller para a raiz de seu cartão SD
2017-07-19 21:10:16 +02:00
2017-09-29 13:29:26 +02:00
![]({{ "/images/screenshots/boot9strap-browser-file-layout.png" | absolute_url }})
2017-07-19 21:10:16 +02:00
{: .notice--info}
2017-05-21 22:39:40 +02:00
1. Reinsira seu cartão SD no seu dispositivo
1. Ligue o seu dispositivo
2017-09-29 13:29:26 +02:00
#### Section II - Launching SafeB9SInstaller
2017-05-21 22:39:40 +02:00
1. Inicie o navegador e vá para uma das seguintes URLs no seu dispositivo
+ `https://dukesrg.github.io/?SafeB9SInstaller.dat`
2017-05-23 21:00:46 +02:00
+ `http://www.reboot.ms/3ds/load.html?Launcher.dat`
+ `http://dukesrg.dynu.net/3ds/rop?GW17567.dat&Launcher.dat`
2019-04-29 00:49:08 +02:00
+ Make sure to try each URL if the first one doesn't work (some versions cannot use the first one, and some versions cannot use the last two)
2017-10-09 17:01:36 +02:00
+ If you get an error, [follow this troubleshooting guide](troubleshooting#a-browser-based-exploit-is-not-working)
2017-05-21 22:39:40 +02:00
1. Se o exploit tiver sucesso, você terá entrado no SafeB9SInstaller
2017-09-29 13:29:26 +02:00
#### Section III - Installing boot9strap
2017-05-21 22:39:40 +02:00
1. Espere todos as verificações de segurança finalizarem
1. Quando solicitado, aperte a sequência de botões solicitada para instalar o boot9strap
1. Quando concluído, aperte (A) para reiniciar o seu dispositivo
2017-05-30 19:27:28 +02:00
2017-09-29 13:29:26 +02:00
#### Section IV - Configuring Luma3DS
2017-05-30 19:27:28 +02:00
2017-05-31 03:43:00 +02:00
1. Seu dispositivo deve ter reiniciado no menu de configuração de Luma3DS
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)
2019-02-10 22:32:33 +01:00
1. Use o botão (A) e os botões direcionais para ativar o seguinte:
2017-05-30 19:27:28 +02:00
+ **"Show NAND or user string in System Settings"**
1. Aperte (Start) para salvar e reiniciar
2017-06-06 23:24:28 +02:00
+ Se você receber um erro, apenas continue a próxima página
2017-05-21 22:39:40 +02:00
___
2018-02-18 16:47:39 +01:00
### Continue to [Finalizing Setup](finalizing-setup)
2017-09-04 06:15:19 +02:00
{: .notice--primary}