Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 44

Thread: How to install ideviceinstaller

  1. #21
    Join Date
    Apr 2007
    Beans
    17

    Re: How to install ideviceinstaller

    Hi,

    I get this error. I don't know what to do:

    > ./src/ideviceinstaller -l
    Could not start com.apple.mobile.installation_proxy!


    Any idea??

    Thanks!

  2. #22
    Join Date
    Apr 2007
    Beans
    17

    Re: How to install ideviceinstaller

    .
    Last edited by csoler; July 8th, 2010 at 08:04 PM.

  3. #23
    Join Date
    Apr 2007
    Location
    Pensacola, FL
    Beans
    418
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: How to install ideviceinstaller

    I'm sorry i am getting:

    Code:
    config.status: error: cannot find input file: `Makefile.in'
    "Well, now that we have seen each other," said the Unicorn, "if you'll believe in me, I'll believe in you. Is that a bargain?" --Alice in Wonderland

    If someone asks you to sudo rm -rf anything don't do it.

  4. #24
    Join Date
    Feb 2008
    Beans
    6

    Re: How to install ideviceinstaller

    Hey has anyone gotten this error and knows how to solve it? I been doing trying to get this installed for a couple of days already and I always get stuck here

    Thanks



    Code:
    Making all in data
    make[2]: Entering directory `/home/yo/sbmanager/data'
    LC_ALL=C /usr/bin/intltool-merge -d -u -c ../po/.intltool-merge-cache ../po sbmanager.desktop.in sbmanager.desktop
    Generating and caching the translation database
    Merging translations into sbmanager.desktop.
    make[2]: Leaving directory `/home/yo/sbmanager/data'
    Making all in src
    make[2]: Entering directory `/home/yo/sbmanager/src'
      CC     libsbmanager_la-device.lo
    cc1: warnings being treated as errors
    device.c: In function ‘device_sbs_save_wallpaper’:
    device.c:195: error: implicit declaration of function ‘sbservices_get_home_screen_wallpaper_pngdata’
    make[2]: *** [libsbmanager_la-device.lo] Error 1
    make[2]: Leaving directory `/home/yo/sbmanager/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/yo/sbmanager'
    make: *** [all] Error 2

  5. #25
    Join Date
    Feb 2010
    Beans
    39

    Re: How to install ideviceinstaller

    Hi,
    Antrunner85,

    I'm getting the same error message with the device.c file into the src folder.

    Did you solve it?
    Because I don't yet.

    Thanks in advance.

  6. #26
    Join Date
    Jul 2010
    Location
    Germany
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to install ideviceinstaller

    I got the same error during the make process. So I used an older version of sbmanager.
    Now everything works fine

    Hope this helps
    Last edited by lukasw; July 11th, 2010 at 08:43 AM.

  7. #27
    Join Date
    Feb 2008
    Beans
    6

    Re: How to install ideviceinstaller

    uMany,

    I did try to modify device.c according to what is posted on http://cgit.sukimashita.com/sbmanager.git/ but it was pretty worthless.

    I did what lukasw mentioned, install an older version, and it installed it. It's not working properly though. I have the iphone 4 and the icons look way too big, and it does not move my apps around on my iphone, just on the computer. Oh also as I expected, it shows no folders or backgrounds.

    Please let me know if anyone else knows about this error or how to fix it.

  8. #28
    Join Date
    Jul 2010
    Location
    Germany
    Beans
    7
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to install ideviceinstaller

    herchu: You also need to install libimobiledevice-dev.

    antrunner85: This version should fix the problem with the icon size.
    But the wallpaper still doesn't show, I guess.

    EDIT: I submitted a bug report at the libiphone bug tracker page. The bug is fixed now!
    Last edited by lukasw; July 11th, 2010 at 08:29 PM.

  9. #29
    Join Date
    Nov 2007
    Beans
    1

    Re: How to install ideviceinstaller

    Quote Originally Posted by herchu View Post
    Hello,
    I am trying to compile ideviceinstaller, but I have a problem in the dependency on libimobiledevice.

    I am using pmcenery PPA: https://launchpad.net/~pmcenery/+arc...s_filter=lucid ,
    so I have now installed libimobiledevice1, v 1.0.1:
    Code:
    $ apt-cache showpkg libimobiledevice1
    Package: libimobiledevice1
    Versions: 
    1.0.1-1ubuntu1~ppa1 (/var/lib/apt/lists/ppa.launchpad.net_pmcenery_ppa_ubuntu_dists_lucid_main_binary-i386_Packages) (/var/lib/dpkg/status)
    however when I run autogen.sh on ideviceinstaller:
    Code:
    $ ./autogen.sh 
    (...)
    checking for libimobiledevice... configure: error: Package requirements (libimobiledevice-1.0 >= 0.9.7) were not met:
    
    No package 'libimobiledevice-1.0' found
    
    Consider adjusting the PKG_CONFIG_PATH environment variable if you
    installed software in a non-standard prefix.
    It does not find my library. I believe it has to do with the naming (libimobiledevice1 vs. libimobiledevice, v1.0), but I am not sure.

    I want to keep using libimobiledevice from the PPA, not install it myself as suggested in this tutorial. Is there any workaround to have the ./configure step find my library version?

    Any help greatly appreciated!
    Try using "sudo apt-get install libimobiledevice-dev" first

  10. #30
    Join Date
    May 2010
    Beans
    67
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: How to install ideviceinstaller

    I just tried this on iphone 4. I created a couple of folders and the folders don't show up in sbmanager. All single icons that are not part of any folder show up. Anyone else with the same issue?

Page 3 of 5 FirstFirst 12345 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •