Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Phone file system can't be browsed  (Read 6469 times)

mylo

  • Guest
[EN] Phone file system can't be browsed
« on: 2015/10/31, 11:12:03 »
Hi, when plugging my HTC phone

Code: [Select]
Bus 005 Device 006: ID 0bb4:0fb5 HTC (High Tech Computer Corp.)
I select "Open device .." from the notifer. This click provides me an error (see attached pic), telling:

Code: [Select]
"Error, file or folder does not exist"
so that I cannot browse it. I would like to browse it in krusader, not airdroid.

Any hints?




Offline titan

  • User
  • Posts: 312
Re: Phone file system can't be browsed
« Reply #1 on: 2015/10/31, 12:14:42 »
What file system does your phone use, most newer ones use mtp can Krusader open mpt it maybe needs mtpfs installed.It was a problem when phones went over to mtp from mass storage but most file managers now handle mtp ok.

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #2 on: 2015/10/31, 13:37:18 »
it is an android os, but I do not know the fs type. with mtpfs same error message.


Do I have to create a udev rule myself?

Offline towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Re: Phone file system can't be browsed
« Reply #3 on: 2015/10/31, 13:49:59 »
mtp is not a filesystem, it's a protocol.


And yes, new Android versions using MTP.
So check, which mtp packages you have installed.
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #4 on: 2015/11/01, 09:57:49 »
Code: [Select]
dpkg -l | grep mtp provides me:


Code: [Select]
ii  kio-mtp   0.75+git20140304-2  amd64         access to MTP devices for applications using the KDE Platform
ii  libmtp-common         1.1.10-2                  all          Media Transfer Protocol (MTP) common files
ii  libmtp-dev:amd64     1.1.10-2           amd64          Media Transfer Protocol (MTP) development files
ii  libmtp-runtime          1.1.10-2           amd64          Media Transfer Protocol (MTP) runtime tools
ii  libmtp9:amd64          1.1.10-2           amd64         Media Transfer Protocol (MTP) library
ii  libnet-smtp-ssl-perl      1.03-1                 all          Perl module providing SSL support to Net::SMTP
ii  mtp-tools                   1.1.10-2          amd64         Media Transfer Protocol (MTP) library tools
ii  mtpfs                             1.1-5          amd64          FUSE filesystem for Media Transfer Protocol devices

Offline jure

  • User
  • Posts: 635
Re: Phone file system can't be browsed
« Reply #5 on: 2015/11/01, 10:23:12 »
with my Samsung SIII file transfer works. In dolphin it is automagically listed as a device and with the address "mtp:/GT-I9300/Card (or) Phone"
The phone itself use the mtp-modus, when connected to the pc.

Quote
Nov 01 10:11:22 siductionbox kernel: usb 3-1: new high-speed USB device number 27 using xhci_hcd
Nov 01 10:11:22 siductionbox kernel: usb 3-1: New USB device found, idVendor=04e8, idProduct=6860
Nov 01 10:11:22 siductionbox kernel: usb 3-1: New USB device strings: Mfr=2, Product=3, SerialNumber=4

Code: [Select]
dpkg -l | grep mtp
ii  kio-mtp                                                   0.75+git20140304-2                     amd64        access to MTP devices for applications using the KDE Pla
ii  libmtp-common                                             1.1.10-2                               all          Media Transfer Protocol (MTP) common files
ii  libmtp-runtime                                            1.1.10-2                               amd64        Media Transfer Protocol (MTP) runtime tools
ii  libmtp9:amd64                                             1.1.10-2                               amd64        Media Transfer Protocol (MTP) library
ii  libnet-smtp-ssl-perl                                      1.03-1                                 all          Perl module providing SSL support to Net::SMTP
ii  mtp-tools                                                 1.1.10-2                               amd64        Media Transfer Protocol (MTP) library tools
ii  mtpfs                                                     1.1-5                                  amd64        FUSE filesystem for Media Transfer Protocol devices
Gruss Juergen

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #6 on: 2015/11/01, 10:28:07 »
thanks,

seems I do not miss a pack. I will check the dev options on the phone and other settings.
Even in dolphin the device does not show up under "mtp:".

May be it is a usb prob. I will check also the udev rules.
« Last Edit: 2015/11/01, 10:39:25 by mylo »

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #7 on: 2015/11/01, 10:46:18 »
By selecting an other usb port, I can provoque the attached messages:
« Last Edit: 2015/11/01, 13:46:59 by mylo »

Ercolinux

  • Guest
Re: Phone file system can't be browsed
« Reply #8 on: 2015/11/02, 18:27:49 »
I do not know if it is fully far what you need, but, at least for exchanging not huge files, You can install on phone ES File Explorer and activate an ftp server + the remote control manager. In this way, from dolphin You'll see the phone via WIFI .

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #9 on: 2015/11/02, 21:07:26 »
Hi Ercolinix,


I want to clean up the dir of the phone in a comfortable way. May be there are other hints. Thanks.

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: Phone file system can't be browsed
« Reply #10 on: 2015/11/03, 03:36:23 »
Make sure USB Debugging (Andoid Debugging in Marshmallow) is turned on (developer options), if it is and you still can't connect

You could try this

Code: [Select]
nano /etc/fuse.conf
Make this

Code: [Select]
# Allow non-root users to specify the allow_other or allow_root mount options.
#user_allow_other

look like this

Code: [Select]
Allow non-root users to specify the allow_other or allow_root mount options.
user_allow_other

Reboot. You might get away with just doing

Code: [Select]
service udev restart
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #11 on: 2015/11/03, 08:32:29 »
Thanks piper,


I assume this will make it. Will try and report.

mylo

  • Guest
Re: Phone file system can't be browsed
« Reply #12 on: 2015/11/07, 08:27:51 »
Finally weekend, could now try piper's proposal but without success.

EDIT: sorry have to try reboot in addition

No success at all. I tried

Code: [Select]
#Bus 005 Device 007: ID 0bb4:0f25 HTC (High Tech Computer Corp.)
SUBSYSTEM=="usb", ATTR{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"
#SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666", GROUP="plugdev"

both of the rules in 51.android.rules and also both commented with and without "GROUP...".

Interesting seems to me, that the phone appears with a double entry as media player in the popup that lists the plugged devices.
The error message is always the same.

mtpfs -l provides me:
Code: [Select]
Listing raw device(s)
Device 0 (VID=0bb4 and PID=0fb5) is a HTC HTC One M8 (MTP+UMS).
   Found 1 device(s):
   HTC: HTC One M8 (MTP+UMS) (0bb4:0fb5) @ bus 3, dev 15
Attempting to connect device
Android device detected, assigning default bug flags
Listing File Information on Device with name: (NULL)
fuse: missing mountpoint parameter

Do I have to teach/tell fuse mountpoint params? Where can this be done?
« Last Edit: 2015/11/07, 09:03:59 by mylo »

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: Phone file system can't be browsed
« Reply #13 on: 2015/11/07, 19:15:12 »
I don't use a   51 android.rules, I am at work now, I will have a better look when I get home
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck

Offline piper

  • User
  • Posts: 1.785
  • we are the priests ... of the temples of syrinx
Re: Phone file system can't be browsed
« Reply #14 on: 2015/11/08, 17:58:14 »
Do you have these modes with that phone, I am not familiar with this phone

MTP - Media Transfer Mode

MSC - Mass Storage Mode

if so, have you tried both ways ?

Doing some reading at some forums, if one don't work, try the other, problems with mtp on both linux & windows from what I have been reading.

What version of android are you running kitkat,lollipop,marshmallow ?

Might want to read/try  this

http://ubuntuforums.org/showthread.php?t=2226702&page=8
Free speech isn't just fucking saying what you want to say, it's also hearing what you don't want to fucking hear

I either give too many fucks or no fucks at all, it's like I cannot find a middle ground for a moderate fuck distribution, it's like what the fuck