- You're saying a USB extension (between what, the IPAD and the drive, or the drive and the power source?) was the first problem keeping it from working? Sorry, but the first four sentences in your description implies that it worked, then it didn't because of the improperly hooked up USB cable.
the usb lead is rather short (the extra power part), so to power the hard drive i used a usb extension, it was this that the lead wasn't plugged into properly as it has a plastic ridge and the port is recessed. the other part, (the main cable) went to the ipad
- Then you deleted the recycle bin...from what? The contents of the external hard drive?
i believe this is a hidden file (or folder) which i have set to be shown. within the hard drive directory. there is a folder called "recycle bin" just leave it, i deleted it and seemed to screw everything up.
- What ifile.plist? What lines, are you referring to this
nano /var/stash/Applications.xxxxxx/iFile.app/Info.plist (“xxxxxx” is a series of numbers after “Applications”. If you type “/var/stash/Applications” and hit the “Tab” key, it will fill in the rest for you. 5. The nano text editor will now open. Please add the following lines below the first “<dict>”, in the document (this makes iFile look much better on the iPad):
part of Shay's blog?
yes, when you add the lines:
<key>UIDeviceFamily</key>
<array>
<integer>1</integer>
<integer>2</integer>
</array>
(this tells the app to work natively on the ipad, and is used universally accross some apps that support it, kinda like what fullforce does, but without the editing!)
you are adding them to the ifile.plist, so I went to the ifile.plist, within ifile.app and deleted the lines from the plist, as this is no longer needed, and i've only just figured that out while writing this!
when you add these lines:
mkdir /Volumes
mkdir /Volumes/EXT
ln -s /Volumes/EXT /var/mobile/EXT
that makes the directorys Volumes and EXT, (mkdir, make directory)
this is the "shortcut i deleted, its not a shortcut but an actual folder in the ipad directory (your see it in ifile when you click on the home button.
i can no longer see it in ifile but if i use iphone explorer on my pc i can see the folder, i'm not deleting it incase i muck something up!
hope this helps, use this guide to make sure hard drive is formatted correctly,
Fat32 Format – Format larger than 32GB | Portable USB Pen Drive Applications
just a side note. when you plug in a usb, it flashes then after a while a message will pop up saying device not supported, ignore this and then "flash drive" will appear in the side window.
this doesn't happen with a hard drive, you wait a while, say 30 secs then "flash drive" will appear then you can browse the folders or files on the hard drive
also i followed the guide completely, then when the hard drive wouldn't show up as rdisk1s1, i checked the cables and thats when i found my problem.
so i found the drive, mounted it and accessed the files. I then decided that id try to see if ifile would just recognise the drive, (which it did) but i'm not sure if this is because of the mounting script or not?. the only thing making me believe its not is ifile shows it in a different directory (mnt) not Volumes, so i figure that its ifile finding it on its own, if that makes sense.
good luck!