Hacking [HELP] With FBI

night_hawk

Well-Known Member
Member
Joined
Dec 3, 2014
Messages
573
Trophies
0
XP
1,586
Country
Italy
Hello! I currently have a New 3ds XL 9.0.0 rxTools coldboot but im confused on how to install fbi since the inject to h&s doesnt work Im trying to get the homebrew launcher on the cfw but since im using the boot manager boot.3dsx it wont let me use homebrew. Could anyone help?
You had to install FBI into sysnand, then make a backup of the Nintendo 3ds folder, format emunand, copy back the Nintendo 3ds folder, unlink sys/emunand.

If you didnt like that. You have to use decrypt9 through homebrew launcher and use it's inject feature
 

iAqua

OP
Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
You had to install FBI into sysnand, then make a backup of the Nintendo 3ds folder, format emunand, copy back the Nintendo 3ds folder, unlink sys/emunand.

If you didnt like that. You have to use decrypt9 through homebrew launcher and use it's inject feature
Could you help me with this?

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

Injecting with rxTools doesn't work, it works with Decrypt9 though.
How would i do this?
 
D

Deleted-236924

Guest
It does not matter.
You just add a boot entry for Decrypt9 3dsx in CTRBootManager, or you can add it as a homebrew directly to select in homebrew launcher.
You just run homebrew launcher the same way you'd normally do, and because you are on 9.2 or lower you can run Decrypt9 and it will take over the required processes and get all the permissions it needs to work.

Decrypt9 has access to both sysnand and emunand. It can only be run on 9.2 or lower so it would not work if you tried running it on emunand above 9.2
 
  • Like
Reactions: iAqua

iAqua

OP
Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
It does not matter.
You just add a boot entry for Decrypt9 3dsx in CTRBootManager, or you can add it as a homebrew directly to select in homebrew launcher.
You just run homebrew launcher the same way you'd normally do, and because you are on 9.2 or lower you can run Decrypt9 and it will take over the required processes and get all the permissions it needs to work.

Decrypt9 has access to both sysnand and emunand. It can only be run on 9.2 or lower so it would not work if you tried running it on emunand above 9.2
Thanks! Would injecting it into emunand before sysnand affect anything?
 
D

Deleted-236924

Guest
It doesn't affect anything, they are two separate things.
Decrypt9 just extracts the hs.app from your nand image and you put it on the computer to generate an inject file, which you put back on your SD card and inject it back into your nand to replace the actual H&S. Can be done only on emunand, only on sysnand, or on both, in any order you want, it doesn't matter.

Also you don't need to install only FBI, I put DevMenu in mine because it's better. :P
 
  • Like
Reactions: iAqua

iAqua

OP
Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
It doesn't affect anything, they are two separate things.
Decrypt9 just extracts the hs.app from your nand image and you put it on the computer to generate an inject file, which you put back on your SD card and inject it back into your nand to replace the actual H&S. Can be done only on emunand, only on sysnand, or on both, in any order you want, it doesn't matter.

Also you don't need to install only FBI, I put DevMenu in mine because it's better. :P
Im such a noob ;3 thanks so much for your time one thing would be does Decrypt9 require any other files on the sd card besides the 3dsx?
 
D

Deleted-236924

Guest
You can just have the .3dsx and it'll work

Of course if you want it to show up in Homebrew Launcher you need the .smdh too in a correct folder.
But you could run it directly from CTRBootManager by giving it an entry and then you would only need the .3dsx (this is what I do, simpler imo)
 
  • Like
Reactions: iAqua

iAqua

OP
Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
You can just have the .3dsx and it'll work

Of course if you want it to show up in Homebrew Launcher you need the .smdh too in a correct folder.
But you could run it directly from CTRBootManager by giving it an entry and then you would only need the .3dsx (this is what I do, simpler imo)
I have Decrypt9.3dsx on my sd card and it wont appear in bootmanager.
 
D

Deleted-236924

Guest
You have to make an entry for it.

Code:
// Boot menu configuration
boot_config =
{
	// Default timeout in secondes
	// If timeout = -1, disable autoboot
	timeout = 0;

	// Some devices (n3ds?) seems to have
	// some timing problems when using timeout=0 (autoboot).
	// You may increase this value to improve boot success rate.
	// Default delay (8) should be good for o3ds, 2 seems good for n3ds
	autobootfix = 8;

	// if timeout = 0 (autoboot),
	// hold this key to enter the menu
	// keycode list : https://goo.gl/4XLDIL
	recovery = 9; // L

	// Default boot entry
	default = 0;

	// Boot menu entries (11 max)
	entries =
	(
		{
			title  = "rxTools";
			path = "/rxTools/sys/code.bin";
			offset = "0x12000";
		},
		{
			title  = "Homebrew Launcher";
			path = "/boot.3dsx";
		},
		{
			title  = "MiniPasta";
			path = "/miniPasta.3dsx";
		},
		{
			title  = "Decrypt9";
			path = "/Decrypt9WIP.3dsx";
		}
	);
};

This is what my boot.cfg looks like.
 

iAqua

OP
Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
You have to make an entry for it.

Code:
// Boot menu configuration
boot_config =
{
    // Default timeout in secondes
    // If timeout = -1, disable autoboot
    timeout = 0;

    // Some devices (n3ds?) seems to have
    // some timing problems when using timeout=0 (autoboot).
    // You may increase this value to improve boot success rate.
    // Default delay (8) should be good for o3ds, 2 seems good for n3ds
    autobootfix = 8;

    // if timeout = 0 (autoboot),
    // hold this key to enter the menu
    // keycode list : https://goo.gl/4XLDIL
    recovery = 9; // L

    // Default boot entry
    default = 0;

    // Boot menu entries (11 max)
    entries =
    (
        {
            title  = "rxTools";
            path = "/rxTools/sys/code.bin";
            offset = "0x12000";
        },
        {
            title  = "Homebrew Launcher";
            path = "/boot.3dsx";
        },
        {
            title  = "MiniPasta";
            path = "/miniPasta.3dsx";
        },
        {
            title  = "Decrypt9";
            path = "/Decrypt9WIP.3dsx";
        }
    );
};

This is what my boot.cfg looks like.


Oh so i have to add it to boot.cfg?
 
D

Deleted-236924

Guest
Could probably post on here directly, that way if you have problems and anyone ever ends up on this thread while googling for their problem, they would be able to see the solution :P

Basically what you want to do is:

1- Run Decrypt9
2- go in either sysnand options or emunand options
3- backup H&S app
4- it will create an hs.app at the root of your sd card. copy that to your computer in the correct folder as instructed in the thread I linked earlier
5- create inject-ready .app, it will give you one with banner and one with no banner. The difference is, the nobanner one will keep the regular Health and Safety app banner and sound, while the one with banner will completely replace H&S banner with your other homebrew's banner and sound (will keep the H&S yellow /!\ icon though.)
6- you copy that back to your sd card renamed "hs.app"
7- if you backed h&s up from sysnand, you go back to sysnand options, inject H&S

Then you can repeat from emunand. it is recommended you inject into the one you backed up from, so if you backup from sysnand first then restore it to sysnand. Then backup from emunand separately and inject to emunand later, don't just inject the same one to both emunand and sysnand as it could possibly cause problems if both apps aren't the same version.
 
  • Like
Reactions: iAqua

iAqua

OP
Member
Joined
Dec 7, 2015
Messages
2,848
Trophies
1
Location
XP
2,476
Country
United Kingdom
Could probably post on here directly, that way if you have problems and anyone ever ends up on this thread while googling for their problem, they would be able to see the solution :P

Basically what you want to do is:

1- Run Decrypt9
2- go in either sysnand options or emunand options
3- backup H&S app
4- it will create an hs.app at the root of your sd card. copy that to your computer in the correct folder as instructed in the thread I linked earlier
5- create inject-ready .app, it will give you one with banner and one with no banner. The difference is, the nobanner one will keep the regular Health and Safety app banner and sound, while the one with banner will completely replace H&S banner with your other homebrew's banner and sound (will keep the H&S yellow /!\ icon though.)
6- you copy that back to your sd card renamed "hs.app"
7- if you backed h&s up from sysnand, you go back to sysnand options, inject H&S

Then you can repeat from emunand. it is recommended you inject into the one you backed up from, so if you backup from sysnand first then restore it to sysnand. Then backup from emunand separately and inject to emunand later, don't just inject the same one to both emunand and sysnand as it could possibly cause problems if both apps aren't the same version.
Alright im using the tool i put FBI.CIA in the imput with hs.app and when i launch go i just get a blank prompt. saying press a key to continue.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
  • ZeroT21 @ ZeroT21:
    it wasn't a question, it was fact
  • BigOnYa @ BigOnYa:
    He said he had 3 different doctors apt this week, so he prob there. Something about gerbal extraction, I don't know.
    +1
  • ZeroT21 @ ZeroT21:
    bored, guess i'll spread more democracy
  • LeoTCK @ LeoTCK:
    @K3Nv2 one more time you say such bs to @BakerMan and I'll smack you across the whole planet
  • K3Nv2 @ K3Nv2:
    Make sure you smack my booty daddy
    +1
  • LeoTCK @ LeoTCK:
    telling him that my partner is luke...does he look like someone with such big ne
    eds?
  • LeoTCK @ LeoTCK:
    do you really think I could stand living with someone like luke?
  • LeoTCK @ LeoTCK:
    I suppose luke has "special needs" but he's not my partner, did you just say that to piss me off again?
  • LeoTCK @ LeoTCK:
    besides I had bigger worries today
  • LeoTCK @ LeoTCK:
    but what do you know about that, you won't believe me anyways
  • K3Nv2 @ K3Nv2:
    @BigOnYa can answer that
  • BigOnYa @ BigOnYa:
    BigOnYa already left the chat
  • K3Nv2 @ K3Nv2:
    Biginya
  • BigOnYa @ BigOnYa:
    Auto correct got me, I'm on my tablet, i need to turn that shit off
  • K3Nv2 @ K3Nv2:
    With other tabs open you perv
  • BigOnYa @ BigOnYa:
    I'm actually in my shed, bout to cut 2-3 acres of grass, my back yard.
  • K3Nv2 @ K3Nv2:
    I use to have a guy for that thanks richard
  • BigOnYa @ BigOnYa:
    I use my tablet to stream to a bluetooth speaker when in shed. iHeartRadio, FlyNation
  • K3Nv2 @ K3Nv2:
    While the victims are being buried
  • K3Nv2 @ K3Nv2:
    Grave shovel
  • BigOnYa @ BigOnYa:
    Nuh those goto the edge of the property (maybe just on the other side of)
  • K3Nv2 @ K3Nv2:
    On the neighbors side
    +1
  • BigOnYa @ BigOnYa:
    Yup, by the weird smelly green bushy looking plants.
    K3Nv2 @ K3Nv2: https://www.the-sun.com/news/10907833/self-checkout-complaints-new-target-dollar-general-policies...