Recent content by brossow

  1. B

    Sideload Wonder Machine for Linux & Mac!

    +1 for this -- totally forgot about this step. See also this post that has the correct string to use. Heck, I'll save you some time. Here's what to do (combining those two posts): Go to the 'scripts' folder. Open 'pushtodata.sh' in a text editor like TextEdit. Replace sudo ./adb push...
  2. B

    Sideload Wonder Machine for Linux & Mac!

    Try what I suggested in the post directly above yours.
  3. B

    Sideload Wonder Machine for Linux & Mac!

    In the swm-mac directory, do the chmod command again, but like this: chmod -R 755 * Then do ./menu.sh and it should work. Just make sure you're in the right directory before you do that command.
  4. B

    Sideload Wonder Machine for Linux & Mac!

    There's a link in the first post in this thread. Kinda hard to miss right under where it says Download: in big, bold letters. :p
  5. B

    Sideload Wonder Machine for Linux & Mac!

    Try this: in that same directory in Terminal, type "chmod 755 swm-install.sh" (minus the quotes) and press Enter. Then try that command again. The script may not be executable by default and the command I suggested will do that.
  6. B

    Sideload Wonder Machine for Linux & Mac!

    Easiest way for someone not familiar with the command line is to do this: Open Terminal. Type "cd " at the command prompt. (No quotes, and make sure there is a space after "cd".) DO NOT HIT ENTER! Back in the Finder, drag and drop the swm-mac folder onto the Terminal window. This will...
  7. B

    Sideload Wonder Machine for Linux & Mac!

    You'll get this error if you aren't executing menu.sh from within the swm-mac directory. You need to change to the swm-mac directory in Terminal, then enter ./menu.sh at the command prompt. (There may be another reason you're getting this error, but that's the most likely. And yes, I know I'm...