mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-09-08 23:50:53 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@bb1ba2b7f0 🚀
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<!-- begin _includes/seo.html --><title>Installing boot9strap (Kartminer7) - 3DS Hacks Guide</title>
|
||||
<!-- begin _includes/seo.html --><title>Instalando boot9strap (Kartminer7) - 3DS Hacks Guide</title>
|
||||
<meta name="description" content="A complete guide to 3DS custom firmware">
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:site_name" content="3DS Hacks Guide">
|
||||
<meta property="og:title" content="Installing boot9strap (Kartminer7)">
|
||||
<meta property="og:title" content="Instalando boot9strap (Kartminer7)">
|
||||
<meta property="og:url" content="https://3ds.hacks.guide/pt_BR/installing-boot9strap-(kartminer7).html">
|
||||
|
||||
|
||||
@@ -446,7 +446,7 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
|
||||
<meta itemprop="headline" content="Installing boot9strap (Kartminer7)">
|
||||
<meta itemprop="headline" content="Instalando boot9strap (Kartminer7)">
|
||||
|
||||
|
||||
|
||||
@@ -454,7 +454,7 @@ window.cookieconsent.initialise({
|
||||
<div class="page__inner-wrap">
|
||||
|
||||
<header>
|
||||
<h1 id="page-title" class="page__title" itemprop="headline">Installing boot9strap (Kartminer7)
|
||||
<h1 id="page-title" class="page__title" itemprop="headline">Instalando boot9strap (Kartminer7)
|
||||
</h1>
|
||||
|
||||
|
||||
@@ -485,13 +485,13 @@ window.cookieconsent.initialise({
|
||||
<header><h4 class="nav__title"><i class="fas fa-file-alt"></i> Tabela de Conteúdo</h4></header>
|
||||
<ul class="toc__menu" id="markdown-toc">
|
||||
<li><a href="#o-que-é-necessário" id="markdown-toc-o-que-é-necessário">O que é necessário</a> <ul>
|
||||
<li><a href="#section-i---preparing-mario-kart-7-data" id="markdown-toc-section-i---preparing-mario-kart-7-data">Section I - Preparing Mario Kart 7 data</a></li>
|
||||
<li><a href="#section-ii---sd-card-prep-work" id="markdown-toc-section-ii---sd-card-prep-work">Section II - SD Card Prep Work</a></li>
|
||||
<li><a href="#section-iii---installing-kartminer7" id="markdown-toc-section-iii---installing-kartminer7">Section III - Installing Kartminer7</a></li>
|
||||
<li><a href="#section-iv---kartminer7" id="markdown-toc-section-iv---kartminer7">Section IV - Kartminer7</a></li>
|
||||
<li><a href="#section-v---installing-menuhax67" id="markdown-toc-section-v---installing-menuhax67">Section V - Installing menuhax67</a></li>
|
||||
<li><a href="#seção-i---preparando-os-dados-do-mario-kart-7" id="markdown-toc-seção-i---preparando-os-dados-do-mario-kart-7">Seção I - Preparando os dados do Mario Kart 7</a></li>
|
||||
<li><a href="#seção-ii---preparação-do-cartão-sd" id="markdown-toc-seção-ii---preparação-do-cartão-sd">Seção II - Preparação do Cartão SD</a></li>
|
||||
<li><a href="#seção-iii---instalando-kartminer7" id="markdown-toc-seção-iii---instalando-kartminer7">Seção III - Instalando Kartminer7</a></li>
|
||||
<li><a href="#seção-iv---kartminer7" id="markdown-toc-seção-iv---kartminer7">Seção IV - Kartminer7</a></li>
|
||||
<li><a href="#seção-v---instalando-menuhax67" id="markdown-toc-seção-v---instalando-menuhax67">Seção V - Instalando menuhax67</a></li>
|
||||
<li><a href="#seção-vi---instalando-o-boot9strap" id="markdown-toc-seção-vi---instalando-o-boot9strap">Seção VI - Instalando o boot9strap</a></li>
|
||||
<li><a href="#section-vii---removing-menuhax67" id="markdown-toc-section-vii---removing-menuhax67">Section VII - Removing menuhax67</a></li>
|
||||
<li><a href="#seção-vii---removendo-menuhax67" id="markdown-toc-seção-vii---removendo-menuhax67">Seção VII - Removendo menuhax67</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -504,117 +504,117 @@ window.cookieconsent.initialise({
|
||||
|
||||
<p>Para instalar o boot9strap no seu console, nós derivamos a chave de criptografia exclusiva do seu console. Para fazer isso, usamos uma ferramenta chamada Seedminer para calcular a chave de criptografia de dados (movable.sed) para o seu console.</p>
|
||||
|
||||
<p>Once we have <code class="language-plaintext highlighter-rouge">movable.sed</code>, we can edit the SD card data of the game Mario Kart 7 to install menuhax67, which will allow us to get Homebrew Launcher access.</p>
|
||||
<p>Uma vez que temos <code class="language-plaintext highlighter-rouge">movable.sed</code>, podemos editar os dados do cartão SD do jogo Mario Kart 7 para instalar menuhax67, que nos permitirá ter acesso ao Homebrew Launcher.</p>
|
||||
|
||||
<p>Once we have Homebrew Launcher access, we can run nimdsphax to install boot9strap.</p>
|
||||
<p>Assim que tivermos acesso ao Homebrew Launcher, podemos executar o nimdsphax para instalar o boot9strap.</p>
|
||||
|
||||
<p>See <a href="https://github.com/zoogie/kartminer7">here</a> for information about Kartminer7, <a href="https://github.com/zoogie/menuhax67">here</a> for information about menuhax67, and <a href="https://github.com/luigoalma/nimdsphax">here</a> for information about nimdsphax.</p>
|
||||
<p>Veja <a href="https://github.com/zoogie/kartminer7">aqui</a> para informações sobre Kartminer7, <a href="https://github.com/zoogie/menuhax67">aqui</a> para informações sobre menuhax67 e <a href="https://github.com/luigoalma/nimdsphax">aqui</a> para informações sobre o nimdsphax.</p>
|
||||
|
||||
</details>
|
||||
|
||||
<h3 id="o-que-é-necessário">O que é necessário</h3>
|
||||
|
||||
<ul>
|
||||
<li>A physical or digital copy of Mario Kart 7 updated to the latest version (v1.2)
|
||||
<li>Uma cópia física ou digital de Mario Kart 7 atualizada para a versão mais recente (v1.2)
|
||||
<ul>
|
||||
<li>You can update Mario Kart 7 from eShop or by following the update prompt when you launch the game</li>
|
||||
<li>Você pode atualizar Mario Kart 7 a partir do eShop ou seguindo a mensagem de atualização quando você abrir o jogo</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>A Windows computer</li>
|
||||
<li>Um computador Windows</li>
|
||||
<li>Seu arquivo <code class="language-plaintext highlighter-rouge">movable.sed</code> de completar Seedminer</li>
|
||||
<li>The latest release of <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a></li>
|
||||
<li>A versão mais recente do <a href="https://github.com/zoogie/Kartminer7/releases/latest">Kartminer7</a></li>
|
||||
<li>A versão mais recente do <a href="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> (download direto)</li>
|
||||
<li>A versão mais recente do <a href="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (download direto)</li>
|
||||
<li>A versão mais recente do <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (download direto)</li>
|
||||
<li>The latest release of <a href="https://github.com/zoogie/menuhax67/releases/latest">menuhax67</a></li>
|
||||
<li>The latest release of <a href="https://github.com/luigoalma/nimdsphax/releases/download/v1.0/nimdsphax_v1.0.zip">nimdsphax</a> (direct download)</li>
|
||||
<li>A versão mais recente do <a href="https://github.com/zoogie/menuhax67/releases/latest">menuhax67</a></li>
|
||||
<li>A versão mais recente do <a href="https://github.com/LumaTeam/Luma3DS/releases/latest">Luma3DS</a> (o arquivo <code class="language-plaintext highlighter-rouge">.zip</code> do Luma3DS)</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-i---preparing-mario-kart-7-data">Section I - Preparing Mario Kart 7 data</h4>
|
||||
<h4 id="seção-i---preparando-os-dados-do-mario-kart-7">Seção I - Preparando os dados do Mario Kart 7</h4>
|
||||
|
||||
<p>In this section, you will have the 3DS generate some data in Mario Kart 7 that will be used to install the exploit in a later section.</p>
|
||||
<p>Nesta seção, você fará com que o 3DS gere alguns dados no Mario Kart 7 que serão usados para instalar o exploit em uma seção posterior.</p>
|
||||
|
||||
<ol>
|
||||
<li>Insira seu cartão SD no seu console</li>
|
||||
<li>Open Mario Kart 7</li>
|
||||
<li>Tap the “Mario Kart Channel” button on the bottom</li>
|
||||
<li>If you are prompted to, hit “Next” and “OK” to all of the prompts that you see</li>
|
||||
<li>Tap the “StreetPass List” button on the bottom of the screen, in the middle</li>
|
||||
<li>Press the (Home) button to suspend Mario Kart 7</li>
|
||||
<li>Disable wireless connections by flicking the wireless switch on the side of the console or by navigating to HOME Menu Settings (top left) -> Wireless Communication -> OFF</li>
|
||||
<li>Reinsira o cartão SD no seu console</li>
|
||||
<li>Inicie o Mario Kart 7</li>
|
||||
<li>Toque no botão “Mario Kart Channel” na parte inferior</li>
|
||||
<li>Se você for solicitado, aperte “Next” e “OK” para todos os alertas que você ver</li>
|
||||
<li>Toque no botão “StreetPass List” na parte inferior da tela, no meio</li>
|
||||
<li>Aperte o botão (Home) para suspender o Mario Kart 7</li>
|
||||
<li>Desative as conexões sem fio desligando o interruptor wireless do lado do console ou navegando para as Configurações do Menu HOME (canto superior esquerdo) -> Comunicação sem fio -> OFF</li>
|
||||
<li>Desligue seu console</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-ii---sd-card-prep-work">Section II - SD Card Prep Work</h4>
|
||||
<h4 id="seção-ii---preparação-do-cartão-sd">Seção II - Preparação do Cartão SD</h4>
|
||||
|
||||
<ol>
|
||||
<li>Insira o cartão SD no seu computador</li>
|
||||
<li>Copie <code class="language-plaintext highlighter-rouge">boot.firm</code> e <code class="language-plaintext highlighter-rouge">boot.3dsx</code> do <code class="language-plaintext highlighter-rouge">.zip</code> do Luma3DS para a raiz do seu cartão SD
|
||||
<ul>
|
||||
<li>The root of the SD card refers to the initial directory on your SD card where you can see the Nintendo 3DS folder, but are not inside of it</li>
|
||||
<li>A raiz do cartão SD refere-se ao diretório inicial no seu cartão SD onde você pode ver a pasta Nintendo 3DS, mas não está dentro dela</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Crie uma pasta chamada <code class="language-plaintext highlighter-rouge">boot9strap</code> na raiz do seu cartão SD</li>
|
||||
<li>Copie o <code class="language-plaintext highlighter-rouge">boot9strap.firm</code> e o <code class="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> do <code class="language-plaintext highlighter-rouge">.zip</code> do boot9strap para a pasta <code class="language-plaintext highlighter-rouge">/boot9strap/</code> no seu cartão SD</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> to the root of your SD card</li>
|
||||
<li>Copie <code class="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> para a raiz do seu cartão SD</li>
|
||||
<li>Crie uma pasta chamada <code class="language-plaintext highlighter-rouge">3ds</code> na raiz do seu cartão SD se ela ainda não existir
|
||||
<ul>
|
||||
<li>This folder stores homebrew applications and data; it is different from the <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder that the console automatically generates</li>
|
||||
<li>Esta pasta armazena aplicativos homebrew e dados; é diferente da pasta <code class="language-plaintext highlighter-rouge">Nintendo 3DS</code> que o console gera automaticamente</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Copie a pasta <code class="language-plaintext highlighter-rouge">nimdsphax</code> do nimdsphax <code class="language-plaintext highlighter-rouge">.zip</code> para a pasta <code class="language-plaintext highlighter-rouge">/3ds/</code> no seu cartão SD</li>
|
||||
<li>Copy <code class="language-plaintext highlighter-rouge">menuhax67_installer.3dsx</code> from the menuhax <code class="language-plaintext highlighter-rouge">.zip</code> to the <code class="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
|
||||
<li>Copy Launcher.dat from the folder for your model and region inside the menuhax <code class="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
|
||||
<li>Keep your SD card inserted in your computer, as it is still required in the next section</li>
|
||||
<li>Copie <code class="language-plaintext highlighter-rouge">menuhax67_installer.3dsx</code> do <code class="language-plaintext highlighter-rouge">.zip</code> menuhax para a pasta <code class="language-plaintext highlighter-rouge">/3ds/</code> no seu cartão SD</li>
|
||||
<li>Copie o Launcher.dat da pasta para seu modelo e região dentro do <code class="language-plaintext highlighter-rouge">.zip</code> do menuhax para a raiz do seu cartão SD</li>
|
||||
<li>Mantenha seu cartão SD inserido no seu computador, como ainda é necessário na próxima seção</li>
|
||||
</ol>
|
||||
|
||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/kart-root-layout.png" alt="" /></p>
|
||||
|
||||
<p class="notice--info"><img src="https://3ds.hacks.guide/images/screenshots/kart-3ds-layout.png" alt="" /></p>
|
||||
|
||||
<h4 id="section-iii---installing-kartminer7">Section III - Installing Kartminer7</h4>
|
||||
<h4 id="seção-iii---instalando-kartminer7">Seção III - Instalando Kartminer7</h4>
|
||||
|
||||
<ol>
|
||||
<li>Extract the Release_BETA_mk7 <code class="language-plaintext highlighter-rouge">.zip</code> to <strong>somewhere on your computer</strong> (i.e. your desktop)</li>
|
||||
<li>Copy your <code class="language-plaintext highlighter-rouge">movable.sed</code> file to the <code class="language-plaintext highlighter-rouge">resources</code> folder of the Release_BETA_mk7 folder
|
||||
<li>Extraia o <code class="language-plaintext highlighter-rouge">.zip</code> do Release_BETA_mk7 para <strong>algum lugar no seu computador</strong> (por exemplo, sua área de trabalho)</li>
|
||||
<li>Copie seu arquivo <code class="language-plaintext highlighter-rouge">movable.sed</code> para a pasta <code class="language-plaintext highlighter-rouge">resources</code> da pasta Release_BETA_mk7
|
||||
<ul>
|
||||
<li>Ensure that the file is named exactly <code class="language-plaintext highlighter-rouge">movable.sed</code></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Open the <code class="language-plaintext highlighter-rouge">backup</code> folder inside of the Release_BETA_mk7 folder</li>
|
||||
<li>Double-click on the BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your console’s region (e.g. backup_USA.bat if you have a USA copy of Mario Kart 7)
|
||||
<li>Abra a pasta <code class="language-plaintext highlighter-rouge">backup</code> dentro da pasta Release_BETA_mk7</li>
|
||||
<li>Clique duas vezes no arquivo BACKUP <code class="language-plaintext highlighter-rouge">.bat</code> correspondente à região do seu console (por exemplo, backup_USA.bat se você tiver uma cópia EUA de Mario Kart 7)
|
||||
<ul>
|
||||
<li>If you are unsure of your console region, you can check System Settings. U = USA; E = EUR, J = JPN</li>
|
||||
<li>If you are unsure of your console region, you can check System Settings. U = EUA; E = EUR, J = JPN</li>
|
||||
<li>If you get a message from Windows Defender, click “More info”, “Run anyway”, then press any key to continue</li>
|
||||
<li>If the backup was successful, you should see a new folder appear</li>
|
||||
<li>If you wish to restore this data at a later date (after finishing this guide), insert your SD card and double-click on the RESTORE <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your console’s region</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Go back to the Release_BETA_mk7 folder, then double-click on the <code class="language-plaintext highlighter-rouge">.bat</code> file corresponding to your console’s region (e.g. USA.bat if you have a USA copy of Mario Kart 7)</li>
|
||||
<li>Volte para a pasta Release_BETA_mk7, depois clique duas vezes no arquivo <code class="language-plaintext highlighter-rouge">.bat</code> correspondente à região do seu console (por exemplo, USA.bat, se você tiver uma cópia EUA do Mario Kart 7)</li>
|
||||
<li>Reinsira o cartão SD no seu console</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-iv---kartminer7">Section IV - Kartminer7</h4>
|
||||
<h4 id="seção-iv---kartminer7">Seção IV - Kartminer7</h4>
|
||||
|
||||
<ol>
|
||||
<li>Ligue o seu console</li>
|
||||
<li>Open Mario Kart 7</li>
|
||||
<li>Tap the “Mario Kart Channel” button on the bottom</li>
|
||||
<li>Tap the “StreetPass List” button on the bottom of the screen, in the middle</li>
|
||||
<li>Press (A) over and over again
|
||||
<li>Inicie o Mario Kart 7</li>
|
||||
<li>Toque no botão “Mario Kart Channel” na parte inferior</li>
|
||||
<li>Toque no botão “StreetPass List” na parte inferior da tela, no meio</li>
|
||||
<li>Aperte (A) várias vezes
|
||||
<ul>
|
||||
<li>The colours on the bottom screen should change from red, to blue, to white</li>
|
||||
<li>If you see the red/blue/white screens but the 3DS crashes, just reboot and try again</li>
|
||||
<li>If you don’t see ANY colours, change your system language (if possible), then try the exploit again</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>If the exploit was successful, the 3DS will have booted into the 3DS ROP xPloit Injector</li>
|
||||
<li>Se o exploit foi bem sucedido, o <strong>3DS de destino</strong> terá sido inicializado no 3DS ROP xPloit Injector</li>
|
||||
</ol>
|
||||
|
||||
<h4 id="section-v---installing-menuhax67">Section V - Installing menuhax67</h4>
|
||||
<h4 id="seção-v---instalando-menuhax67">Seção V - Instalando menuhax67</h4>
|
||||
|
||||
<ol>
|
||||
<li>Press (Y) + (D-Pad Down) to install menuhax67
|
||||
<li>Aperte (Y) + (D-Pad para Baixo) para instalar menuhax67
|
||||
<ul>
|
||||
<li>The console will automatically power off</li>
|
||||
</ul>
|
||||
@@ -629,7 +629,7 @@ window.cookieconsent.initialise({
|
||||
<li>Abra o nimdsphax da lista de homebrews</li>
|
||||
<li>Se o exploit for bem-sucedido, você terá entrado no SafeB9SInstaller
|
||||
<ul>
|
||||
<li>If your console freezes on a red screen, hold the POWER button until it turns off, then try running menuhax again by powering on your console and tapping on the HOME Menu settings icon</li>
|
||||
<li>Se o seu console congela numa tela vermelha, segure o botão POWER até que ele desligue, em seguida, tente executar o menuhax novamente ligando seu console e tocando no ícone de configurações do Menu HOME</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ol>
|
||||
@@ -661,9 +661,9 @@ window.cookieconsent.initialise({
|
||||
<li>Na próxima página, você irá instalar aplicativos homebrew úteis para concluir sua instalação.</li>
|
||||
</ul>
|
||||
|
||||
<h4 id="section-vii---removing-menuhax67">Section VII - Removing menuhax67</h4>
|
||||
<h4 id="seção-vii---removendo-menuhax67">Seção VII - Removendo menuhax67</h4>
|
||||
|
||||
<p>In this section, you will use the Homebrew Launcher to remove menuhax67, which will let you access the HOME Menu Settings option normally.</p>
|
||||
<p>Nesta seção, você usará o Homebrew Launcher para remover o menuhax67, que permitirá que você acesse a opção Configurações do Menu HOME normalmente.</p>
|
||||
|
||||
<ol>
|
||||
<li>Abra o aplicativo Download Play (<img src="https://3ds.hacks.guide/images/download-play-icon.png" alt="" height="24px" width="24px" />)</li>
|
||||
@@ -682,15 +682,14 @@ window.cookieconsent.initialise({
|
||||
<li>Se o seu console estiver travado na tela de carregamento, você está sem <code class="language-plaintext highlighter-rouge">boot.3dsx</code> na raiz do seu cartão SD</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Launch menuhax67_installer from the list of homebrew</li>
|
||||
<li>Select REMOVE menuhax67</li>
|
||||
<li>When you see “done.”, press (A), then press (A) on “EXIT to menu”</li>
|
||||
<li>Abra o menuhax67_installer da lista de homebrew</li>
|
||||
<li>Selecione REMOVE menuhax67</li>
|
||||
<li>Quando você ver “done.”, aperte (A), depois aperte (A) em “EXIT to menu”</li>
|
||||
</ol>
|
||||
|
||||
<hr />
|
||||
|
||||
<p class="notice-primary">Continue to <a href="finalizing-setup">Finalizing Setup</a></p>
|
||||
|
||||
<p class="notice-primary">Continue em <a href="finalizing-setup">Finalizando a instalação</a></p>
|
||||
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user