3

I installed libimobiledevice package and I can access the pictures of my iPhone using the files browser.

But my iPhone doesn't show up in Rhythmbox. Why is that? What could I do to transfer music into my iPhone in this case?

MMa
  • 141
  • 1
    try installing libimobiledevice from mfg's website rather than Ubuntu repositories. Here's the link: http://www.libimobiledevice.org/ – WinEunuuchs2Unix Jan 01 '17 at 01:51
  • @WinEunuuchs2Unix I cannot see how I can download it from there, the webpage says "Ubuntu (Packages in the official repositories)". – MMa Jan 01 '17 at 02:27
  • @Mohammed Perhaps I'm wrong about mfg's website having up-to-date programs but you should contact them with any bug reports in the very least. – WinEunuuchs2Unix Jan 01 '17 at 02:50

1 Answers1

9

The iPhone OS, called iOS, is constantly updated. With each update, it tends to break compatibility with the libimobiledevice. This is why you can't use your iPhone with Ubuntu to transfer music, etc.

Accessing the pictures of the iPhone is more or less USB Storage-class communication, which doesn't change between revisions of the iOS. The core OS handling for music, however, changes, which breaks the compatibility.

The only way to transfer your music to your iPhone is, unfortunately, to be using iTunes, on either a Windows or a Mac machine. I do this from within a Windows VM within my Ubuntu system, passing through the USB for my iPhone right to the VM so it can be used (I use VMware, but VirtualBox will work for those who don't pay money to VMware for their stuff).

Thomas Ward
  • 74,764
  • 1
    Why don't you transfer music to the VLC app's shared-documents-folder through usb? That app works. – NoBugs Jan 04 '17 at 04:56
  • @NoBugs can VLC import into iPhone Music app directly? Or only able to access that file in VLC app? – truongnm Oct 28 '17 at 04:25
  • @truongnm Use VLC, it works... as long as you don't make mistake of upgrading ios :/ – NoBugs Oct 30 '17 at 04:40
  • That count? Poor me then ._. What ios does this trick work? @NoBugs – truongnm Oct 30 '17 at 11:19
  • @truongnm It works with iOS8 and possibly some newer ones if you do some workarounds and complie a bunch of stuff, last I checked it was not plugnplay iOS9+, they want to make it less easy to use each new release it seems. – NoBugs Oct 31 '17 at 04:56
  • If you don't mind having no features and sharing your music selection with corporations, you can use the Dropbox app. – jchook Aug 24 '19 at 01:51