- Joined
- Jan 25, 2024
- Messages
- 11,610
- Points
- 38
- Age
- 39
- Location
- USA
- Website
- gameparadise.org
- Credits
- 192,434
Some quick information:
- runs on MINI (makes it way easier to start up [not as in v1])
- requires only a FS dump (import, meta, shared1, shared2, sys, ticket, title, tmp)
- runs channels & games
- allows Shop Channel usage
- the Wii is identified on the fly via SNEEK and assign rights to download purchased titles
- possibility to fake another Wii to gain its download rights with via device.cert
- Shop Channel Download Animation Hack, always have Mario and Luigi Swimming
- System Menu update is working on the emulated NAND
- reports boot2-v5
- completely independant from your real NAND
- ES module completely rewritten
- works with SDHC
- possibility to emulate SD card for titles (unactive for System Menu as for r15)
- sends debug output via USB Gecko
- SD:/
- bootmii/
- armboot.bin
- ppcboot.elf (the one that came with BootMii)
- bootmii.ini (autoboot enabled)
- boot2.bin
- obviously a NAND filesystem dump (import, meta, shared1, shared2, sys, ticket, title, tmp)
- bootmii/
- Google Project link: http://code.google.com/p/sneek/ -> it's released
- Startup Guide: http://code.google.com/p/sneek/wiki/StartupGuide
- crediar's FAQ: http://code.google.com/p/sneek/wiki/FAQ
- wilsoff's FAQ: http://gbatemp.net/index.php?showtopic=205...t&p=2563988
- http://www.youtube.com/watch?v=PlB6HZtBWtc / giantpune
- http://www.youtube.com/watch?v=MVBWSC6u33s / giantpune
- http://www.youtube.com/watch?v=yqIOoYakHhE / det1re
Code:
ÂÂÂÂÂÂÂÂES-Module
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂadded:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTMDContentCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTMDContents
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_Sign
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetDeviceCert
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetDeviceID
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_DIGetStoredTMD
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_DIGetStoredTMDSize
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetSharedContents
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetSharedContentCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetStoredContentCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_DIGetTicketView
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetOwnedTitleCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetConsumption
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetOwnedTitles
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_0x45 (Error-003-check)
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_ImportBoot (Doesn't do anything, just returns successes)
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂfixed:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTitleContentCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTitleContents
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_AddTicket
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTMDViews
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTMDViewCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTicketViewCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTicketView
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_DIGetTicketView
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂchanged:
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTitleCount
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTitles
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_Launch
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_DIVerify
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_SetUID
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-changed a bug in the title install routine which could lead to missing shared content
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-added a patch which makes all titles region free
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed Disc launching via ES_Launch
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed Channel launching via ES_Launch
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed Shop channel (requires device.cert to be present)
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed a bug which installed tickets for disc titles which then caused
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ questionmark channels
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-added dynamic IOS content launching.
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-Contents are now loaded from the IOS version the current title requested
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-re-coded boot up code
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-changed how SNEEK works, it doesn't use an IOS spot anymore
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ which makes it untouchable by any online or disc updates.
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed system menu online update
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed system menu settings
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetTicketView/ES_GetTicketViews can now return more than one TicketView if present
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-removed all mini-related code
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-content.map/uid.sys will now be created if not found
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-new UIDs will be added to uid.sys if the Title has none yet
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-added the ability to load IOS modules from shared1
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ES_GetDeviceCert/ES_GetDeviceID require a device cert to be present at this location /sys/device.cert there are a few ways to get your device cert i.e. via ES_GetDeviceCert on a real IOS or via the key dumper tool you can find on wiibrew.org.
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-highly optimized content.map access
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed a bug which cause AddTitleFinish to fail if the last content was a new shared content
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-GetDeviceCert uses the device cert of the Wii if the device.cert file wasn't found
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-GetDeviceID now also uses the ID of the Wii if the device.cert file wasn't found
ÂÂÂÂÂÂÂÂFS-Module
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-Fixed FS_GetUsage again, was returning garbage.
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-Fixed FS_GetUsage which returned wrong size values
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed memcpy
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-ISFS_ReadDir doesn't show .attr files anymore
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-fixed a few .attr related bugs
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-rewrote most of the FS functions
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-increased free space to over 1000 blocks
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-removed .attr stuff
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ-added a hack which limits the title size of 0001001 to 42*16KB
ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ which should remove the 512MB size limit