"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>
<listyle="display: none;"data-name="updating-firmware-(kor)"><ahref='/fr_FR/updating-firmware-(kor)'>Mise à jour du logiciel système (KOR)</a></li>
<listyle="display: none;"data-name="updating-firmware-(twn)"><ahref='/fr_FR/updating-firmware-(twn)'>Mise à jour du logiciel système (TWN)</a></li>
<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="#ce-dont-vous-avez-besoin"id="markdown-toc-ce-dont-vous-avez-besoin">Ce dont vous avez besoin</a><ul>
<li><ahref="#section-i---préparatifs"id="markdown-toc-section-i---préparatifs">Section I - Préparatifs</a></li>
<li><ahref="#section-ii---pichaxx"id="markdown-toc-section-ii---pichaxx">Section II - PicHaxx</a></li>
<li><ahref="#section-iii---installation-de-boot9strap"id="markdown-toc-section-iii---installation-de-boot9strap">Section III - Installation de boot9strap</a></li>
</ul>
</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><ahref="https://github.com/zoogie/pichaxx">PicHaxx</a> is an exploit for the game Pokémon Picross released by <ahref="https://github.com/zoogie">zoogie</a>, originally discovered and <ahref="https://twitter.com/mrnbayoh/status/744899681663258624">demonstrated</a> by <ahref="https://github.com/MrNbaYoh">MrNbaYoh</a>.</p>
<p>This method of using Seedminer for further exploitation uses your <codeclass="language-plaintext highlighter-rouge">movable.sed</code> file to write a custom save file for Pokémon Picross, which can then be used to launch the Homebrew Launcher.</p>
</details>
<pclass="notice--warning">This process will overwrite your Pokémon Picross save file, if you have one. If you wish to preserve your Pokémon Picross game data, you should make a backup of your <codeclass="language-plaintext highlighter-rouge">00000001.sav</code> file before overwriting it.</p>
<h2id="ce-dont-vous-avez-besoin">Ce dont vous avez besoin</h2>
<ul>
<li>The game “Pokémon Picross” installed on your console
<ul>
<li>If you have downloaded it before, you can <ahref="https://en-americas-support.nintendo.com/app/answers/detail/a_id/607/~/how-to-download-or-redownload-content-in-nintendo-3ds-eshop">redownload it</a></li>
<li>Your SD card must be inserted in your console to install Pokémon Picross</li>
</ul>
</li>
<li>Your <codeclass="language-plaintext highlighter-rouge">movable.sed</code> file from completing <ahref="seedminer-(alternate)">Seedminer</a></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>La dernière version de <ahref="https://github.com/SciresM/boot9strap/releases/download/1.4/boot9strap-1.4.zip">boot9strap</a> (téléchargement direct)</li>
<li>The latest release of <ahref="https://github.com/zoogie/ninjhax2.x/releases/download/v11.17/otherapps_with_CfgS_11.17.zip">HBL otherapps</a> (direct download)</li>
</ul>
<h3id="instructions">Instructions</h3>
<h4id="section-i---préparatifs">Section I - Préparatifs</h4>
<p>In this section, you will copy some of the files that will be used to launch the Homebrew Launcher.</p>
<ol>
<li>Éteignez votre console</li>
<li>Insérez votre carte SD dans votre ordinateur</li>
<li>Copiez <codeclass="language-plaintext highlighter-rouge">boot.firm</code> et <codeclass="language-plaintext highlighter-rouge">boot.3dsx</code> depuis Luma3DS <codeclass="language-plaintext highlighter-rouge">.zip</code>vers la racine de votre carte SD
<ul>
<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>
</ul>
</li>
<li>Créez un dossier nommé <codeclass="language-plaintext highlighter-rouge">boot9strap</code> à la racine de votre carte SD</li>
<li>Copiez <codeclass="language-plaintext highlighter-rouge">boot9strap.firm</code> et <codeclass="language-plaintext highlighter-rouge">boot9strap.firm.sha</code> depuis le fichier “.zip” de boot9strap vers le dossier <codeclass="language-plaintext highlighter-rouge">/boot9strap/</code> sur votre carte SD</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 the otherapp payload for your model/region/version from <codeclass="language-plaintext highlighter-rouge">otherapps_with_CfgS_11.17.zip</code> to the root of your SD card, then rename the payload to <codeclass="language-plaintext highlighter-rouge">otherapp.bin</code>
<ul>
<li>Do not add the <codeclass="language-plaintext highlighter-rouge">.bin</code> extension if you do not already see it</li>
</ul>
</li>
<li>Créez un dossier nommé <codeclass="language-plaintext highlighter-rouge">3ds</code> à la racine de votre carte SD si celui ci n’existe pas
<ul>
<li>This folder stores homebrew applications and data; it is different from the <codeclass="language-plaintext highlighter-rouge">Nintendo 3DS</code> folder that the console automatically generates</li>
</ul>
</li>
<li>Copy the <codeclass="language-plaintext highlighter-rouge">nimdsphax</code> folder from the nimdsphax <codeclass="language-plaintext highlighter-rouge">.zip</code> to the <codeclass="language-plaintext highlighter-rouge">/3ds/</code> folder on your SD card</li>
<h4id="section-ii---pichaxx">Section II - PicHaxx</h4>
<p>In this section, you will create a hacked Pokémon Picross save file that, when loaded, will run the Homebrew Launcher on your console.</p>
<ol>
<li>Open <ahref="https://3dstools.nhnarwhal.com/#/pichaxx">the PicHaxx Injector website</a> on your computer</li>
<li>Select your <codeclass="language-plaintext highlighter-rouge">movable.sed</code> file</li>
<li>Select “Build and Download”</li>
<li>Wait for the process to complete</li>
<li>Navigate to <codeclass="language-plaintext highlighter-rouge">Nintendo 3DS</code> -><codeclass="language-plaintext highlighter-rouge"><ID0></code> -><codeclass="language-plaintext highlighter-rouge"><ID1></code> -><codeclass="language-plaintext highlighter-rouge">title</code> -><codeclass="language-plaintext highlighter-rouge">00040000</code> -><codeclass="language-plaintext highlighter-rouge">0017c100</code> -><codeclass="language-plaintext highlighter-rouge">data</code> on your SD card
<ul>
<li>The <codeclass="language-plaintext highlighter-rouge"><ID0></code> will be the same one that you used in Seedminer</li>
<li>L’<codeclass="language-plaintext highlighter-rouge"><ID1></code> est un dossier de 32 caractères à l’intérieur du dossier <codeclass="language-plaintext highlighter-rouge"><ID0></code></li>
</ul>
</li>
<li>Copy the newly downloaded <codeclass="language-plaintext highlighter-rouge">00000001.sav</code> file to the <codeclass="language-plaintext highlighter-rouge">data</code> folder on your SD card
<ul>
<li>Overwrite the old save file when prompted</li>
<li>Réinsérez votre carte SD dans votre console</li>
<li>Power on your console</li>
<li>Launch “Pokémon Picross”</li>
<li>Your console will have booted into the Homebrew Launcher
<ul>
<li>If you get an error message, <ahref="troubleshooting#homebrew-launcher-pichaxx">follow this troubleshooting guide</a></li>
</ul>
</li>
<li>Launch nimdsphax from the list of homebrew</li>
<li>Si l’exploit a réussit, vous devriez avoir démarré dans SafeB9SInstaller
<ul>
<li>If your console freezes on a red screen, hold the POWER button until it turns off, then retry this section</li>
</ul>
</li>
</ol>
<h4id="section-iii---installation-de-boot9strap">Section III - Installation de boot9strap</h4>
<p>In this section, you will install custom firmware onto your console.</p>
<ol>
<li>Lorsque vous y êtes invité, entrez la combinaison de touches indiquée sur l’écran supérieur pour installer boot9strap
<ul>
<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>
</ul>
</li>
<li>Once it is complete, press (A) to reboot your console</li>
<li>Your console should have booted into the Luma3DS configuration menu
<ul>
<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>Pour les besoins de ce guide, <strong>laissez ces options sur les paramètres par défaut</strong> (ne cochez ni ne décochez rien)</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>
</ul>
</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>
</ul>
<hr/>
<h3class="notice--primary"id="continuer-vers-finalisation-de-linstallation">Continuer vers <ahref="finalizing-setup">Finalisation de l’installation</a></h3>