Skip to content

jabezwinston/mtp-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using MTP tools in Windows

Output

Replace MTP driver by WinUSB driver

  • Download Zadig
  • Open Zadig and select Options → List All Devices.
  • Select your Mobile phone from list of devices and install WinUSB (v6.1.7600.xxxxx) driver by clicking Replace Driver

Output


Usage

Download and extract precompiled binaries of MTP tools for Windows

Operation Command
Device check mtp-detect
List files mtp-filetree
mtp-files
Copy file from device mtp-getfile <fileid> <dest_filepath>
mtp-connect --getfile <src_filename> <dest_filepath>
Copy file into device mtp-sendfile <src_filepath> <dest_filename>
mtp-connect --sendfile <src_filepath> <dest_filename>
Delete file in device mtp-delfile -n <file_id>
mtp-delfile -f <filename>
mtp-connect --delete <filename>
Create folder mtp-newfolder <foldername> 0 <storage_id>
mtp-connect --newfolder <foldername>
Create sub-folder mtp-newfolder <foldername> <parentfolder_id> <storage_id>
Format device mtp-format

Other docs