Dolphin not connecting to Android devices via USB

I have encountered the following problem:
Dolphin file manager does not recognise Android device connect for file transfer via USB.
I have been struggling with this for quite a while now

2 Likes

A solution I have found is as follows (works consistently for me):

  • Make sure dolphin is closed
  • Connect your Android device.
  • In your devices USB options (in the notifications area) change the USB function to ‘charging’ or ‘midi’
  • then change again to ‘Transfer Media Files’
  • Open Dolphin

You should now be connected to your device.

If you have adb installed, you may use (and hopefully improve) this very crude script:

#!/bin/bash
adb shell svc usb setFunction midi
sleep 2
adb shell svc usb setFunction mtp
sleep 2
(dolphin &)
2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.