Hacking SNEEK v2

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
FenrirWolf said:
longtom1 said:
nope just updated mine to r32 and it's just a missing file from the di folder update still compiles the same for me

for the devkitpro environments check this out
Did that, and am still getting the same old "Set WIIDEV in your environment" error. Good grief.
my WIIDEV=/c/devkitpro/


I'm getting there can hear hard drive activity but just get black screen must be the way I edit the games
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
Wow, I swear setting the environment just made things worse instead of better. Now whenever I try to compile any of the modules (es, fs, and di), I get this error:

Code:
make: *** No rule to make target `c:\devkitpro\devkitarm\bin\../lib/gcc/arm-eabi
/4.4.2/include/stdarg.h', needed by `string.d'.ÂÂStop.
]

EDIT: Solved this one by renaming C:\devkitPro\devkitARM\lib\gcc\arm-eabi\4.4.3 to C:\devkitPro\devkitARM\lib\gcc\arm-eabi\4.4.2

But make mini-tree-mod has something new to say:

Code:
ÂÂASSEMBLEÂÂstart.S
make: /c/devkitPro/devkitARM/bin/armeb-eabi-gcc: Command not found
make: *** [start.o] Error 127

I think SNEEK hates me. And you'll all hate me and my incessant problems before we're though. XD
 

moosehunter

Well-Known Member
Member
Joined
Nov 26, 2008
Messages
219
Trophies
0
XP
342
Country
United States
FenrirWolf said:
Wow, I swear setting the environment just made things worse instead of better. Now whenever I try to compile any of the modules (es, fs, and di), I get this error:

Code:
make: *** No rule to make target `c:\devkitpro\devkitarm\bin\../lib/gcc/arm-eabi
/4.4.2/include/stdarg.h', needed by `string.d'.ÂÂStop.
]

EDIT: Solved this one by renaming C:\devkitPro\devkitARM\lib\gcc\arm-eabi\4.4.3 to C:\devkitPro\devkitARM\lib\gcc\arm-eabi\4.4.2

But make mini-tree-mod has something new to say:

Code:
ÂÂASSEMBLEÂÂstart.S
make: /c/devkitPro/devkitARM/bin/armeb-eabi-gcc: Command not found
make: *** [start.o] Error 127

I think SNEEK hates me. And you'll all hate me and my incessant problems before we're though. XD

Yeah, you have to edit starlet.mk to say
PREFIX = $(WIIDEV)/bin/arm-eabi-
instead of
PREFIX = $(WIIDEV)/bin/armeb-eabi-

But the compiled boot2.bin won't do anything for me. It just black screens.
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
moosehunter said:
Yeah, you have to edit starlet.mk to say
PREFIX = $(WIIDEV)/bin/arm-eabi-
instead of
PREFIX = $(WIIDEV)/bin/armeb-eabi-

But the compiled boot2.bin won't do anything for me. It just black screens.
Yup, that was the key. The sucker finally compiled. Guess I'll test it out and see if I black screen or not.
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
Okay, last freaking question: When it comes to the game partition that you want to play, am I supposed to extract the unencrypted partition and then rebuild it with PartitionBuilder, or am I supposed to save the unencrypted partition? Because when I choose "save" in either the encrypted or unencrypted partition submenus it tells me that the output file will be encrypted regardless of which I choose.
 

cwstjdenobs

Sodomy non sapiens
Member
Joined
Mar 10, 2009
Messages
1,756
Trophies
0
Location
Ankh-Morpork
Website
Visit site
XP
205
Country
Save it unenencrypted. For some reason WiiScrubber puts (crypted) at the end of the filename. Then open the partition in a hex editor and scroll down to 0x20000, select and delete everything that comes before the title id and save that as your part.bin.
 

FenrirWolf

Well-Known Member
Member
Joined
Nov 19, 2008
Messages
4,347
Trophies
0
Location
Sandy, UT
XP
603
Country
United States
Ah, cool. Unfortunately I'm not sure this will work for Metroid Prime Trilogy since the partition looks like it will be well over 4GB. Not sure trimming it will do anything either.
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
cwstjdenobs said:
Save it unenencrypted. For some reason WiiScrubber puts (crypted) at the end of the filename. Then open the partition in a hex editor and scroll down to 0x20000, select and delete everything that comes before the title id and save that as your part.bin.
what hex editor are you using??
 

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
0
Location
Honey Oils inc.
Website
Visit site
XP
186
Country
cwstjdenobs said:
Search for the titleid a couple of times, it's not the first time it comes up. At offset 0x20000.
thanks got it working how do you select a different game do you have to edit and recompile or is there a way to change from sneek
 

giantpune

Well-Known Member
Member
Joined
Apr 10, 2009
Messages
2,860
Trophies
0
XP
213
Country
United States
ive changed my version to read a txt file from the root of the usb drive with a game to default to. and whenever you use the command to change games, it rewrites that file. and if that file is not found, or if it cant load the game in the file, it just defaults to wii sports.

you still need to use some homebrew to change the game. even if you make it where you can change the game by clicking a different channel on the system menu, you can only have 43 games that way.
 

Levente

Well-Known Member
Member
Joined
Nov 28, 2006
Messages
292
Trophies
1
Age
33
Website
Visit site
XP
1,693
Country
Hungary
"Only full FS dumps work with SNEEK, some dumpers skip IOSs or data folders. The system menu won't load without a setting.txt present."

where should be the setting.txt file?
 

fogbank

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
413
Trophies
0
XP
56
Country
United States
Levente said:
"Only full FS dumps work with SNEEK, some dumpers skip IOSs or data folders. The system menu won't load without a setting.txt present."

where should be the setting.txt file?


\title\ 00000001\ 00000002\data
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Will you give me mouth to mouth oxygen if my throat closes?
  • K3N1 @ K3N1:
    Nah the air can do that
  • K3N1 @ K3N1:
    Ask @x65943 he's trained for that stuff
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
    A @ abraarukuk: hi guys