Live data from Hacker News

libimobiledevice – A cross-platform library to communicate with iOS devices

libimobiledevice.org

1–10 of 16 posts

Re: libimobiledevice – A cross-platform library to communicate with iOS devices

#5

What I want to know is: can it get logs?

Can you be more specific? You can use 'idevicesyslog' to view onscreen logs. You can also use commands like 'idevicediagnostics' to retrieve state information (e.g. power cycles of the battery) and 'idevicecrashreports' for crash data.

Re: libimobiledevice – A cross-platform library to communicate with iOS devices

#8
post #6

Unfortunately iOS 9's new 'rootless' feature is going to break a lot of stuff in this.

As I understand it, this uses the same protocols iTunes uses (or can use even if currently doesn't), so unless Apple breaks iTunes, these should either continue to work as is, or with modifications that will require adaptation.

Re: libimobiledevice – A cross-platform library to communicate with iOS devices

#9
post #8
post #6

Unfortunately iOS 9's new 'rootless' feature is going to break a lot of stuff in this.

As I understand it, this uses the same protocols iTunes uses (or can use even if currently doesn't), so unless Apple breaks iTunes, these should either continue to work as is, or with modifications that will require adaptation.

Actually this lets you do more than what iTunes lets you. iOS 8.3 has already prevented tools like iFunBox (which also uses this IIRC) to access the app sandbox directory.

Re: libimobiledevice – A cross-platform library to communicate with iOS devices

#10
post #9
post #8

Earlier quoted context omitted.

As I understand it, this uses the same protocols iTunes uses (or can use even if currently doesn't), so unless Apple breaks iTunes, these should either continue to work as is, or with modifications that will require adaptation.

Actually this lets you do more than what iTunes lets you. iOS 8.3 has already prevented tools like iFunBox (which also uses this IIRC) to access the app sandbox directory.

Then it must have exploited some leftover, or Apple just moved stuff around. If backup is possible, then access to sandboxes is still allowed one way or another.
Post reply on HN