Jump to content
Reliance Jio & Reliance Mobile Discussion Forums
::Hitesh::

Do It Your-self :- Your Phone's MTP Drivers for Windows XP SP3

Recommended Posts

Many of us still using WInXP, some like me uses in dual boot with win7 / Linux.

Some times good old windows is required.

But when using this good old windows, urgency comes and we need to connect our new age phones to windows XP for data transfer.

and suddenly we come to know that, MTP drivers are missing or not supported in this XP.

LOL.... above statement looks familiar ?.... same happen to me today with my XP sp3 and Moto G,

So found a work around and got my Moto G connected to win xp as MTP device without much trouble.

Windows XP sp3 already have MTP support in build, but only dont know which are MTP devices,

So we have to let windows know by adding device's VID and PID to MTP driver INF.

Below is sample of MTP INF, with added MOTO G info in bold letters.

; Installation inf for devices supporting Media Transfer Protocol (MTP)
;
; Copyright © Microsoft Corporation.
;

[Version]
Signature="$WINDOWS NT$"
Class=WPD
ClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}
Provider=%Msft%
LayoutFile=layout.inf
DriverVer=02/22/2006,5.2.5326.4762

[DestinationDirs]
MTP.Files.Kernel = 12
MTP.Files.XPRT_USB = 11
MTP.Files.Core = 11
MTP.Files.UMDFDDriver = 12,UMDF ; copy to system32\drivers\umdf
[Manufacturer]
%MfgName%=Generic,NTx86,NTamd64
;
;Device is identified by Microsoft OS descriptor
;If your device does not support it, use specific VID & PID for identification
;
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\Vid_22b8&Pid_2e76&Rev_0228&MI_00
;
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
%GenericMTP.DeviceDesc%=MTP, USB\Vid_22b8&Pid_2e76&Rev_0228&MI_00
Moto G MTP Drivers For Win XP SP3 [Modded by Me]
https://www.dropbox.com/s/37hpk21lc26h78i/wpdmtp.inf

above INF file is original windows INF for MTP drivers with Added Moto G info.
you can copy this to your INF directory and Moto G MTP drivers will be loaded automatically.
INF folder is located inside windows directory  

Above can be done for all mobile MTP devices,

you can have a look at this screen shot to get VID PID of device, just copy Hardware ID and replace in INF. and your work is done.

post-52660-0-75216300-1398365549_thumb.j

If any one want help in modifying their INF file, do let me know, will do it for you.

Also you can install Windows Media player 11 without activating or validating your windows
Instructions are on below link, most of MTP devices are included in WMP11. (no need of above changes)
Edited by ::Hitesh::
  • Like 5

Share this post


Link to post
Share on other sites

Thanks, recently I had a problem for MTP driver on XP for MOTO G and could not figure out how to do it.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×