How to access an MTP USB device with python
问题 How can I read from and write to my Galaxy Nexus phone, using MTP over a USB cable in python? I'm on a windows 7 computer. 回答1: I'm also looking for the same thing. There seems to be pymtp for cross-platform and wmdlib for Windows. 回答2: Calibre, a popular ebook management program, has python and C source code to transfer files over an MTP connection. http://code.google.com/p/calibre-ebook/downloads/list 回答3: One way to do this would be to install ADB (android debugging bridge, part of the SDK