Thursday, April 14, 2011

MLB.TV NexDef on Ubuntu/Linux 2012 (Updated!)!

Thanks to an intrepid commenter, mit55, here are the instructions for 2012! I can confirm these work, as I am currently watching Mariners/A's with NexDef.

The download link is: http://mlb.mlb.com/media/player/nexd...definstall.dmg (As of 3/28/2012)

The following commands are how I did it:

1. Navigate to your Downloads folder.
2. Do the following commands; if you don't have the programs, install them.

Code:
dmg2img mlbnexdefinstall.dmg
sudo modprobe hfsplus
sudo mount -t hfsplus -o loop mlbnexdefinstall.img /mnt
cp /mnt/NexDef\ Plug-in.pkg/Contents/Archive.pax.gz .
gzip -d Archive.pax.gz
pax -r < Archive.pax
cd Library/Application\ Support/NexDef/lib/
java -Xmx128m -jar ./nexdef.jar
It works for me, so I hope if works for you! I can try to help you if it doesn't work, but I am far from a Linux expert.

Good luck, and Go Cubs!

Teddy

6 comments:

  1. Hey Teddy, thanks for the hint. It worked for me too. For 2012 there are some changes in the paths, as follows:

    Link to download the dmg file:
    http://mlb.mlb.com/shared/media/nexdef/v2011_125/mlbnexdefinstall.dmg

    Navigate to the Download folder and then issue these commands:

    dmg2img mlbnexdefinstall.dmg
    sudo modprobe hfsplus
    sudo mount -t hfsplus -o loop mlbnexdefinstall.img /mnt
    cp /mnt/NexDef\ Plug-in.pkg/Contents/Archive.pax.gz .
    gzip -d Archive.pax.gz
    pax -r < Archive.pax
    cd Library/Application\ Support/NexDef/lib/
    java -Xmx128m -jar ./nexdef.jar


    This worked for me as of Feb 26th 2012
    Cheers,
    Mit

    ReplyDelete
  2. Thank you very much

    You guys are awesome!

    ReplyDelete
  3. HERES WHAT WORKED FOR ME

    cd Downdloads/
    dmg2img mlbnexdefinstall.dmg
    sudo modeprobe hfsplus
    sudo mount -t hfsplus -o loop mlbnexdefinstall.img /mnt
    cp /mnt/MLB.TV\ Nexdef\ Plug-in.pkg/Contents/Archive.pax.gz .
    gzip -d Archive.pax.gz
    pax -r < Archive.pax
    cd Library/Application\ Support/Swarmcast/lib
    java -Xmx128m -jar ./autobahn.jar

    ReplyDelete
  4. Thanks so much guys...you saved my watching-season!!

    ReplyDelete
  5. This comment has been removed by the author.

    ReplyDelete
  6. Does anyone have an update for this for the 2014 season?

    ReplyDelete