A quick hack that I didn’t see elsewhere but is too easy and fast not to mention – currently, there isn’t a great method of storing files on the iPhone. I keep a bunch of papers around in PDF format that I like having available whenever I’m standing in line or whatnot. You can potentially mail it to yourself, but then you have network access to read it, and it takes a while to bring it up.
With a Jailbroken phone you can do much cooler stuff:
Use scp to copy your files into an appropriate directory
scp myfile.pdf root@iphone:/var/root/Media/ebooksCreate a stub index.html file in the same directory and add links to your various files. You may need to use the viewport meta tag in order to make your HTML file readable.
File 1 File 2Open up the stub .HTML file in Safari and save the bookmark
file:///var/root/Media/ebooks/index.html
Voila! Instant access to all your PDFs and other files, with no network access required.
Comments are moderated whenever I remember that I have a blog.
There are no comments on this article.