"message": "Ce site web utilise des cookies pour afficher l'avancement actuel du guide sur la barre latérale et améliorer le site."
}
})});
</script>
<!-- end custom head snippets -->
</head>
<bodyclass="layout--single">
<navclass="skip-links">
<ul>
<li><ahref="#site-nav"class="screen-reader-shortcut">Skip to primary navigation</a></li>
<li><ahref="#main"class="screen-reader-shortcut">Skip to content</a></li>
<li><ahref="#footer"class="screen-reader-shortcut">Skip to footer</a></li>
</ul>
</nav>
<!--[if lt IE 9]>
<divclass="notice--danger align-center"style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <ahref="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
<![endif]-->
<divclass="masthead">
<divclass="masthead__inner-wrap">
<divclass="masthead__menu">
<navid="site-nav"class="greedy-nav">
<!-- <a class="site-title" href="/">
3DS Hacks Guide
</a>
-->
<ulclass="visible-links">
<!-- modified to use multilang, guide-specific -->
<listyle="display: none;"data-name="updating-firmware-(new-3ds)"><ahref='/fr_FR/updating-firmware-(new-3ds)'>Mise à jour du logiciel système (New 3DS)</a></li>
<metaitemprop="headline"content="Installation de boot9strap (kartdlphax)">
<divclass="page__inner-wrap">
<header>
<h1id="page-title"class="page__title"itemprop="headline">Installation de boot9strap (kartdlphax)
</h1>
</header>
<sectionclass="page__content"itemprop="text">
<hr>
<divclass ="notice"><b>Pour un support en Anglais, demander de l'aide sur le <ahref="https://discord.gg/MWxPgEp">Discord Nintendo Homebrew</a>.</b></div>
<divclass ="notice"><b>Si vous appréciez ce guide, nous acceptons les <ahref="contribute#donations">Dons</a>.</b></div>
<hr>
<asideclass="sidebar__right">
<navclass="toc">
<header><h4class="nav__title"><iclass="fas fa-file-alt"></i> Table des matières</h4></header>
<ulclass="toc__menu"id="markdown-toc">
<li><ahref="#notes-de-compatibilité"id="markdown-toc-notes-de-compatibilité">Notes de compatibilité</a></li>
<li><ahref="#ce-dont-vous-avez-besoin"id="markdown-toc-ce-dont-vous-avez-besoin">Ce dont vous avez besoin</a><ul>
<li><ahref="#section-i---hardware-button-check-target-3ds"id="markdown-toc-section-i---hardware-button-check-target-3ds">Section I - Hardware Button Check (target 3DS)</a></li>
<li><ahref="#section-ii---prep-work-source-3ds"id="markdown-toc-section-ii---prep-work-source-3ds">Section II - Prep Work (source 3DS)</a></li>
<li><ahref="#section-iii---prep-work-target-3ds"id="markdown-toc-section-iii---prep-work-target-3ds">Section III - Prep Work (target 3DS)</a></li>
<li><ahref="#section-iv---kartdlphax"id="markdown-toc-section-iv---kartdlphax">Section IV - kartdlphax</a></li>
<li><ahref="#section-v---unsafe_mode"id="markdown-toc-section-v---unsafe_mode">Section V - unSAFE_MODE</a></li>
<li><ahref="#section-vi---installation-de-boot9strap"id="markdown-toc-section-vi---installation-de-boot9strap">Section VI - Installation de boot9strap</a></li>
<li><ahref="#section-vii---restoring-wifi-configuration-profiles"id="markdown-toc-section-vii---restoring-wifi-configuration-profiles">Section VII - Restoring WiFi Configuration Profiles</a></li>
<li><ahref="#continuer-vers-finalisation-de-linstallation"id="markdown-toc-continuer-vers-finalisation-de-linstallation">Continuer vers Finalisation de l’installation</a></li>
<p>Pour cela, nous pouvons utiliser le mode téléchargement du jeu Mario Kart 7 en utilisant une 3DS avec un custom firmware déjà installé avec un plugin de jeu personnalisé.</p>
<p>This custom plugin will send a hacked payload to an unhacked console, which then exploits the system in order to inject the exploited WiFi profile into your connections list.</p>
<p>Once the WiFi profile has been injected, we will use SAFE_MODE, which is a recovery feature present on all 3DS consoles, to activate the exploited WiFi profile.</p>
<p>For a more technical explanation, see the following links for information on the kartdlphax and unSAFE_MODE exploits: <ahref="https://github.com/PabloMK7/kartdlphax">kartdlphax</a>, <ahref="https://github.com/zoogie/unSAFE_MODE/">unSAFE_MODE</a>.</p>
<h3id="notes-de-compatibilité">Notes de compatibilité</h3>
<p>Pour suivre ces instructions, vous aurez besoin de ceci :</p>
<ul>
<li>Une seconde 3DS avec un firmware custom (la <strong>3DS source</strong>) qui est la même région que la 3DS que vous essayez de modifier (la <strong>3DS cible</strong>)
<li>La dernière version de <ahref="https://github.com/PabloMK7/kartdlphax/releases/latest">kartdlphax</a> (<codeclass="language-plaintext highlighter-rouge">plugin.3gx</code>)</li>
<li>La dernière version de <ahref="https://github.com/d0k3/SafeB9SInstaller/releases/download/v0.0.7/SafeB9SInstaller-20170605-122940.zip">SafeB9SInstaller</a> (téléchargement direct)</li>
<li>The latest release of <ahref="https://github.com/zoogie/unSAFE_MODE/releases/latest">unSAFE_MODE</a> (the RELEASE <codeclass="language-plaintext highlighter-rouge">.zip</code> file)</li>
<h4id="section-i---hardware-button-check-target-3ds">Section I - Hardware Button Check (target 3DS)</h4>
<p>In this section, you will see whether your shoulder buttons are working on your console. Cela déterminera la méthode que vous allez suivre sur la page suivante.</p>
<ol>
<li>Power on your console</li>
<li>Une fois arrivé sur le Menu HOME, appuyez sur les boutons (L) et (R) en même temps
<ul>
<li>L’applet de l’appareil photo numérique devrait apparaître</li>
</ul>
</li>
<li>Éteignez votre console</li>
</ol>
<pclass="notice--warning">If the camera does not open, you cannot follow this method. Si c’est le cas, rejoignez <ahref="https://discord.gg/MWxPgEp">Nintendo Homebrew sur Discord</a> et demandez de l’aide, en anglais.</p>
<h4id="section-ii---prep-work-source-3ds">Section II - Prep Work (source 3DS)</h4>
<li>Copy <codeclass="language-plaintext highlighter-rouge">boot.firm</code> from the Luma3DS <codeclass="language-plaintext highlighter-rouge">.zip</code> to the root of the <strong>source 3DS</strong>’s SD card, replacing any existing file
<li>La racine de la carte SD représente le répertoire initial de la carte SD où vous pouvez voir le dossier Nintendo 3DS, mais ce n’est pas à l’intérieur de ce dernier</li>
<li>Copiez également le fichier <codeclass="language-plaintext highlighter-rouge">plugin.3gx</code> dans le répertoire indiqué ci-dessous (<strong>en fonction de la région de votre copie de Mario Kart 7</strong>):
<li>Créez les dossiers <codeclass="language-plaintext highlighter-rouge">plugins</code> et <codeclass="language-plaintext highlighter-rouge">00040000...</code> s’il n’existent pas déjà</li>
<p>In this section, you will copy the files needed to trigger the unSAFE_MODE exploit onto your target 3DS (the 3DS that you are trying to modify)’s SD card.</p>
<li>Copy <codeclass="language-plaintext highlighter-rouge">boot.firm</code> and <codeclass="language-plaintext highlighter-rouge">boot.3dsx</code> from the Luma3DS <codeclass="language-plaintext highlighter-rouge">.zip</code> to the root of the <strong>target 3DS’s</strong> SD card</li>
<li>Copy <codeclass="language-plaintext highlighter-rouge">boot9strap.firm</code> and <codeclass="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> from the RELEASE <codeclass="language-plaintext highlighter-rouge">.zip</code> to the <codeclass="language-plaintext highlighter-rouge">/boot9strap/</code> folder on your SD card</li>
<li>Copiez <codeclass="language-plaintext highlighter-rouge">SafeB9SInstaller.bin</code> depuis le fichier <codeclass="language-plaintext highlighter-rouge">.zip</code> de SafeB9SInstaller à la racine de votre carte SD</li>
<li>Copy <codeclass="language-plaintext highlighter-rouge">usm.bin</code> from the RELEASE <codeclass="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
<li>Create a folder called <codeclass="language-plaintext highlighter-rouge">3ds</code> on the root of your SD card</li>
<li>Copy <codeclass="language-plaintext highlighter-rouge">slotTool.3dsx</code> from the <codeclass="language-plaintext highlighter-rouge">slotTool</code> folder inside the RELEASE <codeclass="language-plaintext highlighter-rouge">.zip</code> to the <codeclass="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
<p>In this section, you will use Download Play to transfer the exploit data from the source 3DS to the target 3DS, which can be used to overwrite your Wi-Fi slots with hacked data. Your Wi-Fi connection settings will be temporarily overwritten while the exploit is active.</p>
<li>Un menu de confirmation s’affichera. Si les paramètres affichés sur l’écran supérieur sont corrects, sélectionnez <codeclass="language-plaintext highlighter-rouge">Use settings</code>
<li>Si les paramètres ne sont pas corrects, appuyez sur <codeclass="language-plaintext highlighter-rouge">Change settings</code> et modifiez-les en conséquence</li>
<li>Si la 3DS source se fige à ce stade et que vous utilisez une carte de jeu, essayez <ahref="dumping-titles-and-game-cartridges#installing-a-game-cartridge-directly-to-the-system">d’installer une carte de jeu directement sur la console</a></li>
<li>Si l’exploit n’a pas réussi, éteignez la <strong>3DS source</strong> et la <strong>3DS cible</strong> et recommencez à partir du début de <codeclass="language-plaintext highlighter-rouge">Section III - kartdlphax</code></li>
<li>If the injection was successful, the screen will turn green and the <strong>target 3DS</strong> will automatically power off
<ul>
<li>If the screen turns red, power off the target 3DS and start again from the beginning of <codeclass="language-plaintext highlighter-rouge">Section III - kartdlphax</code>. If this doesn’t work, ask for help at <ahref="https://discord.gg/MWxPgEp">Nintendo Homebrew on Discord</a>)</li>
<pclass="notice--info">You will <strong>not</strong> need to use your <strong>source 3DS</strong> to complete any further steps on this guide. Any further steps should only be completed on the <strong>target 3DS</strong>.</p>
<h4id="section-v---unsafe_mode">Section V - unSAFE_MODE</h4>
<p>In this section, you will enter Safe Mode (a feature available on all 3DS family consoles) and navigate to a menu where unSAFE_MODE will be triggered, which will launch you into the boot9strap (custom firmware) installer.</p>
<li>With your console still powered off, hold the following buttons: (Left Shoulder) + (Right Shoulder) + (D-Pad Up) + (A), and while holding these buttons together, power on your console
<li>Appuyez sur « J’accepte » pour accepter les conditions</li>
<li>La mise à jour finira par échouer, avec le code d’erreur <codeclass="language-plaintext highlighter-rouge">003-1099</code>. Ne vous inquiétez pas, c’est normal.</li>
<li>When asked “Would you like to configure Internet settings?”, select “Yes”</li>
<li>On the following menu, navigate to <codeclass="language-plaintext highlighter-rouge">Connection 1</code> -><codeclass="language-plaintext highlighter-rouge">Change Settings</code> -><codeclass="language-plaintext highlighter-rouge">Next Page (right arrow)</code> -><codeclass="language-plaintext highlighter-rouge">Proxy Settings</code> -><codeclass="language-plaintext highlighter-rouge">Detailed Setup</code> (<ahref="/images/screenshots/usm/safemode_highlighted.png">image</a>)</li>
<li>If the exploit was successful, your console will have booted into SafeB9SInstaller
<li>If your console instead freezes on a white screen, hold the POWER button until it turns off, then retry this section</li>
<li>If your console instead freezes on a red screen, you are missing <codeclass="language-plaintext highlighter-rouge">usm.bin</code> from the root of your SD card</li>
<li>If you get a different error, <ahref="troubleshooting#installing-boot9strap-usm">follow this troubleshooting guide</a></li>
<li>Si une étape sur l’écran du bas a du texte rouge, et que vous n’êtes pas invité à entrer une combinaison de touches, <ahref="troubleshooting#issues-with-safeb9sinstaller">suivez ce guide de dépannage</a></li>
<li>Le menu de configuration de Luma3DS sert à régler les paramètres du custom firmware Luma3DS. Beaucoup de ces paramètres peuvent être utiles pour la personnalisation ou le débogage</li>
<li>If your console shuts down when you try to power it on, ensure that you have copied <codeclass="language-plaintext highlighter-rouge">boot.firm</code> from the Luma3DS <codeclass="language-plaintext highlighter-rouge">.zip</code> to the root of your SD card</li>
<li>Appuyez sur (Start) pour enregistrer les modifications et redémarrer</li>
</ol>
<p>À partir d’ici, votre console démarrera sur Luma3DS par défaut.</p>
<ul>
<li>Luma3DS ne présente aucune différence visuelle avec le menu HOME normal. Si votre console a démarré dans le menu HOME, elle exécute un custom firmware.</li>
<li>Sur la page suivante, vous installerez des applications homebrew utiles pour compléter votre configuration.</li>
<p>In this section, you will enter the Homebrew Launcher (using custom firmware) so that you can restore the Wi-Fi connection slots that were overwritten in Section I.</p>
<li>Attendez jusqu’à ce que vous voyiez les boutons <codeclass="language-plaintext highlighter-rouge">Nintendo 3DS</code> et <codeclass="language-plaintext highlighter-rouge">Nintendo DS</code></li>
<li>Your console should load the Homebrew Launcher
<ul>
<li>If your console is stuck on the loading splash screen, you are missing <codeclass="language-plaintext highlighter-rouge">boot.3dsx</code> from the root of your SD card</li>
<h3class="notice--primary"id="continuer-vers-finalisation-de-linstallation">Continuer vers <ahref="finalizing-setup">Finalisation de l’installation</a></h3>