Tutorial  Updated

How to compile and install arm9loaderhax

This guide is probably obsolete, use this instead. Just drag your otp.bin to your browser window and it will compile it for you, I'm leaving the original guide below for those who likes to DIY.

Original post:

Hopefully this guide should silence the whiners:P

Before we begin I have to say this is my very first guide that I made from my experience and information from other Temp members, and English isn't my primary language so I might make mistakes. If you find any just tell me and I'll try my best to correct them. (The screenshot in the spoiler was taken in OS X with wineskin because I'm lazy, this guide is for Windows only)

So you just dumped your OTP and wondering how do you compile A9LH for your 3DS? Here's a guide to instruct you how to compile and install the payload on your device. This guide assumes you know the basics of 3DS homebrew and Windows command prompt,and just stay away from this if you don't - menuhax is good enough for most people IMO. (I am serious)

DISCLAIMER: Any modifications to your 3DS are done at your own risk. I am not responsible for any bricks that may occur during this process (use your common sense and read the guide carefully)

0. Requirements:
1. Preparation
  1. If you have an existing install of Python 3.x/32-bit 2.7.x, remove it first
  2. Install Python 2.7 x86-64, make sure you install "add python.exe to patch" sub feature during installation (it's not set by default)
    python_windows_installation_customize_python.jpg
  3. Install PyCrypto
  4. Install devkitPro 1.6.0, you will be be presented with tons of packages but the only ones we're interested are under devkitARM, simply uncheck everything else.
    tutorial copy.png
  5. Install Make, you should download the file with md5:8ae51379d1f3eef8360df4e674f17d6d
2. Compile A9LH
  1. Extract the A9LH source to any directory
  2. Copy your OTP.bin to the data_input folder and overwrite the one that's included with the zip file
  3. Open a CMD window (Shift+right click on the explorer window or cd into it manually)at the root directory of the source files, type "make" (without quotes) and enter.
  4. Wait for a minute or so, a data_output folder will appear and there should be no errors
  5. Copy the arm9loaderhax.3dsx file from the newly created folder to /3ds/ on your SD card (the installer is built specifically for the 3DS you dumped its OTP from, if you want to install A9LH on more than one 3DS you will to recompile the payload with their respective OTP.bin files)
3.1 Installing A9LH
  1. Ensure you have a dump of your SysNAND before you continue
  2. Enter hblauncher using an entry point of your choice
  3. Run arm9loaderhax.3dsx (see below if you're stuck on "exploiting arm9")
  4. The payload will be installed to your NAND and your 3DS will then be rebooted to black screens afterwards. Don't panic, turn off your 3DS
3.2 "exploiting arm9" workaround (required for n3DS, not sure about o3DS)
  1. Download and copy the miniPasta 3dsx to your SD card
  2. Run miniPasta, the screen will turn black for a few seconds and you will be kicked back to home menu afterwards
  3. Re-enter hblauncher and try running the A9LH installer again
4. Testing the payload + conclusion
There's a test binary (forgot who made it) that will power off your 3DS upon pressing any buttons except ZL, ZR or home. Simply copy it to the root of your SD card, wait for a couple seconds and press a button. If your 3DS powers off, then A9LH is successfully installed and woking correctly (congrats:grog:). If your 3DS powers off the moment you turn it on, check if the file is named "arm9loaderhax.bin" and placed in the root directory, if it power led stay on and won't respond to button pressed then your 3DS is probably bricked :(
If you want a cold boot (permanent) CFW (the reason to get A9LH in the first place), check out @Aurora Wright's ReiNand fork. She already documented it very well so I'm not going through it in this thread

FAQ
Q: I'm getting "python: command not found"
A: Make sure you select "add python.exe to path" during installation, alternatively you can set the PATH variable manually by entering this in cmd (Thanks @Kever)
Code:
set PATH=C:\Python27;%PATH%
Q: How to uninstall A9LH?[/SIZE][/SIZE]
A: Restore a sysNAND backup made before running arm9loaderhax.3dsx
 
Last edited by lefthandsword,

Kever

Well-Known Member
Newcomer
Joined
Sep 14, 2009
Messages
48
Trophies
0
XP
196
Country
United States
Interesting.

I don't have a hardmod, so I will not test it. But if it's true, if it's really working just like that, it simplifies a lot the swap procedure.

y i forget to delete the nand.bin before install (sysnandbackup) and it installs without problem (but dont know how risky it is)
now i have aureinand ... but dont know how to update a9hl if there is a newer version. Same to injecting emunand after install a9hl. Because of different encryption of emu-and sysnand.
Any Guides without reinstall a9hl? Perhaps decrypt and import?
 

Daidouji

Well-Known Member
Member
Joined
Jan 18, 2016
Messages
124
Trophies
0
Age
37
XP
137
Country
Mexico
So, after realizing that I had reiNAND and not AuReiNand installed and almost depressing thinking I bricked my console... it works! =D "search only on this thread" option in the search box has to be the best damn thing ever! xD

I lost all my "custom" stuff... A.K.A. ctrlBoot, menuHax and reiSplash images... but this thing boots twice or even trice faster than with the previous setup (menuhax + coldboot) and it has 100% success rate! And I love that! Because I tend to turn off the console when not it in use for a long period of time and always left a game cartridge in the console and that sometimes effed up the boot xD

Also turning on the console while closed boots 100% of the time! I love this! =3
 
  • Like
Reactions: VaiCorinthians

piratesephiroth

I wish I could read
Member
Joined
Sep 5, 2013
Messages
3,453
Trophies
2
Age
103
XP
3,234
Country
Brazil
by the way that dumb PyCrypto installer didn't work for me (said it couldn't find Python 2.7 in the registry)

So I recommend installing it with the command line

Code:
easy_install http://www.voidspace.org.uk/python/pycrypto-2.6.1/pycrypto-2.6.1.win32-py2.7.exe
 
  • Like
Reactions: nfan2

Revax

Member
Newcomer
Joined
Feb 25, 2016
Messages
5
Trophies
0
XP
44
Country
I install python when installing pycrypto it says "Can't find Python 27"
I had this issue because I accidentally downloaded and installed the 32 bit version (you can check what version you installed by running Python).

Just make sure that PyCrypto and Python are the same bit version
 

piratesephiroth

I wish I could read
Member
Joined
Sep 5, 2013
Messages
3,453
Trophies
2
Age
103
XP
3,234
Country
Brazil
I had this issue because I accidentally downloaded and installed the 32 bit version (you can check what version you installed by running Python).

Just make sure that PyCrypto and Python are the same bit version
I didn't even know there was a 64bit version. I don't even know why it is recommended in the guide instead of the x86 version, since it's not even necessary for this.
 

Koryushin

Well-Known Member
Member
Joined
Mar 26, 2015
Messages
176
Trophies
0
Age
42
XP
135
Country
France
I had this issue because I accidentally downloaded and installed the 32 bit version (you can check what version you installed by running Python).

Just make sure that PyCrypto and Python are the same bit version

I had this issue too and once i get the good one, i forgot to re-add c:\Python27; on my environment path
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=iIpfWORQWhU