Hacking SNEEK v2

longtom1

Keep an eye on my posts cause I quick edit frequen
Member
Joined
Jan 12, 2009
Messages
2,641
Trophies
1
Location
Honey Oils inc.
Website
Visit site
XP
197
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
1
Location
Sandy, UT
XP
615
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
1
Location
Sandy, UT
XP
615
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
1
Location
Sandy, UT
XP
615
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
1
Location
Sandy, UT
XP
615
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
1
Location
Honey Oils inc.
Website
Visit site
XP
197
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
1
Location
Honey Oils inc.
Website
Visit site
XP
197
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
293
Trophies
1
Age
34
Website
Visit site
XP
1,780
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
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • BigOnYa @ BigOnYa:
    What does pizza and sex have in common? When its good, its good. But when its bad, its still pretty good.
  • K3Nv2 @ K3Nv2:
    Don't know burnt pizza can be pretty bad
  • Xdqwerty @ Xdqwerty:
    gonna download sonic generations to my ps3
  • BigOnYa @ BigOnYa:
    How do you put games on there? Does it have like a game store on the ps3?
  • K3Nv2 @ K3Nv2:
    Black market store
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, download a pkg file, put it in a usb or a sd card, put the usb or sd card to ps3, turn on ps3hen, go to install game, install the game
    +1
  • BigOnYa @ BigOnYa:
    Ok yea that's same with me, was just curious. Coolio
    +1
  • Xdqwerty @ Xdqwerty:
    good night
  • BigOnYa @ BigOnYa:
    Nighty night
  • K3Nv2 @ K3Nv2:
    Lmao my keyboard decided to randomly die
  • BigOnYa @ BigOnYa:
    Its prob your new router interfering w it
  • K3Nv2 @ K3Nv2:
    How when my old one worked fine
  • BigOnYa @ BigOnYa:
    You figure out ring and all smart devices? And POE
  • K3Nv2 @ K3Nv2:
    Yeah but gave up on PPPoE
    +1
  • Sicklyboy @ Sicklyboy:
    did you fix it ken?
  • K3Nv2 @ K3Nv2:
    Bob the builder
  • K3Nv2 @ K3Nv2:
    Uck
  • BakerMan @ BakerMan:
    you
  • K3Nv2 @ K3Nv2:
    Deeze nuts
  • BakerMan @ BakerMan:
    $21 bill dropped

    iu
  • K3Nv2 @ K3Nv2:
    Wtf are you doing with that $20 cutting up meth
  • BigOnYa @ BigOnYa:
    Going to jail if he tries to spend it
    BigOnYa @ BigOnYa: Going to jail if he tries to spend it