0

Did a clean install of 17.10 now Gnote 5 shows up in Nautilus but I cant browse the phone. Everytime I try The phone asks if I want to allow access. Tried for 2 days. Nothing seems to help.

Tried this as well Problems Mounting Samsung Galaxy Note 5 16.04

Running Android 7.0 Everything is stock. Haven't rooted the phone.

Everything worked fine on 17.04.

dad@dad-System:~$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0424:2504 Standard Microsystems Corp. USB 2.0 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 062a:4101 Creative Labs Wireless Keyboard/Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 002: ID 0bda:0301 Realtek Semiconductor Corp. multicard reader
Bus 008 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 007 Device 016: ID 04e8:6860 Samsung Electronics Co., Ltd Galaxy (MTP)
Bus 007 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Videonauth
  • 33,815

1 Answers1

0

do the following :

sudo apt-get install go-mtpfs
sudo apt-get install libmtp
sudo apt-get install mtpfs mtp-tools

Plug in your phone and do:

mtp-detect

Note the VID and PID, they will be used later. Then sudo gedit /etc/udev/rules.d/51-android.rules and insert a line that says SUBSYSTEM=="usb", ATTR{idVendor}=="Insert VID here", ATTR{idProduct}=="Insert PID here", MODE="0666"

After that restart udev:

sudo service udev restart

If you want to get the contents of an external SD card, remove your phone, Shut down THE PHONE, remove the SD card, Turn on the phone without the SD card, Shut it down, put the SD card in again, turn the phone on, shut down your Ubuntu, then plug the phone in.

Videonauth
  • 33,815