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
553
Country
France
Copy these code and save with xxx.bat then run it!
You have to download and install git for windows First.
url is "https://github.com/AuroraWright/AuReiNand.git"

Code:
@echo off
title Git Downloader Builder
color 4A
@echo Enter the URL "http://example.git"
set /p git= URL:
git clone --recursive "%git%"
@echo finished Press any key!
cls
@echo Enter folder path.
set /p folder=PATH:
cd %folder%
make
pause
exist

I know how to clone a git repository and use make, but I get an error because I miss libkhax, it seems...
And btw, I try to compile my own builds, not Aurora's ones (https://github.com/Hakujou/AuReiNand).
 
D

Deleted User

Guest
I know how to clone a git repository and use make, but I get an error because I miss libkhax, it seems...
And btw, I try to compile my own builds, not Aurora's ones (https://github.com/Hakujou/AuReiNand).

Are you sure? Are you using a --recursive when you clone? The fact libkhax and CakeBrah are missing usually points to it not grabbing the external dependencies.

In fact, open your CakeBrah and CakeHax folders. Are they empty? If so, the git isn't properly cloned.
 
Last edited by ,
  • Like
Reactions: Februarysn0w

GBHAKC75

Well-Known Member
Member
Joined
Jan 26, 2008
Messages
406
Trophies
0
XP
553
Country
France
I used git submodule, this should have done proper things, since my folders are not empty...

I'll try to "reclone" it tonight (I'm at work) with recursive and we'll see. Thanks for your help ! :)
 
  • Like
Reactions: Februarysn0w

Akurosia

Active Member
Newcomer
Joined
Feb 20, 2014
Messages
29
Trophies
0
Age
32
Location
Berlin, Germany
XP
468
Country
Gambia, The
Most likely you have the security function enabled (which i think is default setting).
Just run following command from the git shell: "git config --global http.sslVerify false" (without ")
After this try again: "git clone --recursive git://github.com/AuroraWright/AuReiNand.git" and it should work fine.
 

vexhash

Well-Known Member
Member
Joined
Nov 27, 2015
Messages
114
Trophies
0
Age
27
Location
Moscow
XP
96
Country
Serbia, Republic of
Got a9lh and right now i'm booting in aureinand emunand.
My question is - what is better, having aureinand on sysnand or emunand? I know about faster loading speed while using sysnand, but i'm more curious about... propriety. Are there any benefits having CFW on sysnand? Will i ever need emunand if i'll got CFW on sysnand? Are there any dangers?
...Asking this only because i got fresh sysnand and fresh emunand and now i wonder where should i install all cias...
 
Last edited by vexhash,

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,745
Country
United States
Got a9lh and right now i'm booting in aureinand emunand.
My question is - what is better, having aureinand on sysnand or emunand? I know about faster loading speed while using sysnand, but i'm more curious about... propriety. Are there any benefits having CFW on sysnand? Will i ever need emunand if i'll got CFW on sysnand? Are there any dangers?
You don't have to install GBA/DSiWare on both NANDs, only sysNAND.

Other than that, not really. What ever you feel like using, go for it. As for any dangers? Who knows? My guess is that it has the same dangers as emuNAND.
 

Svaethier

Well-Known Member
Member
Joined
Dec 2, 2013
Messages
1,303
Trophies
0
Age
29
Location
Sault Ste. Marie, Michigan
Website
s6.zetaboards.com
XP
374
Country
United States
Got a9lh and right now i'm booting in aureinand emunand.
My question is - what is better, having aureinand on sysnand or emunand? I know about faster loading speed while using sysnand, but i'm more curious about... propriety. Are there any benefits having CFW on sysnand? Will i ever need emunand if i'll got CFW on sysnand? Are there any dangers?
I think whether you switch your emunand stuff to sysnand and vice versa or not doesn't matter really. They both run the same now with a9lh.
 

Queen of SoS

Story of Seasons Queen
Member
Joined
Feb 13, 2016
Messages
865
Trophies
0
Age
25
XP
1,994
Country
United States
does reinand work for O3ds or is it just for N3ds if it does work can someone send me a video or link to setting it up.
 

FIX94

Former Staff
Former Staff
Joined
Dec 3, 2009
Messages
7,284
Trophies
0
Age
29
Location
???
XP
11,237
Country
Germany
lol I didnt even mention I made some small modifications myself to it yesterday over on my github:
-if a /rei/use_patched_fw file exists then AuReiNand will only write the patched firmware needed for reboots once and after that re-use this existing one, making the startup ever so slightly faster and saving some sd write cycles
-split patched_firmware to now also create patched_emu_firmware, this is done just in case somebody uses this option and needs a patched firmware for both sysnand and emunand
-added another reboot code file to handle that new firmware name for emunand exclusively
if you wanna check it out for whatever reason here is a build. I also made a pull request for it here cause I think this would be neat to have in the main build.
 
  • Like
Reactions: Madridi

Svaethier

Well-Known Member
Member
Joined
Dec 2, 2013
Messages
1,303
Trophies
0
Age
29
Location
Sault Ste. Marie, Michigan
Website
s6.zetaboards.com
XP
374
Country
United States
lol I didnt even mention I made some small modifications myself to it yesterday over on my github:
-if a /rei/use_patched_fw file exists then AuReiNand will only write the patched firmware needed for reboots once and after that re-use this existing one, making the startup ever so slightly faster and saving some sd write cycles
-split patched_firmware to now also create patched_emu_firmware, this is done just in case somebody uses this option and needs a patched firmware for both sysnand and emunand
-added another reboot code file to handle that new firmware name for emunand exclusively
if you wanna check it out for whatever reason here is a build. I also made a pull request for it here cause I think this would be neat to have in the main build.
nice, seems like those additions could be really helped with 3.6.x or 3.7 whichever comes first.
 

Games&Stuff

Well-Known Member
Member
Joined
Oct 8, 2015
Messages
788
Trophies
0
XP
332
Country
United States
Where do I use the firmware90.bin for? Also, does it have any benefits different from the ones of arm9loaderhax.bin? And how do I let to autoupdate it or something for new updates? (sorry newb to this)
 

Supster131

(づ。◕‿‿◕。)づ *:・゚✧
Member
Joined
Jan 19, 2016
Messages
3,315
Trophies
1
Location
My Computer
XP
2,745
Country
United States
Where do I use the firmware90.bin for? Also, does it have any benefits different from the ones of arm9loaderhax.bin? And how do I let to autoupdate it or something for new updates? (sorry newb to this)
It's so you can boot 9.2. Place the file in the /rei/ folder, alongside the firmware.bin file.
 

piratesephiroth

I wish I could read
Member
Joined
Sep 5, 2013
Messages
3,453
Trophies
1
Age
102
XP
3,186
Country
Brazil
lol I didnt even mention I made some small modifications myself to it yesterday over on my github:
-if a /rei/use_patched_fw file exists then AuReiNand will only write the patched firmware needed for reboots once and after that re-use this existing one, making the startup ever so slightly faster and saving some sd write cycles
-split patched_firmware to now also create patched_emu_firmware, this is done just in case somebody uses this option and needs a patched firmware for both sysnand and emunand
-added another reboot code file to handle that new firmware name for emunand exclusively
if you wanna check it out for whatever reason here is a build. I also made a pull request for it here cause I think this would be neat to have in the main build.
Nice, I think the small boot speed boost is really noticeable.
 
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