mmt icon indicating copy to clipboard operation
mmt copied to clipboard

Import media from Android

Open inode64 opened this issue 2 years ago • 2 comments

Import media from Android

I've tried to import media from Linux and it doesn't I have achieved it. I have searched the wiki but precisely the Android device is not documented I have installed in Android platform tools but without results

How can it be imported?

  • Camera: [Android]
  • Firmware Version:
  • Operating System: Gentoo Linux
  • Commit ID:

Expected Behavior:

Current Behavior:

Logs / Screenshots:

Steps to Reproduce:

inode64 avatar Apr 13 '23 12:04 inode64

Using ADB. Developer options and ADB has to be enabled on the phone first.

KonradIT avatar Apr 13 '23 13:04 KonradIT

I already activated the debugger mode on the mobile

My phone:

$ adb devices -l List of devices attached R58N6682PHH device usb:1-7 product:xcoverproeea model:SM_G715FN device:xcoverpro transport_id:2

But show this error:

$ ./mmt import -c android -o /mnt/datos/samsung/ Using config file: /home/xxx/.mmt.yaml X Something went wrong DeviceNotFound: error performing ListDirEntries(/sdcard/DCIM/Camera) on *adb.Device (DeviceSerial[])

inode64 avatar Apr 13 '23 14:04 inode64