-2

I cant delete files/Images in mobile as above mentioned. Whenever I delete particular file/image it shows a dialog containing error that

libmtp error: could not delete object.

Cœur
  • 37,241
  • 25
  • 195
  • 267
bhumika rijiya
  • 440
  • 1
  • 5
  • 42
  • In its current form, it's not clear whether your question is about programming, or whether you're trying to delete files using existing capabilities of the phone. Please [edit] your question to clarify that, so that it can help future users with similar problems. – Mogsdad Jul 13 '16 at 10:39
  • @Mogsdad i clarify that in ubantu not programatically... – bhumika rijiya Jul 13 '16 at 10:45

1 Answers1

2

Which version of Ubuntu are you running?

lsb_release -a

Perhaps you do not have the right MTP packages installed on your system?

Try with:

sudo apt-get install mtp-server libmtpserver-dev

and reconnect.

Also I've seen cases when it failed and renaming the file did the job (kinda strange). In case you want to go that way.

coatless
  • 20,011
  • 13
  • 69
  • 84