Me too. Has anyone managed to get it working so far?tattar8 said:I'm still getting a black screen, even when sneek is compiled without errors. The NAND dump worked with r16.
Me too. Has anyone managed to get it working so far?tattar8 said:I'm still getting a black screen, even when sneek is compiled without errors. The NAND dump worked with r16.
thanks for the info, but what about sd access for the di version? That's what I was trying to get working. Or does this enable USB access for the di version too?SanGor said:if you want SD access for UNEEK you must do this:
ES module main.c line 1833 change to:
Code:// ÂÂÂÂret = device_register("/dev/sdio", queueid );
ES module ES.c line 1431/1432 change to:
Code://ÂÂÂÂÂÂÂÂif( 4 == *(u16*)(TMD_Data+0x1E8+0x24*i) ) //ÂÂÂÂÂÂÂÂÂÂÂÂcontinue;
What batch script? Also, what version did you get working?mousex said:I often had it compiled without visible errors, too and it didn't work. Uploading non-inserted modules here should be fine, right? Then just wait some minutes. I'll upload them and you can compare them with yours (hex compare) or just place in the ES/FS/DI folders and run the batch script to put them into the bin files.
FenrirWolf said:thanks for the info, but what about sd access for the di version? That's what I was trying to get working. Or does this enable USB access for the di version too?
That explains a lot...I've been using IOS60 files the WHOLE TIME.fogbank said:tattar8 said:Do I use the 0000000e and 0000001 from IOS60 or IOS70?
Despite what the batch files may be prompting you for, use IOS70 files.
don't need font.bin if you look in the es folder there's a font.h and font.c file and there included in es\main.c have tried enabling the menu and having 2 games on the drive but stab away at the GC pad and nothingmousex said:The Menu is inside the function FBNuke but this is disabled in ES/main.c
If the Current title is the system menu it would start the menu function and listen for GC-Pad input if it is disabled. Didn't try it yet because I'll first have to look what format the font.bin should have.Code:ÂÂÂÂif( TitleID == 0x0000000100000002LL ) ÂÂÂÂ{ ÂÂÂÂÂÂÂÂ//Disable SD for system menu ÂÂÂÂÂÂÂÂif( *SDStatus == 1 ) ÂÂÂÂÂÂÂÂÂÂÂÂ*SDStatus = 2; ÂÂÂÂÂÂÂÂ//Region free 4.2EUR ÂÂÂÂÂÂÂÂ//*(u32*)0x0137DC90 = 0x4800001C; ÂÂÂÂÂÂÂÂ//*(u32*)0x0137E4E4 = 0x60000000; ÂÂÂÂÂÂÂÂ//LoadFont( "/font.bin" ); ÂÂÂÂÂÂÂÂ//u8 *stk = malloca( 0x100, 32 ); ÂÂÂÂÂÂÂÂ//u32 id = thread_create( FBnuke, 0x20, stk, 0x100, 0, 1 ); ÂÂÂÂÂÂÂÂ//thread_continue( id ); ÂÂÂÂ}
add the missing .app after the TMP in the batch filewiiwaker said:Someone tried the latest revision(r72)?
boot2_usb.bin and di.bin are compiled but compiling boot2_di.bin and boot2_sd.bin throws out an error "No such file or directory". I'm using devikitARm r24 and compiling r67 is fine.
thx, now they are compiled.Cyan said:add the missing .app after the TMP in the batch filewiiwaker said:Someone tried the latest revision(r72)?
boot2_usb.bin and di.bin are compiled but compiling boot2_di.bin and boot2_sd.bin throws out an error "No such file or directory". I'm using devikitARm r24 and compiling r67 is fine.
I'm still getting a black screen.tattar8 said:That explains a lot...I've been using IOS60 files the WHOLE TIME.fogbank said:tattar8 said:Do I use the 0000000e and 0000001 from IOS60 or IOS70?
Despite what the batch files may be prompting you for, use IOS70 files.
There's nothing illegal about armboot.bin, so could you post that here?mousex said:Maybe the problem is your armboot.bin
By the way, to get the number of a game to put into slot.bin just use (the unix command)the -f parameter lists the files unsorted. So the first entry is game 00 00 00 00, the second is 00 00 00 01 and so on. This order may change when ading new games, so it's good to have this command to see what number is which game (because blind trying is annoying with 5+ gamesCode:ls -f).![]()
