JWiiload: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Vgmoose (talk | contribs)
No edit summary
Vgmoose (talk | contribs)
Line 39: Line 39:
| desc        = Android port of JWiiload [[wiiload]]
| desc        = Android port of JWiiload [[wiiload]]
| author      = VGMoose
| author      = VGMoose
| type        = Android
| type        = pc utility
| version    = 0.9
| version    = 0.9
| download    = http://code.google.com/p/jwiiload/downloads/detail?name=Wiiload%20beta.apk
| download    = http://code.google.com/p/jwiiload/downloads/detail?name=Wiiload%20beta.apk

Revision as of 12:53, 5 June 2012

JWiiload
General
Author(s)VGMoose
TypePC utility
Version1.0
Links
Download

JWiiload is an alternative to Wiiload that is entirely coded in Java. This allows an easy interface that can be run from any OS, so even the average user who isn't using Wiiload in a developing environment will have access to the convenience of the TCP utility. It also has a command line interface mode that can be called, although this doesn't necessarily have to be programmed in Java. JWiiload does not rely on the wiiload binaries, and instead operates entirely independently of them, enabling it to run on any OS that can utilize the Java Runtime Environment.

Sending Files to the Wii

Requirements

Java Runtime Environment (JRE)
Be on the same network as your Wii
Linux, Mac, or Windows machine

Usage

Double click the program, and if you have the JRE installed, it should just launch. First, it will ask for a file if the auto-send is on (by default) and then try to automatically find the Wii behind the scenes. If it can't locate it, which it often cannot, enter the IP address and hit send. There are preferences to specify arguments and a specific port, and also to disable the autosend feature. When autosend is disabled, it will not prompt the user at launch for a file.

To use it from the command line, run it as you normally would a .jar file, and pass it the necessary arguments. Passing any arguments at all will not launch the GUI, and keep it contained in the command line only.

java -jar JWiiload.jar <address> <filename> <application arguments>

pass $WIILOAD (*nix) or %WIILOAD% (win) as the first argument if your environment is set up that way. (Accepts "tcp:x.x.x.x" or just "x.x.x.x" to ensure compatibility with Wiiload.)

pass "AUTO" as the first argument to try to automatically find the Wii.

pass "PREV" as the first argument to use the last known Wii IP that worked.

Screen shots


Wiiload for Android

Wiiload for Android
General
Author(s)VGMoose
TypePC utility
Version0.9
Links
[[1]]

Wiiload for Android is an Android port of JWiiload. As Android apps are programmed in Java, and JWiiload is a Java alternative to Wiiload, it can borrow the same file transfer functions. It accepts .dol, .elf, and supports sending .zip to 1.0.8 for installation. This can be useful when there is no computer around, yet an app needs to be quickly installed.

Requirements

Android Device (1.5+) with WiFi capabilities
Be on the same network as your Wii

Usage

This pre-release version of the app has a rudimentary file browser that can be used to select the .dol, .elf, or .zip for sending. Clicking send will attempt to locate the Wii on the network and send it to it. Auto-locating should always work due to the way Android is setup. Manual controls will be included in a later release, as well as customization options such as arguments or IP Addresses.