[SOLVED]iPhone trusted-paired-detected, something is missing

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

[SOLVED]iPhone trusted-paired-detected, something is missing

Postby harkelyn » Jun 30th, '22, 18:15

I connected an iPhone via USB port, and it is paired and detected. I have opened two different GNOME file managers, expecting I should be able to explore files within the device the same as with any system-recognized storage drive. However, nothing relating to the iPhone is appearing in either file manager. Presumably some additional step is required?

Code: Select all
idevicepair pair
ERROR: Please accept the trust dialog on the screen of device cde2e6ccxxxxxxfa, then attempt to pair again.
[user@localhost ~]$ idevicepair pair
SUCCESS: Paired with device cde2e6ccxxxxxxfa
Attachments
iPhone detected.jpg
iPhone detected.jpg (56.42 KiB) Viewed 2464 times
Last edited by harkelyn on Jun 30th, '22, 22:10, edited 1 time in total.
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City

Re: iPhone trusted-paired-detected, something is missing

Postby sturmvogel » Jun 30th, '22, 18:21

You should get an popup on your Iphone which asks you to give access to the data. If you don't confirm this, your device won't show up in any file manager.
As i'm not using Gnome i don't really know how it looks like there. But under Plasma you have to connect your Iphone to the computer and in your taskbar the icon for removable devices shows up. You have to click on this icon and chose "open with file manger". Only after you have done this step, the confirmation popup will show on your Iphone.

You may additionally need to install ifuse. See also https://www.maketecheasier.com/easily-mount-your-iphone-as-an-external-drive-in-ubuntu/
Under Plasma i don't need ifuse. But Gnome is completely different and lacks many features and settings which i love from Plasma. (i always start crying immediately if i start Gnome for testing purposes in a Virtualbox :lol: )
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39

Re: iPhone trusted-paired-detected, something is missing

Postby harkelyn » Jun 30th, '22, 19:21

While in the terminal doing idevicepair etc., I get the iPhone popup message, Trust/Don't Trust This Computer-Your settings and data will be accessible from this computer when connected. Of course I respond, Trust.

I don't know but expect that somebody will confirm that iFuse is bundled somewhere in the Mageia libimobiledevice and lib64usbmuxd set of packages.

I noticed these instructions in that Ubuntu webpage link you provided. Is there a corresponding protocol in Mageia?

Code: Select all
Once your device is paired, type the following to mount your iPhone:

sudo mkdir /media/iphone
ifuse /media/iphone

Replace the “/media/iphone” directory with another directory of your choice. This is where your iPhone files and folders will be seen on your device.

Once mounted, you should then be able to see your iPhone file system in your chosen file manager. You can then remove or add files to the iPhone as an external drive.

If you mounted your device manually and want to safely unmount it, open your terminal again and type:

ifuse -u /media/iphone

This will safely unmount your iPhone storage. Once done, you can then unplug it from your Ubuntu PC or laptop.
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City

Re: iPhone trusted-paired-detected, something is missing

Postby sturmvogel » Jun 30th, '22, 19:26

You need to install ifuse via MCC. It is not bundled with other packages.
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39

Re: iPhone trusted-paired-detected, something is missing

Postby harkelyn » Jun 30th, '22, 21:45

Well, of course you were right: iFuse is a package which had to be installed on my system. I missed it during an earlier search action, then located it in MCC after your reply.

Installed iFuse. Then I restarted the computer. Next, I opened up a terminal to pair an iPhone with the 'idevice pair pair' command. "Trust/Don't Trust This Computer" prompt appears on the phone. I respond accordingly. Mageia responds with-

Code: Select all
SUCCESS: Paired with device cde2e6ccxxxxxxfa

I then open the File Manager, and see no evidence of an iPhone there.

So, I unplug that phone from the USB port, and I repeat all of the above steps with a different iPhone. Return to the File Manager, and again, there is no evidence of an iPhone there.

Apparently I've missed something in the System-Libraries packages to recognize an iOS device. Any further suggestions would be appreciated!
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City

Re: iPhone trusted-paired-detected, something is missing

Postby sturmvogel » Jun 30th, '22, 21:59

You didn't follow the steps described in the article which i pointed you to (and which you also quoted yourself). After you have paired your phone you need to create a mountpoint and mount your iphone:
(If you create the mountpoint in your home directory you don't need root rights for it. If you create the mountpoint as example under /mnt/your/iphone you will need root right for the next command)
Code: Select all
mkdir /your/file/path/here

Code: Select all
ifuse /your/file/path/here
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39

Re: iPhone trusted-paired-detected, something is missing

Postby harkelyn » Jun 30th, '22, 22:10

Yes, that works! Thank you for the time spent patiently guiding me through this process.
harkelyn
 
Posts: 29
Joined: Jan 20th, '16, 18:36
Location: New York City

Re: [SOLVED]iPhone trusted-paired-detected, something is mis

Postby sturmvogel » Jun 30th, '22, 22:13

You are welcome :)
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39

Re: [SOLVED]iPhone trusted-paired-detected, something is mis

Postby jiml8 » Jul 19th, '22, 20:45

Is kdeconnect available for iphone? And does kdeconnect work with gnome? I would think it would work, with a few libraries installed...

It is a pretty handy way to integrate the phone with the desktop.
jiml8
 
Posts: 1254
Joined: Jul 7th, '13, 18:09

Re: [SOLVED]iPhone trusted-paired-detected, something is mis

Postby sturmvogel » Jul 19th, '22, 21:09

jiml8 wrote:Is kdeconnect available for iphone?

It is a separate project: https://github.com/KDE/kdeconnect-ios.

jiml8 wrote:And does kdeconnect work with gnome? I would think it would work, with a few libraries installed...

It pulls a lot of Plasma deps into Gnome. So why should anybody want this? There are native Gnome shell extensions like GSConnect available which are kdeconnect implementations for Gnome.
https://extensions.gnome.org/extension/1319/gsconnect/
sturmvogel
 
Posts: 739
Joined: Jul 30th, '12, 00:39


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest