How to enable MTP in Windows XP (SP3) - HC 3.2 - Dell Streak 7

Sorry for my bad English.
MTP HoneyComb 3.2 for WINDOWS XP (SP3)
- Portable Multimedia Player (Internal Storage and SD CARD)
Solution:
1. Unplug your Dell Streak 7
2. Modify the file locate c:\windows\inf\wpdmtp.inf (the folder is hidden)
Code:
; Installation inf for devices supporting Media Transfer Protocol (MTP)
;
; Copyright (c) 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
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
;
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
This is my VID and PID, my Dell Streak 7 (Wifi version).
Device Magener -> MTP -> Hardware ID.
The Dell Streak 7 don't send the ' USB\MS_COMP_MTP' ID Hardware, to Windows XP, on Windows Vista and 7 no problem.
Plug your Dell Streak and Install software automatically for MTP Device.
This solution is for all HoneyComb Devices for Windows XP.

%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00
So adding this to those 2 locations will allow DS7 running Honeycomb to connect to win xp by MTP? or will it be USB Mass Storage?

otnos said:
%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00
So adding this to those 2 locations will allow DS7 running Honeycomb to connect to win xp by MTP? or will it be USB Mass Storage?
Click to expand...
Click to collapse
MTP.
Dell Streak 7 HONEYCOMB 3.2 don't support USB Mass Storage, at the moment.

How do we find our pid and vid on tmobile streak7
edit: found them.. just used yours anyways... restarted and choose update driver automatically.. and presto! working MTP @ work on XP.. Thanks a bunch!

Trying to get this to work. All I get is Could not start, Error 1 device is not correctly configured when it tries to install the MTP driver (With the inf modifications)
Im starting to curse at Honeycomb... just updated to it, Who wouldve thought it would lock me out of my files... Stupid lack of Mass storage mode..

The easiest solution is to upgrade to Windows 7 which has natural support for MTP.

Win7 still needs 'drivers' though the drivers dont contain anything.
You can also force install them and it will work fine, I'll get around to patching the drivers some time. I've been meaning to since august

They say WM11 has the mtp drivers for things like xoom on HC and so.. yea.. I have WM11 still not working. Work PC and Netbook are XP. Got my gaming PC is win7. Issue is.. How does that really help if I wanna transfer files anywhere.. Really hating MTP.
So really, what is the way I can do this? Gotta transfer that stupid root zip file to it so I can do that lol.

At least on win7 once the mtp drivers are installed it appears as a drive on my computer, but it has no letter as MTP doesnt assign a drive letter.
I believe vista does the same thing, for xp i've never had a MTP device before updating to vista/7

I don't see a 'drive', I see "Dell Streak 7" under "My Computer", I open it up and see two drives.

giveen said:
I don't see a 'drive', I see "Dell Streak 7" under "My Computer", I open it up and see two drives.
Click to expand...
Click to collapse
On Windows XP?

Mysticales said:
On Windows XP?
Click to expand...
Click to collapse
No, Windows 7

Yea thats the issue. Win 7 everything is magical... however in the real world... not every PC is Win7. Sometimes its handy to be able to hook up to ANY pc and transfer files, even if you just are using it as a temp HD to do stuff.
Just trying to see if anyone is getting it to really work in XP.

kalibulax said:
...
2. Modify the file locate c:\windows\inf\wpdmtp.inf (the folder is hidden)
Code:
...
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
;
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
This is my VID and PID, my Dell Streak 7 (Wifi version).
Device Magener -> MTP -> Hardware ID.
Click to expand...
Click to collapse
Old thread but it helps me a lot!
Did the same with a lumia windows phone, which did not appear in my old and messy windows XP.
I wrote the hardware ID of the phone in the "wpmtp.inf" and finally the driver was installed.
The phone comes up as camera ... but I can move the files (photos music etc) with windows explorer, that's all I wanted.
Thank you very much!

Motorola Droid Razr M
I'd like to just post this reply so others with android phones who are possibly having my issue can find this. I did an OS update on my Droid Razr M (verizon) last night and when I got to work today I plugged in my phone and got a device driver error "MTP Device" It was like it was trying to install the device and couldn't find the driver for it. Would just end with "error - your device did not install correctly". I searched forums for hours and un-installed/re-installed Motorola Device Manager twice, aghhhhhhhhhhhhhh. Why the F*** did Moto/Google not make these phones just show up like a mass storage device, it's unbelievable how much frustration and wasted time they have caused so many people over such a simple issue.
Anyways. If you go to device manager and find your "MTP Device" which will be in the "other devices" section. You can go to the properties and get the parameter you need for your particular device: VID_xxxxxx&PID_xxxxxxxxMI_00
It's weird how it show up as a parameter in device manager but if you click it and use ctrl+v you can copy it.
Strip off the stuff after MI_00 and replace the correct info in the two lines you will add per kalibulax's advice.
After saving, restart and plug your device in and wallah!!! My computer sit thinking for like 2 min when installing the driver then finally it asked me if I would like to continue installing driver that was not microsoft cetified, bla bla bla. I clicked "continue anyway" and it worked perfect as before" The only thing I can see that changed form last week to this week is the update to android on my phone. I don't know what it was, but the current version as reported by my phone is Android version: 4.4.2
I hope this can help someone who is having my same problem and just wants to transfer their files like the used to )
Zach
kalibulax said:
Sorry for my bad English.
MTP HoneyComb 3.2 for WINDOWS XP (SP3)
- Portable Multimedia Player (Internal Storage and SD CARD)
Solution:
1. Unplug your Dell Streak 7
2. Modify the file locate c:\windows\inf\wpdmtp.inf (the folder is hidden)
Code:
; Installation inf for devices supporting Media Transfer Protocol (MTP)
;
; Copyright (c) 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
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
;
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
This is my VID and PID, my Dell Streak 7 (Wifi version).
Device Magener -> MTP -> Hardware ID.
The Dell Streak 7 don't send the ' USB\MS_COMP_MTP' ID Hardware, to Windows XP, on Windows Vista and 7 no problem.
Plug your Dell Streak and Install software automatically for MTP Device.
This solution is for all HoneyComb Devices for Windows XP.
Click to expand...
Click to collapse

Related

Cannot install USB ADB driver on PC for streak.

See title. Using Win7, 64-bit. I've tried with the most current version, as well as the revision 3. I go to device manager, choose "Dell Streak7" (under "Other Devices"), choose "Update Driver Software", point it to the correct folder, and it tells me there are no available driver files there. Streak is in debug mode, no driver is currently installed. Can't root until I can get this working, can someone please help me?
Same for me. It seems there's no way to install usb drivers. In windows xp everything's gone ok, but in windows 7 64 bit no way to install. I am win7 64 bit and i need help ((
Have the DS7 plugged in to usb. Copy the Drivers.zip from internal sd card to win 7 desktop, unzip, in desktop manager browse to ADB-V1POP25 folder. Update driver.
Yes all steps have been done...but the result is always the same: when I search the driver and I specify the folder windows doesn't find any driver to update
Ok resolved. I put the ENTIRE driver folder contained inside the dell on my desktop not only the win7 64 bit folder but the full Drivers folder. So I made the procedure fir recognize the driver and I've searched inside the entire folder and.. it works now *-*
Ahh, your win 7pc is deciding whats best for drivers. Its something that you have to disable in admin settings. Google this: "addictive tips install drivers manually windows 7" and read the instructions.
Addictive tips is the site name.
How that enlightens you.
Its okay now win7 now recognize my dell streak 7 *-*
drivers.zip
I've searched XDA for a couple hours now and my 7 is stuck in CMR. Seems I can't do a factory restore until I can round up the drivers folder. I've even searched the Internet for a system dump and can't find one that actually works.. all the links are dead. Do you have the ability to upload the drivers folder even as a zip file if necessary? I'm really hoping this 7 can come back to life. Thanks in advance!!
It's a big package that you can find on dell.com official website in the drivers section. For now i have my notebook in assistence so i write directly from my streak 7 so i can't upload the folder. Try also with the search button on these forums.
Drivers please!?!?!
My streak will not power on or anything. All it does is light up the 3 soft keys on the right so I cant get the drivers off the sd. Can someone PLEASE post up the drivers off theirs. I'm trying everything to get them to install from the dell site but im having no luck. I need to get this fixed asap
This is how i solved my issue. There might be an easier way to do it but this is what worked for me.
Install Android sdk tools( would post a link but im too new)
once installed it will ask if you want to install a bunch of packages. Click Cancel.
In the android sdk and avd manager select "available packages" on the left hand side.
then you want to download
"Android SDK Tools, revision 11"
"Android SDK Platform-tools, revision 5"
"SDK Platform Android 2.2, API 8, revision 2"
"Google USB Driver PAckage, revison 4"
After all that is installed, find the root folder for which you installed the Android SDK software. Navigate through "Android-sdk>extras>google>usb_driver" In the usb_driver folder there is a setup information file called "android_winusb" Open that up in note pad and modify it like so (make a backup of the file just incase)
Under [Google.NTx86] add the following
;Dell Streak 7
%SingleAdbInterface% = USB_Install, USB\VID_413C&PID_B104
%CompositeAdbInterface% = USB_Install, USB\VID_413C&PID_B104&MI_01
Under [Google.NTamd64] add the same
;Dell Streak 7
%SingleAdbInterface% = USB_Install, USB\VID_413C&PID_B104
%CompositeAdbInterface% = USB_Install, USB\VID_413C&PID_B104&MI_01
Click to expand...
Click to collapse
Now save the file and try to update your Streak 7 by right clicking computer and selecting "Manage" then you should see your Dell Streak 7 listed and right click that and select update drivers. Select to browse for the update on your computer then navigate back to "Android-sdk>extras>google>usb_driver" Select just the "usb_driver" folder so it goes through all the subfolders in it and bam your device drivers should be installed and updated. This worked for me. Hopefully it will work for you too.
Windows - Dell Streak Drivers
...Chill guys
DS7 Drivers
If these don't work, and as a last resort, try installing the NERO software off the dell site!
Here
If that doesn't work, I ain't got a Scooby Doo
Mirroring the Drivers.zip file because you shouldn't ever use MegaUpload.
Where do you get off making me wait 41 seconds to download a file and then popping up an adult ad. Piss off MegaUpload.
http://android.schneenet.com/downloads/streak7/Drivers.zip

Can't connect my android 3.2 DS7 as USB mass storage

Hi,
After installing android 3.2 on my DS7, I can't connect it to my PC.
Any ideas?
magic81 said:
Hi,
After installing android 3.2 on my DS7, I can't connect it to my PC.
Any ideas?
Click to expand...
Click to collapse
What windows version are you using?
otnos said:
What windows version are you using?
Click to expand...
Click to collapse
I'm using Win XP.
USB dont work in Honeycomb 3.2
To me it is the same. After upgrading to Honeycomb, USB connectivity stopped working. The official drivers provided by Dell is not valid. Also I have Windows XP, I want to know if runs someone into another version of Windows.
At the moment, my solution is connect via wifi, using "MyPhoneExplorer Client" application
magic81 said:
Hi,
After installing android 3.2 on my DS7, I can't connect it to my PC.
Any ideas?
Click to expand...
Click to collapse
Read: How to enable USB Storage in Windows XP (SP3)
kalibulax said:
Sorry for my bad English.
MTP HoneyComb for WINDOWS XP (SP3)
Solution:
1. Unplug your Dell Streak 7
2. Modify the file locate c:\windows\inf\wpdmtp.inf (the folder is hidden)
Code:
; Installation inf for devices supporting Media Transfer Protocol (MTP)
;
; Copyright (c) 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
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
;
[Generic.NTamd64]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_413C&PID_B10B&MI_00[/I][/B]
This is my VID and PID, my Dell Streak 7 (Wifi version).
Device Magener -> MTP -> Hardware ID.
The Dell Streak 7 don't send the ' USB\MS_COMP_MTP' ID Hardware, to Windows XP, on Windows Vista and 7 no problem.
Plug your Dell Streak and Install software automatically.
This solution is for all HoneyComb Devices for Windows XP.
Click to expand...
Click to collapse
OK thanks!
Same on windows 7 ulti, no usb mass storage? Been pulling my memory card out.... and cant move apps to card.... card only working with pics and music... android 3.2
Sent from my streak7 using XDA App
If windows 7 look in your Device Manager if exists a MTP DEVICE not installed.
Look Pid - Vid and modify the file.
Default Windows 7 detect without problems like Portable Media Device - Streak7
Enviado desde mi Dell Streak 7 usando Tapatalk
kalibulax said:
If windows 7 look in your Device Manager if exists a MTP DEVICE not installed.
Look Pid - Vid and modify the file.
Default Windows 7 detect without problems like Portable Media Device - Streak7
Enviado desde mi Dell Streak 7 usando Tapatalk
Click to expand...
Click to collapse
I get that on my Windows 7 x64 laptop also... so I would like to ask the question, is there any way to get the S7 Honeycomb to show up as a USB Mass Storage Device like it did in Froyo, because as a PMD (portable media device) transfer is very slow and sometimes it takes forever to be recognized by my laptop
I do not know ...
Do not know if there will be a Market application that gives the functionality to connect USB storage as Honeycomb.
In previous versions, Froyo, gave you the option to mount the internal drive or external, for use as USB storage drive.

DS 7 Honey Comb how to connec to computer

Hello Friends,
I need help on how i can connect the Dell Streak 7 3.2 HoneyComb to the computer.I have a new one just opened it but when i connect it using the USB to the Laptop with windows XP SP3 proffesional i dont see any device in My computer.
Please Please help me Team how do i make d device visible in my computer i knw this is new one and wouldn't have problems !!!
Is there something i need to install in windows XP SP3 proff so that it detects the device ..Is there any related drivers can i have the link so that i can install.
THnaks in advance
p.sandeepreddy said:
Hello Friends,
I need help on how i can connect the Dell Streak 7 3.2 HoneyComb to the computer.I have a new one just opened it but when i connect it using the USB to the Laptop with windows XP SP3 proffesional i dont see any device in My computer.
Please Please help me Team how do i make d device visible in my computer i knw this is new one and wouldn't have problems !!!
Is there something i need to install in windows XP SP3 proff so that it detects the device ..Is there any related drivers can i have the link so that i can install.
THnaks in advance
Click to expand...
Click to collapse
Why don't you take the time do first do some reading and find the drivers and then second team on how to install and use this email drivers.... If I give you the links you won't learn a thing but I can tell you they are here in so many different threads started by folks like you that wanted the info spoon fed to them that it goes me a headache..... So show some initiative
Sent from my cm_tenderloin using Tapatalk 2
Reply
I have done the reading about dell streak 7 "honey comb" and the user guide and also called up Dell,but could get a solution or clarity.for windows xp professional somehow i have installed downloaded files are "Fastboot+ADB " / InstallDellMSync /R291096 / syncup ..after installing all these still i dont see the device appearing in my computer...So confused so,after all that i have asked here...Help or links appreciated as i am not able to get the neck of it Sir!
p.sandeepreddy said:
I have done the reading about dell streak 7 "honey comb" and the user guide and also called up Dell,but could get a solution or clarity.for windows xp professional somehow i have installed downloaded files are "Fastboot+ADB " / InstallDellMSync /R291096 / syncup ..after installing all these still i dont see the device appearing in my computer...So confused so,after all that i have asked here...Help or links appreciated as i am not able to get the neck of it Sir!
Click to expand...
Click to collapse
If you installed Dell Sync correctly and the Fastboot and ADB drivers correctly the your problem is driver related.... Do you not see a yellow exclamation in your device manager for you to update the driver?
You should probably be install the Android SDK with the Google USB drivers also
Sent from my cm_tenderloin using Tapatalk 2
reply
Yes i saw and yellow xlamatory in device manager..Could you Please guide me what exactly i could download or from where ..like which version Android SDK and Google USB drivers ..
I believe you are trying to connect your Streak 7 to your computer so that you can transfer musics and files onto your Streak 7, right? If that is the case, Honeycomb does not support USB as mass disk device. You need to upgrade to Win 7 or use an app from the marketplace to do this.
Windows XP does not support MTP natively, you have to do a bunch of driver crap to get it to work.
giveen said:
Windows XP does not support MTP natively, you have to do a bunch of driver crap to get it to work.
Click to expand...
Click to collapse
You need the WMP11 runtimes (as that has MTP support).
Then you need the specific mtp driver for the S7, which is included in Fastboot+ADB.zip
It's much easier just to use an app and do a wireless transfer.
All HC and newer devices only officially support MTP
(at least that's what goog wants, new devices that dont support MTP are in the minority)
I believe the WMP11 runtimes are offered via windows update, the only thing you need to specifically download are the device specific mtp drivers.
(They're not even drivers per-se, you can force install a generic mtp driver and it'll work fine, but that's besides the point)
reply
Otnos
Yes,i was trying to connect my Streak 7 to computer that has windows XP professional,so that i can transfer musics and files onto Streak 7 honeycomb 3.2.
If i upgrade to Win 7 does the device show up in my computer ?
And if you say i need to use an app from the marketplace to do this. what is the App that i need to download on device ? and even if i download it on the device does that make the device recognizable on my computer on XP ?
Please, educate me as not always i have internet connection and would like to transfer files like music and books to the DS7 from a computer thats not on internet network.
Thanks
p.sandeepreddy said:
Otnos
Yes,i was trying to connect my Streak 7 to computer that has windows XP professional,so that i can transfer musics and files onto Streak 7 honeycomb 3.2.
If i upgrade to Win 7 does the device show up in my computer ?
And if you say i need to use an app from the marketplace to do this. what is the App that i need to download on device ? and even if i download it on the device does that make the device recognizable on my computer on XP ?
Please, educate me as not always i have internet connection and would like to transfer files like music and books to the DS7 from a computer thats not on internet network.
Thanks
Click to expand...
Click to collapse
If you have Win 7, just plug the DS7 in and it will be recognized as an MTP device in Windows Explorer or the Devices and Printers folder.
Or you can use an app like Wifi File Explorer or File Expert to wirelessly transfer file to/from your computer and your DS7. You need to have a Wifi network. Consult instructions and support through these apps on how to use them.
Yes I was able to see the DS7 in my computer on windows 7,and was able to transfer musica and movies but,when i transfer books they get transferred but not visible on the device unless i open them a App Called "Quick Office" where it shows all the loaded files on DS7,any idea how to get them as different folder or see them seperately ,Also i saw the drivers.zip but did not extract it as did not feel the use of it !is there a specif use of it!

[GUIDE] Nexus 7 MTP with Windows XP (File Transfer from/to device)

As you all might know: There is no support for "Mass storage Device"-USB-Protocol
in Nexus devices. So you can't use your device lika a dumb USB Memory-Stick any more.
Now there is the so called MTP (Media Transfer Protocol) as a replacement.
This is also an advantage for the user, as there is no need to 'unmount' the Device-Storage from the
Android-OS to enable the low-block-level-access to the storage.
And: There is no need for a FAT32 Filesystem on any flash-sotrage on the device - so nobody has to pay
any licence-fees to Microsoft *smile*
Unfortunately there is no support out-of-the-box when you use Windows XP.
When you USB-connect your Nexus then Windows find's a MPT-Device but still
is unable to access is. Bump....
Based on the work of http://forum.xda-developers.com/showthread.php?t=1291293 you
need just to add a simple Text-Line in the file C:\WINDOWS\inf\wpdmtp.inf
Change from:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
to:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4E42&MI_00[/I][/B]
(just add one line which identifies the Nexus 7 device on the USB-Bus)
The next time you plug your Nexus 7 answer 'automatic install' if windows asks
you what to do with the new device. And voilà: You see your files in the Windows-File-Explorer.
It worj .thank you very much
Sent from my Nexus 7 using Tapatalk
thank you very much, been trying to fix this problem
I also had to disable USB debugging to get it to work
I'm in the INF folder, what does it mean if i don't have a wpdmtp.inf file in that folder? I'd really like to get me nexus 4 working with WinXP, thanks.
My Nexus 7 no longer connects to my Sony NSZ bluray as a USB storage device. And there is no option to transfer files between the two.
UPDATE: it never connected as USB storage...was thinking of my old Galaxy tab...
You need to install Media Player 10+
shinobi-wan said:
I'm in the INF folder, what does it mean if i don't have a wpdmtp.inf file in that folder? I'd really like to get me nexus 4 working with WinXP, thanks.
Click to expand...
Click to collapse
If wpdmtp.inf doesn’t exist, it means that you don’t have Windows Media Player 10 or above installed. On a fresh Windows XP install, I had to install XP Service Pack 3 and .Net Framework 3.5 so that Windows Media Player would upgrade to 11.
By the way, for Nexus 4 you have to put the Nexus 4-specific hardware ID into wpdmtp.inf. See Nexus 4 wpdmtp.inf. For future devices, probably search for “<device name> wpdmtp.inf” to see what the hardware ID should be.
I didn't have a wpdmtp.inf file in that folder, so updated my Windows media player to version 11 and modified wpdmtp.inf file.
now everytime i connect my Nexus 7 to PC, Windows find's a MPT-Device but still can't install MTP and i got this error:
"An error occured during the installation of the device. A service installation section in this INF is invalid. "
Any help please? Thanks.
You used a device id that matches your device.? If so try rebooting first.
Sent from my Nexus 4 using Tapatalk 2
paiom said:
I didn't have a wpdmtp.inf file in that folder, so updated my Windows media player to version 11 and modified wpdmtp.inf file.
now everytime i connect my Nexus 7 to PC, Windows find's a MPT-Device but still can't install MTP and i got this error:
"An error occured during the installation of the device. A service installation section in this INF is invalid. "
Any help please? Thanks.
Click to expand...
Click to collapse
I know I'm a little late but I have the same problem..
Any fix found yet?
K55V said:
I know I'm a little late but I have the same problem..
Any fix found yet?
Click to expand...
Click to collapse
Yes! I found
issue on my own!!! I use the google toolkit and restored my nexus 7 it was very easy and it works great. Only restored with toolkit that's it and you should be straight. Good luck!!!
Sent from my Nexus 7 using Tapatalk HD
xROID-RAGEx said:
Yes! I found
issue on my own!!! I use the google toolkit and restored my nexus 7 it was very easy and it works great. Only restored with toolkit that's it and you should be straight. Good luck!!!
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Google web toolkit?
K55V said:
Google web toolkit?
Click to expand...
Click to collapse
Yes, go to xda
Download Google Nexus 7 Toolkit, check youtube video!!!
Sent from my Nexus 7 using Tapatalk HD
xROID-RAGEx said:
Yes, go to xda
Download Google Nexus 7 Toolkit, check youtube video!!!
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
Thanks!
I'll try it now
Wow been trying to figure this out for a while, I can't believe it was so simple!
microzee said:
Wow been trying to figure this out for a while, I can't believe it was so simple!
Click to expand...
Click to collapse
Nice huh???
Sent from my Nexus 7 using Tapatalk HD
oli.henning said:
As you all might know: There is no support for "Mass storage Device"-USB-Protocol
in Nexus devices. So you can't use your device lika a dumb USB Memory-Stick any more.
Now there is the so called MTP (Media Transfer Protocol) as a replacement.
This is also an advantage for the user, as there is no need to 'unmount' the Device-Storage from the
Android-OS to enable the low-block-level-access to the storage.
And: There is no need for a FAT32 Filesystem on any flash-sotrage on the device - so nobody has to pay
any licence-fees to Microsoft *smile*
Unfortunately there is no support out-of-the-box when you use Windows XP.
When you USB-connect your Nexus then Windows find's a MPT-Device but still
is unable to access is. Bump....
Based on the work of http://forum.xda-developers.com/showthread.php?t=1291293 you
need just to add a simple Text-Line in the file C:\WINDOWS\inf\wpdmtp.inf
Change from:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
to:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4E42&MI_00[/I][/B]
(just add one line which identifies the Nexus 7 device on the USB-Bus)
The next time you plug your Nexus 7 answer 'automatic install' if windows asks
you what to do with the new device. And voilà: You see your files in the Windows-File-Explorer.
Click to expand...
Click to collapse
You are the man. After several failed attempt trying to have a nexus 7 connected to windows XP, this is what actually worked for me. Adding that just one line did the magic. I'm even able to use the device as a thumb drive by dropping pictures in the DCIM folder and was able to view it in the device gallery.
very good tips and help
i try to detect my nexus 7 in XP for 2 days..you have post the tips who give me help
very nice add in inf file now i can, browse my tablet *
thanks for your help dude
I find that if an XP machine can't read ab MTP device, installing Windows Media Player 11 fixes it. This is true for a Nexus 4 and Nexus 7 in my experience.
Sent from my HTC One using Tapatalk 2
Nexus 7 2013 Instructions
oli.henning said:
As you all might know: There is no support for "Mass storage Device"-USB-Protocol
in Nexus devices. So you can't use your device lika a dumb USB Memory-Stick any more.
Now there is the so called MTP (Media Transfer Protocol) as a replacement.
This is also an advantage for the user, as there is no need to 'unmount' the Device-Storage from the
Android-OS to enable the low-block-level-access to the storage.
And: There is no need for a FAT32 Filesystem on any flash-sotrage on the device - so nobody has to pay
any licence-fees to Microsoft *smile*
Unfortunately there is no support out-of-the-box when you use Windows XP.
When you USB-connect your Nexus then Windows find's a MPT-Device but still
is unable to access is. Bump....
Based on the work of http://forum.xda-developers.com/showthread.php?t=1291293 you
need just to add a simple Text-Line in the file C:\WINDOWS\inf\wpdmtp.inf
Change from:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
to:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4E42&MI_00[/I][/B]
(just add one line which identifies the Nexus 7 device on the USB-Bus)
The next time you plug your Nexus 7 answer 'automatic install' if windows asks
you what to do with the new device. And voilà: You see your files in the Windows-File-Explorer.
Click to expand...
Click to collapse
For those of you who have the Nexus 7 2013 device, the instructions are:
Change from:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
to:
Code:
[Generic.NTx86]
%GenericMTP.DeviceDesc%=MTP, USB\MS_COMP_MTP
[B][I]%GenericMTP.DeviceDesc%=MTP, USB\VID_18D1&PID_4EE2&MI_00[/I][/B]
The change is in the PID identifier.

[Q] Installation driver Moverio BT 200 Windows 7

Hi,
I am in internship and I develop on Android glasses : I have Epson Moverio BT 200 model. I am at windows 7
My problem is that I don't manage to install driver to connect glasses to computer.
I follow this tutorial provided by Epson (I cannot posted the link => I am a new...)
I am blocked at second last step, during driver installation. I obtain this error message :
"Windows could'nt install your embt2.
Windows has found none driver for your peripheral device. "
I have already uninstalled google's usb driver (whit sdk manager), and next reinstalled, restarted computer, glasses, witout resilt.
The path for driver that I chose is : "C:\Program Files\Android\android-sdk\extras\google\usb_driver".
Do you have a solution, please ?
P.S : sorry for the faults.
Installation of Moverio BT 200
Hey Le-E
Epson Moverio BT 200 has not been certified with Google, therefore, you can't install it as ADB Andriod interface yet or get any app for it from Google play store directly.
Cheers
Hi Farid_Ashabi,
thank you for your response.
However, I follow a document provided by Epson, if Moverio bt 200 was not certified with google, why have they done this document ?
The document : tech.moverio.epson.com/en/life/bt-200/pdf/bt200_adb1505a_en.pdf (add https:// at beginning) (It last updating is 05/21/2015).
Are you sure ?
Installation driver Moverio BT 200 Windows 7
Hey Le-E,
I have looked at the document, it looks like work around......this document tell you how to hack the INF and add Moverio's VID\PID so the device could get recognized as Andriod ADB Interface. I have worked with Vuzix M100 and they have certified Google driver and no such hassle as installing Andriod Studio.
Cheers
Farid
Hi Farid_Ashabi,
I see. I will continue to search why that doens't work.
Thank you for your time !
keep it up !
Hi,
I resolved my problem.
For others persons with the problem, it is neccessary to add next lines twice in file "android_winsub.inf" :
";WS2 - MTP
%SingleAdbInterface% = USB_Install, USB\VID_04B8&PID_0C06
%CompositeAdbInterface% = USB_Install, USB\0VID_04B8&PID_0C06&MI_01
;WS2 - PTP
%SingleAdbInterface% = USB_Install, USB\VID_04B8&PID_0C07
%CompositeAdbInterface% = USB_Install, USB\VID_04B8&PID_0C07&MI_01"
(see the tuto tech.moverio.epson.com/en/life/bt-200/pdf/bt200_adb1505a_en.pdf (add https:// at beginning)).
you had to add this lines in the sections "[Google.NTx86]" and "[Google.NTamd64]".
And it finishes.
good luck =).
Hey Le-E,
I was able to get the BT-200 to show up as ADB interface with INF changes, but when I Execute “adb devices” to confirm name of device (0123456789ABCDEF) ......no devices is listed had no luck (as documents says, I tried is multiple time, still the same).....I'm running it under Windows 7 Ult. 64 bit......can you tell me your BT-200's Andriod version as well as your OS?
Cheers,
Farid
Hi Farid_Ashabi,
I am in Windows 7 32 bits.
BT-200's Andriod version is 4.0.4.
Have you suceeded to intsall driver ?
Hi Le-E
My specs are: Anroid 4.0.4 Kernel Version 3.0.21-00003-OMAP Build number: D1.1.2
Yes, driver have been installed and my BT-200 comes in as Android ADB Interface in device manager, but when I run the "adb device" in command prompt, I should see my device listed, but I don't.............if listed, I can install few APK files manually......no luck yet
Hi Farid_Ashabi,
sorry, I was with friends this weekend.
I have exactly same version for Kernel and Build number. I do not understand why this does not work for you...
Do you have tryed with an other USB cable ?

Categories

Resources