Open GoogleCodeExporter opened 8 years ago
Yes I have the same problem iPodDisk won't work on Snow Leopard - I get the
message that it requires 10.4 or
later......
Original comment by damianpr...@gmail.com
on 10 Sep 2009 at 7:34
[deleted comment]
Fixed!
You can apply the patch yourself without recompiling from source.
Modify line 23 of ./iPodDisk.app/Contents/MacOS/iPodDisk so that
echo $osxver | grep '^10\.[45]'
turns into
echo $osxver | grep '^10\.[456789]'
I've gone ahead and recompiled against the Snow Leopard SDKs, and the most
recent
versions of the supporting libraries. If you're running Snow Leopard, the
attached
.dmg should do the trick. Note that PPC support is not included, while 64-bit
mode
does not work due to numerous upstream bugs in MacFUSE.
The updated source tree has also been attached, should the project maintainer
wish
to merge these patches back into the main branch.
Original comment by sch...@gmail.com
on 11 Sep 2009 at 7:57
Attachments:
I downloaded the new stuff but it keeps failing to start, and says I should
report
the outputs from the terminal.
Original comment by smoa...@gmail.com
on 19 Sep 2009 at 10:18
I couldn't get the beta 2 to work, but I downloaded the older one and made the
change
to line 23 and it worked. This is definitely one of my favorite apps
Original comment by smoa...@gmail.com
on 19 Sep 2009 at 10:31
how do you modify line23?
can you open the application in text editor?
Original comment by yhinhan....@gmail.com
on 22 Sep 2009 at 3:21
Beta 2 fails for me also, applied the patch manually with the help of 0xED [
http://www.suavetech.com/0xed/0xed.html ] and am happy to report iPoddisk
successfully launches under
10.6.1.
Original comment by ml.stei...@gmail.com
on 27 Sep 2009 at 11:13
If you rights click (ie ctrl click for mac) the application and select "Show
Package
Contents" it will open up a new menu where you can find "iPodDisk" under the
MacOS
folder. If you open that file in txt edit you can modify line 23 and then hit
save
and it should work.
Original comment by smoa...@gmail.com
on 30 Sep 2009 at 11:04
great!!! change the line 23 and work!! GRACIAS!!!
Original comment by edaqui...@gmail.com
on 14 Oct 2009 at 1:27
changed line 23... and as steve would say BOOOOOOOOOM!
thanks for the tip!
Original comment by rid...@gmail.com
on 14 Oct 2009 at 4:57
hi - I tried to change the code, but needn't do it as it has already got
# check against OS X version
osxver=`sw_vers -productVersion`
echo $osxver | grep '^10\.[456789]'
now "funny" enough I still get the message that I require higher OS? (to be
complete
I am running Snow Leopard on a 3 week old machine.
any ideas would be greatly appreciated
Original comment by craenm...@gmail.com
on 18 Oct 2009 at 2:54
I followed the instructions and it works now. Thanks so much!
Original comment by anthonys...@gmail.com
on 19 Nov 2009 at 7:51
wow thanks schmod and smoaaxd! :)
Original comment by mindy.p...@gmail.com
on 2 Dec 2009 at 1:39
I did locate the "Ipodisk" in the package content, but when I click on it, it
opens
in Terminal and NOT in Text Edit. When I try to open from Text Edit, Text Edit
can't
locate the file. What is the trick here ? I'd be grateful for any help...
Original comment by anamy...@gmail.com
on 10 Dec 2009 at 5:16
Just to be sure anamythe, when you went to the package content did you go to the
"MacOS" folder, ctrl click the "iPodDisk" file and choose open with in the drop
down
menu where you would select text edit.
If your problem is that when you choose "open with" the only option it gives
you is
terminal, did you try going to "other" and picking txt edit from the
applications menu?
Original comment by smoa...@gmail.com
on 11 Dec 2009 at 6:58
I made the change but it wont let me save. It keeps saying The ipoddisk
document could not be saved the
volume is read only, trying saving the file to another volume.
Original comment by BCS...@gmail.com
on 19 Dec 2009 at 2:46
BCS911 : make the edit and save the file to your local volume, like "Downloads"
or
"Desktop." Then drag that file "IPodDisk" to your "Applications" folder and
run it while
your IPod is connected, and that should work.
Try the attached file.
Original comment by booc...@gmail.com
on 20 Dec 2009 at 2:23
Attachments:
I've the same problem. Recently bought the MacBook Pro, updated to Snow Leopard
and
when I tried to load iPodDisk it said I needed a 10.4 or later version Mac. I
went in
and changed the code to my ipodDisk on TextEdit (line 23) - simple and easy. I
had
to update my MacFUSE to the beta version (for some reason the 2.0 version won't
install). I plug in my Ipod, but now I get an error message saying 'iPodDisk
failed
to start. Please report this with the outputs of running / Applications /
iPodDisk
from the Terminal, thanks. Advice / suggestions most welcome.
Original comment by Obrenka@gmail.com
on 22 Dec 2009 at 11:08
It worked for me! Thanks! One question though, does anyone know of a program
that can
add music from another itunes library onto an ipod without losing everything I
already have on that ipod? I don't believe the ipoddisk can do that... Thanks
for the
help!
Original comment by socalcan...@gmail.com
on 24 Dec 2009 at 2:40
Still cant get it right... tried pretty much everything... need some help!
Original comment by forkme...@gmail.com
on 7 Jan 2010 at 4:59
to socalcanuck, you can do it with iTunes if you set your ipod settings to
"manual"
and then just click and drag from their library. If you sync the ipod it will
wipe
everything though, so you can only click and drag
Original comment by smoa...@gmail.com
on 7 Jan 2010 at 7:18
when i edit it in textedit it wont let me save it saying that it is a read only
file. what can i do?
Original comment by nickelso...@gmail.com
on 9 Jan 2010 at 9:41
same here!
Original comment by n-ba...@northwestern.edu
on 18 Jan 2010 at 3:30
works for me!!
thanks!!
Original comment by mj.di...@gmail.com
on 19 Jan 2010 at 5:12
FOR ME, IT ISNT LINE 23, AND IT ALREADY DISPLAYS:
echo $osxver | grep '^10\.[456789]'
AND NOT
echo $osxver | grep '^10\.[45]'
IN ADDITION, I ALSO CAN'T SAVE AND RETURNED A READ ONLY ERROR AS
WELL...HEEEELLPPPPPP!
BELOW IS THE UNMODIFIED TEXT FOR THE FIRST TWENTY SOMETHING LINES.
________________________________________________________________________________
__________________________
#!/bin/sh
display_warning_dialog () {
# If no arguments were passed, return 1
if [ -z "$1" ]
then
return 1
else
osascript <<WARNINGDIALOG
tell application "Finder"
activate
display dialog "$1" buttons {"Quit"} default button "Quit" with icon caution
end tell
WARNINGDIALOG
fi
}
# check against OS X version
osxver=`sw_vers -productVersion`
echo $osxver | grep '^10\.[456789]'
if [ $? -ne 0 ]
then
display_warning_dialog "Sorry, iPodDisk requires OS X 10.4 or later"
exit 1
fi
Original comment by QUEST...@gmail.com
on 20 Jan 2010 at 7:16
Works for me.
What I did was...
1) Download iPodDisk-2.0b1.dmg from
http://code.google.com/p/ipoddisk/downloads/list
2) Drag it to my Applications
3) Open /Applications/iPodDisk.app/Contents/MacOS/iPodDisk using xCode
4) Change line 23 to echo $osxver | grep '^10\.[456789]'
5) Launched iPodDisk and worked perfectly.
Thanks for the tip to get it working.
Original comment by glennbho...@gmail.com
on 22 Jan 2010 at 8:36
It works - thanks glennbhoward.
Original comment by Obrenka@gmail.com
on 22 Jan 2010 at 10:45
Thanks for the tip - perhaps a simpler workaround is just to comment out the
whole OS
X version check part of the code, starting with "# check against OS X version"
and
ending with "fi". Put a # in front of each of the 8 lines of code.
# check against OS X version
#osxver=`sw_vers -productVersion`
#echo $osxver | grep '^10\.[45]'
#if [ $? -ne 0 ]
#then
# display_warning_dialog "Sorry, iPodDisk requires OS X 10.4 or later"
# exit 1
#fi
Not a very forward thinking design, coders! A future-proof method would only
fail
for versions 10.0 - 10.3 and let any future versions proceed. I suppose they
presumed they would have released a newer version by the time 10.6 came out.
Original comment by atonalde...@gmail.com
on 28 Jan 2010 at 7:10
Ok I went ahead and did all that, but then I get the EXACT SAME ERROR.. :S!!!
and on the place where I'm supposed to edit line 23rd I get this \
Last login: Fri Jan 29 00:11:42 on ttys000
/Applications/iPodDisk.app/Contents/MacOS/iPodDisk ; exit;
Paola-Mercados-MacBook:~ paolamercado$
/Applications/iPodDisk.app/Contents/MacOS/iPodDisk ; exit;
I'm about to punch my computer now.. :(
Original comment by yamkov...@live.com
on 29 Jan 2010 at 6:02
[deleted comment]
so i did some more noodling, to anyone who is stuck, the trick for me was
downloading bocca13's code above
and replacing the existing ~/iPodDisk code in textedit.
thanks a lot for the help everyone.
Original comment by a.d.k...@gmail.com
on 26 Feb 2010 at 4:49
After all the steps, when I launched the IpodDisk application, I was also asked
for
installing "MacFuse" software. Here you find it:
http://macfuse.googlecode.com/files/MacFUSE-2.0.3%2C2.dmg
No problem: after MacFuse installation all is ok and IpodDisk works perfectly.
MANY THNKS!!
Original comment by draive...@gmail.com
on 28 Feb 2010 at 9:26
Hi I tried all the ways of doing this written on this thread.
After I change the file in any loaction,
when I drag to the applications folder the Icon for Ipod disk has a "no entry
sign"
what exactly does this mean ... because the file will just not load or do
anything
... and after a while causes my whole MAC to hang up big time!
Original comment by TradeWin...@googlemail.com
on 11 Mar 2010 at 3:07
Attachments:
i got the same problem :( mine is snow leopard and i already downloaded the
ipoddisk with the changed script
yet it still not working.
iPodDisk failed to start. Please report this with the outputs of running /
Applications/iPodDisk.app/Contents/MacOS/iPodDisk from the Terminal, thanks
anyone knows what's going on?
Original comment by wendyhua...@gmail.com
on 17 Apr 2010 at 9:49
When I click at Ipoddisk, comes out a littler window saying:
Sorry, Ipod Disk requires OS X 10.4 or Later
I have the new Mac-pro and I'm new at Mac Computers.
Am I missing something in here?
Original comment by psos...@gmail.com
on 10 May 2010 at 2:51
i installed the .dmg file from the top and afterwards it says must install
macfuse.......i did that but nothing
happens....just keeps telling me to install macfuse.......how do i install
macfuse....im just following the
wizard....do i need to do something extra???
Original comment by jrat4...@gmail.com
on 10 May 2010 at 11:01
Thank ! for all
Giorgio from Italy.
Original comment by gccompag...@gmail.com
on 15 May 2010 at 10:21
I've tried everything mentioned here and it still says:
"iPodDisk failed to start. Please report this with the outputs of running /
Applications/iPodDisk.app/Contents/MacOS/iPodDisk from the Terminal"
Help please!
Original comment by Design.D...@gmail.com
on 15 May 2010 at 8:31
[deleted comment]
I had the same problems that everyone else has mentioned. I couldn't get beta 2
to work, even after editing the
code. I went back to the beta 1 version of ipod disk, downloaded it again, and
was able to edit line 23 in text
edit. Now I'm up and running. Thanks for the help!
Original comment by johnw...@gmail.com
on 19 May 2010 at 11:15
tried installing two versions of macFUSE and it still tells me to install
macFUSE first.
any help?
Original comment by dylandjo...@gmail.com
on 28 Jun 2010 at 4:35
any way to download xcode without the giant ios SDK? or change the code in this
program without getting xcode
Original comment by ryanbapp...@gmail.com
on 2 Aug 2010 at 1:14
Hi everybody...
i had the same problem... explain: snow leopard 10.6.x...ipoddisk with line 23
modified...and NOTHING.. IPD doesn't work...
I found this solutions...
change the line 23 in this way : echo $osxver | grep '^10\.[6789]'
only 6.7.8.9 :) and it works...!!!
Bye
GR from Italy.
Original comment by gianluca...@gmail.com
on 4 Aug 2010 at 9:32
Attachments:
Works for me...
Original comment by akimarc...@gmail.com
on 1 Sep 2010 at 11:18
Viva Italia!
Original comment by croteau....@gmail.com
on 2 Sep 2010 at 5:45
I know I am out of my league here, yet I really want this app to work. Can
someone help me understand how to edit 'ipoddisk.app' as described? I have Snow
Leopard on my MacBook Pro and had downloaded xCode several months ago. xCode
looks willing to open the app, but when I click on it, nothing happens.
Thanks!
Ron J.
Portland, OR
Original comment by rcj....@gmail.com
on 6 Sep 2010 at 5:41
Ok, so I got it to work and run with the code modification. ONCE?! I can't
seem to get iPodDisk to run anymore? any suggestions as to what I might be
having a problem with? see terminal screenshot i've attached.
Original comment by boisebl...@gmail.com
on 17 Sep 2010 at 6:31
Attachments:
boiseblues
I am having the same issue. I am running os 10.6.4 , using the most updated
version with the changed code and the program worked once but now no longer
opens. If I try the earlier version it tells me it requires os 10.4 or higher.
Original comment by cdjthomp...@gmail.com
on 30 Nov 2010 at 4:02
BoiseBlues,
Error -51 looks like a permission issue. In terminal check the permissions or
use Disk Utility to verify / repair permissions.
Original comment by jhpariz...@gmail.com
on 7 Jan 2011 at 3:56
Hello All. I've reinstalled ipoddisk three times, and applied the code several
times...then when I try to run the program it tells me that I'm in "disk mode"
and that there is no ipod connected. I also downloaded this MacFUSE program to
get Ipoddisk to work and I have no idea what it does or how it affects things
in general. Perhaps I'm in over my head here but the instructions seemed
simple enough.
Original comment by d.m.froi...@gmail.com
on 8 Jan 2011 at 10:33
Attachments:
Original issue reported on code.google.com by
csikosjanos
on 6 Sep 2009 at 9:24