I iojohn macrumors newbie Original poster May 8, 2008 3 0 May 8, 2008 #1 Is there a nice file manager in which you can access and modify your files through iPhone? I'm trying to delete some photos but with the file managers I have found it can't be done... thx
Is there a nice file manager in which you can access and modify your files through iPhone? I'm trying to delete some photos but with the file managers I have found it can't be done... thx
B brando88 macrumors 6502 Nov 13, 2007 299 0 May 8, 2008 #2 MobileFinder.app allows you to delete files from your iPhone, including photos. however, if you are on .3 or above you will have to set the permissions... gain command line access to your phone, [ via ssh or mobileterminal etc ] and apply the following fix: Code: chmod 4755 /Applications/Finder.app/Finder chmod 4755 /bin/cat /bin/chmod /usr/bin/chown /bin/cp /bin/ls chmod 4755 /bin/mkdir /bin/mv /bin/rm /bin/rmdir /bin/unlink
MobileFinder.app allows you to delete files from your iPhone, including photos. however, if you are on .3 or above you will have to set the permissions... gain command line access to your phone, [ via ssh or mobileterminal etc ] and apply the following fix: Code: chmod 4755 /Applications/Finder.app/Finder chmod 4755 /bin/cat /bin/chmod /usr/bin/chown /bin/cp /bin/ls chmod 4755 /bin/mkdir /bin/mv /bin/rm /bin/rmdir /bin/unlink