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

Status
Not open for further replies.

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Trophies
0
XP
279
Country
United States
@AlbertoSONIC Will the new theme implentation break linux compatibility when compiling from source? Looking at the Makefile, I see that it calls for convert.exe when building the *.bin files.

Also, do you have an plans for adding an emunand formater/creater and ftp server into rxtools?
 
  • Like
Reactions: OctopusRift

nastys

Well-Known Member
Member
Joined
Aug 5, 2014
Messages
1,732
Trophies
1
Age
26
Location
Earth
XP
1,810
Country
Italy
@AlbertoSONIC Will the new theme implentation break linux compatibility when compiling from source? Looking at the Makefile, I see that it calls for convert.exe when building the *.bin files.
There is not .exe
Code:
.PHONY: clean all
all: $(patsubst %.png,%.bin,$(wildcard *.png))
%.bin: %.png
   @convert -rotate 90 $< bgr:$@;
clean:
   @rm -rf *.bin
 

samiam144

Régulier
Member
Joined
Aug 19, 2007
Messages
2,875
Trophies
0
XP
1,742
Country
Canada
Does anyone know what is the minimum last number needed in the firmware version (ex: -22U) to boot rxtools through spider? It will be helpful to include in the OP and tutorial.

Actually, has anyone used rxtools with a -8 browser or under?
 

AlbertoSONIC

Pasta Team Member
Member
Joined
Jun 27, 2014
Messages
927
Trophies
0
Age
52
Website
www.albertosonic.com
XP
1,396
Country
Italy
@AlbertoSONIC Will the new theme implentation break linux compatibility when compiling from source? Looking at the Makefile, I see that it calls for convert.exe when building the *.bin files.

Also, do you have an plans for adding an emunand formater/creater and ftp server into rxtools?
Nope, you just have to install ImageMagick (which is needed to convert images) and you're fine!
 

nastys

Well-Known Member
Member
Joined
Aug 5, 2014
Messages
1,732
Trophies
1
Age
26
Location
Earth
XP
1,810
Country
Italy
Nope, broken.
Schermata del 2015-07-06 21:16:08.png

It works fine without .exe.
 
D

Deleted User

Guest
If you insist:

https://github.com/ApacheThunder/rxTools/releases/tag/3.0b

It's pre-release though and isn't the "official" build. Actual 3.0 will probably have n3DS support and they won't release 3.0 until they get that ironed out.

I nested the theme bin files in the 0 folder in theme folder. Just copy theme folder to rxTools directory on SD card.

This version does work on Ninjhax. They finally got the screen buffers fixed. (turns out there was an additional change to brahma code to get that working. Kinda wished I took a closer look at the brahma code yesterday. I was actually looking for references to bottom screen offset. Guess I didn't try hard enough. :P )

Tried to get this one going. Installed MSET - OK, get laucnher, downloaded firmware.bin from the package, but stuck on installation data suite.
 

nastys

Well-Known Member
Member
Joined
Aug 5, 2014
Messages
1,732
Trophies
1
Age
26
Location
Earth
XP
1,810
Country
Italy
I can't build it too because of CakeHax. For some reason, when I use git clone or git pull origin master, the CakeHax folder is empty. Why????
Code:
nastys@ULNS:~/GITmain/rxTools$ LANG=en make
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxtools'
linking rxtools.elf
built ... rxtools.bin
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxtools'
0+1 records in
1+0 records out
917504 bytes (918 kB) copied, 0.000561207 s, 1.6 GB/s
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Entering directory '/home/nastys/GITmain/rxTools/CakeHax'
make[1]: *** No rule to make target 'bigpayload'.  Stop.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/CakeHax'
Makefile:36: recipe for target 'rxTools.dat' failed
make: *** [rxTools.dat] Error 2
 

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Trophies
0
XP
279
Country
United States
Tried to get this one going. Installed MSET - OK, get laucnher, downloaded firmware.bin from the package, but stuck on installation data suite.

I got that package to work using its ninjhax files. I downloaded firmware.bin using the script from the official rxTools repository, though.
 
D

Deleted User

Guest
I got that package to work using its ninjhax files. I downloaded firmware.bin using the script from the official rxTools repository, though.

I'll try that.

The data folder has 0004013800000102. 0004013800000002, and 0004013800000202 and a data.bin but no further progress on install.
 

zoogie

playing around in the end of life
Developer
Joined
Nov 30, 2014
Messages
8,560
Trophies
2
XP
15,000
Country
Micronesia, Federated States of
I can't build it too because of CakeHax. For some reason, when I use git clone or git pull origin master, the CakeHax folder is empty. Why????
Code:
nastys@ULNS:~/GITmain/rxTools$ LANG=en make
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxtools'
linking rxtools.elf
built ... rxtools.bin
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxtools'
0+1 records in
1+0 records out
917504 bytes (918 kB) copied, 0.000561207 s, 1.6 GB/s
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Entering directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/rxmode'
make[1]: Entering directory '/home/nastys/GITmain/rxTools/CakeHax'
make[1]: *** No rule to make target 'bigpayload'.  Stop.
make[1]: Leaving directory '/home/nastys/GITmain/rxTools/CakeHax'
Makefile:36: recipe for target 'rxTools.dat' failed
make: *** [rxTools.dat] Error 2
git clone --recursive *URL*
 
  • Like
Reactions: nastys

laharl22

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
1,767
Trophies
0
Age
38
XP
615
Country
France
I make a clean install over 2.6 it doesnt work 3.0 why it freeze on install data and the menu?
 

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Trophies
0
XP
279
Country
United States
Can I pull the repo recursively without cloning it again?
git pull origin master --recursive didn't work...

EDIT: git submodule init and git submodule update worked

Can you post the exact terminal command for git newbies like me?
 
D

Deleted User

Guest
I got that package to work using its ninjhax files. I downloaded firmware.bin using the script from the official rxTools repository, though.

Yep, with Ninjhax it was enable to get past data installation. After that I could use MSET to boot just fine.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    a_username_that_is_cool @ a_username_that_is_cool: 🤯🤯🤯 thats crazy