benvium / libimobiledevice-macosx

Binary distribution of the libimobiledevice library for Mac OS X
373 stars 81 forks source link

Can not use idvicescreenshot #2

Closed ghost closed 11 years ago

ghost commented 11 years ago

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?

aimofankit commented 11 years ago

Hi The problem here is with os version, idevicescreeshot api is not working on iphone/ipad with 6 n above, with ios5 it's working fine. Please provide the solution/fix for the same as early as possible.

benvium commented 11 years ago

Hi all. Yes, it does appear that iOS6 locks down security rather more than iOS5 did. idevicescreenshot is no longer working. idevicesyslog still works. If the authors of this library find a solution (I just compiled it) I'll update the binaries on here.

ghost commented 11 years ago

So this one use libimobiledevice-1.1.4. or 1.1.2?

benvium commented 11 years ago

oh, it looks like they may have fixed it in the latest version: http://cgit.sukimashita.com/libimobiledevice.git/commit/?id=6fdf7932c946d48157929b37b2956cae19d80ac4 (1.1.4). I'll update the binaries when I get a chance.

ghost commented 11 years ago

That's great, many thanks

aimofankit commented 11 years ago

Osm benvium, ven can v expect the new binaries or new build released for the same.

benvium commented 11 years ago

Unfortunately, I'm having trouble getting the compile to work on Mountain Lion, so I'm not sure yet. Sorry

aimofankit commented 11 years ago

Ohk, in that case is it possible for you to build on lower version of MAC os which binary files can be made. Else let me know the procedure I can try creating it.

eAi commented 11 years ago

I've produced a patched version that works with iOS 6:

https://github.com/eAi/bits-and-pieces

I produced this by disassembling and manually patching benvium's version. Just overwrite his binaries with mine.

benvium commented 11 years ago

Hey that's great. Do you mind if I work them into this repository? Thanks for doing that.

eAi commented 11 years ago

Sure - go ahead :)

On Mon, Apr 22, 2013 at 9:12 AM, Ben Clayton notifications@github.com wrote:

Hey that's great. Do you mind if I work them into this repository? Thanks for doing that.

Reply to this email directly or view it on GitHub: https://github.com/benvium/libimobiledevice-macosx/issues/2#issuecomment-16763263

benvium commented 11 years ago

I've updated the repo now and can confirm that idevicescreenshot now works on iOS 6. Thanks eAi!