@Ekaitz, before you awesome mod I had compiled arm9select to look for payloads in rei/payloads. However I was unable to make the edit you did to be able to do away with the _bl files. Not to mention keeping CFW.bin separate from other payloads is genius.
Changing the loading path is easy. I still don't understand how your edit affects the backlight.
if((padInput & (1<<0)) && tryLoadFile("/arm9select/a.bin"))
jumpAndTryEnableBL("/arm9select/a_bl");
if((padInput & (1<<0)) && tryLoadFile("/rei/payloads/a.bin"))
jumpAndTryEnableBL("/rei/payloads/a.bin");
In the main.c file, I did the same thing.
Code:if((padInput & (1<<0)) && tryLoadFile("/arm9select/a.bin")) jumpAndTryEnableBL("/arm9select/a_bl");
Became
Code:if((padInput & (1<<0)) && tryLoadFile("/rei/payloads/a.bin")) jumpAndTryEnableBL("/rei/payloads/a.bin");
The file that acts as a flag is not a_bl anymore but the payload itself.
So I've done the A9LH install to my 3rd 3ds today, it was a n3ds Red version, and its system nand is 1888MB lol, my n3ds black was 1240MB, and my original 3ds was only like 980MB, so strange they are all different sizes.
@Ekaitz, I reallized that once I actually opened the main.c in notepad++
Simple but effective mod and for that I thank you.
May i ask what you had to edit to prolong the splash screen? I'd like to do the sameSlightly off-topic from A9LH, but I made a tiny mod to ARN that displays the splash screen for 3 times longer (so around 2 seconds total, you can actually see the darn thing now, without it going away instantly). I can post it here if anyone wants it.

Are you sure you're using the correct firmware files? (One's for the o3DS while the other's for the n3DS.)Trying to boot the .3dsx version, I always get a black screen... I own an o3ds with emunand set up in the SD card, ready to install any cfw (no a9lh installed). Tried placing the 10.4 firmware.bin and the NTR firmware.bin (9.6 as I read in the op) that come in the .7z and none of them worked. I'm using the latest version of the cfw (v3.9). I don't get any splash screen even after waiting some minutes
Totally, used both the ones that were in the rei-o3ds folderAre you sure you're using the correct firmware files? (One's for the o3DS while the other's for the n3DS.)
Well i am running a9lh and it got aureinand to boot up. but running arm9loaderhax.3dsx just redscreens and crashes :LTrying to boot the .3dsx version, I always get a black screen... I own an o3ds with emunand set up in the SD card, ready to install any cfw (no a9lh installed). Tried placing the 10.4 firmware.bin and the NTR firmware.bin (9.6 as I read in the op) that come in the .7z and none of them worked. I don't get any splash screen even after waiting some minutes

You sure your emuNAND's not bricked and/or your sysNAND's on 9.2?Totally, used both the ones that were in the rei-o3ds folder


Nah, cia's don't get deleted on AuReiNAND.None of my cias get deleted upon visiting the eshop is the a thing of AuReiNand or a9lh? they always got removed on rxtools with menuhax
https://github.com/AuroraWright/AuReiNand/releasesIt's been a while since I last followed this thread.
Someone could please explain to me what the latest version is and what does it have over the last version posted in the OP's Changelog?
I feel like the 3.3 one listed is quite old...
Well i am running a9lh and it got aureinand to boot up. but running arm9loaderhax.3dsx just redscreens and crashes :L
(no a9lh installed)
Yup, sysnand is on 9.2.0-20U and I built the emunand an hour ago (took that long because I'm trying to save sysnand stuff including smash and other programs). Nothing should've happened between the emunand creation and my attempt to run AuReiNand in it but the copying of the files back to the SD cardYou sure your emuNAND's not bricked and/or your sysNAND's on 9.2?

Since you're not on A9LH... try deleting the firmware90.bin file.Yup, sysnand is on 9.2.0-20U and I built the emunand an hour ago (took that long because I'm trying to save sysnand stuff including smash and other programs). Nothing should've happened between the emunand creation and my attempt to run AuReiNand in it but the copying of the files back to the SD card


