Step Two: Adding Apps to the HC
Now we are going to add applications to the Homebrew Channel. The HC is able to run .elf or .dol files from your SD card. First lets add FTPii, a FTP client for the wii to transfer files between your Wii and Computer, without having to take the SD Card out. Your Wii will need to be connected to the internet for this, as well as you comp. (more info
[Only Registered Users Can See Links. Click Here To Register])
1) create a folder named
apps on the root of your SD Card
2) within the
apps folder create another; name it
FTPii
3) download
[Only Registered Users Can See Links. Click Here To Register] and copy the
.elf file in the new folder
4) make sure the
.elf file is named
boot.elf, if not then rename it
5) next you will need
icon.png(this will be the icon that shows in the HC)
6) and you will need
meta.xml(this is a file that shows the Name of the App, and Info about it)
7) copy these two files in the new folder also
If you are installing an app that doesn't include
icon.png or
meta.xml, then you will need to make them or download them.
ICON.PNG
Code:
size: 128x48
file type: PNG image
META.XML (edit the bold text)
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name>PLACE NAME OF APP HERE</name>
<coder>PLACE THE CREATER'S NAME HERE</coder>
<version>THE VERSION OF THE APP</version>
<short_description>A REALLY SHORT DESCRIPTION OF THE APP HERE</short_description>
<long_description>A LONG DESCTRIPTION OF THE APP HERE</long_description>
</app>
8) now place your SD Card into your Wii and launch the Homebrew Channel
9) there should now be an app called FTPii, if not then you did something wrong and I suggest you try again
10) Now you need an FTP client on your computer, If you don't have one or have never used one before then I suggest you use
[Only Registered Users Can See Links. Click Here To Register]
11) run FTPii on your Wii and it will give you an IP address, put this in as the host for FireFTP.
12) the Host Name, Login Username and Password doesn't matter
13) Connect, and now you can explore your SD Card's files(on the right side) and copy files from your computer(on the left). You can also plug a USB drive, in your Wii, and transfer files to it.