2

I've installed libimobiledevice and wanted to browse through my iPad 2 4.3.5 iOS. But I get this error:

DBus error org.freedesktop.DBus.Error.NoReply: Message did not receive a reply (timeout by message bus)

A solution for Ubuntu 10.10, running sudo apt-get update dist-upgrade, didn't work.

Braiam
  • 67,791
  • 32
  • 179
  • 269
Makar
  • 21

1 Answers1

3

Yes, you may need to unpair and pair your device..

Try this: http://ubuntuforums.org/showpost.php?p=10205459&postcount=32

Originally Posted by DodgeV83

The PPA by itself didn't work for me. I then had to run:

idevicepair unpair
idevicepair pair
idevicepair validate

Got the answer from the following Bug Reports

Just remembering: to do that you need to have libimobiledevice-utils installed, if you don't have it

sudo apt-get install libimobiledevice-utils
Jorge Castro
  • 71,754
Rowan
  • 31
  • 2