9

What functionality of an iPad can I use with Ubuntu? I'm thinking about buying an iPad, but I only have Ubuntu PCs these days (no Windows, no Mac), and I'm nervous that it may be too reliant on the existence of iTunes. I'm less concerned about getting media onto and off it (and I have read that I can do this with libimobiledevice), but will I be able to activate it with iTunes? Does it need to be USB synced on a regular basis, or can I do most anything I want through the cloud (i.e. over wifi)?

Edit: In answer to jrgifford's question, in theory, I'd like to do everything I would want to do with it were I using Windows/Mac. But more specifically, I think I'd want to:

  • "Activate" it, if that's necessary
  • Copy music / video onto it
  • Install apps

How much of this can I do without a Windows/Mac PC? Is it necessary to activate it?

I don't think I'm that interested in backing it up (what would I back up?), but then again, maybe I'm confused as to how easy it is to get data on and off. Can I get a regular SFTP app for the iPad to copy data to my Ubuntu machine over wi-fi, for example?

  • Please explain exactly what you want to do? You need to activate it through iTunes, and you also should backup (Sync) regularly. But for the most part, (Buying Apps, updating podcasts, things like that) you don't need to have access to iTunes, just the internet. – jrg Dec 03 '10 at 11:56
  • 1
    i know you need a specific answer but you should know that someone had to say it: I'll be that someone: forgive me... Why not buying an android tablet? :) – Pitto Dec 06 '10 at 21:35

9 Answers9

5

You cannot even boot an iPad until you connect it to iTunes. Personally, I installed iTunes on a WinXP VM at work (with permission) to activate it; activation this way works fine.

WARNING: Do not attempt to upgrade iOS on the iPad from iTunes running on WinXP in a VM - it will fail half way through the process and leave the iPad in a state of limbo which requires a non-virtual WinXP + iTunes to rectify.

  • You can install apps directly from the AppStore app on the iPad itself. This merely requires an iTunes account, which you must have in order to activate the iPad anyway.

  • I've not personally had any luck transferring music or videos to the iPad (using libmobiledevice1 on Ubuntu 9.10).

    • You can use the iPad as a mass storage device, but since iPad apps don't seem to have a concept of "file-system" they will never see them. Even the VLC app (no longer available) can only play videos which have been "shared" with it via iTunes.
  • I have not tried running iTunes in Wine myself, but Wine's website gave the Jan 27 2011 release a 'Gold' rating (cf. http://appdb.winehq.org/objectManager.php?sClass=application&iId=1347)

(Oh, and I typed this on my iPad, so I guess it can at least do some things right. Although there's no way to type a backtick AFAICT)

RobM
  • 330
  • 3
    Thanks for this answer; I've since bought an iPad and I use it with VMWare successfully. I ignored your advice and upgraded it with iTunes inside VMWare, and bricked it in exactly the way you described :( However, there is a way out of this: http://www.ivankuznetsov.com/2009/10/upgrading-iphone-firmware-using-vmware-and-ubuntu-9-04.html/comment-page-1#comment-18997 – Andrew Ferrier Jul 10 '11 at 16:06
  • 1
    I was able to bypass this problem by setting a generic USB filter in VirtualBox. This was for an iPod Classic, not an iPad, though. It will grab any USB device, so unplug any drives, etc, you don't want the guest using. Delete the generic filter after the update and you are done. – Tom Brossman Oct 18 '11 at 06:40
  • #2 can be solved by jailbreaking and installing a file manager (I use iFile) which has a built-in video player and audio player, and then connecting to the device via Samba or SSH (both of which are available in Cydia and have good Linux clients). Unfortunately, I have not yet found a way to install any free codecs so things which come in WebM and Ogg format have to be converted - which includes the hour-long talks I sometimes download off of YouTube :(. – new123456 Jul 01 '13 at 14:50
  • "You cannot even boot an iPad until you connect it to iTunes"? This is not true, it just asks to connect to wifi first, and then works - optionally you could connect iTunes-store later. It would be helpful if you updated this for recent Ubuntu newer than 9.x. Thanks! – NoBugs Oct 21 '15 at 02:42
4

I have an iPad 2 and I only use Ubuntu. There are free apps with which I can download my media to my computer, and files that I need I can send to myself with my email.

You only need to connect your iPad with itunes once -- I do this in the Apple store. You can create your app-store acount in the iPad before that, or in the Apple store or in the itunes of someone else.

The only problem is that I don't have still music in the iPad.

belacqua
  • 23,570
3

Since the thread is old, but the question is still important, here is an updated answer:

  1. Since iOS 5, you can update your iOS over-the-air (thanks to @Andrew Ferrier for the correction). If you want to do it via iTunes, as described above, you have to use iTunes on a real Windows / Mac box. For all other purposes (e.g. music library), iTunes on a windows virtual machine works fine.
  2. Ubuntu automatically mounts an ipad in two locations (inside ~/.gvfs). The first is iPad Documents. This allows you to see documents inside the apps that have been shared with iTunes. For example, all goodreader documents that get backed-up to iTunes will be available to you. Another example: if you save a pages document to iTunes from within the pages app, it will also be available here to sync, copy, or whatever you like.
  3. I can use my iPad as a wifi hotspot, which Ubuntu or anything else will be able to use. Required jailbreaking and installing MyWi.

In short, it works way, way better than I would have predicted.

  • Thanks for the comment - I didn't know that. I'll update what I wrote. – Kit Johnson Jul 16 '12 at 06:22