Homebrew Looking for help about GBA cia's, with emuNAND injected to sysNAND (arm9lhax)

ConfusedGrin15

New Member
OP
Newbie
Joined
Aug 8, 2016
Messages
4
Trophies
0
Age
32
XP
62
Country
United States
Apparently to run GBA CIA games you need to inject the CIA on both the emu and sysNAND only if they are unlinked, but my NANDS are linked, so after injecting the CIA and of course the AGB_FIRM, I can't boot the games and the system just freezes on a black screen.
Also I have a bug where, injected CIA's keep "wrapping" themselves after opening them, this bug is primarly caused by the 2 NANDS being linked. But I don't know what to do know.


PS: I'm sorry this is such a noobie and/or stupid question, thanks, for any help.
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
1
Location
Sandy, UT
XP
615
Country
United States
Considering you have arm9loaderhax, the easiest thing to do would be to stop having two NANDs. Simply flash your emunand to sysnand (with the "keep a9lh" option in Decrypt9) and off you go.

Also, you aren't supposed to patch AGB_FIRM if you're using Luma. The cfw does that for you automatically.
 

ConfusedGrin15

New Member
OP
Newbie
Joined
Aug 8, 2016
Messages
4
Trophies
0
Age
32
XP
62
Country
United States
Yeah I just removed it from the sd, so I just install decrypt9 and flash it over? Will I lose something in the process? Thanks a lot, I've been smashing my head against the wall all the day looking for answers.
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
1
Location
Sandy, UT
XP
615
Country
United States
Yeah. You just want to be absolutely sure to use the "keep a9lh" function when flashing the emunand to sysnand. Then you'll wanna change your cfw's options to boot into sysnand instead of emunand.
 

ConfusedGrin15

New Member
OP
Newbie
Joined
Aug 8, 2016
Messages
4
Trophies
0
Age
32
XP
62
Country
United States
Yeah. You just want to be absolutely sure to use the "keep a9lh" function when flashing the emunand to sysnand. Then you'll wanna change your cfw's options to boot into sysnand instead of emunand.



Okay, I'll look for some tutorials, thanks for the advice friend!


EDIT: If I use the cia to install Decrypt9 is still the same right?
 
Last edited by ConfusedGrin15,

ConfusedGrin15

New Member
OP
Newbie
Joined
Aug 8, 2016
Messages
4
Trophies
0
Age
32
XP
62
Country
United States
Just here to say THANK YOU, the amount of hype that I got when that TLOZ started can't be just expressed in words, just thanks.
 

gnmmarechal

Well-Known Member
Member
GBAtemp Patron
Joined
Jul 13, 2014
Messages
6,053
Trophies
3
Age
25
Location
https://gs2012.xyz
Website
gs2012.xyz
XP
6,089
Country
Portugal
Okay, I'll look for some tutorials, thanks for the advice friend!


EDIT: If I use the cia to install Decrypt9 is still the same right?
Decrypt9 should not be used as a CIA. Boot it from A9LH, use the .bin payload. Also, iirc, Hourglass9 allows you to restore NAND and never overwrites A9LH.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...