Hacking Luma3DS - Noob-proof 3DS Custom Firmware

Status
Not open for further replies.

ShadowOne333

QVID PRO QVO
Editorial Team
Joined
Jan 17, 2013
Messages
12,272
Trophies
2
XP
35,330
Country
Mexico
I have a little minor issue.
You see, the emunand I created (which is the one I flashed to sysnand) had another user for the eShop/Personal Mii.
It was the previous owner of the 3DS.

Now my question is, how would I go about formatting the current Luma3DS+A9LH 11.0U sysnand to only delete NNID and Miis?
Should I do it the normal way through System Settings -> Format System Data or should I use Tiny Format instead?
Would Tiny Format remove NNID and such while keeping everything else intact?

I'm mainly interested in just keeping FBI injected into H&S.
I managed to remove the NNID and the Personal Mii locked to the 3DS by running TinyFormat once.

Thankfully, it doesn't touch the injected FBI app, so I could install everything back without issues!
 

punderino

aka Big-PeePee Swinger
Member
Joined
Jan 5, 2016
Messages
1,247
Trophies
0
Age
33
Location
Kansas City, Missouri
Website
www.anus.trade
XP
2,573
Country
United States
Not sure who can help here, I have 3 N3DS XLs, and have Luma3DS on all of them. Decrypt9 is always the start button. So I'd do start_d9.bin, and hold start and press power. I just have set up a O3DS with this, named it too start_d9.bin, it didn't work, so then I tried right_d9.bin, held the right d-pad, and it didn't work. It's on 5.5, not sure what could be contributing, help?

EDIT: Nevermind, restored a sysNAND backup, updated it to 11.0, forgot I just removed A9LH. Time to hardmod.
 
Last edited by punderino,

rsc-pl

Well-Known Member
Member
Joined
Jul 9, 2014
Messages
212
Trophies
0
XP
830
Country
Poland
I have a question. I have emunand on my current setup (3DS LL) and I'm using Gateway (because it's much more comfortable for me). I'm thinking about moving to a9lh, but one thing is dealbreaker for me. Is it possible to use my current emunand as main system with a9lh? I have linked nintendo ID, with few things which I bought on in eshop, I just want to use it as it is.
 

astronautlevel

Well-Known Member
Member
Joined
Jan 26, 2016
Messages
4,131
Trophies
2
Location
Maryland
Website
ataber.pw
XP
5,027
Country
United States
I have a question. I have emunand on my current setup (3DS LL) and I'm using Gateway (because it's much more comfortable for me). I'm thinking about moving to a9lh, but one thing is dealbreaker for me. Is it possible to use my current emunand as main system with a9lh? I have linked nintendo ID, with few things which I bought on in eshop, I just want to use it as it is.
Yes, you can use the same EmuNAND.
 

Baallrog

Active Member
Newcomer
Joined
Mar 23, 2016
Messages
43
Trophies
0
Age
123
XP
134
Country
France
Is it safe to use GW with Luma3ds in sysupdated mode ?
Do GW write some file in sysnand or something like that ?
And if I use GW, what's the best launcher.dat to use ? 3.7.1 ? 4a ? 4b ?
Thank you.
 

sys64738

Well-Known Member
Member
Joined
Dec 23, 2013
Messages
156
Trophies
1
Age
47
XP
2,127
Country
Hungary
Hi!
I have O3DS XL with 4.5.0-8E firmware with Rxtools emunand.
Is there a Mset loader nds file for luma?
Or is just bootable with Menuhax and Browserhax?
 

MGS1980

Well-Known Member
Member
Joined
Mar 27, 2014
Messages
813
Trophies
0
Age
43
XP
492
Country
United States
I have been away from the seen for quite awhile and finally came back to see what I have been missing. Obviously, there has been a lot of developments. I'm looking at changing over RxTools on an O3DS to Luma. I have gone through the wiki and tried to go through the thread some (but let's face it, once it gets past 100 pages of posts, it is next to impossible to properly read it). Are there any pitfalls to worry about or is it pretty much copy the files to the SD card and go? If this has been discussed eons ago, sorry I overlooked it.
 

DjoeN

Captain Haddock!
Member
Joined
Oct 21, 2005
Messages
5,489
Trophies
0
Age
54
Location
Somewhere in this potatoland!
Website
djoen.dommel.be
XP
2,857
Country
Belgium
@Aurora Wright

I get those warnings when building the last git updated user edition.
Maybe it's nothing, but i tought i let you know.

Luma3DS User edition:
Code:
arm-none-eabi-gcc -Wall -Wextra -MMD -MP -marm -mcpu=arm946e-s -fno-builtin -fshort-wchar -std=c11 -Wno-main -O2 -flto -ffast-math   -c -o build/screen.o source/screen.c
source/screen.c: In function 'clearScreens':
source/screen.c:123:22: warning: passing argument 1 of 'flushDCacheRange' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
     flushDCacheRange(fb, sizeof(struct fb));
                      ^
In file included from source/screen.c:11:0:
source/cache.h:18:6: note: expected 'void *' but argument is of type 'volatile struct fb * const'
void flushDCacheRange(void *startAddress, u32 size);
      ^
source/screen.c: In function 'initScreens':
source/screen.c:232:26: warning: passing argument 1 of 'flushDCacheRange' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
         flushDCacheRange(fb, sizeof(struct fb));
                          ^
In file included from source/screen.c:11:0:
source/cache.h:18:6: note: expected 'void *' but argument is of type 'volatile struct fb * const'
void flushDCacheRange(void *startAddress, u32 size);
      ^
arm-none-eabi-as -mcpu=arm946e-s  -o build/start.o source/start.s

I don't get them when building the Dev edition

Luma3DS Dev edition:
Code:
arm-none-eabi-gcc -Wall -Wextra -MMD -MP -marm -mcpu=arm946e-s -fno-builtin -fshort-wchar -std=c11 -Wno-main -O2 -flto -ffast-math   -c -o build/patches.o source/patches.c
arm-none-eabi-gcc -Wall -Wextra -MMD -MP -marm -mcpu=arm946e-s -fno-builtin -fshort-wchar -std=c11 -Wno-main -O2 -flto -ffast-math   -c -o build/screen.o source/screen.c
arm-none-eabi-as -mcpu=arm946e-s  -o build/start.o source/start.s
arm-none-eabi-gcc -Wall -Wextra -MMD -MP -marm -mcpu=arm946e-s -fno-builtin -fshort-wchar -std=c11 -Wno-main -O2 -flto -ffast-math   -c -o build/utils.o source/utils.c
 

DerEineee

Well-Known Member
Member
Joined
Aug 22, 2015
Messages
189
Trophies
0
Age
24
XP
1,180
Country
Germany
I found a bug!
When I want to add a friendcode to my friendslist it says that I have to update, because I'm not on the newest version (11.0.0-33E at the momen). But I am on the newest version. It also don't show up that I'm online.
When I start rxTools everything is fine and I'm abel to add friendcodes.
My friend also have the same problem.

I'm using an old 3DS whit sysNAND 9.2 and emuNAND 11.0.
 

astronautlevel

Well-Known Member
Member
Joined
Jan 26, 2016
Messages
4,131
Trophies
2
Location
Maryland
Website
ataber.pw
XP
5,027
Country
United States
I found a bug!
When I want to add a friendcode to my friendslist it says that I have to update, because I'm not on the newest version (11.0.0-33E at the momen). But I am on the newest version. It also don't show up that I'm online.
When I start rxTools everything is fine and I'm abel to add friendcodes.
My friend also have the same problem.

I'm using an old 3DS whit sysNAND 9.2 and emuNAND 11.0.
Are you sure you're running the latest version of Luma? Copy the Luma3DS.dat and the boot.3dsx that you're using to launch it from the 5.5 release again.
 

apishh

New Member
Newbie
Joined
Jun 10, 2016
Messages
2
Trophies
0
Age
35
XP
53
Country
Malaysia

WaterBotttle

Well-Known Member
Member
Joined
Dec 19, 2014
Messages
163
Trophies
0
Age
34
XP
307
Country
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    @Xdqwerty I don't have a ROG ally
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, i don't have one either
    +1
  • SylverReZ @ SylverReZ:
    @AcuteBulbasaurappears, A cute bulbasaur appears. :D
    +2
  • SylverReZ @ SylverReZ:
    @Psionic Roshambo, The Wii U gamepads are tied to the console's region, so its impossible to find a cheap gamepad that supports your model.
  • SylverReZ @ SylverReZ:
    Unless you modify your system, of course, and remove the region check.
  • Xdqwerty @ Xdqwerty:
    @SylverReZ, im now by episode 8 of lain
  • S @ salazarcosplay:
    @Xdqwerty can we discuss chrono trigger
  • S @ salazarcosplay:
    @Xdqwerty I like how the game had the middle ages 1000AD, the dark ages 600AD.It was great seeing the post robot apocalypse 2300 like Terminator and enter the matrix. some of mad max and fallout. 2300ad though it could had used more elements instead of just a generic ai uprising. It was a great idea for their judgement day to be 1999 Y2K.

    -great additions if they would have made an expansion or dlc in my opinion would be finding out humans trapped in a matrix -

    a follower having a cyborg character living tissue over metal endoskelleton like terminator, and the synths from fallout
  • S @ salazarcosplay:
    4After Zeal fell it would have been good to see more ancient eras. Perhaps Sumeria based in one area, then Egypt based in another area, Greek based in another area, then roman based in another area before the middle ages.---------

    ----between 1000ad and 1999 is a big gap they should have had the age of revolution like the american and French Revolution

    then the cowboyy era in one area of map and the Industrial revolution/age of enlightmentthen a ww1 and ww2 and a cold war era
  • S @ salazarcosplay:
    they could have added 75,000 bc like assassins creed. zeal was already establish in 12, 000 bc , soething before the kindom rose
  • S @ salazarcosplay:
    @Xdqwerty they could also add age of dscover, colonialism ect
    +1
  • S @ salazarcosplay:
    renaissance
  • S @ salazarcosplay:
    @Xdqwerty what did you think
  • S @ salazarcosplay:
    @Xdqwerty I think glenn (the frog) after becomming human had an affair with the queen
  • S @ salazarcosplay:
    so he is the great great great great grandfather of marle @Xdqwerty
  • S @ salazarcosplay:
    they made it like Lancelot from king arthur legends
  • BakerMan @ BakerMan:
    just found out i'm now taller than my dad
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, sorry i was busy
  • S @ salazarcosplay:
    @Xdqwerty thats completely fine
    +1
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay,
    the ds version added a secret boss reference to chrono cross
  • S @ salazarcosplay:
    @Xdqwerty did you finish watching naruto shippuden and Boruto
  • Xdqwerty @ Xdqwerty:
    @salazarcosplay, i havent even started lol
    Xdqwerty @ Xdqwerty: @salazarcosplay, i havent even started lol