2019-10-08 03:49:02 +02:00
---
title: "Homebrew Launcher (PicHaxx)"
---
2020-04-26 06:05:21 +02:00
{% include toc title="Table of Contents" %}
2019-10-08 03:49:02 +02:00
2020-04-26 06:05:21 +02:00
### Required Reading
2019-10-08 03:49:02 +02:00
2020-04-26 06:05:21 +02:00
This method of using Seedminer for further exploitation uses your `movable.sed` file to gain access to the Homebrew Launcher using the PicHaxx exploit for the purposes of injecting an exploitable DSiWare title into the DS Download Play application. This method requires you to already own (or download) the free "Pokemon Picross" game from the eShop.
2019-10-08 03:49:02 +02:00
2020-04-26 06:05:21 +02:00
If your device already has access to the Homebrew Launcher (whether through pichaxx or another exploit), you can skip to [DSiWare Dumper](dsidumper)).
2019-10-08 03:49:02 +02:00
{: .notice--success}
2020-04-26 06:05:21 +02:00
If you already have Pokemon Picross, this process will overwrite your game's save file!
2019-10-08 03:49:02 +02:00
{: .notice--warning}
2020-04-26 06:05:21 +02:00
### What You Need
2019-10-08 03:49:02 +02:00
2020-04-26 06:05:21 +02:00
* The free eShop game "Pokemon Picross"
* Your `movable.sed` file from completing [Seedminer](seedminer)
* The latest release of [the Homebrew Launcher](https://github.com/fincs/new-hbmenu/releases/latest)
* The [otherapp payload](https://deadphoenix8091.github.io/3ds/#otherapp) *(for your region and version)*
2019-10-08 03:49:02 +02:00
### Instructions
2020-04-26 06:05:21 +02:00
#### Section I - Prep Work
2019-10-08 03:49:02 +02:00
2020-04-26 06:05:21 +02:00
1. Copy `boot.3dsx` to the root of your SD card
1. Copy the otherapp payload to the root of your SD card and rename it to `otherapp.bin`
+ if you do not see the `.bin` extension, do not add it to the end of the filename
1. Create a folder named `3ds` on the root of your SD card if it does not already exist
2019-10-08 03:49:02 +02:00
#### Section II - PicHaxx
2020-04-26 06:05:21 +02:00
1. Open [the PicHaxx Injector website](https://seedminer.hacks.guide/pichaxx/) on your computer
1. Select your `movable.sed` file
1. Select "Build and Download"
1. Wait for the process to complete
1. Navigate to `Nintendo 3DS` -> `<ID0>` -> `<ID1>` -> `title` -> `00040000` -> `0017c100` -> `data` on your SD card
+ This `<ID0>` will be the same one that you used in [Seedminer](seedminer)
+ This `<ID1>` folder will be another 32 letter/number folder inside the `<ID0>` folder
1. Copy the new downloaded `00000001.sav` file to the `data` folder on your SD card
+ Overwrite the old save file when prompted
1. Reinsert your SD card into your device
1. Power on your device
1. Launch "Pokemon Picross"
1. If the exploit was successful, your device will have loaded the Homebrew Launcher
+ You may see an error stating there are no applications found.
1. Power off your device.
2019-10-08 03:49:02 +02:00
___
2020-06-02 01:37:38 +02:00
### Continue to [Installing boot9strap (Frogtool)](installing-boot9strap-(frogtool))
2019-10-08 03:49:02 +02:00
{: .notice--primary}