chuberry said:Hey guys,
It has been now for two weeks I'm trying to get sneek+DI working on my 3.3e (real nand). I've already succeded to run a sneek (no DI) with a 4.2e (emu nand). Although, every time I try DI I either get a black screen (nothing else) or a blinking dvd drive light. I tried many steps always using the installer. I compiled the source code too but I don't know exactly what use from there, if only i could see messages of what is going on, I found some clue on usbgeck but this project is now discontinued. Have you tried to debug sneek with something else like a log file or the network gecko stuff? If you did that would be much of a help. My motivation is to play rock packs, MTri and other ios reload stuff flawlessly.
Thanks in advance
xfcrowman said:*(u32*)0x01334610 = 0x60000000;Blue-K said:Well, I never tried any other menu than 4.2, but if SNEEK worked, then with 4.2. Not to mention that SNEEK+DI only works for 4.2, so Crediar sees 4.2 as the best menu too (or he's too lazy to search for the values). And gosh, why wouldn't you want 4.2? It's always nice to be up-to-date (if you scratch 4.3).![]()
FYI - Conanac and overjoy have ported the offsets so that SNEEK+DI can now be used on 4.3U and 4.3E. You need to modify SMenu.c by adding this code after line 156. Here are the details (these are direct quotes from conanac and overjoy):
4.3U
Code:case 513: {ÂÂÂÂ ÂÂÂÂ//Disc Region free hackÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂÂ*(u32*)0x0137DD80 = 0x4800001C; ÂÂÂÂ*(u32*)0x0137E5D4 = 0x60000000; ÂÂÂÂFBSize = 304*480*4; ÂÂÂÂreturn 1; } break;
4.3E
Code:case 514: {ÂÂÂÂ ÂÂÂÂ//Disc Region free hackÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ÂÂÂÂ*(u32*)0x0137DE28 = 0x4800001C; ÂÂÂÂ*(u32*)0x0137E67C = 0x60000000; ÂÂÂÂFBSize = 320*480*4; ÂÂÂÂreturn 1; } break;
I agree with Blue-K that there is no reason to be on SM 4.3 to use SNEEK+DI, but in case anyone wants to try it here is the info. I myself have not tested this yet but one of these days I will get around to it.
@ChokeD - it might be worth adding this to the 1st post in case anyone wants to run SNEEK+DI on 4.3U or E.
Cheers
Add the following line also to ensure that HBC is not removed on boot:
4.3U:
Code:*(u32*)0x013345A0 = 0x60000000;
4.3E
CODE
xfcrowman said:@ Overjoy - can you edit the last post? The code for 4.3U is missing a zero.
Thanks for giving us this info as it would be annoying to loose the HBC.
Added, thanks OverjoY.OverjoY said:Add the following line also to ensure that HBC is not removed on boot:
4.3U:
Code:*(u32*)0x013345A0 = 0x60000000;
4.3E
Code:*(u32*)0x01334610 = 0x60000000;
M[u said:ddy]
Rev106 doesn't work. No matter what I try, I always get a pink screen.
I've no issues running rev106.
Crediar added the SM hacks for 4.3U and 4.3E. The "No-Delete HAXX, JODI, DVDX, DISC, DISK, RZDx" is still needed if you don't wanna lose HBC.
OverjoY said:4.3U:
Code:*(u32*)0x013345A0 = 0x60000000;
4.3E
CODE*(u32*)0x01334610 = 0x60000000;
M[u said:ddy]
Do I need to get 0000000E.app and 00000001.app from IOS80 now?

M[u said:ddy]
Still not working.![]()
Here are the CRC hashes for my compiled files. Can someone verify them, please?
boot2_di.bin E049C51B
boot2_sd.bin EE18D383
boot2_usb.bin CA0C37DD
di.bin 7248B347
M[u said:ddy]
Still not working.![]()
Here are the CRC hashes for my compiled files. Can someone verify them, please?
boot2_di.bin E049C51B
boot2_sd.bin EE18D383
boot2_usb.bin CA0C37DD
di.bin 7248B347








