README 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. The Homebrew Channel v1.1.2
  2. Copyright (C) 2007-2012 Team Twiizers, all rights reserved.
  3. All rights reserved; do not redistribute
  4. Update instructions:
  5. If you have previously installed The Homebrew Channel, you can update it. If
  6. this is the first time you are installing it, see README.txt for installation
  7. instructions. The easiest way to update is using the built-in online update
  8. functionality. Simply configure the WiFi network settings for your Wii for
  9. proper Internet connectivity, and boot up the channel. If the connection is
  10. established, you'll see an opaque white (not semitransparent) world icon
  11. in the lower right corner, and an update prompt will automatically appear.
  12. Accept it to begin downloading the update. If you cannot or do not want to
  13. connect your Wii to the Internet, simply run the boot.elf file using any
  14. homebrew booting method. For example, you can upload it using wiiload or
  15. you can make a directory inside /apps (for example, /apps/Update) and copy
  16. boot.elf there. Then, simply run it from the previous version of The Homebrew
  17. Channel.
  18. Adding and customizing apps:
  19. All user applications should be stored in their own subdirectory inside of
  20. apps/; some examples have been provided. Each subdirectory should have at
  21. least three files; ScummVM will be used as an example.
  22. * apps/ScummVM/boot.elf main executable to be loaded
  23. * apps/ScummVM/icon.png icon to be displayed in The Homebrew Channel
  24. Menu; should be 128 x 48 pixels
  25. * apps/ScummVM/meta.xml XML description of the channel. This format
  26. might change for future releases of The
  27. Homebrew channel, but we will try to remain
  28. backwards-compatible. See
  29. http://wiibrew.org/wiki/Homebrew_Channel
  30. for information on what data should be included
  31. in this file.
  32. Staying current with new releases:
  33. Relax, you will not need to do anything to keep up with new releases of the
  34. Homebrew Channel. When a new version is available, a message will appear
  35. giving you the option to download and install the new version, if your Wii
  36. is configured to connect to the Internet.
  37. Uninstallation:
  38. You may uninstall the channel as you would any other channel, by using the Data
  39. Management screen of the Wii Menu. Erasing every last trace of The Homebrew
  40. Channel is not practical on a complex system such as the Wii. If a need
  41. arises, we will develop a more thorough uninstaller application.
  42. Reminder about elf files:
  43. Old ELF files were incorrect and will not work. Please use DOL files or
  44. recompile with the latest version of devkitPPC. You can use the following
  45. command to convert a broken ELF file to a DOL file:
  46. powerpc-gekko-objcopy -O binary boot.elf boot.dol