libimobiledevice / libideviceactivation

A library to handle the activation process of iOS devices
https://libimobiledevice.org
GNU Lesser General Public License v2.1
286 stars 131 forks source link

shared object #3

Closed corupta closed 9 years ago

corupta commented 9 years ago

about 1.0.1 syntax error near unexpected token `GLOBAL_CFLAGS,' when i run the ./autogen.sh or ./configure about 1.0.0 no response(stays unactivated) from the phone when I run libideviceactivation activate (iphone 5s) which models are supported?

aktivx commented 9 years ago

you need to place as-compiler-flag.m4 inside the m4 directory and add EXTRA_DIST=as-compiler-flag.m4 to the Makefile.am It did not seam to work for iphone5 with icloud lock

aktivx commented 9 years ago

and also you have to change the LD_LIBRARY_PATH export LD_LIBRARY_PATH=/usr/local/lib otherwise it will give an error (cant load shared library libideviceactivation0.2 cant be found or something similar)

FunkyM commented 9 years ago

Missing a file. Fixed in git master. All models are supported. LD_LIBRARY_PATH is not required if you just pass the right installation prefix to configure or autogen.sh like "--prefix=/usr" (on OS X with MacPorts it is /opt/local).