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
  • Sicklyboy @ Sicklyboy:
    I'm not familiar with the technicalities of the differences between the two versions, but I'm wondering if at least some of those differences are things that you could port over to the US version in your patch without having to include copyrighted assets from the EU version
  • TwoSpikedHands @ TwoSpikedHands:
    @Sicklyboy I am wanting to fully change the game and bend it to my will lol. I would like to eventually have the ability to add more characters, enemies, even have a completely different story if i wanted. I already have the ability to change the tilemaps in the US version, so I can basically make my own map and warp to it in game - so I'm pretty far into it!
  • TwoSpikedHands @ TwoSpikedHands:
    I really would like to make a hack that I would enjoy playing, and maybe other people would too. swapping to the EU version would also mean my US friends could not legally play it
  • TwoSpikedHands @ TwoSpikedHands:
    I am definitely considering porting over some of the EU features without using the actual ROM itself, tbh that would probably be the best way to go about it... but i'm sad that the voice acting is so.... not good on the US version. May not be a way around that though
  • TwoSpikedHands @ TwoSpikedHands:
    I appreciate the insight!
  • The Real Jdbye @ The Real Jdbye:
    @TwoSpikedHands just switch, all the knowledge you learned still applies and most of the code and assets should be the same anyway
  • The Real Jdbye @ The Real Jdbye:
    and realistically they wouldn't

    be able to play it legally anyway since they need a ROM and they probably don't have the means to dump it themselves
  • The Real Jdbye @ The Real Jdbye:
    why the shit does the shitbox randomly insert newlines in my messages
  • Veho @ Veho:
    It does that when I edit a post.
  • Veho @ Veho:
    It inserts a newline in a random spot.
  • The Real Jdbye @ The Real Jdbye:
    never had that i don't think
  • Karma177 @ Karma177:
    do y'all think having an sd card that has a write speed of 700kb/s is a bad idea?
    trying to restore emunand rn but it's taking ages... (also when I finished the first time hekate decided to delete all my fucking files :wacko:)
  • The Real Jdbye @ The Real Jdbye:
    @Karma177 that sd card is 100% faulty so yes, its a bad idea
  • The Real Jdbye @ The Real Jdbye:
    even the slowest non-sdhc sd cards are a few MB/s
  • Karma177 @ Karma177:
    @The Real Jdbye it hasn't given me any error trying to write things on it so I don't really think it's faulty (pasted 40/50gb+ folders and no write errors)
  • DinohScene @ DinohScene:
    run h2testw on it
    +1
  • DinohScene @ DinohScene:
    when SD cards/microSD write speeds drop below a meg a sec, they're usually on the verge of dying
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Samsung SD format can sometimes fix them too
  • Purple_Heart @ Purple_Heart:
    yes looks like an faulty sd
  • Purple_Heart @ Purple_Heart:
    @Psionic Roshambo i may try that with my dead sd cards
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    It's always worth a shot
  • TwoSpikedHands @ TwoSpikedHands:
    @The Real Jdbye, I considered that, but i'll have to wait until i can get the eu version in the mail lol
  • I @ I-need-help-with-wup-wiiu:
    i need help with nusspli failed downloads, can someone respond to my thread? pretty please:wub: