Hacking Luma3DS - Noob-proof 3DS Custom Firmware

Status
Not open for further replies.

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,745
Country
United States
Great, one last thing i dont understand. Most people downgrade but this topic says there's a 10.4 firm support. Lets say my firmware comes with 9.9 or 10.1, I must downgrade?
That means you can run emuNAND (or sysNAND with A9LH) on the latest firmware.

If your 3DS is on 10.4+ you cannot use any CFW, as it needs to be on 9.2.
 

Mthodmn101

Well-Known Member
Member
Joined
Jan 31, 2008
Messages
641
Trophies
1
XP
1,584
Country
United States
I can't see how writing a one-byte file to the SD can "slow down by seconds". You either have faulty SD cards with very long seek times (can't do anything about that), or it's placebo.
Anyway, 3.7.1 broke using the .dat from a 9.0 NAND booted via A9LH (I know I'm probably the only one who does that for testing reasons, but whatever :D ).
3.7.2 fixes it and clean ups the code a bit. https://github.com/AuroraWright/AuReiNand/releases/tag/v3.7.2

must be something with the seek times... like it is slow the first time it needs to write the patched fw bin to my sd card but then it is fine after. I need to use the patchedfw flag or else the bootcfg stuff slows it down a lot.
 

Gcentrex

Well-Known Member
Member
Joined
Oct 29, 2015
Messages
352
Trophies
0
Location
New York
XP
234
Country
United States
Great, one last thing i dont understand. Most people downgrade but this topic says there's a 10.4 firm support. Lets say my firmware comes with 9.9 or 10.1, I must downgrade?

What that is referring to is the kernel version that can be used for this CFW, FIRM 10.4 can load firmware 10.6.

The base system firmware still needs to be 9.2 to start the process
 

Aurora Wright

Well-Known Member
OP
Member
Joined
Aug 13, 2006
Messages
1,549
Trophies
3
XP
4,353
Country
Italy
must be something with the seek times... like it is slow the first time it needs to write the patched fw bin to my sd card but then it is fine after. I need to use the patchedfw flag or else the bootcfg stuff slows it down a lot.
But it has always done that. The only change had been a new bootcfg file which is 1-byte large.
 
D

Deleted User

Guest
Don't personally notice any difference. Probably just people with huge SD cards.

32/64GB cards clock in at 10.5 sec from power button to home menu for me.

Edit: This is booting emuNAND.
 

peteruk

Well-Known Member
Member
Joined
Jun 26, 2015
Messages
2,970
Trophies
2
XP
6,866
Country
United Kingdom
I love Aurora's work, but I am finding it harder to keep up with the update's, what they actually do etc...

I will persist, but I am finding it tougher
 

Geren

Well-Known Member
Member
Joined
Aug 15, 2011
Messages
236
Trophies
0
Website
Visit site
XP
233
Country
Spain
I have installed A9LH and aureinand, currently using 9.2 sysnand and 10.6 Emunand. For some reason it seems I never installed a CIA manager on sysnand (I thought with an injected hs.app was enough). Now, I'm trying to inject FBI with Decrypt9 (using the universal inject manager), but it seems like it isn't working since the H&S app never changes into FBI.

The procedure I've used is: Boot into sysnand with FIRM90 (by holding L), launch HBL with OoT/Browser, launch Decrypt9 and go into Sysnand options, Dump hs.app, use inject manager and repeat the other steps to open Decrypt9 and choose the inject option. Does anyone knows why is not working? The process prints a success message, but I'm not even shure if the problem is with AuReinand, A9LH or Decrypt9.
 
Last edited by Geren,

SSMatt123

Well-Known Member
Newcomer
Joined
Aug 30, 2014
Messages
62
Trophies
0
Location
Narnia
Website
www.badgerbadgerbadger.com
XP
97
Country
It became apparent when I tried to set up ctrbootmanager and Decrypt9 that arm9loaderhax can be updated, as they wouldn't boot until I flashed an update onto it.

I don't know if I'm on the latest though, as I essentially just googled "how to update arm9loaderhax" and used the first thing I could find which may or may not be the latest one.

Is there anywhere that keeps up to date the latest version of A9LH that I could bookmark?
 

MSearles

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
573
Trophies
0
Age
35
XP
2,330
Country
United States
I love Aurora's work, but I am finding it harder to keep up with the update's, what they actually do etc...

I will persist, but I am finding it tougher

I agree. RxTools was a lot easier to understand. AuReiNand is a bit more technical. It does what I need it to do though, and I understand that much enough.
 
  • Like
Reactions: peteruk
D

Deleted User

Guest
I love Aurora's work, but I am finding it harder to keep up with the update's, what they actually do etc...

I will persist, but I am finding it tougher

Just bookmark the GitHub, all the changes/code pushes are there and explained.
 
  • Like
Reactions: peteruk

Mrrraou

Well-Known Member
Member
Joined
Oct 17, 2015
Messages
1,873
Trophies
0
XP
2,364
Country
France
I agree. RxTools was a lot easier to understand. AuReiNand is a bit more technical. It does what I need it to do though, and I understand that much enough.
I can't understand why is AuReiNand "a bit more technical".
  1. Download AuReiNand
  2. Download firmware packages from the readme.md on the GitHub
  3. Extract AuReiNand
  4. Extract the correct firmware package
  5. Use
 
  • Like
Reactions: peteruk

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,745
Country
United States
I can't understand why is AuReiNand "a bit more technical".
  1. Download AuReiNand
  2. Download firmware packages from the readme.md on the GitHub
  3. Extract AuReiNand
  4. Extract the correct firmware package
  5. Use
They probably want to understand how things work or something.

I personally want to learn about it too, I look through the code and changes once in a while, and I always compile rather than downloading it pre-compiled.
 
  • Like
Reactions: peteruk

Mrrraou

Well-Known Member
Member
Joined
Oct 17, 2015
Messages
1,873
Trophies
0
XP
2,364
Country
France
They probably want to understand how things work or something.

I personally want to learn about it too, I look through the code and changes once and a while, and I always compile rather than downloading it pre-compiled.
rxTools is really a mess to read. Seriously, AuReiNand is really easy to read and to mod.
 
  • Like
Reactions: peteruk
Status
Not open for further replies.
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys