Hacking Luma3DS - Noob-proof 3DS Custom Firmware

  • Thread starter Thread starter Aurora Wright
  • Start date Start date
  • Views Views 3,100,615
  • Replies Replies 19,840
  • Likes Likes 262
Status
Not open for further replies.
Sorry, this should work.
Thanks a lot. It works as expected. This is my boot time which is the same as before:
bDVMi6a.jpg
 
  • Like
Reactions: Februarysn0w
Is it normal to not have rei in front of the system version in emunand?
 
Is it normal to not have rei in front of the system version in emunand?
Yes, the first post explains it. "No ARM9 thread (in the official builds, this provides the "Ver." cosmetic patch in System Settings, which happens to patch random "Ver."s in FCRAM, and thus made me uncomfortable, and FCRAM dumping)."
 
Thanks a lot. It works as expected. This is my boot time which is the same as before:
bDVMi6a.jpg


_Sorry Off-topic_ is this a nexus phone your using ?? i use the Nexus 6 and i love stock android (but i have it rooted and use Chroma ROM)

and the DIO signature of yours is hilarious XD
 
  • Like
Reactions: fr3quency
yey , manged to finished the tutorial this time
but, how i can boot to sysnand ?
also , when i press L+R to enter decrypt9 nothing happen

Enter Decrypt9

  1. Reboot, then open Decrypt9 from arm9loaderhax by holding L+R on boot

anyone has the link to install the modded homebrew launcher for GW?
 
  • Like
Reactions: Skaterdie
yey , manged to finished the tutorial this time
but, how i can boot to sysnand ?
also , when i press L+R to enter decrypt9 nothing happen



anyone has the link to install the modded homebrew launcher for GW?
1. Download this:
https://github.com/d0k3/Decrypt9WIP/releases/download/20160309/Decrypt9WIP-20160309-160637.zip
2. Take the .bin file and rename it to arm9payload.bin
3. Put the arm9payload.bin in the rei folder
4. Try the l+r thing

To boot to sysnand, press L or R on boot.
 
Last edited by Just Passing By,
_Sorry Off-topic_ is this a nexus phone your using ?? i use the Nexus 6 and i love stock android (but i have it rooted and use Chroma ROM)

and the DIO signature of yours is hilarious XD
Off-topic Well every Android Phone using a custom rom which is based on stock Android could have this stop watch and other stock android features. I simply like stock Android so every phone I use gets rooted and a custom rom with the stock android look. ^^
At the moment I still have my Oppo find 7a, but I think I should get my self some time a new phone my phone is almost 2 years old. ^^
 
[U
SER=261811]@Shuttleu[/USER], did you finish that Home Menu patch in AuReinand?
@Aurora Wright, did you see this? https://gbatemp.net/threads/patchin...me-menu-arm9loaderhax-or-emunand-only.419047/
No, I was playing Hyrule Warriors Legends :P

anyway, let's see if @Aurora Wright can help

I made some changes to the CFW source to try and apply this Home Menu region patch, it compiles fine, but it just sits on the splash screen when I try booting it.
If I comment out my changes and compile again it loads fine.

The changes I made are as follows:

patches.c
Code:
const u8 regionPattern[16] = {0x00, 0x00, 0x55, 0xE3, 0x01, 0x10, 0xA0, 0xE3, 0x11, 0x00, 0xA0, 0xE1, 0x03, 0x00, 0x00, 0x0A};
const u8 regionFree[16] = {0x01, 0x00, 0xA0, 0xE3, 0x70, 0x80, 0xBD, 0xE8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};

void getRegionLoc(void *pos, u32 size, u32 *off){
    *off = (u32)memsearch(pos, regionPattern, size, 16);
}
patches.h
Code:
const u8 regionPattern[16];
const u8 regionFree[16];

void getRegionLoc(void *pos, u32 size, u32 *off);
firm.c (patchFirm)
Code:
u32 regionOffset = 0;
getRegionLoc(firmLocation, firmSize, &regionOffset);
memcpy((void *)regionOffset, regionFree, sizeof(regionFree));
 
  • Like
Reactions: mvmiranda
Is it normal to not have rei in front of the system version in emunand?
Yep, that's an intended feature.

"- No ARM9 thread (in the official builds, this provides the "Ver." cosmetic patch in System Settings, which happens to patch random "Ver."s in FCRAM, and thus made me uncomfortable, and FCRAM dumping)."

Wow, yikes, a bit late. But there it is.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum