View difference between Paste ID: ymA7UjZR and Lne9Veme
SHOW: | | - or go back to the newest paste.
1
Retard's Guide to Updating a New 3DS from 8.1.0-0J (Stock) to 9.1.0-20J (With Included Local Server, NTR, and Nintendo Firmware Files)
2
3
You will need:
4
1. The Retard Update Pack: https://mega.nz/#!ZQ0AGLSA!9Qv_oT7ZayPAR_IXfhiKiD5e7alc-bYPQuSH0W3gkSA
5
2. A JP Cubic Ninja copy, or a Sky3DS with JP Cubic Ninja on it.
6
3. A PC with Windows on it. If you're running any other OS, you should be able to adapt this shit to your own machine.
7
4. A stock New 3DS, with 8.1.0-0J firmware.
8
9
SETTING UP YOUR COMPUTER'S UPDATE SERVER
10
========================================
11
1. Install Visual C++ Redistributable for Visual Studio 2015. Go to https://www.microsoft.com/en-us/download/details.aspx?id=49984 and pick vc_redist.x86.exe.
12
2. Install Python 2.7. Go to https://www.python.org/downloads/release/python-2710/ and pick Windows x86 MSI installer.
13
3. Run UniController.exe in the UniServerZ folder. Don't enter any password (press cancel). Hit Start Apache.
14
4. Go to the menu > Apache > Access and Passwords > Folder www access and passwords > Apache Server Access > Select Local, Intranet and Internet Access.
15
16
SETTING UP YOUR N3DS
17
====================
18
5. Clear all pending update data by booting your N3DS into Recovery Mode. Hold A+R+L+Up(DPad) when hitting the power button. Then exit immediately.
19
6. Copy ntr.bin from the NTR folder into your N3DS's SD card.
20
7. Boot up Cubic Ninja. Clear your save data if needed with L+R+X+Y at the main menu, then go into QR Code entry at the main menu. Scan JAPAN.png.
21
8. You should be back at the main menu. Hit X+Y to go into the NTR menu and start the debugger.
22
9. Find out your PC and N3DS's IP addresses through your router. They should start with "192.168."
23
24
UPDATING YOUR N3DS
25
==================
26
10. Start the NTR Debugger ntrclient.exe, and connect with the following command. It should say "Connected" afterwards.
27
> connect('YOUR_3DS_IP_HERE',8000)
28
11. Run the following command to check that the nim process is under 0x00000025. If it's not, then replace the "pid" number of the write commands in step 12 with the appropriate number.
29
> listprocess()
30
12. Run the following commands on the debugger. They should say "null" and "finished" afterwards.
31
> write(0x15E424, tuple(map(ord, “http://YOUR_PC_IP_HERE:8080/\0″)), pid=0x25)
32
> write(0x15E0EC, tuple(map(ord, “http://YOUR_PC_IP_HERE:8080/\0″)), pid=0x25)
33
> write(0x15E463, tuple(map(ord, “http://YOUR_PC_IP_HERE:8080/\0″)), pid=0x25)
34
13. Go to System Settings and update normally. At the end, it restarts, and you'll be running a 9.1 N3DS.