Hacking [Release] rxTools - Roxas75 3DS Toolkit [fw 2.0 - 9.2]

  • Thread starter Thread starter Roxas75
  • Start date Start date
  • Views Views 3,355,184
  • Replies Replies 19,240
  • Likes Likes 151
Status
Not open for further replies.
I followed the guides and downloaded rxtools 3.0 (October version) for my O3ds on 6.2.0-0U (no browser) and placed the rxtools.dat, the rxtools folder (dumped the contents to the root of the card also just to be sure), firmware, and slot0x25KeyX (obtained from the #UnlockEverything zip file).

I used the MSET exploit which seemed to work on the 3.0 version (previously used the 2.6 which kept on failing). Now my problem is that rxMode doesn't seem to work. I get this error: "Failed to load NATIVE_FIRM: 4. Reboot rxTools and try again".

I guess I'm stuck and I can't follow the guide further to install emunand. I tried recreating the firmware.bin already...
 
I followed the guides and downloaded rxtools 3.0 (October version) for my O3ds on 6.2.0-0U (no browser) and placed the rxtools.dat, the rxtools folder (dumped the contents to the root of the card also just to be sure), firmware, and slot0x25KeyX (obtained from the #UnlockEverything zip file).

I used the MSET exploit which seemed to work on the 3.0 version (previously used the 2.6 which kept on failing). Now my problem is that rxMode doesn't seem to work. I get this error: "Failed to load NATIVE_FIRM: 4. Reboot rxTools and try again".

I guess I'm stuck and I can't follow the guide further to install emunand. I tried recreating the firmware.bin already...
When you say "Instal Emunand", does that mean you don't have emuNand to begin with? You can't create emuNand with rxTools yet. You need an outside program to create it.

Also you should be using the latest nightly of rxTools as there have been too many to list fixes and improvements.

Also you should find a way to update to 9.2 as there is no reason to be on 6.2 anymore.

I will let other members add more to my post as I don't want to give you any wrong answers.
 
Anyone maneged to install rxTool 12-05 successfully?
Trying to update from 10-02, the menu shows up, but it got stuck while trying to boot emunand, any idea?
 
Last edited by DigitalJosee,
Anyone maneged to install rxTool 12-05 successfully?
Trying to update from 02-10, the menu shows up, but it got stuck while trying to boot emunand, any idea?
The Builds made from November and onwards changed the file directory.
Your Firmware file should go inside rxtools/sys/ now.
 
  • Like
Reactions: DigitalJosee
The Builds made from November and onwards changed the file directory.
Your Firmware file should go inside rxtools/sys/ now.
When I try to make an firmware.bin using the py script, I got 3 files. Which one is the correct?
Or I need to copy the whole firm folder to this sys folder?
 
When I try to make an firmware.bin using the py script, I got 3 files. Which one is the correct?
Or I need to copy the whole firm folder to this sys folder?
Wait I got confused now. :S
It's the firm folder, sorry.

As for the files, are you using a O3DS or N3DS?
If you are using a N3DS you'll need a separate firmware file that you get online, search or it in the Reinands PasteBin and rename it.
The files downloaded from the py file do not work for N3DS.
 
  • Like
Reactions: DigitalJosee
Wait I got confused now. :S
It's the firm folder, sorry.

As for the files, are you using a O3DS or N3DS?
If you are using a N3DS you'll need a separate firmware file that you get online, search or it in the Reinands PasteBin and rename it.
The files downloaded from the py file do not work for N3DS.
Mine is an O3DS, The script download this files:
1NXc07d.png

Where I put then? Or I need to download the firmware.bin from "The ISO Site"?
 
Mine is an O3DS, The script download this files:
1NXc07d.png

Where I put then? Or I need to download the firmware.bin from "The ISO Site"?
They should go inside rxtools/firm I think, try it out.
You downloaded the latest nightly right?
Can you tell me the folder structure you have inside SD:/rxtools/?
 
  • Like
Reactions: DigitalJosee
They should go inside rxtools/firm I think, try it out.
You downloaded the latest nightly right?
Can you tell me the folder structure you have inside SD:/rxtools/?
Yup, last nightly from Lavanoid site.
The structure are:
/Rxtool/
>/lang/
->en.json
->es.json
->fr.json
->hr.json
->it.json
->ko.json
->nl.json
->no.json
->pt.json
->ru.json
->zh-CN.json
->zh-TW.json
>/sys/
->/patches/
-->0004013800000002.elf
-->0004013800000102.elf
-->0004013800000202.elf
-->0004013820000002.elf
->code.bin
->font.bin
->reboot.bin
>theme
->0
-->"Lot of files"



EDIT: Worked with firm folder inside SD:/rxTools/, thanks man!
 
Last edited by DigitalJosee,
Yup, last nightly from Lavanoid site.
The structure are:
/Rxtool/
>/lang/
->en.json
->es.json
->fr.json
->hr.json
->it.json
->ko.json
->nl.json
->no.json
->pt.json
->ru.json
->zh-CN.json
->zh-TW.json
>/sys/
->/patches/
-->0004013800000002.elf
-->0004013800000102.elf
-->0004013800000202.elf
-->0004013820000002.elf
->code.bin
->font.bin
->reboot.bin
>theme
->0
-->"Lot of files"



EDIT: Worked with firm folder inside SD:/rxTools/, thanks man!
Yes, create a firm folder inside rxtools and that should do it.

EDIT: I just saw your edit. Great! :D
 
  • Like
Reactions: DigitalJosee
Hi everyone, im trying to compile my self the source of rxtools, but, at nearly the end, says me this error:
build/mset/main.o: In function `load_file':
main.c: (.text+0x30) : undefined reference to `memset'
Makefile:88: set di istruzioni per l'obiettivo "build/mset/main.elf" non riuscito
make[1]: *** [build/mset/main.elf] Errore 1
make[1]: uscita dalla directory "/home/x7l7j8cc/Scaricati/rxTools/CakeHax"
Makefile:106: set di istruzioni per l'obiettivo "code.bin" non riuscito
make: *** [code.bin] Errore 2

Can someone help me?

I'm using:
- Ubuntu 15.10
- devkitPro with devkitARM (Latest one)
- Python 2.7.10
 
Hi everyone, im trying to compile my self the source of rxtools, but, at nearly the end, says me this error:


Can someone help me?

I'm using:
- Ubuntu 15.10
- devkitPro with devkitARM (Latest one)
- Python 2.7.10

AFAIK You can't build rxTools with devkitARM 45 (the latest), so try an older version.
 
AFAIK You can't build rxTools with devkitARM 45 (the latest), so try an older version.

Ive installed devkitARM 44, and now the error is changed...

/opt/devkitpro/devkitARM/base_rules:79: set di istruzioni per l'obiettivo "khaxinit.o" non riuscito
make[2]: *** [khaxinit.o] Errore 1
Makefile:130: set di istruzioni per l'obiettivo "build" non riuscito
make[1]: *** [build] Errore 2
make[1]: uscita dalla directory "/home/x7l7j8cc/Scaricati/rxTools/CakeBrah"
Makefile:114: set di istruzioni per l'obiettivo "all-target-brahma" non riuscito
make: *** [all-target-brahma] Errore 2
 
So with new kernel exploit, can we expect rxTools CFW to work on >9.2 some time soon? Noob question, have no technical background on how software development work
 
Im thinking of buying a 2DS and set it up with rxTools. Whats the best version of rxTools for it and is it worth the extra trouble upgrading to 9.0 and using Menuhax compared to installing MSET?
 
Need some help.

I was trying to install rxtools to a friends 3ds.
It's 6.2FW

After everything done.Boot rxtools nice and fast, I just update the emunand to 10.3 and can't enter emunand anymore.
After update rxtools to 3.0b8 it's boot emunand and setup the update like normal update. But when I try to enter emunand again it's just stay black after rxtools screens.

I tried with 2 diferente SONY 32GB SD CARD (15mb/s) and a original 3DS 4GB SD Card.

So after get update the rxtools can't go emunand anymore. I have my own 3DS working very well with 10.3

Sorry for bad english.

I'll try to update his 3ds to 9.0 and set up coldboot. But any idea why this happen?
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum