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
redeyed said:
Can someone try the following.

Open devkitpro folder
Rename devkitARM to devkitARM_orig (my original was r28)
Google Search and download "devkitARM_r24win32.exe"
Extract to devkitpro folder creating a new devkitARM
Now try and compile sneek r59

worked for me
smile.gif
+1 for that file sizes look the same will test

Edit still the same no signal tried usb and sd with and without di.bin usbhaxx enabled and disabled and clean source from svn
 

DarkunderdoG

Well-Known Member
Newcomer
Joined
Jul 2, 2007
Messages
96
Trophies
0
XP
215
Country
United States
Can someone please tell me once everything is all compiled. What files do you put on SD and on USB for you to be able to boot SNEEK off your USB Harddrive.

A basic FAQ would be AWESOME!!!!
 

fogbank

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
413
Trophies
0
XP
56
Country
United States
longtom1 said:
redeyed said:
Google Search and download "devkitARM_r24win32.exe"
+1 for that file sizes look the same will test

Edit still the same no signal tried usb and sd with and without di.bin usbhaxx enabled and disabled and clean source from svn

Same here. I recompiled clean source with devkitARM r24, es, fs, di, armboot.

No signal.

But I did this AGAIN from clean r59 source and it worked fine:

- Compile es and fs
- Elfins.exe iosmodule.elf 0000000e.app tmp1.bin -s
- Elfins.exe esmodule.elf tmp1.bin tmp2.bin
- Boot2Me.exe tmp2.bin boot2.bin

Use this boot2.bin with the older armboot.bin (throw in the ppcboot.elf and bootmii.ini).

I haven't had any luck with the r59 di module yet (black screen), but I think I need to look into the file structure on my USB device more.
 

fogbank

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
413
Trophies
0
XP
56
Country
United States
fogbank said:
- Compile es and fs
- Elfins.exe iosmodule.elf 0000000e.app tmp1.bin -s
- Elfins.exe esmodule.elf tmp1.bin tmp2.bin
- Boot2Me.exe tmp2.bin boot2.bin

Use this boot2.bin with the older armboot.bin (throw in the ppcboot.elf and bootmii.ini).

This works for me running NAND off of USB too (fs-usb).
 

redeyed

Active Member
Newcomer
Joined
Jul 7, 2009
Messages
34
Trophies
0
XP
79
Country
United States
If you open up the precompiled es/fs/arm in a hex editor and search devkitARM you will see "(devkitARM release 25) 4.3.3". The devkitarm in devkitProUpdater-1.5.0.exe is release 28. The only reason I suggested using release 24 is because I could not find release 25 anywhere and it worked for me. If anyone knows where I can find devkitARM release 25 I'd still like to have it.

These are the steps I'm using

devkitProUpdater-1.5.0 installed (devkitARM renamed devkitARM_orig replaced with devkitARM_r24win32.exe)
Download source (edit ES.c #define USBHAX and edit \mini-tree-mod\Makefile /c/python26/python makebin.py)
IOS70 (using the latest version) decrypted 0000000e.app 00000001.app
build_boot2_di.cmd (Slightly edited adding compile \mini-tree-mod and add .app see below)


@echo off
cd es
make clean
make
cd ..\fs
make clean
make
cd ..\fs-usb
make clean
make
cd ..\di
make clean
make
cd ..\mini-tree-mod
make clean
make
cd ..
elfins\elfins fs\iosmodule.elf 0000000E.app 0000000E-tmp -s
elfins\elfins es\esmodule.elf 0000000E-tmp boot2_sd.bin
elfins\elfins fs-usb\iosmodule.elf 0000000E.app 0000000E-tmp -u
elfins\elfins es\esmodule.elf 0000000E-tmp boot2_usb.bin
elfins\elfins fs-usb\iosmodule.elf 00000001.app di.bin -d
del 0000000E-tmp

Tried the same with r51 and it froze. I currently running sneek r60 off my usb and I have know idea how to use the di module.

my sd and usb card have

\bootmii
armboot.bin (compiled with r60 44.1kb)
bootmii.ini
ppcboot.elf

\nand
a nand dump on sd and a different nand dump on usb

boot2.bin (boot2_usb.bin on both usb and sd)
di.bin (di.bin on usb and sd)


The wii was purchased July 08 (bootmii ios only with priiloader installed)

I've had 1 person PM me saying it worked for them.
 

fogbank

Well-Known Member
Member
Joined
Oct 28, 2008
Messages
413
Trophies
0
XP
56
Country
United States
redeyed said:
Download source (edit ES.c #define USBHAX and edit \mini-tree-mod\Makefile /c/python26/python makebin.py)

If you #define USBHAX then the di module will be loaded:

Code:
#ifdef USBHAX
ÂÂÂÂÂÂÂÂ//Load special DI module
ÂÂÂÂÂÂÂÂif( 1 == *(u16*)(TMD_Data+0x1E8+0x24*i) )
ÂÂÂÂÂÂÂÂ{
ÂÂÂÂÂÂÂÂÂÂÂÂ_sprintf( path, "/di.bin" );
ÂÂÂÂÂÂÂÂ} else {
#endif
redeyed said:
my sd and usb card have

\bootmii
armboot.bin (compiled with r60 44.1kb)
bootmii.ini
ppcboot.elf

Sorry but are you absolutely sure you are using a newly compiled armboot.bin? No chance you could be using an older version? Have you tried running it without the ppcboot.elf and bootmii.ini?

I tried again with a clean compile using devkitARM r24 and still get no signal. With the older armboot.bin I can run r59 (same source as r60) off of SD and USB no problem.

Posts merged

QUOTE(longtom1 @ Mar 19 2010, 10:46 PM)
found r25 will install compile and test
That seems to link to r28...?
 

redeyed

Active Member
Newcomer
Joined
Jul 7, 2009
Messages
34
Trophies
0
XP
79
Country
United States
QUOTE said:
Sorry but are you absolutely sure you are using a newly compiled armboot.bin? No chance you could be using an older version?

yes. From my sd card opened armboot.bin with hex editor search for devkitarm

GCC: (devkitARM release 24) 4.3.2 (size 44.1kb)

From the precompiled armboot.bin r47 on sneek google.code opened with hex editor searched for devkitarm

GCC: (devkitARM release 25) 4.3.3 (size 44.1kb)

From my original devkitARM r28 armboot.bin

GCC: (devkitARM release 28) 4.4.3 (size 42.7kb) This one I compiled never worked.

QUOTE said:
If you #define USBHAX then the di module will be loaded:
I know I enabled it. I just don't know how to use it. (Been trying to compile from source since about r30 over the past few days.)

QUOTE
Have you tried running it without the ppcboot.elf and bootmii.ini?
Yes. From priiloader it refused to load because it can't find fat:\bootmii\ppcboot.elf. From HBC it worked without ppcboot.elf and bootmii.ini.
 

SanGor

Witchhunter
Member
Joined
Aug 21, 2008
Messages
993
Trophies
0
Website
Visit site
XP
215
Country
United States
QUOTE said:
elfins\elfins fs-usb\iosmodule.elf 00000001.app di.bin -d

that's not how it works, all patches are for the kernel (0000000E.app) !
also obviously FS-USB and DI don't work together!

If you are using FS-SD and DI you need a _valid_ game on your USB device:

CODE+---games
ÂÂÂÂ+---SMNU
ÂÂÂÂÂÂÂÂ|ÂÂ cert.bin
ÂÂÂÂÂÂÂÂ|ÂÂ ticket.bin
ÂÂÂÂÂÂÂÂ|ÂÂ tmd.bin
ÂÂÂÂÂÂÂÂ|ÂÂ
ÂÂÂÂÂÂÂÂ+---files
ÂÂÂÂÂÂÂÂ|ÂÂÂÂ your extracted filesÂÂÂÂÂÂ
ÂÂÂÂÂÂÂÂ\---sys
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂboot.bin
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂbi2.bin
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂfst.bin
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂapploader.img
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂmain.dol
 

redeyed

Active Member
Newcomer
Joined
Jul 7, 2009
Messages
34
Trophies
0
XP
79
Country
United States
@SanGor

Thank you for your post. I will try that tomorrow.

QUOTE said:
elfins\elfins fs-usb\iosmodule.elf 00000001.app di.bin -d


that's not how it works, all patches are for the kernel (0000000E.app) !
also obviously FS-USB and DI don't work together!

I didn't add that line. That same line is in r60 build_boot2_di.cmd. I only edited it to add

cd ..\mini-tree-mod
make clean
make

and add .app to the .cmd file where needed
 

betita_elfica

Active Member
Newcomer
Joined
Mar 15, 2010
Messages
34
Trophies
0
XP
1
Country
ohh i go to download devkitARm_r24 and serch for r25. I want to say that using the elf modules and armboot from sneek/DOWNLOADS i can get running in my newest wii.

Now i try to compile myself using devkitarm r24. I have only one question more, i want to use usb for runing sneek, what i need? i dont know very well the structure of files for working sneek on usb can anyone tell me ? waht goes on sd an what in usb?


http://crediar.no-ip.com/devkitARM_r24-win32.exe for who wants r24 that works, r28 dont work.
 
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