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

Status
Not open for further replies.

pakrett

Well-Known Member
Member
Joined
Apr 6, 2015
Messages
1,519
Trophies
0
Age
34
XP
1,351
Country
France
Alphas ? Betas ? No ! Nightlies
smileys-sunglasses-081719.gif
 

Waypoint

Member
Newcomer
Joined
Aug 7, 2015
Messages
11
Trophies
0
Age
36
XP
42
Country
United States
If you have your NAND backup ready, use GW Launcher to restore. You can install mset of your choice as well.
Oh I see when you press up when selecting downgrade console. When I restore my sysNAND, this won't affect my emuNAND in any way at all, right?
 

Cody_Mkw

Active Member
Newcomer
Joined
Jul 4, 2015
Messages
28
Trophies
0
Age
23
Location
North Carolina.
Website
www.youtube.com
XP
61
Country
United States
I already have MSET done. I got rxTools working now, but now i cant install FBI. I have fbi.cia , fbi_install.app , fbi_install.tmp , and in "dbs" import.db , and title.db , still no luck >.> any suggestions? it says opening secureinfo_a... Error. opening secureinfo_b... error. Process failed! How do i fix this
 

samiam144

Régulier
Member
Joined
Aug 19, 2007
Messages
2,875
Trophies
0
XP
1,742
Country
Canada
I already have MSET done. I got rxTools working now, but now i cant install FBI. I have fbi.cia , fbi_install.app , fbi_install.tmp , and in "dbs" import.db , and title.db , still no luck >.> any suggestions? it says opening secureinfo_a... Error. opening secureinfo_b... error. Process failed! How do i fix this
Another person fixed this by making an emunand. If you already have one, then I'm not too sure, but you can try re-making emunand
 

3xkrazy

Well-Known Member
Member
Joined
Jun 2, 2013
Messages
299
Trophies
0
XP
279
Country
United States
Anyone know why the error below occurs when compiling rxinstaller.nds from the latest commit? make release compiles fine when I delete the instructions to build and copy rxinstaller.nds to the release folder.

Code:
hle@Gentoo ~/src/rxTools $ make rxinstaller.nds
make[1]: Entering directory '/home/hle/src/rxTools/rxinstaller'
arm-none-eabi-gcc -nostartfiles -nostdlib -Ttext=0 patches.S -o patches.elf
arm-none-eabi-objcopy -O binary patches.elf patches
mkdir include
xxd -i patches | sed -e "s/patches_len/fSIZE/g" -e "s/patches/rawData/g" -e "s/unsigned char/const unsigned char/g" > include/patches.h
/bin/sh: xxd: command not found
grit /home/hle/src/rxTools/rxinstaller/data/drunkenlogo.png -fts -odrunkenlogo
STATUS: ---grit v0.8.12 ---
STATUS: Individual runs.
STATUS: Input file /home/hle/src/rxTools/rxinstaller/data/drunkenlogo.png
STATUS: Output file: 'drunkenlogo'.
STATUS: Started run at: 2015-08-10, 17:52:21
STATUS: Validating gr.
WARNING:   No explicit symbol name. In overwrite mode, so using dst title.
STATUS: Validation succeeded.
STATUS: Preparing data.
STATUS: Work-DIB creation.
WARNING:   converting from 24 bpp to 16 bpp.
STATUS: converting to: 16bpp BGR, alpha=1.
STATUS: Work-DIB creation complete: 256x192@16.
STATUS: Graphics preparation.
STATUS: Compressing: 01
STATUS: Graphics preparation complete.
STATUS: Data preparation complete.
STATUS: Export to GNU asm: drunkenlogo into drunkenlogo.s .
STATUS: Run completed :).
STATUS: Done!
drunkenlogo.s
arm-none-eabi-gcc -MMD -MP -MF /home/hle/src/rxTools/rxinstaller/build/drunkenlogo.d -x assembler-with-cpp -g -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s -c drunkenlogo.s -o drunkenlogo.o
main.cpp
arm-none-eabi-g++ -MMD -MP -MF /home/hle/src/rxTools/rxinstaller/build/main.d -Wno-multichar -g -Wall -O3 -marm -mthumb-interwork -march=armv5te -mtune=arm946e-s -iquote /home/hle/src/rxTools/rxinstaller/include -I/home/hle/.programs/devkitPro/libnds/include -I/home/hle/.programs/devkitPro/portlibs/nds/include -I/home/hle/.programs/devkitPro/portlibs/armv5te/include -I/home/hle/src/rxTools/rxinstaller/build -DARM9 -DCODE_PATH=\"rxTools/system/code.bin\" -fno-rtti -fno-exceptions -O3 -c /home/hle/src/rxTools/rxinstaller/source/main.cpp -o main.o
/home/hle/src/rxTools/rxinstaller/source/main.cpp: In function 'void aread(void*, size_t, size_t, int)':
/home/hle/src/rxTools/rxinstaller/source/main.cpp:98:14: error: 'rawData' was not declared in this scope
  memcpy(ptr,&rawData[rawDataOffset],count);
              ^
/home/hle/src/rxTools/rxinstaller/source/main.cpp: In function 'int aeof(int)':
/home/hle/src/rxTools/rxinstaller/source/main.cpp:114:22: error: 'fSIZE' was not declared in this scope
  if(rawDataOffset >= fSIZE)result=1;
                      ^
/home/hle/src/rxTools/rxinstaller/source/main.cpp: In function 'char* agets(char*, int, int)':
/home/hle/src/rxTools/rxinstaller/source/main.cpp:125:14: error: 'rawData' was not declared in this scope
  memcpy(str,&rawData[rawDataOffset],num);
              ^
/home/hle/.programs/devkitPro/devkitARM/base_rules:79: recipe for target 'main.o' failed
make[2]: *** [main.o] Error 1
rm drunkenlogo.s
Makefile:176: recipe for target 'build' failed
make[1]: *** [build] Error 2
make[1]: Leaving directory '/home/hle/src/rxTools/rxinstaller'
Makefile:79: recipe for target 'rxinstaller.nds' failed
make: *** [rxinstaller.nds] Error 2

My .bashrc:

Code:
hle@Gentoo ~/src/rxTools $ cat ~/.bashrc
# /etc/skel/.bashrc
#
# This file is sourced by all *interactive* bash shells on startup,
# including some apparently interactive shells such as scp and rcp
# that can't tolerate any output.  So make sure this doesn't display
# anything or bad things will happen !


# Test for an interactive shell.  There is no need to set anything
# past this point for scp and rcp, and it's important to refrain from
# outputting anything in those cases.
if [[ $- != *i* ]] ; then
    # Shell is non-interactive.  Be done now!
    return
fi


# Put your fun stuff here.

export DEVKITPRO=/home/hle/.programs/devkitPro
export DEVKITARM=$DEVKITPRO/devkitARM
export CTRULIB=$DEVKITPRO/ctrulib
export AEMSTRO=$DEVKITPRO/aemstro

export PATH=$PATH:$DEVKITARM/bin:/home/hle/.programs/scripts:/home/hle/.programs/emunand-tools:/home/hle/.programs/redtools:/home/hle/.programs/qcma/bin
export PKG_CONFIG_PATH=/home/hle/.programs/vitamtp/lib/pkgconfig
export LD_LIBRARY_PATH=/home/hle/.programs/vitamtp/lib
 

Cody_Mkw

Active Member
Newcomer
Joined
Jul 4, 2015
Messages
28
Trophies
0
Age
23
Location
North Carolina.
Website
www.youtube.com
XP
61
Country
United States
Get gateway's "launcher.dat" and put it on your sd card root, backup everything on your sd card, go to go.gateway-3ds.com on your 3ds, select "Format Emunand", turn off the 3ds, move all your sd card contents back to your sd card, try installing FBI again


Alright. Will do. Thank you very much :P
 
  • Like
Reactions: samiam144

Nightdex

New Member
Newbie
Joined
Aug 8, 2015
Messages
4
Trophies
0
XP
69
Country
Please for the love of all that is holy reduce the mod-approval post count to a reasonable number. sheesh. Maybe 5-10 posts.

I mean, I'm already past it but god that was a hellish slog. :P I think it would definitely help the site grow.
Otherwise, thanks for the unique place and the obvious risks you take on. : )
@hippy dave
50, didn't want to go off topic anymore so I posted it here : )

/OT

rxtools is the bestest cfw, thanks! can't wait for 3.0! :P

I'll take that into consideration. I'll most likely decrease the post count required to post without moderation over the next few days.
 

chronoss

Well-Known Member
Member
Joined
May 26, 2015
Messages
3,007
Trophies
1
XP
4,899
Country
Congo, Republic of the
The new rxTools is really starting to shine. Pretty fade out effects while rebooting/shutting down, firm selection, new theme, emuNAND seems to be working for me, font isn't corrupt (it was ImageMagick's fault!) and it's just fricken awesome! :D
have u test "Instal FBI" or the "Downgrade mset" ?
 

bache

Well-Known Member
Member
Joined
Sep 28, 2009
Messages
694
Trophies
1
XP
515
Country
Having trouble keeping up with all the news here. From what I can see, there's now N3DS support, but without EmuNAND, correct?
Does MSET booting work for N3DS?
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: Lol or Google