Android [USB]MTP的介绍?驱动如何安装?

前言
         欢迎大家我分享和推荐好用的代码段~~
声明
         欢迎转载,但请保留文章原始出处:
         CSDN
http://www.csdn.net
         雨季o莫忧离:http://blog.csdn.net/luckkof

正文

 

MTP

Microsoft has developed the Media Transfer Protocol (MTP) to manage content on any portable device with storage.

It is based upon an existing protocol, Picture Transfer Protocol (PTP), and can be implemented to be fully compatible with that protocol.

The primary purpose of MTP is to facilitate communication between devices that connect to a computer or other host, exchange data, and then disconnect for standalone use.

A secondary purpose of MTP is to enable command and control of a connected device. This includes remote control of device functionality, monitoring of device-initiated events, and reading and setting of device properties.

总结

Windows XP中为Android 4.0设备安装MTP驱动程序,才能在电脑中查看T卡。

Android4.0使用MTP协议在SD卡和PC之间进行通信。

WIndows 7系统自带MTP驱动程序,可以直接使用。

Windows XP系统则需要安装驱动程序。

首先将系统的Windows Media Player版本升级至wmp11,最新的版本自带了MTP驱动。

–  http://windows.microsoft.com/zh-TW/windows/downloads/windows-media-player

–  http://windows.microsoft.com/zh-TW/windows/downloads/windows-media-player

 

如果升级完后还无法识别,则需要手动修改inf文件,然后安装这个inf文件。

 

在设备管理器里,双击选择带问号的Other Device->MTP,  查看MTP设备的VIDPID

 (设备管理器里的“Universal Serial Bus controllers”双击插入手机后新加的条目,选择“详细信息”可以查看VID/PID)

 

XXXXUSB设备属性对应的VIDPID替换

[Generic.NTx86]

%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP

%GenericMTP.DeviceDesc%=MTP, USB\VID_XXXX&PID_XXXX&MI_00

 

[Generic.NTamd64]

%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP

%GenericMTP.DeviceDesc%=MTP, USB\VID_XXXX&PID_XXXX&MI_00

 

之而就可以安装上这个驱动程序了

 

wpdmtp.inf参考文件

可以网上搜索下载该文件“wpdmtp.inf”。


Android [USB]MTP的介绍?驱动如何安装?

上一篇:Win7安装.appinstaller格式文件以及.msix格式文件


下一篇:Photoshop打造创意的音符人像方法