Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TransmitMii Wii: Difference between revisions

From GameBrew
No edit summary
(fix link)
Line 1: Line 1:
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=TransmitMii
|title=TransmitMii
|image=transmitmiiwii.png
|image=transmitmiiwii2.png
|description=A small tool to transfer your DOL or ELF files to the Wii.
|description=A small tool to transfer your DOL or ELF files to the Wii.
|author=Leathl
|author=Leathl
|lastupdated=2015/12/14
|lastupdated=2010/04/19
|type=PC Utilities
|type=PC Utilities
|version=1.3 + 1.3.1
|version=1.3
|license=GPL-3.0
|license=GPL-3.0
|download=https://dlhb.gamebrew.org/wiihomebrews/transmitmiiwii.7z
|download=https://code.google.com/archive/p/customizemii/downloads
|website=https://gbatemp.net/threads/transmitmii-1-15.196106/
|website=https://code.google.com/archive/p/customizemii/
|source=https://code.google.com/archive/p/customizemii/
|source=https://code.google.com/archive/p/customizemii/downloads
}}
{{#seo:
|title=Wii Homebrew PC Tools (PC Utilities) - GameBrew
|title_mode=append
|image=transmitmiiwii.png
|image_alt=TransmitMii
}}
}}
TransmitMii is a small utility to transmit your DOL or ELF files to the Wii. Originally developed by Leathl based on the sources of [[wiiload]] by dhewg and [[WiiGSC|Crap]] by WiiCrazy/I.R.on.
'''Note:''' This application comes without any express or implied warranty. The author can't be held responsible for any damages arising from the use of it.
==User guide==
The .NET Framework 2.0 is required to run this application.
Run the app and type in your IP and protocol, after that simply drag a file onto the EXE to transmit it.


TransmitMii is a small utility that allows you to transmit DOL, ELF, or WAD files to your Wii. The tool only supports transmitting WAD files with USB Loader GX. Simply input your IP and protocol, then drag and drop the file onto the EXE to transmit it. Please note that the .NET Framework 2.0 is required to run this application.
It works with the old and the new version of the [[Homebrew Channel Wii|Homebrew Channel]].


==Screenshot==
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/transmitmiiwii-01.png
transmitmiiwii3.png


==Changelog==
==Changelog==
'''Version 1.3'''
'''Version 1.3'''
*Fixed sending zip files
*Fixed sending zip files.


'''Version 1.2'''
'''Version 1.2'''
*Improvement in startup speed (thanks shadow1643)
*Improvement in startup speed (thanks shadow1643).
*Added ability to send ZIPs (to HBC)
*Added ability to send ZIPs (to HBC).
*ZIP files must conatin the *appfolder* containing
*ZIP files must conatin the *appfolder* containing.
**boot.dol
**boot.dol.
**meta.xml (optional)
**meta.xml (optional).
**icon.png (optional)
**icon.png (optional).
*and will be extracted to SD:/apps/*appfolder*
*and will be extracted to SD:/apps/*appfolder*.


'''Version 1.15'''
'''Version 1.15'''
*Fixed transmitting to HBC -1.0.4 (HAXX)
*Fixed transmitting to HBC -1.0.4 (HAXX).
*Fixed transmitting to USB Loader GX
*Fixed transmitting to USB Loader GX.
*Bugfix
*Bugfix.


'''Version 1.1'''
'''Version 1.1'''
*Added ability to link and unlink extensions with TransmitMii
*Added ability to link and unlink extensions with TransmitMii.
*Added compression for HBC 1.0.5+ (similar to wiiload)
*Added compression for HBC 1.0.5+ (similar to wiiload).


'''Version 1.0'''
'''Version 1.0'''
*Initial Release
*Initial Release.


==Thanks==
==Credits==
* dhewg for wiiload
* dhewg for wiiload.
* WiiCrazy / I.R.on for Crap
* WiiCrazy / I.R.on for Crap.
* Jean-loup Gailly and Mark Adler for zlib1.dll (zlib)
* Jean-loup Gailly and Mark Adler for zlib1.dll (zlib).
* dillonaumiller for Associaton.cs
* dillonaumiller for Associaton.cs.


==External Links==
==External links==
* Google Code - https://code.google.com/archive/p/customizemii/
* Google Code - https://code.google.com/archive/p/customizemii/
* GBAtemp - https://gbatemp.net/threads/transmitmii-1-15.196106/
* WiiBrew - http://wiibrew.org/wiki/TransmitMii
* WiiBrew - http://wiibrew.org/wiki/TransmitMii
* Gbatemp - https://gbatemp.net/threads/transmitmii-1-15.196106/
* Github - https://github.com/Brawl345/customizemii

Revision as of 07:04, 31 March 2023

TransmitMii
File:Transmitmiiwii2.png
General
AuthorLeathl
TypePC Utilities
Version1.3
LicenseGPL-3.0
Last Updated2010/04/19
Links
Download
Website
Source

TransmitMii is a small utility to transmit your DOL or ELF files to the Wii. Originally developed by Leathl based on the sources of wiiload by dhewg and Crap by WiiCrazy/I.R.on.

Note: This application comes without any express or implied warranty. The author can't be held responsible for any damages arising from the use of it.

User guide

The .NET Framework 2.0 is required to run this application.

Run the app and type in your IP and protocol, after that simply drag a file onto the EXE to transmit it.

It works with the old and the new version of the Homebrew Channel.

Screenshots

transmitmiiwii3.png

Changelog

Version 1.3

  • Fixed sending zip files.

Version 1.2

  • Improvement in startup speed (thanks shadow1643).
  • Added ability to send ZIPs (to HBC).
  • ZIP files must conatin the *appfolder* containing.
    • boot.dol.
    • meta.xml (optional).
    • icon.png (optional).
  • and will be extracted to SD:/apps/*appfolder*.

Version 1.15

  • Fixed transmitting to HBC -1.0.4 (HAXX).
  • Fixed transmitting to USB Loader GX.
  • Bugfix.

Version 1.1

  • Added ability to link and unlink extensions with TransmitMii.
  • Added compression for HBC 1.0.5+ (similar to wiiload).

Version 1.0

  • Initial Release.

Credits

  • dhewg for wiiload.
  • WiiCrazy / I.R.on for Crap.
  • Jean-loup Gailly and Mark Adler for zlib1.dll (zlib).
  • dillonaumiller for Associaton.cs.

External links

Advertising: