The officially official Devuan Forum!

You are not logged in.

#1 2020-04-24 07:22:25

devuanuser
Member
Registered: 2019-03-14
Posts: 40  

Android and IOS

I have trouble being able to browse my android and IOS devices through USB with Devuan.

Is automounting these devices supported in Devuan or does it have to be done manually with jmtpfs and fusermount -u   from command line ?

Offline

#2 2020-04-24 12:20:45

xinomilo
Unknown
Registered: 2017-07-02
Posts: 315  

Re: Android and IOS

automounting android/lineageos works nicely here with MATE DE after enabling mtp on android. no clue about other DEs, some might be missing packages used for that.

Offline

#3 2020-04-24 18:01:08

fsmithred
Administrator
Registered: 2016-11-25
Posts: 2,409  

Re: Android and IOS

Make sure gvfs-backends is installed. I get an icon (or two) on the xfce desktop when I connect my android device to the laptop using the usb cable. Auto-mount is turned off here (and by default). I have to click on the icon.

Offline

#4 2020-04-25 19:28:54

dzz
Member
From: Exmouth, South West England
Registered: 2016-12-01
Posts: 47  

Re: Android and IOS

I guess some have their use-case reasons to automount removables. I don't know why.

Mounting an mtp device should be as simple as:

jmtpfs /path/to/your/mountpoint/
fusermount -u /path/to/your/mountpoint/

Or you could script that with some checks and a fancy yad dialog.

(OT) thanks xinomilo for mentioning  "lineageOS" (android AOSP based without bloat/spyware), probably as clean as you will get on such devices. The only network connection here at the moment is 4g. I did quite a bit of research on android (lack of) security and run lineage (without gapps).

Offline

#5 2020-04-26 00:08:58

devuanuser
Member
Registered: 2019-03-14
Posts: 40  

Re: Android and IOS

DZZ,
Please read my initial post.
I clearly state exactly the command lines you profess.
No sweat, but it is clear from my post that I dont want to continue with CLI.

Just want to put the record straight so that everyone know what my objective is.

dzz wrote:

I guess some have their use-case reasons to automount removables. I don't know why.

Mounting an mtp device should be as simple as:

jmtpfs /path/to/your/mountpoint/
fusermount -u /path/to/your/mountpoint/

Offline

#6 2020-04-26 00:13:03

devuanuser
Member
Registered: 2019-03-14
Posts: 40  

Re: Android and IOS

Thank you fsmithred, I think you hit the nail on the head.

I clearly have broken packages I was unaware of.

The following packages have unmet dependencies:
gvfs-backends : Depends: gvfs (= 1.30.4-1) but it is not going to be installed
                 Depends: gvfs-daemons (= 1.30.4-1)
                 Depends: gvfs-libs (= 1.30.4-1) but 1.30.4-2 is to be installed
                 Depends: gvfs-common (= 1.30.4-1) but 1.30.4-2 is to be installed
E: Unable to correct problems, you have held broken packages.

Therefore my question is basically answered as I have to fix the above first after which it should work.

fsmithred wrote:

Make sure gvfs-backends is installed. I get an icon (or two) on the xfce desktop when I connect my android device to the laptop using the usb cable. Auto-mount is turned off here (and by default). I have to click on the icon.

Last edited by devuanuser (2020-04-26 00:14:18)

Offline

Board footer