
Crediar hat sein NAND Emulator
SNEEK, auf Version 2 aktualisiert.
Mit ihm ist es möglich, einen NAND Backup zu emulieren.
Somit ist es möglich, sogar das System des NAND Backups zu löschen.
Die Wii wird aber dadurch nicht gebrickt.
SNEEK erfordert für die Installation nicht nur BootMii als boot2.
BootMii als IOS reicht völlig aus.
Changelog:
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: O*]ES_GetTitleContentCount
- ES_GetTitleContents
- ES_AddTicket
- ES_GetTMDViews
- ES_GetTMDViewCount
- ES_GetTicketViewCount
- ES_GetTicketView
- ES_DIGetTicketView changed: O*]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