Coder Social home page Coder Social logo

list valid APPIDs about ifuse HOT 3 CLOSED

libimobiledevice avatar libimobiledevice commented on August 19, 2024
list valid APPIDs

from ifuse.

Comments (3)

clavisound avatar clavisound commented on August 19, 2024

I too had problem to compile ideviceinstaller

I managed to compile both libplist-1.12 to /opt/ and to link ideviceinstaller with lipblist-1.12 in /opt (instead of system libplist)

ldd -v /usr/bin/idevicestaller

    linux-gate.so.1 (0xb773e000)
    libimobiledevice.so.6 => /usr/lib/libimobiledevice.so.6 (0xb76da000)
    libssl.so.1 => /lib/libssl.so.1 (0xb7674000)
    libcrypto.so.1 => /lib/libcrypto.so.1 (0xb74b7000)
    libusbmuxd.so.4 => /usr/lib/libusbmuxd.so.4 (0xb74af000)
    libplist.so.3 => /opt/usr/lib/libplist.so.3 (0xb74a2000) <--- see there!
    libxml2.so.2 => /usr/lib/libxml2.so.2 (0xb7349000)
    libdl.so.2 => /lib/libdl.so.2 (0xb7344000)
    liblzma.so.5 => /lib/liblzma.so.5 (0xb731e000)
    libm.so.6 => /lib/libm.so.6 (0xb72dc000)
    libpthread.so.0 => /lib/libpthread.so.0 (0xb72c2000)
    libplist.so.1 => /usr/lib/libplist.so.1 (0xb72b6000)
    libzip.so.2 => /usr/lib/libzip.so.2 (0xb72a8000)
    libz.so.1 => /lib/libz.so.1 (0xb7292000)
    libc.so.6 => /lib/libc.so.6 (0xb7106000)
    /lib/ld-linux.so.2 (0xb773f000)

Those versions work with me
ideviceinstaller-96775642960696d05098b3cebdab2b0c95a958df <-- linked with plist in /opt/ like this
in configure

libplist_LIBS='-L/opt/usr/lib/ -lplist' libplist_CFLAGS=-I/opt/include/plist/
libimobiledevice_CFLAGS=-I/usr/include libimobiledevice_LIBS='-L/usr/lib/ -limobiledevice'
./configure
--prefix=/usr
--libdir=/usr/lib${LIBDIRSUFFIX}
--sysconfdir=/etc
--localstatedir=/var
--mandir=/usr/man

libplist-1.12 <-- in /opt/
libplist-1.8 <-- in /usr
libusbmuxd-1.0.10
usbmuxd-1.1.0
ifuse-1.1.3
libimobiledevice-1.2.0

from ifuse.

nikias avatar nikias commented on August 19, 2024

I will think about it. What is your problem with compiling ideviceinstaller? You can file an issue in https://github.com/libimobiledevice/ideviceinstaller

from ifuse.

nikias avatar nikias commented on August 19, 2024

See commit df048a1

from ifuse.

Related Issues (20)

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.