that i not how it works, pasta as of now will force sysnand.
Oh, that's sad. I thought I was doing something wrong, but Pasta doesn't even boot from rxtool emunand. Hoping for a pasta emunand soon then
that i not how it works, pasta as of now will force sysnand.
You can boot in sysNAND as well with Gateway.i assumed gateway to boot into emunand when running higher firmware
You can boot in sysNAND as well with Gateway.
Does anyone know why I obtain 0xF8C007F4 when trying to call svcDebugActiveProcess?
not sure about it.so i'd just take the 9.3 cia for my nfc module on n3ds from nus, install it and after firmlaunch i have muh amiibos?
that sucks :/i don't have a nand mod(i'm so cheap)
I have the Force Debug flag enabled!yes, you need to set a certain debug flag before you may call this syscall
edit: i've seen example code on github doing this, dunno the project name anymore, sorry
I have the Force Debug flag enabled!
Definitely the error you get when you're missing debug privs. See https://github.com/yuriks/bootstrap/tree/debug-flag (in particular: https://github.com/yuriks/bootstrap/commit/649193afa7e8484ec7865fe71a9064ae8f0d81f5) and https://github.com/SciresM/memdump for an example for a working svcDebugActiveProcess.Does anyone know why I obtain 0xF8C007F4 when trying to call svcDebugActiveProcess?
Definitely the error you get when you're missing debug privs. See https://github.com/yuriks/bootstrap/tree/debug-flag (in particular: https://github.com/yuriks/bootstrap/commit/649193afa7e8484ec7865fe71a9064ae8f0d81f5) and https://github.com/SciresM/memdump for an example for a working svcDebugActiveProcess.
I have the Force Debug flag enabled!
The force debug flag IS set! I don't understand!Definitely the error you get when you're missing debug privs. See https://github.com/yuriks/bootstrap/tree/debug-flag (in particular: https://github.com/yuriks/bootstrap/commit/649193afa7e8484ec7865fe71a9064ae8f0d81f5) and https://github.com/SciresM/memdump for an example for a working svcDebugActiveProcess.
I enabled it in the exheader.yeah the first one was the project i meant! thanks!
--------------------- MERGED ---------------------------
the offset of the debug flag varies per firmware if i'm not mistaken. check the kprocess(?) structure on 3dbrew
Both? The one at a mysterious offset (0xFFF2D00A in memdump; yuriks's debug-flag branch has offsets for lower firmwares) and the one in the exheader for the current process (exheader_flags)?The force debug flag IS set! I don't understand!
If only there was someone who could try it.that sucks :/
I'm not sure if the cia will brick your N3DS if you install it and it does not work or if it will be like AGB_Firm (just doesn't boot the app when you're not in PastaMode
Both? The one at a mysterious offset (0xFFF2D00A in memdump; yuriks's debug-flag branch has offsets for lower firmwares) and the one in the exheader for the current process (exheader_flags)?
If you can find out why setting it sometimes just freezes the 3DS with double red screens, that'd be great. Been ruining my mem dumping experience lately.Yes, I forgot to active the global kernel debug flag.