Hacking SNEEK v2

  • Thread starter Thread starter Det1re
  • Start date Start date
  • Views Views 544,330
  • Replies Replies 2,761
  • Likes Likes 1
ChokeD said:
gameking66 said:
cthg said:
Right now I'm changing the system menu on my NAND dump to 4.2E because it seem that SNEEK+DI doesn't work on 4.2U. Has anyone got SNEEK+DI working with a US region NAND dump?
I just changed mine to 4.2E and it still blackscreens, so I doubt that's the problem.

QUOTE(cthg @ Mar 31 2010, 10:19 PM)
same for me
frown.gif
like I said, I believe you got to change it in the source somewhere but I can't find it.

anyone know where ???

Check main.c (in folder di) between lines 129 to 144, change EUR to USA, and you could also
change line 1425: Region = 2 to Region = 1.

Hope that helps.
 
I think debug spew is disabled by default, but maybe sneek could be affected by having a gcn memory card in slot B like other applications tend to have.
 
FenrirWolf said:
I think debug spew is disabled by default, but maybe sneek could be affected by having a gcn memory card in slot B like other applications tend to have.
I don't have any GC hardware plugged in.
 
gameking66 said:
gameking66 said:
cthg said:
same for me
frown.gif
Oddly enough removing di.bin on 4.2E works, but the Press A to continue never shows up (bricks?).
Back to blackscreen. =/
Okay I somehow got it back to showing the health screen but freezing without showing Press A to continue (no di.bin, just boot2.bin and bootmii\armboot.bin) X.X

My Wiimote DOES connect though.
 
cthg said:
Right now I'm changing the system menu on my NAND dump to 4.2E because it seem that SNEEK+DI doesn't work on 4.2U. Has anyone got SNEEK+DI working with a US region NAND dump?

Yes it works on 4.2U. The game select menu does not however.

QUOTE(ChokeD @ Mar 31 2010, 06:56 PM) seems to me that you have to change the 4.2e to 4.2u in the source somewhere cause of crediar's source. I read it somewhere but don't know for sure where. I'll try to find it.

You don't have to change the source. If you have a region.bin file in usb/sneek/ you can configure the region without modifying the source.
 
fogbank said:
cthg said:
Right now I'm changing the system menu on my NAND dump to 4.2E because it seem that SNEEK+DI doesn't work on 4.2U. Has anyone got SNEEK+DI working with a US region NAND dump?

Yes it works on 4.2U. The game select menu does not however.

QUOTE(ChokeD @ Mar 31 2010, 06:56 PM) seems to me that you have to change the 4.2e to 4.2u in the source somewhere cause of crediar's source. I read it somewhere but don't know for sure where. I'll try to find it.

You don't have to change the source. If you have a region.bin file in usb/sneek/ you can configure the region without modifying the source.
Where can one obtain region.bin?
 
gameking66 said:
Where can one obtain region.bin?

region.bin is a simple hex file with a 4 byte number in it. Can you create on your own. See in the source for the right number.
I don't remember now but I think 00-00-00-02 is EUR.
 
patrash said:
gameking66 said:
Where can one obtain region.bin?

region.bin is a simple hex file with a 4 byte number in it. Can you create on your own. See in the source for the right number.
I don't remember now but I think 00-00-00-02 is EUR.
00 00 00 00 = J
00 00 00 01 = U
00 00 00 02 = E

You'll need a hex editor to put it in a bin file like that though
 
beegee7730 said:
I have SNEEK-DI working on 4.2E with the menu/game loading incase anyone is wondering.
How did you go from a black screen to a fully working version? X.X. I'm still freezing at the health screen without DI.
 
gameking66 said:
beegee7730 said:
I have SNEEK-DI working on 4.2E with the menu/game loading incase anyone is wondering.
How did you go from a black screen to a fully working version? X.X. I'm still freezing at the health screen without DI.

I have SNEEK+DI working on 4.1E.
I obtained a SNEEK+DI working on 4.2E with menu/game loading: copying SD with 4.1, cleaning it from unused channels, loading with SNEEK and upgrading to 4.2E from ninty update.
Taking some time but now I have a working copy of SNEEK+DI 4.2E with GC menu/game loading.
In my attempt to obtain 4.2E I tried various techinques (installing system menu from NUSD/ShowMiiWads for example) but Sneek+DI always freeze at the health screen.
Freeze I think is always a system files corruption problem on the SD card.

Note: Now I Tried UNEEK with same hardware but I receive black screen. Any reccomendation will be appreciated. Thanks
smile.gif
 
gameking66 said:
beegee7730 said:
I have SNEEK-DI working on 4.2E with the menu/game loading incase anyone is wondering.
How did you go from a black screen to a fully working version? X.X. I'm still freezing at the health screen without DI.
If it's freezing at the H&S Screen, that sounds like a NAND problem.
How long have you been waiting? SNEEK takes some time to load on the first boot.
 
Is it possible to get MyMenuify working with Sneek via USB? It will be awsome to install themes to the SD-NAND directly from wii (sorry but i'm lazy so I don't wanna use ThemeMii)
 
netsad said:
Is it possible to get MyMenuify working with Sneek via USB? It will be awsome to install themes to the SD-NAND directly from wii (sorry but i'm lazy so I don't wanna use ThemeMii)

Check this FAQ http://gbatemp.net/index.php?showtopic=205...p;#entry2563988 linked in first page. Search for how do I install custom systemmenus (themes) onto the SD-FS question.
 
fogbank said:
I only use NANDs that were created from scratch with the minimum necessary files (3.2). The only thing I take from a NAND dump is setting.txt. Let the setup run, then do an official upgrade to 4.2. Once you have a working copy save it on your computer and you can replace it on the SD card whenever you need to. I have multiple NANDs with different things installed (cIOS versions, HBC, etc..).

setting.txt is not generic text. It is encrypted and you must decrypt it in order to modify it.
I'm trying to build a nand from scratch using 3.2e....
I downloaded the necessary files with NUSD (decrypted), got the setting.txt from my nand, but how do i set it up to get it to build a working nand?
I dropped all the files in the title folder on my SD like this:
SD:/title/00000001/00000002
but it's obviously not working.
 
beegee7730 said:
gameking66 said:
beegee7730 said:
I have SNEEK-DI working on 4.2E with the menu/game loading incase anyone is wondering.
How did you go from a black screen to a fully working version? X.X. I'm still freezing at the health screen without DI.
If it's freezing at the H&S Screen, that sounds like a NAND problem.
How long have you been waiting? SNEEK takes some time to load on the first boot.
First boot (when it black screened) I waited 20 minutes. I then just got SNEEK(no DI) and it boots to Health screen. Should I try dumping my nand again and using that?
 

Site & Scene News

Popular threads in this forum