0
votes
2answers
53 views
Is there software or code to alter USB power output
I had a look at this and this but no one sounded particularly sure of their ideas and I'm kind of after a different thing anyway. I want to hook my usb power cables (red and black) …
0
votes
0answers
13 views
WMI: How to differentiate between Wireless mouse and touch screen
I am using Win32_PointingDevice class to detect mice connected to the system. I ran my device discovery script on a machine which has touch screen. The discovery shows up with 3 po …
0
votes
1answer
10 views
Cannot run unit tests for an application developed with Compact Framework for Windows CE 6.0 platform
I'm developing a solution for Windows CE 6.0 using GuD_AtomKit X86 Device emulator.
I'm not able to run any unit tests, because I get following error message:
The test adapter (' …
0
votes
3answers
33 views
XMLParser Iphone Device Problem
Hi,
i have developed an applikation which loads a specified url with an XML Parser.
This URL changes sometimes, and every 4 seconds it reloads.(via NSTIMER)
On the simulator it wo …
0
votes
2answers
177 views
how to get Device Token using Iphone Application and other info about the device?
Hi,
In my iphone application i want Device Token using the APN.
How to get that using code ?
Alos i want Other information about the Device User,its version and other info.
How t …
0
votes
3answers
59 views
List all devices, partitions and volumes in Powershell
Hi!
I have multiple volumes (as nearly everybody nowadays): on Windows they end up specified as C:, D: and so on. How do I list these all like on a Unix machine with "ls /mnt/" wi …
0
votes
2answers
35 views
Emulator vs Device
Using C# how do I know if I am running on a device or emulator?
I use the devicename to retrieve data, there will be no data for an emulator;
so i will manipulate the emulator name …
3
votes
3answers
171 views
Linux device driver unsafe FXSAVE/FXRSTOR bug — any precedents?
There's a nasty problem that has temporarily stumped a number of engineers at my company trying to debug it.
The C++ program is normally run on a cluster of multicore computers wi …
0
votes
1answer
42 views
Windows Media Player Device Sync in VB.NET using WMPLIB
The MSDN documentation for WMPLIB states that syncing to device is not supported in .NET programming, only C++.
Is there, however, a simple wrapper class or DLL that can be used t …
0
votes
1answer
76 views
How do I list device types using WMI?
I'm using WMI Code Creator to generate code to help list the types of devices shown in Device Manager. I'm trying to detect the presence of a debugger that shows up in Device mana …
0
votes
4answers
121 views
c# windows mobile device information
Hi!
I have googled and searched after this topic, but could not find any good answer.
How can i get the imei for the phone, or at least a unique id. I am also interested in findin …
0
votes
0answers
6 views
drect3d _create device is giving anerror
hai
When i am running the sample code from windows mobile 6.0 tutorial for creating a 3d device
am getting a message "operation cannot be completed the file cannot be found" ,i Am …
0
votes
2answers
57 views
What problems might occur if a USB device is not USB 2.0 compliant?
I have a Full Speed device that specifies the max packet size as 256 bytes. This is not USB compliant since the maxiumum packet size for a Full Speed Device should be 64 bytes. I …
0
votes
4answers
95 views
APNS: Not receving any feedback for registerForRemoteNotificationTypes: neither +/-
Hi,
I have been trying to use the default code in the iPhone APNS documentation to generate a device token using registerForRemoteNotificationTypes() but without succes.
Neither th …
0
votes
1answer
44 views
C# - Checking For Device Problems and System Problems
In C#, How Could I go about checking for device and systems errors? Would it be simple to use PowerShell Scipts, or would that add to the complexity and difficulty?
