Well I have tried minipasta , gateway launcher , and decrypt 9 they give me just redscreen or nothing happensDepends on what you're trying to open. Some apps require you to be on 9.2 (with the 9.0 FIRM). Most should work fine on 10.6 though.
Well I have tried minipasta , gateway launcher , and decrypt 9 they give me just redscreen or nothing happensDepends on what you're trying to open. Some apps require you to be on 9.2 (with the 9.0 FIRM). Most should work fine on 10.6 though.
I know minipasta (don't know why you'd need it AuReiNAND already has sigpatches) and Decrypt9 don't work on 10.6. I'm not too sure about Gateway though.Well I have tried minipasta , gateway launcher , and decrypt 9 they give me just redscreen or nothing happens
Gateway won't work either since his sysnand is 10.6, lol the only 3 apps he tried were 9.2 specificI know minipasta (don't know why you'd need it AuReiNAND already has sigpatches) and Decrypt9 don't work on 10.6. I'm not too sure about Gateway though.
http://clicknupload.me/66mozzoja0meI can't figure how to compile AuReiNAND. I get this :
Code:make[2]: *** No rule to make target `LoadCodeMset.dat'. Stop. make[1]: *** [build/mset_4x/rop.dat] Error 2 make: *** [out/ReiNand.dat] Error 2
In the meantime, could someone build this please : https://github.com/Hakujou/AuReiNand
arm11.s start.s utils.s
make[1]: *** No rule to make target `c:/Compiling/AuReiNand/CakeBrah/source/libkhax/khaxinit.cpp', needed by `khaxinit.o'. Stop.
make: *** [build] Error 2
Did you place the firmware bins in the proper directory?YES! i can finally have reinand on my 4.5 o3ds
--------------------- MERGED ---------------------------
well all i get is a black screen
YES! i can finally have reinand on my 4.5 o3ds
--------------------- MERGED ---------------------------
well all i get is a black screen
you have to be on at least 7.x sysnand to use aureinand I thought.no im trying to boot in sysnand for aureinand i have my firmware.bin where do i put it it
i do?
I remember you said you downgraded from 9.2 in another thread, so you probably have to go back to 9.0/9.2 or use something else.Compared to the official build, this has:
- N3DS 10.4 FIRM support.
- O3DS support (on >= 7.x consoles only).
- SysNAND support (both with the firmware.bin on SD and the 9.0/9.2 FIRM on NAND).
Ok I get it is it someway to override settings and forward to gateway 9.2 emunand direct from aureinand cfw ?Gateway won't work either since his sysnand is 10.6, lol the only 3 apps he tried were 9.2 specific
yes. Replace firmware.bin with firmware90.bin and make a file called "updatedsysnand"Is it possible with Arm9LoaderHax to autoboot into sysNAND with the 9.0 FIRM?
Thanks a lot !
Now I get this :
Code:arm11.s start.s utils.s make[1]: *** No rule to make target `c:/Compiling/AuReiNand/CakeBrah/source/libkhax/khaxinit.cpp', needed by `khaxinit.o'. Stop. make: *** [build] Error 2
Could someone help me with this one ? I would really love to compile my builds myself, but I still can't figure out where I should put libkhax... (I guess that I need this one : https://github.com/Myriachan/libkhax ?)
@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
