wpd Questions

3

I'm looking for detection of MTP devices through Windows API, not just the enumeration of already connected devices.
Deoxygenate asked 18/7, 2016 at 7:12

1

Solved

I am new to C# and have to develop a Windows Form application in C#. This application should track the following things. Monitor the CD / DVD drives both external and internal. Monitor the files ...
Evasive asked 1/2, 2018 at 10:45

2

Solved

EDIT: Full source code was requested. Below is a barebones implementation in order to replicate the bug. Content enumeration is removed, however the crash ocurrs on the first object call anyway. In...
Symbolism asked 1/5, 2017 at 3:45

1

Solved

There is a powershell script to copy files between pc and android via MTP programmatically,see access-file-system-against-mtp-connection,and it works when it running under powershell console,then i...
Preview asked 23/11, 2016 at 9:10

1

Solved

In my project, I'm using the Windows Portable Device (WPD) API to enumerate the contents of a mobile device. WPD API Enumeration Guide. I'm able to enumerate over each object and view their propert...
Unsuspected asked 2/11, 2016 at 7:19

6

Solved

I am attempting to enumerate connected portable devices on Windows using the Windows Portable Devices API and the PortableDeviceManager provided by this API. I have implemented enumeration of dev...
Edacity asked 28/5, 2011 at 13:54

2

Solved

I would like to write an application that will copy MP3 files to a SanDisk Sansa M240. The SanDisk doesn't have a drive letter and uses MTP for file transfer. I stumbled through the sample of conn...
Toinette asked 6/11, 2008 at 0:3

3

Solved

I am trying to read portable devices from java signed applet.... I found a jmtp library on http://code.google.com/p/jmtp/w/list to get access to portable devices but when i run it in netbeans it ...
Orlando asked 9/10, 2012 at 10:54

1

I am using Windows Portable Device API to access some MTP devices. I want to read the vendor extended properties from the device, it should look something like this: "microsoft.com/WPDNA" or "micr...
Moyer asked 10/3, 2016 at 13:14

3

I've noticed, that some USB storage devices don't register in Windows as regular drives, in that they don't even get assigned a drive letter. Therefore, I can't apparently access them using the sta...
Skull asked 30/4, 2013 at 8:50

5

Solved

I am hoping to receive some general guidance on accomplishing a seemingly simple goal. I have a DSLR camera (Canon EOS 50D) and need to write an application that will tell the camera to take a pict...
Lederman asked 10/11, 2009 at 18:59

1

Solved

I'm developing a PC c++ application running on windows. The application shall communicate with an android phone connected thru USB, using MTP. The idée is to not mount the Storage Card. What I have...
Piperonal asked 27/10, 2011 at 7:15

2

My Android app produces some files that I need to synchronize with my main PC program and the other way around. The common way I do this is using a FTP account where both my Android app and my PC p...
Cathrin asked 22/11, 2011 at 22:0

1

WPD does not work correctly on Windows XP (SP1 if that matters), even if Microsoft states it does. Problem with WPD: IPortableDeviceManager.GetDevices call does not find any devices on Win XP whi...
Noticeable asked 25/5, 2010 at 15:9
1

© 2022 - 2024 — McMap. All rights reserved.