Jump to content

JaJa

Premium Members
  • Posts

    114
  • Joined

  • Last visited

Posts posted by JaJa

  1. Ah well, I was just illustrating my point :naughty:: I don't think the GBAMP will be able to run out of free space when used as a swap disk :naughty:.

    What if people only have a small CF?

    Free space would be determined by CF size and it's contents.

    I have a 512Mbyte CF filled with MP3's.

    It has less than 600kb free.

    Although if you were streaming you could probably get away with just Moonshell on a small (32Mbyte or 16Mbyte) CF.

  2. Ok. Here's my VLC and iTunes remote.

    It uses the itunes code, but i stuck some code to switch between iTunes and VLC in it and some VLC controls.

    I'll relist all the controls:

    A = play (iTunes)

    B = pause (iTunes)

    X = play/pause (VLC)

    Y = fullscreen (VLC)

    R = next (VLC)

    L = previous (VLC)

    Start = Swap between iTunes and VLC

    Select = Update song title (iTunes)

    U-dpad = Volume up (iTunes)

    D-dpad = Volume down (iTunes)

    R-dpad = Next track (iTunes)

    L-dpad = Previous track (itunes)

     

    Oh and you need to rename ds2key_itunesandvlc.txt to.pl because the forum wouldn't let me upload.pl.

    Run it with perl /path/to/ds2key_itunesandvlc.pl at the terminal

    I'd like to show the video title, but i can't figure out how atm. I think i'll have to use an applescript to read the window title.

     

    Edit: done. It now displays the movie title when your using VLC.

    Also improved a little bit.

    ds2key_itunesandvlc..txt

  3. Works great, and nice and easy to customize as it uses applescript.

    Looking at the script libraries to see what else can be done.

    I can see VLC or mplayer working well

  4. Jason-Bardeys-Computer:~/Documents/Sites/ARCHIVES/wifitransfer_095 jason$ java -jar server.jar servertest 21 10

    Exception in thread "main" java.lang.UnsupportedClassVersionError: bafio/TransferServer (Unsupported major.minor version 49.0)

    at java.lang.ClassLoader.defineClass0(Native Method)

    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)

    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

     

    Sums it up I guess. Is that the Java 1.4 support missing again?

  5. Happy new year guys (unless your chinese which i guess it isn't yet).

    Now we have a greater understanding of the hardware (thanks in part to Stephen and his work on wifi) so i hope to see new and innovative homebrew this year. Later i might even be able to contribute something!

  6. Grrrr. Doesn't work out of the box on mac x.

    Probably need a recompile, so i need to wait for the source.

    When i type java -jar server.jar in the console i get:

     

    Jason-Bardeys-Computer:~ jason$ java -jar /Users/jason/Desktop/wifitransfer_02/server.jar

    Exception in thread "main" java.lang.UnsupportedClassVersionError: wifi/test/UdpServer (Unsupported major.minor version 49.0)

    at java.lang.ClassLoader.defineClass0(Native Method)

    at java.lang.ClassLoader.defineClass(ClassLoader.java:539)

    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)

    at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)

    at java.net.URLClassLoader.access$100(URLClassLoader.java:55)

    at java.net.URLClassLoader$1.run(URLClassLoader.java:194)

    at java.security.AccessController.doPrivileged(Native Method)

    at java.net.URLClassLoader.findClass(URLClassLoader.java:187)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:289)

    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)

    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)

     

    That's with the version 2 or whatever your calling it.

    The older version (wifitransfer_old_1) the server loads up and asks me to select a directory, which i assume means its working.

  7. OMG THE FIRST REAL APP USING THE WIFI CODE!

    I applaud you for using cross platform code.

    I'll try it later when my wifi isn't in use (stupid family).

     

    Now i don't have to endure the whining of my CF writer!

×
×
  • Create New...