Code Monkey home page Code Monkey logo

libimobiledevice-macosx's People

Contributors

benvium avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libimobiledevice-macosx's Issues

libimbiledevice compile error at commit 6370bf5

Hi @benvium,
i also wanna to compile the libimobiledevice under mac os x 10.8.2 , i have installed libusb 1.0.0 and libusbmuxd 1.0.8 but the libimobiledevice configure process is showing me that:

...
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /opt/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libusbmuxd... no
configure: error: Package requirements (libusbmuxd >= 1.0.8) were not met:

No package 'libusbmuxd' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables libusbmuxd_CFLAGS
and libusbmuxd_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details

any idea?

how to compile idevicescreenshot for macosx

Hi @benvium,
As i wanna to export a jpeg file of screenshot of iphone 5, so i recompiled the "idevicescreenshot.c" file using your compiled dynamic library--libimobiledevice.3.dylib.

Unfortunately, the objective file of idevicescreenshot can not run and gives the errors as follows:
Bus error:10

My development environment is below:

  1. Xcode 4.5.2
    2 Mac OS X 10.8.2

Looking forward to your early reply. Many thanks.

Best Regards

ideviceXX executables have dynamic library in wrong place and reference to /home/benoit to satisfy dependency

I extracted zip file in my download directory , I updated my PATH and DYLD_LIBRARY_PATH as per the README.md file. When I truss the executable it looks for $DYLD_LIBRARY_PATH/../lib . I moved all dynamic libraries into $DYLD_LIBRARY_PATH/lib ( they were in $DYLD_LIBRARY_PATH) and then moved up a directory ( $DYLD_LIBRARY_PATH/..) and made a soft link to $DYLD_LIBRARY_PATH/lib named lib. The dynamic libraries were then found but then the program called because it was looking for "/home/benoit/workspace/imobiledevice/libplist/build/src/libplist.1.dylib" see truss output below.

rocket$ env | grep PATH
DYLD_LIBRARY_PATH=/Users/carl/downloads/libimobiledevice-macosx-master
PATH=/Users/carl/bin:/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/apache-maven-3.2.5/bin:/Applications/TkDiff.app/Contents/MacOS:/Users/carl/downloads/libimobiledevice-macosx-master

rocket$ uname -a
Darwin rocket.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64
pocket-rocket:downloads carl

sudo dtruss idevicescreenshot
SYSCALL(args) = return
thread_selfid(0x0, 0x0, 0x0) = 13404466 0
csops(0x0, 0x0, 0xBFFFF314) = 0 0
issetugid(0x0, 0x0, 0xBFFFF314) = 0 0
shared_region_check_np(0xBFFFD2A0, 0x0, 0xBFFFF314) = 0 0
stat64("/usr/lib/dtrace/libdtrace_dyld.dylib\0", 0xBFFFE4D8, 0xBFFFF314) = 0 0
open("/usr/lib/dtrace/libdtrace_dyld.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\312\376\272\276\0", 0x1000, 0x0) = 4096 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x6000) = 4096 0
fcntl(0x3, 0x3D, 0xFFFFFFFFBFFFC960) = 0 0
mmap(0x6000, 0x2000, 0x1, 0x12, 0x3, 0x6000) = 0x6000 0
mmap(0x8000, 0x1000, 0x3, 0x12, 0x3, 0x8000) = 0x8000 0
mmap(0x9000, 0x1FA0, 0x1, 0x12, 0x3, 0x9000) = 0x9000 0
close(0x3) = 0 0
stat64("/usr/lib/dtrace/libdtrace_dyld.dylib\0", 0xBFFFEDF0, 0x1) = 0 0
stat64("/\0", 0xBFFFC610, 0x1) = 0 0
getattrlist("/Users\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl/downloads\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master/idevicescreenshot\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
stat64("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libimobiledevice.3.dylib\0", 0xBFFFE268, 0xBFFFDEF8) = 0 0
open("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libimobiledevice.3.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x0) = 4096 0
mmap(0xB000, 0xF000, 0x5, 0x12, 0x3, 0x0) = 0xB000 0
mmap(0x1A000, 0x1000, 0x3, 0x12, 0x3, 0xF000) = 0x1A000 0
mmap(0x1B000, 0x1000, 0x7, 0x12, 0x3, 0x10000) = 0x1B000 0
mmap(0x1C000, 0x3A48, 0x1, 0x12, 0x3, 0x11000) = 0x1C000 0
fcntl(0x3, 0x32, 0xFFFFFFFFBFFFC768) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC710) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC710) = 0 0
close(0x3) = 0 0
getattrlist("/Users\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/downloads\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master/idevicescreenshot\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
stat64("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libplist.1.dylib\0", 0xBFFFE278, 0xBFFFDF08) = 0 0
open("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libplist.1.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x0) = 4096 0
mmap(0x20000, 0xE000, 0x5, 0x12, 0x3, 0x0) = 0x20000 0
mmap(0x2E000, 0x1000, 0x3, 0x12, 0x3, 0xE000) = 0x2E000 0
mmap(0x2F000, 0x1000, 0x7, 0x12, 0x3, 0xF000) = 0x2F000 0
mmap(0x30000, 0x1894, 0x1, 0x12, 0x3, 0x10000) = 0x30000 0
fcntl(0x3, 0x32, 0xFFFFFFFFBFFFC888) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC830) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC830) = 0 0
close(0x3) = 0 0
getattrlist("/Users\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/downloads\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master/idevicescreenshot\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
stat64("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libusbmuxd.2.dylib\0", 0xBFFFE278, 0xBFFFDF08) = 0 0
open("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libusbmuxd.2.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x0) = 4096 0
mmap(0x32000, 0x9000, 0x5, 0x12, 0x3, 0x0) = 0x32000 0
mmap(0x3B000, 0x1000, 0x3, 0x12, 0x3, 0x9000) = 0x3B000 0
mmap(0x3C000, 0x1000, 0x7, 0x12, 0x3, 0xA000) = 0x3C000 0
mmap(0x3D000, 0xC24, 0x1, 0x12, 0x3, 0xB000) = 0x3D000 0
fcntl(0x3, 0x32, 0xFFFFFFFFBFFFC848) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC7F0) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC7F0) = 0 0
close(0x3) = 0 0
stat64("/usr/lib/libSystem.B.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
stat64("/usr/lib/libssl.0.9.7.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
stat64("/usr/lib/libcrypto.0.9.7.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
stat64("/usr/lib/libgcc_s.1.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
dyld: Library not loaded: /home/benoit/workspace/imobiledevice/libplist/build/src/libplist.1.dylib
Referenced from: /Users/carl/Downloads/libimobiledevice-macosx-master/lib/libimobiledevice.3.dylib
Reason: image not found
stat64("/home/benoit/workspace/imobiledevice/libplist/build/src/libplist.1.dylib\0", 0xBFFFE1D8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
stat64("/Users/carl/lib/libplist.1.dylib\0", 0xBFFFE9B8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
stat64("/usr/local/lib/libplist.1.dylib\0", 0xBFFFE9B8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
stat64("/usr/lib/libplist.1.dylib\0", 0xBFFFE9C8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
munmap(0x0, 0x1000) = 0 0
munmap(0x2000, 0x1000) = 0 0
munmap(0x3000, 0x1000) = 0 0
munmap(0x4000, 0x1000) = 0 0
munmap(0x1000, 0x1000) = 0 0
munmap(0x8000, 0x1000) = 0 0
munmap(0x9000, 0x2000) = 0 0
munmap(0x6000, 0x2000) = 0 0
munmap(0x1A000, 0x1000) = 0 0
munmap(0x1B000, 0x1000) = 0 0
munmap(0x1C000, 0x4000) = 0 0
munmap(0xB000, 0xF000) = 0 0
munmap(0x2E000, 0x1000) = 0 0
munmap(0x2F000, 0x1000) = 0 0
munmap(0x30000, 0x2000) = 0 0
munmap(0x20000, 0xE000) = 0 0
munmap(0x3B000, 0x1000) = 0 0
munmap(0x3C000, 0x1000) = 0 0
munmap(0x3D000, 0x1000) = 0 0
munmap(0x32000, 0x9000) = 0 0
fstat64(0x2, 0xBFFFF188, 0xFFFFFFFFBFFFC7F0) = 0 0
write(0x2, "dyld: Library not loaded: /home/\0", 0x20) = 32 0
write(0x2, "benoit/workspace/imobiledevice/l\0", 0x20) = 32 0
write(0x2, "ibplist/build/src/libplist.1.dyl\0", 0x20) = 32 0
write(0x2, "ib\n Referenced from: /Users/car\0", 0x20) = 32 0
write(0x2, "l/Downloads/libimobiledevice-mac\0", 0x20) = 32 0
write(0x2, "osx-master/lib/libimobiledevice.\0", 0x20) = 32 0
write(0x2, "3.dylib\n Reason: image not foun\0", 0x20) = 32 0
write(0x2, "d\n\0", 0x2) = 2 0

Should this work?

MacBook-Pro-3:libimobiledevice-macosx-master $ idevice_id -l
842c9b4591163e73114fa4a5b50b90be964f482c
MacBook-Pro-3:libimobiledevice-macosx-master $ idevicesyslog
usbmuxd_send: Error -1 when sending: Broken pipe
usbmuxd_send: Error -1 when sending: Broken pipe

idevicebackup not working on IOS6

both idevicebackup and idevicebacup2 not functional on IOS 6 , are there any updates planned ?

idevicebackup backup .
Backup directory is "."
Started "com.apple.mobilebackup" service on port 56303.
Reading Info.plist from backup.
Starting backup...
Reading existing Manifest.
Could not read Manifest.plist, switching to full backup mode.
Creating Info.plist for new backup.
Requesting backup from device...
ERROR: Could not start backup process: unspecified error occured

$ idevicebackup2 backup .
Backup directory is "."
Started "com.apple.mobilebackup2" service on port 56320.
Could not perform backup protocol version exchange, error code -1

Binaries will not run. Exits with "Trace/BPT trap: 5"

I installed the binaries as directed but I can't get them to run. Am I doing something wrong? I'm on OS X 10.8.2

Brett-Alton:libimobiledevice studiospare$ vim ~/.bash_profile
Brett-Alton:libimobiledevice studiospare$ source ~/.bash_profile
Brett-Alton:libimobiledevice studiospare$ idevicesyslog
-bash: idevicesyslog: command not found
Brett-Alton:libimobiledevice studiospare$ idevicescreenshot
-bash: idevicescreenshot: command not found
Brett-Alton:libimobiledevice studiospare$ ./idevicesyslog
dyld: Library not loaded: @executable_path/../lib/libimobiledevice.3.dylib
Referenced from: /Users/studiospare/Desktop/libimobiledevice/./idevicesyslog
Reason: image not found
Trace/BPT trap: 5
Brett-Alton:libimobiledevice studiospare$ ./idevicesyslog
dyld: Library not loaded: @executable_path/../lib/libimobiledevice.3.dylib
Referenced from: /Users/studiospare/Desktop/libimobiledevice/./idevicesyslog
Reason: image not found
Trace/BPT trap: 5
Brett-Alton:libimobiledevice studiospare$ ./idevicescreenshot
dyld: Library not loaded: @executable_path/../lib/libimobiledevice.3.dylib
Referenced from: /Users/studiospare/Desktop/libimobiledevice/./idevicescreenshot
Reason: image not found
Trace/BPT trap: 5

idevicesyslog and NSTask

Hi,

I'm trying to use idevicesyslog with an NSTask to catch device logs in a a MacOSX app I'm making but for some reason when I run idevicesyslog with NSTask it ends execution with signal 11. Can you give any light on this?

ideviceXX executables have dynamic library in wrong place and reference to /home/benoit to satisfy dependency

I extracted zip file in my download directory , I updated my PATH and DYLD_LIBRARY_PATH as per the README.md file. When I truss the executable it looks for $DYLD_LIBRARY_PATH/../lib . I moved all dynamic libraries into $DYLD_LIBRARY_PATH/lib ( they were in $DYLD_LIBRARY_PATH) and then moved up a directory ( $DYLD_LIBRARY_PATH/..) and made a soft link to $DYLD_LIBRARY_PATH/lib named lib. The dynamic libraries were then found but then the program failed because it was looking for "/home/benoit/workspace/imobiledevice/libplist/build/src/libplist.1.dylib" see truss output below.

rocket$ env | grep PATH
DYLD_LIBRARY_PATH=/Users/carl/downloads/libimobiledevice-macosx-master
PATH=/Users/carl/bin:/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/apache-maven-3.2.5/bin:/Applications/TkDiff.app/Contents/MacOS:/Users/carl/downloads/libimobiledevice-macosx-master

rocket$ uname -a
Darwin rocket.local 14.1.0 Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64 x86_64
pocket-rocket:downloads carl

sudo dtruss idevicescreenshot
SYSCALL(args) = return
thread_selfid(0x0, 0x0, 0x0) = 13404466 0
csops(0x0, 0x0, 0xBFFFF314) = 0 0
issetugid(0x0, 0x0, 0xBFFFF314) = 0 0
shared_region_check_np(0xBFFFD2A0, 0x0, 0xBFFFF314) = 0 0
stat64("/usr/lib/dtrace/libdtrace_dyld.dylib\0", 0xBFFFE4D8, 0xBFFFF314) = 0 0
open("/usr/lib/dtrace/libdtrace_dyld.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\312\376\272\276\0", 0x1000, 0x0) = 4096 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x6000) = 4096 0
fcntl(0x3, 0x3D, 0xFFFFFFFFBFFFC960) = 0 0
mmap(0x6000, 0x2000, 0x1, 0x12, 0x3, 0x6000) = 0x6000 0
mmap(0x8000, 0x1000, 0x3, 0x12, 0x3, 0x8000) = 0x8000 0
mmap(0x9000, 0x1FA0, 0x1, 0x12, 0x3, 0x9000) = 0x9000 0
close(0x3) = 0 0
stat64("/usr/lib/dtrace/libdtrace_dyld.dylib\0", 0xBFFFEDF0, 0x1) = 0 0
stat64("/\0", 0xBFFFC610, 0x1) = 0 0
getattrlist("/Users\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl/downloads\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master/idevicescreenshot\0", 0x8FEF9E60, 0xBFFFDEF8) = 0 0
stat64("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libimobiledevice.3.dylib\0", 0xBFFFE268, 0xBFFFDEF8) = 0 0
open("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libimobiledevice.3.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x0) = 4096 0
mmap(0xB000, 0xF000, 0x5, 0x12, 0x3, 0x0) = 0xB000 0
mmap(0x1A000, 0x1000, 0x3, 0x12, 0x3, 0xF000) = 0x1A000 0
mmap(0x1B000, 0x1000, 0x7, 0x12, 0x3, 0x10000) = 0x1B000 0
mmap(0x1C000, 0x3A48, 0x1, 0x12, 0x3, 0x11000) = 0x1C000 0
fcntl(0x3, 0x32, 0xFFFFFFFFBFFFC768) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC710) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC710) = 0 0
close(0x3) = 0 0
getattrlist("/Users\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/downloads\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master/idevicescreenshot\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
stat64("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libplist.1.dylib\0", 0xBFFFE278, 0xBFFFDF08) = 0 0
open("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libplist.1.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x0) = 4096 0
mmap(0x20000, 0xE000, 0x5, 0x12, 0x3, 0x0) = 0x20000 0
mmap(0x2E000, 0x1000, 0x3, 0x12, 0x3, 0xE000) = 0x2E000 0
mmap(0x2F000, 0x1000, 0x7, 0x12, 0x3, 0xF000) = 0x2F000 0
mmap(0x30000, 0x1894, 0x1, 0x12, 0x3, 0x10000) = 0x30000 0
fcntl(0x3, 0x32, 0xFFFFFFFFBFFFC888) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC830) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC830) = 0 0
close(0x3) = 0 0
getattrlist("/Users\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/downloads\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
getattrlist("/Users/carl/Downloads/libimobiledevice-macosx-master/idevicescreenshot\0", 0x8FEF9E60, 0xBFFFDF08) = 0 0
stat64("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libusbmuxd.2.dylib\0", 0xBFFFE278, 0xBFFFDF08) = 0 0
open("/Users/carl/downloads/libimobiledevice-macosx-master/../lib/libusbmuxd.2.dylib\0", 0x0, 0x0) = 3 0
pread(0x3, "\316\372\355\376\a\0", 0x1000, 0x0) = 4096 0
mmap(0x32000, 0x9000, 0x5, 0x12, 0x3, 0x0) = 0x32000 0
mmap(0x3B000, 0x1000, 0x3, 0x12, 0x3, 0x9000) = 0x3B000 0
mmap(0x3C000, 0x1000, 0x7, 0x12, 0x3, 0xA000) = 0x3C000 0
mmap(0x3D000, 0xC24, 0x1, 0x12, 0x3, 0xB000) = 0x3D000 0
fcntl(0x3, 0x32, 0xFFFFFFFFBFFFC848) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC7F0) = 0 0
fcntl(0x3, 0x2C, 0xFFFFFFFFBFFFC7F0) = 0 0
close(0x3) = 0 0
stat64("/usr/lib/libSystem.B.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
stat64("/usr/lib/libssl.0.9.7.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
stat64("/usr/lib/libcrypto.0.9.7.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
stat64("/usr/lib/libgcc_s.1.dylib\0", 0xBFFFE2E8, 0xFFFFFFFFBFFFC7F0) = 0 0
dyld: Library not loaded: /home/benoit/workspace/imobiledevice/libplist/build/src/libplist.1.dylib
Referenced from: /Users/carl/Downloads/libimobiledevice-macosx-master/lib/libimobiledevice.3.dylib
Reason: image not found
stat64("/home/benoit/workspace/imobiledevice/libplist/build/src/libplist.1.dylib\0", 0xBFFFE1D8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
stat64("/Users/carl/lib/libplist.1.dylib\0", 0xBFFFE9B8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
stat64("/usr/local/lib/libplist.1.dylib\0", 0xBFFFE9B8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
stat64("/usr/lib/libplist.1.dylib\0", 0xBFFFE9C8, 0xFFFFFFFFBFFFC7F0) = -1 Err#2
munmap(0x0, 0x1000) = 0 0
munmap(0x2000, 0x1000) = 0 0
munmap(0x3000, 0x1000) = 0 0
munmap(0x4000, 0x1000) = 0 0
munmap(0x1000, 0x1000) = 0 0
munmap(0x8000, 0x1000) = 0 0
munmap(0x9000, 0x2000) = 0 0
munmap(0x6000, 0x2000) = 0 0
munmap(0x1A000, 0x1000) = 0 0
munmap(0x1B000, 0x1000) = 0 0
munmap(0x1C000, 0x4000) = 0 0
munmap(0xB000, 0xF000) = 0 0
munmap(0x2E000, 0x1000) = 0 0
munmap(0x2F000, 0x1000) = 0 0
munmap(0x30000, 0x2000) = 0 0
munmap(0x20000, 0xE000) = 0 0
munmap(0x3B000, 0x1000) = 0 0
munmap(0x3C000, 0x1000) = 0 0
munmap(0x3D000, 0x1000) = 0 0
munmap(0x32000, 0x9000) = 0 0
fstat64(0x2, 0xBFFFF188, 0xFFFFFFFFBFFFC7F0) = 0 0
write(0x2, "dyld: Library not loaded: /home/\0", 0x20) = 32 0
write(0x2, "benoit/workspace/imobiledevice/l\0", 0x20) = 32 0
write(0x2, "ibplist/build/src/libplist.1.dyl\0", 0x20) = 32 0
write(0x2, "ib\n Referenced from: /Users/car\0", 0x20) = 32 0
write(0x2, "l/Downloads/libimobiledevice-mac\0", 0x20) = 32 0
write(0x2, "osx-master/lib/libimobiledevice.\0", 0x20) = 32 0
write(0x2, "3.dylib\n Reason: image not foun\0", 0x20) = 32 0
write(0x2, "d\n\0", 0x2) = 2 0

Could not start com.apple.mobile.installation_proxy!

Hi,
I'm not able to connect to any of my devices:

ideviceinstaller -d -l
Could not start com.apple.mobile.installation_proxy!


idevicesyslog
ERROR: Could not start service com.apple.syslog_relay.
Could not start logger for udid 0d452f83c4b010.........

I have

XCode 7.3
iOS 9 & iOS 10

Any ideas?

cheers

Typo in readme

/your/path/here/imobiledevice-macosx/

needs to be updated to

/your/path/here/libimobiledevice-macosx

Can not use idvicescreenshot

Hi I'm using Mac OSX 10.8.2. After I installed it, I can't use idvicescreenshot (I connect my IPad), it shows " Could not connect to screenshotr!" but others are fine.
Am I do something wrong?

idevicescreenshot is not working on iOS 14

When I execute the "idevicescreenshot" I get an error message as "Could not connect to screenshot!"

MACC02F5C7RMD6N:Desktop sheikhjebran$ idevicescreenshot test.png --udid
Could not connect to screenshotr!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.