Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Transfer photos from Iphone.

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
maurilio
Posts: 10
Joined: 2018-02-04 09:05

[SOLVED] Transfer photos from Iphone.

#1 Post by maurilio »

Hi,
do you know if there are recent tips to mount an Iphone on Debian 9?
Unfortunately, official wikis and forum posts, do not allow me to do
this operation, which is allowed on other distros.
I thank you.
Last edited by maurilio on 2018-05-10 13:22, edited 1 time in total.

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Transfer photos from Iphone.

#2 Post by dilberts_left_nut »

How are you 'not allowed'?
Where does it fail?
AdrianTM wrote:There's no hacker in my grandma...

maurilio
Posts: 10
Joined: 2018-02-04 09:05

Re: Transfer photos from Iphone.

#3 Post by maurilio »

Also by following the official guide:
https://wiki.debian.org/iPhone
I can not "see" it.
In the order, this happens to me:
- this command does not work:

Code: Select all

usermod -aG fuse sheila
- and giving the command:

Code: Select all

ifuse ~/iPhone
it always tells me to restart the device (Iphone).
In the guide, at a certain point, they talk about "* Update: December 2017"
but to me this brings even more confusion, and I do not understand if
they are intended as a replacement of the whole old procedure.
Someone has recently taken two or three steps for a quick recognition
of this smartphone?

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Transfer photos from Iphone.

#4 Post by dilberts_left_nut »

maurilio wrote:- this command does not work:

Code: Select all

usermod -aG fuse sheila
Again, "does not work" is of no use to anyone wanting to help you.
maurilio wrote:"* Update: December 2017"...
intended as a replacement of the whole old procedure.
I would think, yes.

It all probably very much depends what version of iThing you have,
Apple is very much unconcerned about you connecting it to your Debian PC (and even maybe actively working against the libmobiledevice devs), so as mentioned in the wiki, YMMV.
If you want it to "just work", they want to sell you a Mac. :D
AdrianTM wrote:There's no hacker in my grandma...

maurilio
Posts: 10
Joined: 2018-02-04 09:05

Re: Transfer photos from Iphone.

#5 Post by maurilio »

Of course, but it would be great to have a solution like this:
https://www.addictivetips.com/ubuntu-li ... -on-linux/

But I have solved everything, with Dropbox and its services.

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Transfer photos from Iphone.

#6 Post by dilberts_left_nut »

maurilio wrote:Of course, but it would be great to have a solution like this:
https://www.addictivetips.com/ubuntu-li ... -on-linux/
Well, that's the same as the "* Update: December 2017" method.
AdrianTM wrote:There's no hacker in my grandma...

emariz
Posts: 2901
Joined: 2008-10-17 07:59

Re: Transfer photos from Iphone.

#7 Post by emariz »

This message from 2016 is still valid today.
http://forums.debian.net/viewtopic.php?p=627057#p627057

maurilio
Posts: 10
Joined: 2018-02-04 09:05

Re: Transfer photos from Iphone.

#8 Post by maurilio »

Well, that's the same as the "* Update: December 2017" method.
But the second step does not work:

Code: Select all

root@burn-pc:~# git clone https://github.com/libimobiledevice/ifuse.git
-su: git: comando non trovato
root@burn-pc:~# this does not work

User avatar
dilberts_left_nut
Administrator
Administrator
Posts: 5346
Joined: 2009-10-05 07:54
Location: enzed
Has thanked: 12 times
Been thanked: 66 times

Re: Transfer photos from Iphone.

#9 Post by dilberts_left_nut »

Well if you want the latest version from git ... you need git installed (just like it says).
AdrianTM wrote:There's no hacker in my grandma...

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Transfer photos from Iphone.

#10 Post by debiman »

maurilio wrote:But I have solved everything, with Dropbox and its services.
that's hardly a solution - it's a questionable workaround.

maurilio wrote:it always tells me
fwiw, in future, we need to see the full terminal output you have there, not your paraphrasing.

maurilio
Posts: 10
Joined: 2018-02-04 09:05

Re: Transfer photos from Iphone.

#11 Post by maurilio »

Ok, I thank you, but at a certain point I stop:

Code: Select all

root@burn-pc:/home/burno# apt-get install git
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
The following additional packages will be installed:
  git-man liberror-perl rsync
Pacchetti suggeriti:
  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb
  git-arch git-cvs git-mediawiki git-svn openssh-server
I seguenti pacchetti NUOVI saranno installati:
  git git-man liberror-perl rsync
0 aggiornati, 4 installati, 0 da rimuovere e 6 non aggiornati.
È necessario scaricare 6.012 kB di archivi.
Dopo quest'operazione, verranno occupati 31,7 MB di spazio su disco.
Continuare? [S/n] s

Code: Select all

burno@burn-pc:~$ git clone https://github.com/libimobiledevice/ifuse.git
Cloning into 'ifuse'...
remote: Counting objects: 499, done.
remote: Total 499 (delta 0), reused 0 (delta 0), pack-reused 499
Ricezione degli oggetti: 100% (499/499), 92.37 KiB | 0 bytes/s, done.
Risoluzione dei delta: 100% (242/242), done.
burno@burn-pc:~$ cd ifuse
burno@burn-pc:~/ifuse$ ./autogen.sh
configure.ac:12: installing './compile'
configure.ac:7: installing './install-sh'
configure.ac:7: installing './missing'
src/Makefile.am: installing './depcomp'
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libimobiledevice... no
configure: error: Package requirements (libimobiledevice-1.0 >= 1.0.0) 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.

Alternatively, you may set the environment variables libimobiledevice_CFLAGS
and libimobiledevice_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
burno@burn-pc:~/ifuse$ su
Password: 
root@burn-pc:/home/burno/ifuse# apt-get install libimobiledevice6 libimobiledevice-utils libusbmuxd4 ifuse gvfs-fuse
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
ifuse is already the newest version (1.1.2-0.1+b5).
libimobiledevice6 is already the newest version (1.2.0+dfsg-3.1).
È stato impostato libimobiledevice6 per l'installazione manuale.
libusbmuxd4 is already the newest version (1.0.10-3+b1).
È stato impostato libusbmuxd4 per l'installazione manuale.
The following additional packages will be installed:
  desktop-file-utils gvfs gvfs-common gvfs-daemons gvfs-libs libgck-1-0
  libgcr-3-common libgcr-base-3-1 libsecret-1-0 libsecret-common
Pacchetti suggeriti:
  gvfs-backends
I seguenti pacchetti NUOVI saranno installati:
  desktop-file-utils gvfs gvfs-common gvfs-daemons gvfs-fuse gvfs-libs libgck-1-0
  libgcr-3-common libgcr-base-3-1 libimobiledevice-utils libsecret-1-0
  libsecret-common
0 aggiornati, 12 installati, 0 da rimuovere e 6 non aggiornati.
È necessario scaricare 1.537 kB di archivi.
Dopo quest'operazione, verranno occupati 7.646 kB di spazio su disco.
Continuare? [S/n] s

Code: Select all

burno@burn-pc:~/ifuse$ ./autogen.sh
checking whether make supports nested variables... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libimobiledevice... no
configure: error: Package requirements (libimobiledevice-1.0 >= 1.0.0) 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.

Alternatively, you may set the environment variables libimobiledevice_CFLAGS
and libimobiledevice_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
burno@burn-pc:~/ifuse$ su
Password: 
root@burn-pc:/home/burno/ifuse# apt-get install libimobiledevice-1.0
Lettura elenco dei pacchetti... Fatto
Generazione albero delle dipendenze       
Lettura informazioni sullo stato... Fatto
E: Impossibile trovare il pacchetto libimobiledevice-1.0
E: Impossibile trovare alcun pacchetto tramite il glob "libimobiledevice-1.0"
E: Impossibile trovare alcun pacchetto tramite l'espressione regolare "libimobiledevice-1.0"
root@burn-pc:/home/burno/ifuse# 
But the "libimobiledevice-1.0" package does not exist.

maurilio
Posts: 10
Joined: 2018-02-04 09:05

Re: Transfer photos from Iphone.

#12 Post by maurilio »

I solved by following the explanations found in this post:
http://www.instructables.com/id/Sync-Ip ... ianUbuntu/

I thank all of you for the help.

Post Reply