For any iPad gurus...
Nov. 24th, 2012 07:33 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I now own an iPad (iPad2) and I was looking for software that allowed me to easily transfer stuff back and forth between the iPad and my laptop; I picked one called Air Sharing. I also wanted to be able to use my Word and related documents, so I got OfficeHD.
Taken as themselves they seem to work fine, but I can't seem to find a way to ACCESS things brought over by Air Sharing except THROUGH Air Sharing, and similarly with OfficeHD. And if I try to open ones on Air Sharing, they don't use OfficeHD to open them.
Any ideas on how to solve this? Ideally I want to bring stuff over to the iPad and have it be accessible by the appropriate apps.
Taken as themselves they seem to work fine, but I can't seem to find a way to ACCESS things brought over by Air Sharing except THROUGH Air Sharing, and similarly with OfficeHD. And if I try to open ones on Air Sharing, they don't use OfficeHD to open them.
Any ideas on how to solve this? Ideally I want to bring stuff over to the iPad and have it be accessible by the appropriate apps.
no subject
Date: 2012-11-25 05:29 am (UTC)I think iCloud probably accomplishes this even better. I haven't tried it myself.
no subject
Date: 2012-11-25 06:19 am (UTC)no subject
Date: 2012-11-25 06:46 am (UTC)Is there something wrong with the normal iTunes sync that it doesn't update documents too? That should work over both cable and wifi syncing.
no subject
Date: 2012-11-25 03:19 pm (UTC)Dropbox is a combination of two things -- a computer-to-computer sync tool (you designate a dropbox directory; anything dropped into it on one computer automagically appears on every other computer synced using that dropbox account), and cloud storage (in addition to syncing between your own computers, stuff is stored for you on DropBox's own servers, which are actually rented from Amazon's storage cloud).
Because it's rsync-based, when you edit a file, only the actual changes you made to it are uploaded across the net. So if you're editing a 1Gb movie file and add a couple of scenes totalling 50Mb of runtime, only the extra 50Mb gets sent across your cable modem. Dropbox premium accounts not only come with more space, but also come with a (paid) option for file versioning -- so that if you edit a file, Dropbox will retain earlier versions of it (in case you did something drastic and unpleasant by mistake). Yes, this is an occasional life-saver.
You can get a free 2Gb DropBox account, download the PC and iOS clients, and experiment. Let me throw you a referral via email and I get an extra 250Mb.
If you're worried about security, (a) Dropbox offers two-factor authentication, and (b) there's nothing stopping you using it to store encrypted files, or even an encrypted filesystem disk image (say, using TrueCrypt) -- although the latter won't be much use on an iPad.
I gather that when Scrivener for iOS shows up, it will use DropBox as its primary way of sharing projects with other computers.
I don't think much of Office2HD, although the recent addition of Word change tracking is good. The best looking iOS word processor is Apple's Pages (although it's not great at interoperating with anything except iCloud), and the most functional (aside from change tracking) is probably Documents to Go Premium edition.
Let me add: after years of rolling my own storage services and using rsync, I am a total dropbox convert. Two laptops, a desktop, an iPhone, and a couple of iPads/android gizmos all have access to my key working files wherever and whenever I need them. And if I get hacked off with Dropbox and decide to cancel my sub, I can simply de-authorize the computers .... and the most up-to-date recent copies of my files will still be sitting on them in local storage.
no subject
Date: 2012-11-26 08:48 pm (UTC)Actually, it isn't and it doesn't. At least it didn't last time I tried something very close to this, which was about a year and a half ago.
The biggest problem with Dropbox for me is the backend storage. There's no encryption at all. It's a bunch of Amazon S3 buckets. I've tried layering EncFS on top of the Dropbox folder but the singular nature of that folder gets in the way. It's just too inconvenient for me to use on a regular basis.
I use a tool called Unison. It does real two-way sync and it handles conflicts far more gracefully than Dropbox (which doesn't really handle conflicts; it just pretends hides them under the rug). The inconvenience of running the Unison sync tool after login and before logout is slight compared to changing all of my workflows. But then, I don't use tablet appliances so I'm not at all inconvenienced by their shortcomings.
I've looked into some automated systems based on Git. Yes, the revision control system. Git's replication mechanism lends itself to sync-like utility with built-in revision control and conflict resolution. Best of all worlds, at least in concept. Sparkleshare is a pre-rolled system based on Git but I've found some of its UI limitations to be too limiting for my needs.
no subject
Date: 2012-11-26 12:50 am (UTC)