Posted By: wraggster
News/release from tona
AnyTitle Deleter is an application which allows you to completely delete (almost) any title on your Wii. This is useful as a space-freeing application, an informative application, and a paranoia tool. I also hope the source code will be helpful to others making tools for the Wii.
NOTE: DELETING DISC-BASED TITLES FROM YOUR SYSTEM WILL DELETE ITS SAVE DATA!
The following are some notable features:
Deletes previously "Non-Removable" titles, such as IOS, MIOS, some system channels, etc.
Contains extensive brick protection--You cannot delete your System Menu, it's IOS, or some other necessary titles.
Lists all titles installed on the system in both hex and ASCII format in a series of nice (but console-based) menus.
Attempts un-installation of titles the "safe" way, and if it fails, will do a more manual "delete" upon request.
Although I'm far from a "good coder," I put some work into making my code fairly simple and useful for others. For programmers looking to learn something about the Wii, this code contains:
Lots of examples of various ES and ISFS calls
A fairly reliable, though unorthodox System Menu region detection method (not based on console settings, so it applies to even semi-bricked systems)
A console-based menu that should be fairly easy to adapt into other other applications (Just write your own UpdatePage() function)
Lots of comments
Load using any method. This does not rely on SD or any other hardware, so it can be loaded with any current method.
Navigating the menu is self explanatory. Just select a title you want to delete and hit A.
Titles currently only display Title ID (I may add full name listings later).
The ability of this program to delete system titles has caused a bit of worry. As mentioned in the feature description, however, it contains extensive anti-brick precautions. It has been tested on consoles from multiple regions and system versions, and contains fallback protection when some settings cannot be detected.
Download Here and Give Feedback Via Comments