::Hitesh:: 1,763 Report post Posted April 24, 2014 (edited) 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=WPDClassGUID={EEC5AD98-8080-425f-922A-DABF3DE3F69A}Provider=%Msft%LayoutFile=layout.infDriverVer=02/22/2006,5.2.5326.4762[DestinationDirs]MTP.Files.Kernel = 12MTP.Files.XPRT_USB = 11MTP.Files.Core = 11MTP.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. 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) http://www.tech-recipes.com/rx/2577/wmp11_install_windows_media_player_11_without_activating_bypass_wga/ Edited April 24, 2014 by ::Hitesh:: 5 Share this post Link to post Share on other sites
kshah 452 Report post Posted April 27, 2014 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