Hacking Best CFW for New 3DS

  • Thread starter Thread starter SomeGamer
  • Start date Start date
  • Views Views 2,584
  • Replies Replies 12

YOUR answer to CFW on New 3DS

  • rxTools

    Votes: 14 60.9%
  • ReiNAND

    Votes: 3 13.0%
  • CakesFW

    Votes: 6 26.1%

  • Total voters
    23

SomeGamer

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
6,827
Reaction score
3,432
Trophies
2
XP
5,129
Country
Antarctica
First things first, I came across many threads like this but they were outdated and they didn't have a poll. Now, with all new tools released to brick downgrade your 3DS, I think it's time to ask this question again.
In my opinion rxTools beats them all on the old 3DS, but what about the New 3DS? Does it still beat them all on Nintendo's New handheld? Or is there another one that manages to offer better compatibility, more features and, most importantly, stability?
Make you choice in the poll above!
BTW, no EmuNAND => no Pasta. Sorry.
 
Last edited by SomeGamer,
what i'd like to know, is ther anyone who acctually managed to get any Custom Firmware to load from the Hbl or CtrBootManager using a New 3ds XL with 9.2.0-20 EUROPA Firmware on it? because all of the 9.2 stuff doessen't work on my new 3ds xl 9.2 eu only the stuff that also worked on 10.3 works, i can't boot emunand9 or anything like minipasta pastacfw cakefw rxtools 3/2.6/whatever /reinand, someone please confirm having any methode working on a EUROPEAN New 3ds xl 9.2.

THANKS !
 
i use Rx+GW emuNANDs on my n3ds.

--------------------- MERGED ---------------------------

Cakes is simplest and easiest. Rxtools has too many versions.

boot success rate with cakes cfw? for me with Rx it is same as it is with loading GW emuNAND , mostly 90% success rate out of 10 times only one time it might get stuck or freeze during boot.
 
i use Rx+GW emuNANDs on my n3ds.

--------------------- MERGED ---------------------------



boot success rate with cakes cfw? for me with Rx it is same as it is with loading GW emuNAND , mostly 90% success rate out of 10 times only one time it might get stuck or freeze during boot.
I've never had any freezing issue with cakes. So there's another reason to go with cakes over rxtools it looks like.
 
what i'd like to know, is ther anyone who acctually managed to get any Custom Firmware to load from the Hbl or CtrBootManager using a New 3ds XL with 9.2.0-20 EUROPA Firmware on it? because all of the 9.2 stuff doessen't work on my new 3ds xl 9.2 eu only the stuff that also worked on 10.3 works, i can't boot emunand9 or anything like minipasta pastacfw cakefw rxtools 3/2.6/whatever /reinand, someone please confirm having any methode working on a EUROPEAN New 3ds xl 9.2.

THANKS !
Works on 9.2.0E for me: http://prntscr.com/9mj50e. Just used the normal tutorials.
 
N3DS XL (EUR), Downgrade from 10.3 to 9.2, Setup Emunand 9.2 and updated it to 9.5

I have all 4 setup in ctrbootmanager
- CakesCFW (autoboot if no choice is given, simple CFW, not much can go wrong with it)
- rxTools (Great CFW with if you boot into rxTools Menu, you have to know what you do!, great for xorpads to create cia's)
- ReiNand (playing with it since it's new for me, ReiNand wasn't available for O3DS, still haven't gotten it to work :/ )
- Gateway (nice to have it there :) )

what i'd like to know, is ther anyone who acctually managed to get any Custom Firmware to load from the Hbl or CtrBootManager using a New 3ds XL with 9.2.0-20 EUROPA Firmware on it? because all of the 9.2 stuff doessen't work on my new 3ds xl 9.2 eu only the stuff that also worked on 10.3 works, i can't boot emunand9 or anything like minipasta pastacfw cakefw rxtools 3/2.6/whatever /reinand, someone please confirm having any methode working on a EUROPEAN New 3ds xl 9.2.

THANKS !
You have to setup your boot.cfg like this:

For N3DS(XL)
Code:
boot_config :
{
  timeout = 3;
  autobootfix = 2;
  recovery = 2;
  default = 0;
  entries =
  (
    {
      title = "Cakes CFW";
      path = "/Cakes.dat";
      offset = "0x12000";
    },
    {
      title = "rxTools CFW";
      path = "/rxTools/sys/code.bin";
      offset = "0x12000";
    },
    {
      title = "ReiNand";
      path = "/3ds/ReiNand/ReiNand.3dsx";
      offset = "0x12000";
    },
    {
      title = "Gateway";
      path = "/3ds/GW/GW.3dsx";
      key = -1;
    },
    {
      title = "Homebrew Launcher Grid";
      path = "/boot.3dsx";
    },
    {
      title = "Homebrew Launcher";
      path = "/boot_hb.3dsx";
    },
    {
      title = "Reboot";
      path = "/3ds/3DS_Quick_Reboot/3DS_Quick_Reboot.3dsx";
    },
    {
      title = "Power Off";
      path = "/3ds/3DSQuickShutdown/3DSQuickShutdown.3dsx";
    }
  );
};
 
Last edited by DjoeN,
Thanks a lot for your suggestions! It seems RxTools still has the lead here. Do all CFWs require Free Multi Patcher on N3DS? Do any of these CFWs miss even one of the following features?:
  • EmuNAND
  • Signature patching
  • Region free
  • Launching SysNAND with AND without firmlaunch (Pasta/DevMode) (not at the same time)
 
N3DS XL (EUR), Downgrade from 10.3 to 9.2, Setup Emunand 9.2 and updated it to 9.5

I have all 4 setup in ctrbootmanager
- CakesCFW (autoboot if no choice is given, simple CFW, not much can go wrong with it)
- rxTools (Great CFW with if you boot into rxTools Menu, you have to know what you do!, great for xorpads to create cia's)
- ReiNand (playing with it since it's new for me, ReiNand wasn't available for O3DS, still haven't gotten it to work :/ )
- Gateway (nice to have it there :) )


You have to setup your boot.cfg like this:

For N3DS(XL)
Code:
boot_config :
{
  timeout = 3;
  autobootfix = 2;
  recovery = 2;
  default = 0;
  entries =
  (
    {
      title = "Cakes CFW";
      path = "/Cakes.dat";
      offset = "0x12000";
    },
    {
      title = "rxTools CFW";
      path = "/rxTools/sys/code.bin";
      offset = "0x12000";
    },
    {
      title = "ReiNand";
      path = "/3ds/ReiNand/ReiNand.3dsx";
      offset = "0x12000";
    },
    {
      title = "Gateway";
      path = "/3ds/GW/GW.3dsx";
      key = -1;
    },
    {
      title = "Homebrew Launcher Grid";
      path = "/boot.3dsx";
    },
    {
      title = "Homebrew Launcher";
      path = "/boot_hb.3dsx";
    },
    {
      title = "Reboot";
      path = "/3ds/3DS_Quick_Reboot/3DS_Quick_Reboot.3dsx";
    },
    {
      title = "Power Off";
      path = "/3ds/3DSQuickShutdown/3DSQuickShutdown.3dsx";
    }
  );
};


i WIll try that this is mine that i used when everything failed:
boot_config :
{
timeout = 3;
autobootfix = 9;
recovery = 2;
default = 3;
entries = (
{
title = "CakeCFW";
path = "/Cakes.dat";
offset = "0x12000";
},
{
title = "RxTools 3Dsx";
path = "/RxTools.3dsx";
},
{
title = "RxTools";
path = "/rxTools/sys/code.bin";
offset = "0x12000";
},
{
title = "HomeBrew Launcher";
path = "/boot_hb.3dsx";
},
{
title = "Gateway Menu";
path = "/Launcher.dat";
offset = "0x12000";
},
{
title = "PastaCFW";
path = "/3ds/PastaCFW/loader.bin";
offset = "0x12000";
} );
};

--------------------- MERGED ---------------------------

N3DS XL (EUR), Downgrade from 10.3 to 9.2, Setup Emunand 9.2 and updated it to 9.5

I have all 4 setup in ctrbootmanager
- CakesCFW (autoboot if no choice is given, simple CFW, not much can go wrong with it)
- rxTools (Great CFW with if you boot into rxTools Menu, you have to know what you do!, great for xorpads to create cia's)
- ReiNand (playing with it since it's new for me, ReiNand wasn't available for O3DS, still haven't gotten it to work :/ )
- Gateway (nice to have it there :) )


You have to setup your boot.cfg like this:

For N3DS(XL)
Code:
boot_config :
{
  timeout = 3;
  autobootfix = 2;
  recovery = 2;
  default = 0;
  entries =
  (
    {
      title = "Cakes CFW";
      path = "/Cakes.dat";
      offset = "0x12000";
    },
    {
      title = "rxTools CFW";
      path = "/rxTools/sys/code.bin";
      offset = "0x12000";
    },
    {
      title = "ReiNand";
      path = "/3ds/ReiNand/ReiNand.3dsx";
      offset = "0x12000";
    },
    {
      title = "Gateway";
      path = "/3ds/GW/GW.3dsx";
      key = -1;
    },
    {
      title = "Homebrew Launcher Grid";
      path = "/boot.3dsx";
    },
    {
      title = "Homebrew Launcher";
      path = "/boot_hb.3dsx";
    },
    {
      title = "Reboot";
      path = "/3ds/3DS_Quick_Reboot/3DS_Quick_Reboot.3dsx";
    },
    {
      title = "Power Off";
      path = "/3ds/3DSQuickShutdown/3DSQuickShutdown.3dsx";
    }
  );
};
Your Ctr setup was close to the same to mine unfortunally it diden't work, i have a post where you can see my full setup/progress. meaby you can help me out: https://gbatemp.net/threads/need-help-fixing-my-cfw-setup.408208/
 
Last edited by Dennis G,

Site & Scene News

Popular threads in this forum