Hacking Luma3DS - Noob-proof 3DS Custom Firmware

Status
Not open for further replies.

GBHAKC75

Well-Known Member
Member
Joined
Jan 26, 2008
Messages
406
Trophies
0
XP
563
Country
France
you will also provide pre-patched binaries right? (i can't manage to compile AuReinand)

I may build some releases, yea.
Anyway I'm not anywhere near to do it ATM, I don't even know if I'll do it so don't be too excited. And I still have no clue about how to add the features I would want to add. May check some code from rxTools tonight.
 

gameking66

Well-Known Member
Member
Joined
Mar 9, 2010
Messages
576
Trophies
1
XP
330
Country
United States
Can't seem to get this booted... I run ReiNand.dat through CTRBootManager and it freezes at the same frame I press "A" to select it.

{
title = "AuReiNand";
path = "/ReiNand.dat";
},

Launching through HBL black screens.
Launching rei.3dsx through CTRBootManager black screens (my boot.3dsx is NOT the included one).
Replacing my boot.3dsx with the included one black screens.

Latest Release.
Tried both 2.1 and 2.5 *hax.
Appropriate rei-o3DS folder is there and renamed to "rei" as instructed.
SysNAND is on 9.2, EmuNAND 10.5.
Old 3DS. No issues booting rxTools or miniPasta.

EDIT: Ignore, I'm a moron.
 
Last edited by gameking66,

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,758
Country
United States
Alright, switched sysnand and emunand, reinstalled AGB_firm v2 just to be sure I had it after all this.

10.6 update, and I can't load GBA CIAs. Can anyone else confirm?

TL;DR
on 10.6 ARN sys, AGB patched, can't run GBA CIAs.
Not sure if anyone's answered you yet, but try reinstalling the patched AGB_FIRM. GBA CIAs worked fine for me on sysNAND 10.5, I have yet to try them on 10.6 though.

Edit: Just tried a GBA game, worked fine. I didn't even need to reinstall the patched AGB_FIRM after updating to 10.6 o.o
 
Last edited by Supster131,
  • Like
Reactions: Zaertix

Koryushin

Well-Known Member
Member
Joined
Mar 26, 2015
Messages
176
Trophies
0
Age
42
XP
135
Country
France
Can't seem to get this booted... I run ReiNand.dat through CTRBootManager and it freezes at the same frame I press "A" to select it.

{
title = "AuReiNand";
path = "/ReiNand.dat";
},

Launching through HBL black screens.
Launching rei.3dsx through CTRBootManager black screens (my boot.3dsx is NOT the included one).
Replacing my boot.3dsx with the included one black screens.

Latest Release.
Tried both 2.1 and 2.5 *hax.
SysNAND is on 9.2, EmuNAND 10.5.
Old 3DS. No issues booting rxTools or miniPasta.

Did you places all the files correctly? i mean firmware.bin from the Firm.7z file.
and the emunand and reboot folder.
 

ihaveahax

Well-Known Member
Member
Joined
Apr 20, 2015
Messages
6,070
Trophies
2
XP
7,859
Country
United States
Can't seem to get this booted... I run ReiNand.dat through CTRBootManager and it freezes at the same frame I press "A" to select it.

{
title = "AuReiNand";
path = "/ReiNand.dat";
},

Launching through HBL black screens.
Launching rei.3dsx through CTRBootManager black screens (my boot.3dsx is NOT the included one).
Replacing my boot.3dsx with the included one black screens.

Latest Release.
Tried both 2.1 and 2.5 *hax.
Appropriate rei-o3DS folder is there and renamed to "rei" as instructed.
SysNAND is on 9.2, EmuNAND 10.5.
Old 3DS. No issues booting rxTools or miniPasta.
Yes, it's in root.
did you also try adding the offset?
Code:
{
    title = "AuReiNand";
    path = "/ReiNand.dat";
    offset = "0x12000";
},
 

Koryushin

Well-Known Member
Member
Joined
Mar 26, 2015
Messages
176
Trophies
0
Age
42
XP
135
Country
France
they have to be in a /rei folder not on root.

Edit:
on root /Reinand.dat
/rei/emunand/
/rei/reboot/
/rei/firmware.bin
 
Last edited by Koryushin,

gameking66

Well-Known Member
Member
Joined
Mar 9, 2010
Messages
576
Trophies
1
XP
330
Country
United States

Zaertix

One Stop Nintendo Shop on Mixer!
Member
Joined
Oct 20, 2009
Messages
568
Trophies
1
Location
USA
Website
mixer.com
XP
760
Country
United States
Not sure if anyone's answered you yet, but try reinstalling the patched AGB_FIRM. GBA CIAs worked fine for me on sysNAND 10.5, I have yet to try them on 10.6 though.

Edit: Just tried a GBA game, worked fine. I didn't even need to reinstall the patched AGB_FIRM after updating to 10.6 o.o

Hmm... Thanks. I did try reinstalling it, but I'll try finding it in the title list and deleting it....
I wonder why it's being a jerk face.

Thanks for the answer!
 

GBHAKC75

Well-Known Member
Member
Joined
Jan 26, 2008
Messages
406
Trophies
0
XP
563
Country
France
Okay, some news. I've been digging in rxTools and AuReiNand code.
Great news : Re-introduce the "Rei" version string patch is very, very easy.
Bad news : It would patch "Ver." whenever AuReiNand is loaded, so you would see "Rei" instead of "Ver." in EmuNAND AND SysNAND when using A9LH. I've been looking for rxTools patch, the thing is that they're using some variable "nandSector" (https://github.com/roxas75/rxTools/...tive_firm/source/payload/arm9/thread/thread.c) to check if you're in Sys or EmuNand and I can't find a way to do a similar check in AuReiNand. Maybe @Aurora Wright has an idea ?

I'll do some tries later when I'll go back to home to see if I can get the first patch working and compile it.
 
Last edited by GBHAKC75,

subcon959

@!#?@!
Member
Joined
Dec 24, 2008
Messages
5,856
Trophies
4
XP
10,165
Country
United Kingdom
Okay, some news. I've been digging in rxTools and AuReiNand code.
Great news : Re-introduce the "Rei" version string patch is very, very easy.
Bad news : It would patch "Ver." whenever AuReiNand is loaded, so you would see "Rei" instead of "Ver." in EmuNAND AND SysNAND when using A9LH. I've been looking for rxTools patch, the thing is that they're using some variable "nandSector" (https://github.com/roxas75/rxTools/...tive_firm/source/payload/arm9/thread/thread.c) to check if you're in Sys or EmuNand and I can't find a way to do a similar check in AuReiNand. Maybe @Aurora Wright has an idea ?

I'll do some tries later when I'll go back to home to see if I can get the first patch working and compile it.
Just look at original ReiNAND github, it should still have the version string patching in the code.
EDIT: BTW, the reason it was removed is that it is unpredictable where the string gets patched and can cause problems if it happens in games instead of just settings.
 
Last edited by subcon959,

GBHAKC75

Well-Known Member
Member
Joined
Jan 26, 2008
Messages
406
Trophies
0
XP
563
Country
France
Just look at original ReiNAND github, it should still have the version string patching in the code.

The original ReiNand just patches "Ver" when it loads. It's fine on original ReiNand since it can only run emuNand. However it would also patch AuReiNand on sysNand, and I want to have different version strings on Sys/EmuNand.
So I need a way to check if we're actually on EmuNAND OR on SysNAND.
 

subcon959

@!#?@!
Member
Joined
Dec 24, 2008
Messages
5,856
Trophies
4
XP
10,165
Country
United Kingdom
The original ReiNand just patches "Ver" when it loads. It's fine on original ReiNand since it can only run emuNand. However it would also patch AuReiNand on sysNand, and I want to have different version strings on Sys/EmuNand.
So I need a way to check if we're actually on EmuNAND OR on SysNAND.
Yeah, I missed that part. Anyway, check my edit above as that was the main point I wanted to make.
 
  • Like
Reactions: peteruk

subcon959

@!#?@!
Member
Joined
Dec 24, 2008
Messages
5,856
Trophies
4
XP
10,165
Country
United Kingdom
So if I understand correctly, i can delete sysnandupdate file to boot a9hl in sysnand?

Could I flash my 10.6 emunand to my sysnand then just use sysnand for all my stuff?
If you do a normal direct restore you will end up with vanilla 10.6 sysNAND. Which is pretty bad since they just blocked browserhax and menuhax.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Psionic Roshambo @ Psionic Roshambo:
    If I could halucinAte this is what I imagine it would look like?
  • K3Nv2 @ K3Nv2:
    Featuring Taylor swift
    +1
  • BakerMan @ BakerMan:
    guys, pubg should've never blown up
  • BigOnYa @ BigOnYa:
    Wut do you mean? Pubg is alright, I play it with a few buddies online.
  • BakerMan @ BakerMan:
    the game itself is ok, but it's influence is the problem
  • K3Nv2 @ K3Nv2:
    Call of duty is a good Fortnite skin
  • BakerMan @ BakerMan:
    call of duty and fortnite, ex-fucking-actly
  • BakerMan @ BakerMan:
    without pubg popping off, fortnite wouldn't add battle royale, and call of duty wouldn't go even shittier than it did before because of blackout, warzone and dmz
  • Psionic Roshambo @ Psionic Roshambo:
    Make a porn based spoof of it, Pube G
  • BigOnYa @ BigOnYa:
    Just play My Pony online. Its better than Fortnight or COD.
  • Psionic Roshambo @ Psionic Roshambo:
    FPS porn games sound fun lol
    +1
  • K3Nv2 @ K3Nv2:
    Call of duty got close with that by using Nikkie Minaj
  • BigOnYa @ BigOnYa:
    -Bonus- Faceshot
  • K3Nv2 @ K3Nv2:
    5 killstreak call in the gangbang
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Still enjoying Bad Ass Babes lol
  • Psionic Roshambo @ Psionic Roshambo:
    Legit a super solid beat em up
  • Psionic Roshambo @ Psionic Roshambo:
    The special moves are hilarious
  • BigOnYa @ BigOnYa:
    Introducing the most anticipated 1p v 4p game of the year - COCC (Call of couch casting)
    +1
  • RetroNerdGamer @ RetroNerdGamer:
    isnt that just gal gun
    +1
  • K3Nv2 @ K3Nv2:
    Hoochie gun
    +1
  • K3Nv2 @ K3Nv2:
    Rain again
    +1
  • BigOnYa @ BigOnYa:
    Yea been raining here on off all day, had 1\4" hail earlier even.
  • K3Nv2 @ K3Nv2:
    Think I heard some hail outside
    K3Nv2 @ K3Nv2: Think I heard some hail outside